summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dns_wizard/Bind.pm4
-rw-r--r--ldap_wizard/Ldap.pm4
-rw-r--r--po/ar.po398
-rw-r--r--po/az.po266
-rw-r--r--po/bg.po265
-rw-r--r--po/bn.po271
-rw-r--r--po/br.po265
-rw-r--r--po/bs.po432
-rw-r--r--po/ca.po274
-rw-r--r--po/cs.po269
-rw-r--r--po/cy.po270
-rw-r--r--po/da.po376
-rw-r--r--po/de.po283
-rw-r--r--po/drakwizard.pot263
-rw-r--r--po/el.po266
-rw-r--r--po/eo.po266
-rw-r--r--po/es.po269
-rw-r--r--po/et.po270
-rw-r--r--po/eu.po270
-rw-r--r--po/fa.po269
-rw-r--r--po/fi.po379
-rw-r--r--po/fr.po270
-rw-r--r--po/fur.po280
-rw-r--r--po/gl.po266
-rw-r--r--po/he.po270
-rw-r--r--po/hi.po271
-rw-r--r--po/hr.po264
-rw-r--r--po/hu.po271
-rw-r--r--po/id.po266
-rw-r--r--po/is.po265
-rw-r--r--po/it.po270
-rw-r--r--po/ja.po270
-rw-r--r--po/ko.po266
-rw-r--r--po/ku.po270
-rw-r--r--po/lv.po265
-rw-r--r--po/mk.po266
-rw-r--r--po/ms.po313
-rw-r--r--po/mt.po269
-rw-r--r--po/nb.po269
-rw-r--r--po/nl.po1704
-rw-r--r--po/pl.po270
-rw-r--r--po/pt.po530
-rw-r--r--po/pt_BR.po280
-rw-r--r--po/ro.po266
-rw-r--r--po/ru.po270
-rw-r--r--po/sk.po269
-rw-r--r--po/sl.po266
-rw-r--r--po/sq.po266
-rw-r--r--po/sr.po266
-rw-r--r--po/sr@Latn.po266
-rw-r--r--po/sv.po269
-rw-r--r--po/ta.po266
-rw-r--r--po/tg.po270
-rw-r--r--po/tl.po270
-rw-r--r--po/tr.po270
-rw-r--r--po/uk.po271
-rw-r--r--po/uz.po265
-rw-r--r--po/uz@Latn.po265
-rw-r--r--po/vi.po269
-rw-r--r--po/wa.po266
-rw-r--r--po/zh_CN.po269
-rw-r--r--po/zh_TW.po269
62 files changed, 10208 insertions, 8174 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index 8a324abd..e4c41dc1 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -73,7 +73,7 @@ my $o = {
return 0, N("You need to readjust your hostname.")
}
if (member($DOMAINNAME, qw(localdomain (none)))) {
- return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Hostname mut be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
+ return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
}
1
},
@@ -258,7 +258,7 @@ $o->{pages} = {
},
endadd => {
name => N("Congratulations"),
- data => [ { label => N("The wizard successfully add host in your DNS.") } ],
+ data => [ { label => N("The wizard successfully added the host in your DNS.") } ],
no_back => 1,
next => 0,
},
diff --git a/ldap_wizard/Ldap.pm b/ldap_wizard/Ldap.pm
index a641c965..9b1aec1d 100644
--- a/ldap_wizard/Ldap.pm
+++ b/ldap_wizard/Ldap.pm
@@ -61,7 +61,7 @@ my $o = {
return 0, N("You need to readjust your hostname.")
}
if (member($wiz_domain_name, qw(localdomain (none)))) {
- return 0, N("You need to readjust your domainname. For a LDAP server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
+ return 0, N("You need to readjust your domainname. For an LDAP server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
}
1
},
@@ -194,7 +194,7 @@ $o->{pages} = {
next => 'summary_add_user'
},
set_srv => {
- name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Adrministrator").",".$o->{var}{suffix} . "\n\n",
+ name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Administrator").",".$o->{var}{suffix} . "\n\n",
data => [
{ label => " " },
{ label => N("LDAP directory tree:"), val => \$o->{var}{suffix}, help => "aide p" },
diff --git a/po/ar.po b/po/ar.po
index ae2acf34..d102c1ca 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-10 14:35+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabeyes <support@arabeyes.org>\n"
@@ -36,7 +36,7 @@ msgstr "معالج التهيئة"
msgid "Warning."
msgstr "تحذير."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -46,10 +46,10 @@ msgid "Error."
msgstr "خطأ."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -70,7 +70,8 @@ msgstr "يجب عليك أوّلا تشغيل معالج خادم DNS"
msgid ""
"A client of your local network is a machine connected to the network having "
"its own name and IP address."
-msgstr "العميل في الشبكة المحلية هو جهاز متصل بالشبكة باستخدام اسم و رقم IP خاصين به."
+msgstr ""
+"العميل في الشبكة المحلية هو جهاز متصل بالشبكة باستخدام اسم و رقم IP خاصين به."
#: ../client_wizard/Bind_client.pm:55
msgid "Press next to begin, or Cancel to leave this wizard."
@@ -92,17 +93,17 @@ msgstr "هذا المعالح سيساعدك على اضافة عميل جديد
msgid "(you don't need to type the domain after the name)"
msgstr "(لن تحتاج الى كتابة النطاق بعد الإسم)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "تعريف العميل:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "لاحظ أن رقم IP و اسم العميل يجب أن يكون غير متكرر في الشبكة."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,33 +112,33 @@ msgstr ""
"سيتم التعرف على العميل بالإسم, مثل clientname.company.net. كل جهاز كمبيوتر "
"يجب أن يكون لديه عنوان IP خاص به, بالصيغة المنقوطة المعروفة."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "اسم الجهاز:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "عنوان IP الخاصّ بالجهاز:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "تحذير"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "تحذيرأنت في DHCP, الخادم قد لا يعمل بهذه التهيئة."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "خطأ"
@@ -158,7 +159,8 @@ msgstr "جاري اضافة العميل الجديد الى الشبكة"
msgid ""
"The wizard collected the following parameters needed to add a client to your "
"network:"
-msgstr "قام المعالج بتجميع المعاملات التالية و الضرورية لإضافة عميل الى الشبكة:"
+msgstr ""
+"قام المعالج بتجميع المعاملات التالية و الضرورية لإضافة عميل الى الشبكة:"
#: ../client_wizard/Bind_client.pm:88
msgid ""
@@ -181,7 +183,8 @@ msgid "The wizard successfully added the client."
msgstr "قام المعالج بإضافة العميل بنجاح."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
msgstr "لا يزال الأمر مشتغلا. هل تريد قتله و الخروج من المعالج ؟"
#: ../common/Wizcommon.pm:103
@@ -196,7 +199,8 @@ msgstr "معالج DHCP"
msgid ""
"DHCP is a service that automatically assigns networking addresses to your "
"workstations."
-msgstr "DHCP هي خدمة تقوم بتعيين عناوين الشبكة لمحطات العمل الخاصة بك بشكل آلي."
+msgstr ""
+"DHCP هي خدمة تقوم بتعيين عناوين الشبكة لمحطات العمل الخاصة بك بشكل آلي."
#: ../dhcp_wizard/Dhcp.pm:53
msgid "This wizard will help you configuring the DHCP services of your server."
@@ -295,7 +299,7 @@ msgstr "الواجهة:"
msgid "The wizard successfully configured the DHCP services."
msgstr "قام المعالج بتهيئة خدمات DHCP بنجاح."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -309,11 +313,11 @@ msgstr "فشِل"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "أعد تشغيل drakewizard، وحاول تغيير بعض البارمترات."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "يجب ان تعيد ضبط اسم الخادم."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -322,24 +326,24 @@ msgstr ""
"تحتاج لإعادة ضبط إسم مجالك. لخادم DNS، تحتاج لإسم مجال صحيح، غير مساو للمجال "
"المحلّي (localdomain( أو لا شيئ )none). شغّل دراكّونّكت لضبطه."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "خادم DNS الرئيسى"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "خادم DNS التّابع"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "أضف المضيف في DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "إحذف المضيف في DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -347,11 +351,11 @@ msgstr ""
"DNS (خادم اسم النطاق) هي الخدمة التي ترتب عنوان IP لجهاز بإسم مستضيف "
"للإنترنت."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "معالج إعداد DNS الرّئيسي"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -361,32 +365,47 @@ msgstr ""
"خدمة DNS محلية لأسماء أجهزة الكمبيوتر المحلية, مع ارسال الطلبات الغير محلية "
"الى DNS خارجي."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "ماذا تريد أن تفعل:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "خادم DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(لن تحتاج الى كتابة النطاق بعدالإسم)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP للخادم:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "إسم نطاق NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "إختر من القائمة التّالية المضيف الّذي تودّ حذفه."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "احذف مضيف فى من اعدادات DNS "
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "إحذف المضيف:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "إسم الحاسوب:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -395,11 +414,11 @@ msgstr ""
"سيأخذ خادم أسماء تابع البعض من العبأ من خادم الأسماء الرّئيسي الخاصّ بك، و "
"سيعمل كذلك كخادم احتياط، في حالة ما إذا خادمك الرّئيسي خارج عن الإتّصال."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "عنوان IP لخادم DNS الرّئيسي:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -407,31 +426,32 @@ msgstr ""
"يجري التّقديم (forwarding) فقط على تلك الطّلبات الّتي ليس الخادم موضع ثقة "
"بشأنها و الجواب غير موجود في مخبئه."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "عنوان الـIP لمقدّمك (forwarder)"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
-msgstr "إن كن تحتاج إلى و تعرف مفدّم IP الخاصّ بك أدخل عنوان الـIP له، وإلّا فدعه فارغا"
+msgstr ""
+"إن كن تحتاج إلى و تعرف مفدّم IP الخاصّ بك أدخل عنوان الـIP له، وإلّا فدعه فارغا"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS خارجي:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "أضف مجالا للبحث"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr "اسم النطاق لهذا الخادم قد اضيف آلياً، و لا تحتاج لاضافته هنا."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -442,39 +462,40 @@ msgstr ""
"المحلّي؛ تحتوي ،افتراضا، على إسم المجال المحلّي فقط. يمكن تغيير هذا بتسجيل درب "
"بحث المجال المختار بعد كلمة البحث الدّلالية"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "إسم المجال الافتراضي للبحث:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr "هذا عنوان IP غير صالح لمقدّمك (forwarder)... إضغط على التّالي للمتابعة"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "هذا عنوان IP للـDNS الرّئيسي غير صالح... إضغط على التّالي للمتابعة"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "هذا عنوان IP غير صالح... إضغط على التّالي للمتابعة"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr "يبدو أنّ المضيف موجود في إعدادك للـDNS... إضغط على التّالي للمتابعة"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "خطأ:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr "يبدو أنّ هذا غير موجود في إعدادك للـDNS... إضغط على التّالي للمتابعة"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -482,67 +503,69 @@ msgstr ""
"يبدو أنّه لم يتمّ إعداد أيّ خادم DNS من خلال المعالج. شغّل من فضلك معالج DNS: "
"خادم DNS الرّئيسي "
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr "يبدو أنّك لست خادما رئيسا لـDNS، لا أستطيع إذن إضافة\\حذف المضيف."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "سيقوم المعالج الآن ببناء إعداد تابع DNS الخاصّ بك"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "بهذا الإعداد:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "عميل بهذه التعريفات سيتم إضافته لخادم الـDNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "إسم الحاسوب:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "عنوان IP للحاسوب:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "عميل بهذه التعريفات سيتم إزالته لخادم الـDNS"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr "سيتم أعداد خادم الـDNS باستخدام هذه الأعدادات"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "إسم المضيف للخادم:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "إسم المجال:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "قام المعالج بإضافة مضيف في الـDNS الخاصّ بك بنجاح."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "قام المعالج بحذف المضيف من الـDNS الخاصّ بك بنجاح."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "قام المعالج بإعداد خدمة DNS خادمك بنجاح."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "من فضلك اعد تشغيل drakwizard، وحاول تغيير بعض البارمترات."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "يجري إعداد نظامك كخادم DNS رئيسي..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "يجري إعداد نظامك كخادم DNS تابع..."
@@ -594,7 +617,7 @@ msgstr "خريطة autofs لخادم NIS"
msgid "Mandrakelinux Install server"
msgstr "خادم التّثبيت لماندريك لينكس"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "خادم كولاب (Kolab)"
@@ -707,7 +730,8 @@ msgstr "أنت في DHCP، الخادم قد لا يعمل بإعدادك."
msgid ""
"Please choose whether to allow a connection to FTP server from internal or "
"external hosts."
-msgstr "إختر من فضلك إن كنت تريد السّماح للإتّصال بخادم FTP من مضيفات داخلية أو خارجية."
+msgstr ""
+"إختر من فضلك إن كنت تريد السّماح للإتّصال بخادم FTP من مضيفات داخلية أو خارجية."
#: ../ftp_wizard/Proftpd.pm:115
msgid ""
@@ -798,7 +822,9 @@ msgstr "إعداد خادم التّثبيت"
msgid ""
"Path to data: specify your source directory, should be base of a "
"Mandrakelinux installation."
-msgstr "المسار إلى البيانات: حدّد دليلك المصدر، يجب أن يكون قاعدة لتثبيت ماندريك لينكس."
+msgstr ""
+"المسار إلى البيانات: حدّد دليلك المصدر، يجب أن يكون قاعدة لتثبيت ماندريك "
+"لينكس."
#: ../installsrv_wizard/Installsrv.pm:73
msgid "The destination directory could not be '/var/install/'"
@@ -812,7 +838,8 @@ msgstr "معناه إستعمل : /var/install/mdk-release"
msgid ""
"Error, the source path must be a directory with full Mandrakelinux "
"installation directory."
-msgstr "خطأ، يجب أن يكون المسار المصدر دليلا يحتوي دليل تثبيت ماندريك لينكس الكامل."
+msgstr ""
+"خطأ، يجب أن يكون المسار المصدر دليلا يحتوي دليل تثبيت ماندريك لينكس الكامل."
#: ../installsrv_wizard/Installsrv.pm:81
msgid "The destination directory is already in use. Please choose another one."
@@ -840,8 +867,8 @@ msgid ""
"configure a DHCP server with PXE support, and a PXE server. So it will be "
"very easy to install Mandrakelinux through a network."
msgstr ""
-"تهانينا، خادم تثبيت ماندريك جاهز الآن. يمكنك الآن إعداد خادم DHCP بدعم PXE، و "
-"خادم PXE. بهذا يكون تثبيت ماندريك لينكس من خلال شبكة في غاية السّهولة."
+"تهانينا، خادم تثبيت ماندريك جاهز الآن. يمكنك الآن إعداد خادم DHCP بدعم PXE، "
+"و خادم PXE. بهذا يكون تثبيت ماندريك لينكس من خلال شبكة في غاية السّهولة."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
@@ -888,7 +915,7 @@ msgstr "أدخل كلمة المرور لحساب مدير خادم كولاب."
msgid "Password mismatch, or null password, please correct."
msgstr "كلمات المرور غير متطابفة، أو كلمة مرور فارغة، صحّح من فضلك."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "كلمة المرور:"
@@ -924,208 +951,219 @@ msgstr "يتقدّم التّثبيت"
msgid "Installing Kolab server on your system..."
msgstr "يجري تثبيت خادم كولاب على نظامك..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "يجري إعداد خادم كولاب على نظامك..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "معالج Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"تحتاج لإعادة ضبط إسم مجالك. لخادم LDAP، تحتاج لإسم مجال صحيح، غير مساو "
+"للمجال المحلّي (localdomain( أو لا شيئ )none). شغّل دراكّونّكت لضبطه."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "عرض تهيئة Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "إضافة مستخدم في خادم Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "حذف تهيئة Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
-msgstr "هو بروتوكول خفيف الحمل للوصول إلى خدمات الأدلّة وبالتحديد خدمات الأدلة المبنية على X.5000"
+msgstr ""
+"هو بروتوكول خفيف الحمل للوصول إلى خدمات الأدلّة وبالتحديد خدمات الأدلة "
+"المبنية على X.5000"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP هي اختصار للبروتوكول خفيف الحمل للوصول للأدلة."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "معالج تهيئة Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "عليك إعداد خادم Ldap أولاً."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "خيارك:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "إزالة التهيئة"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "جاري حفظ القاعدة الموجودة إلى /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "إضافة مستخدم LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "تم إنشاء مستخدم في: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "الإسم:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "الإسم:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "تسجيل دخول المستخد:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "عليك إدخال اسم أول صالح."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "عليك إدخال اسم صالح."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "عليك إدخال اسم مستخدم صالح."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "كلمة مرور مستخدم LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "كلمات المرور يجب أن تتطابق"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "كلمة المرور (مجدّدا):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "يجب عليك إدخال كلمة مرور لـLDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "كلمات المرور غير متطابقة"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "المدير"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "المدير هو مستخدم ذي نفوذ له صلاحية الوصول إلى قاعدة بيانات LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "جاري تهيئة خادم LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "إسم المجال: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "مدير LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "شجرة دليل LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "تستخدم تسمية DNS لتعريف شجرة دليل LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "شجرة دليل LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "مدير LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "كلمة مرور LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "كلمة مرور LDAP (مجدّدا):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "عليك إدخال شجرة دليل LDAP صالحة."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "تأكيد المستخدم الّذي سيتمّ إنشاؤه"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "الإسم:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "إسم المستخدم:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "أنشئ في:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "معلومات التأكيد لإنشاء خادم LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "حاوية المستخدمين:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "قام المعالج بإعداد الـLDAP بنجاح."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "تمّت إضافة المستخدم بنجاح"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "خطأ في إضافة مستخدم في قاعدة بيانات Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "الخادم مُهيّأ مسبقاً"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "لقد قمت بتهيئة خادم Ldap مسبقاً"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "فشل %s"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "خطأ!"
@@ -1142,7 +1180,8 @@ msgstr "معالح الأخبار"
msgid ""
"This wizard will help you configuring the Internet News services for your "
"network."
-msgstr "هذا المعالج سيساعدك على تهيئة خدمات أخبار الإنترنت (Internet News) لشبكتك."
+msgstr ""
+"هذا المعالج سيساعدك على تهيئة خدمات أخبار الإنترنت (Internet News) لشبكتك."
#: ../news_wizard/Inn.pm:44
msgid "Welcome to the News Wizard"
@@ -1211,7 +1250,8 @@ msgstr "جاري تهيئة الأخبار"
msgid ""
"The wizard collected the following parameters needed to configure your "
"Internet News service:"
-msgstr "جمّع المعالج الوسائط التّالية الضّرورية لإعداد خدمة أخبار الإنترنت الخاصّة بك:"
+msgstr ""
+"جمّع المعالج الوسائط التّالية الضّرورية لإعداد خدمة أخبار الإنترنت الخاصّة بك:"
#: ../news_wizard/Inn.pm:86 ../postfix_wizard/Postfix.pm:133
msgid ""
@@ -1230,7 +1270,8 @@ msgid "Polling interval:"
msgstr "مجال الاستطلاع:"
#: ../news_wizard/Inn.pm:95
-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 "قام المعالج بتهيئة خدمات الأخبار لخادمك بنجاح."
#: ../nfs_wizard/NFS.pm:34
@@ -1380,7 +1421,10 @@ msgid ""
"A NIS server is useful to create user, hostname database. The wizard builds "
"autofs map, so it will provide the capabilities for NIS user to automount "
"their home directory on a NIS client computer."
-msgstr "خادم NIS مفيد لإنشاء قاعدة بيانات المستخدمين، وأسماء المضيفين. يبني المعالج كذلك خريطة autofs، و بهذا توفّر الإمكانيات لمستخدم NIS لتركيب دليله المنزل آليا على جهاز عميل NIS."
+msgstr ""
+"خادم NIS مفيد لإنشاء قاعدة بيانات المستخدمين، وأسماء المضيفين. يبني المعالج "
+"كذلك خريطة autofs، و بهذا توفّر الإمكانيات لمستخدم NIS لتركيب دليله المنزل "
+"آليا على جهاز عميل NIS."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid ""
@@ -1392,7 +1436,8 @@ msgstr ""
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS domain: NIS domain to use (generally same as your DNS domain name)."
-msgstr "مجال NIS: مجال NIS للاستعمال (عموما نفس المجال كإسم مجال DNS الخاصّ بك)."
+msgstr ""
+"مجال NIS: مجال NIS للاستعمال (عموما نفس المجال كإسم مجال DNS الخاصّ بك)."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS server: name of your computer."
@@ -1570,7 +1615,8 @@ msgstr "بوابة بريد الإنترنت"
msgid ""
"Your server will send the outgoing through a mail gateway, that will take "
"care of the final delivery."
-msgstr "سيرسل خادمك الصّادرات من خلال بوّابة بريد، و الّتي ستتولّى التّسليم النّهائي."
+msgstr ""
+"سيرسل خادمك الصّادرات من خلال بوّابة بريد، و الّتي ستتولّى التّسليم النّهائي."
#: ../postfix_wizard/Postfix.pm:114
msgid "Mail server name:"
@@ -1678,8 +1724,10 @@ msgid "Proxy port:"
msgstr "منفذ البروكسي:"
#: ../proxy_wizard/Squid.pm:83
-msgid "Press Next if you want to keep this value, or Back to correct your choice."
-msgstr "اضغط التالي اذا كنت تريد الحفاظ على هذه القيمة أو اضغط السابق لتصحيح خياراتك."
+msgid ""
+"Press Next if you want to keep this value, or Back to correct your choice."
+msgstr ""
+"اضغط التالي اذا كنت تريد الحفاظ على هذه القيمة أو اضغط السابق لتصحيح خياراتك."
#: ../proxy_wizard/Squid.pm:83
msgid "You have entered a port that may be useful for this service:"
@@ -1694,7 +1742,8 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "يجب عليك اختيار منفذ أكبر من 1024 و أقل من 65535"
#: ../proxy_wizard/Squid.pm:94
-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 ""
"ذاكرة القرص المخبئية هي المساحة الفارغة في القرص الصلب التي تستخدم لحفظ "
"الملفات المؤقتة."
@@ -1797,8 +1846,10 @@ msgid "Configuring the Proxy"
msgstr "جاري تهيئة البروكسي"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-msgid "The wizard collected the following parameters needed to configure your proxy:"
-msgstr "قام المعالج بتجميع المعاملات التالية و التي يُحتاج اليها لتهيئة البروكسي:"
+msgid ""
+"The wizard collected the following parameters needed to configure your proxy:"
+msgstr ""
+"قام المعالج بتجميع المعاملات التالية و التي يُحتاج اليها لتهيئة البروكسي:"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
#: ../samba_wizard/Samba.pm:219 ../web_wizard/Apache.pm:131
@@ -1886,14 +1937,15 @@ msgid ""
"PXE description is used to explain the role of the boot image, e.g.: "
"Mandrakelinux 10 image, Mandrakelinux cooker image.."
msgstr ""
-"يستعمل وصف PXE لشرح دور صورة الإقلاع، مثلا: "
-"صورة ماندريك 10، صورة لماندريك لينكس كوكر.."
+"يستعمل وصف PXE لشرح دور صورة الإقلاع، مثلا: صورة ماندريك 10، صورة لماندريك "
+"لينكس كوكر.."
#: ../pxe_wizard/Pxe.pm:132 ../pxe_wizard/Pxe.pm:142
msgid ""
"PXE name: the name displayed in PXE menu (please provide an ASCII word or a "
"number, with no spaces)"
-msgstr "إسم PXE: الاسم المعروض في قائمة PXE (من فضلك أعط كلمة أو عددا، بدون فراغ)"
+msgstr ""
+"إسم PXE: الاسم المعروض في قائمة PXE (من فضلك أعط كلمة أو عددا، بدون فراغ)"
#: ../pxe_wizard/Pxe.pm:132
msgid "Path to image: provide the full path to the network boot image"
@@ -1904,7 +1956,10 @@ msgid ""
"To boot through network, the network computer needs a boot image. Moreover "
"we need to name this image, so each boot image is related to a name in PXE "
"menu. User can then choose which image he wants to boot through PXE."
-msgstr "للإقلاع من خلال الشّبكة، يحتاج حاسب الشّبكة لصورة إقلاع. نحتاج كذلك لتسمية هذه الصّورة، لكي تكون كلّ صورة إقلاع منسوبة لإسم في قائمة PXE. بهذا يستطيع المستخدم اختيار الصّورة الّتي يريد إقلاعها من خلال PXE."
+msgstr ""
+"للإقلاع من خلال الشّبكة، يحتاج حاسب الشّبكة لصورة إقلاع. نحتاج كذلك لتسمية هذه "
+"الصّورة، لكي تكون كلّ صورة إقلاع منسوبة لإسم في قائمة PXE. بهذا يستطيع "
+"المستخدم اختيار الصّورة الّتي يريد إقلاعها من خلال PXE."
#: ../pxe_wizard/Pxe.pm:142
msgid "Add all.rdz boot image"
@@ -1929,10 +1984,14 @@ msgid ""
"To boot through network, network computers need a boot image. Moreover we "
"need to name this image, so each boot image is related to a name in PXE "
"menu. So user can choose which image he wants to boot through PXE."
-msgstr "للإقلاع من خلال الشّبكة، تحتاج حاسبات الشّبكة لصورة إقلاع. نحتاج كذلك لتسمية هذه الصّورة، لكي تكون كلّ صورة إقلاع منسوبة لإسم في قائمة PXE. فيستطيع المستخدم هكذا اختيار الصّورة الّتي يريد إقلاعها من خلال PXE."
+msgstr ""
+"للإقلاع من خلال الشّبكة، تحتاج حاسبات الشّبكة لصورة إقلاع. نحتاج كذلك لتسمية "
+"هذه الصّورة، لكي تكون كلّ صورة إقلاع منسوبة لإسم في قائمة PXE. فيستطيع "
+"المستخدم هكذا اختيار الصّورة الّتي يريد إقلاعها من خلال PXE."
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr "إختر من فضلك صورة إقلاع PXE الّتي تريد حذفها من خادم PXE."
#: ../pxe_wizard/Pxe.pm:153
@@ -1960,7 +2019,8 @@ msgstr ""
"المعالج طريقة سهلة لتخصيص صورة إقلاع بوسائط عامّة."
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
msgstr "إختر من فضلك، من القائمة أدناه، صورة الإقلاع PXE الّتي تريد تعديلها"
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
@@ -1972,7 +2032,8 @@ msgid "Add option to the PXE boot image"
msgstr "إضافة خيار لقرص إقلاع PXE"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr "دليل التّثبيت: المسار الكامل لدليل خادم تّثبيتلماندري لينكس)"
#: ../pxe_wizard/Pxe.pm:170
@@ -1983,7 +2044,9 @@ msgstr "طريقة التّثبيت: إختر NFS أو HTTP."
msgid ""
"Server IP: IP address of the server, which contains installation directory. "
"You can create one with Mandrakelinux install server wizard."
-msgstr "عنوان IP للخادم: عنوان IP للخادم، الّذي يحتوي على دليل التّثبيت. يمكنك إنشاء واحد بواسطة معالج خادم التّثبيت لماندريك لينكس."
+msgstr ""
+"عنوان IP للخادم: عنوان IP للخادم، الّذي يحتوي على دليل التّثبيت. يمكنك إنشاء "
+"واحد بواسطة معالج خادم التّثبيت لماندريك لينكس."
#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
@@ -2009,7 +2072,9 @@ msgstr "واجهة عميل الشّبكة: واجهة الشّبكة المست
#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust the ramsize parameter on boot image."
-msgstr "حجم ذاكرة الوصول العشوائي (RAM): ضبط وسيط ذاكرة التّوصّل العشوائي في قرص الإقلاع."
+msgstr ""
+"حجم ذاكرة الوصول العشوائي (RAM): ضبط وسيط ذاكرة التّوصّل العشوائي في قرص "
+"الإقلاع."
#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem with VGA, please adjust. "
@@ -2090,8 +2155,10 @@ msgid ""
msgstr "من فضلك أعط اسماً صحيحاً لـPXE: كلمة واحدة أو عدد واحد بدون فراغ."
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
-msgstr "لإضافة\\حذف\\نعدبل صورة إقلاع PXE، يجب عليك تشغيل 'أعدّ خادم PXE' مسبّقا."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgstr ""
+"لإضافة\\حذف\\نعدبل صورة إقلاع PXE، يجب عليك تشغيل 'أعدّ خادم PXE' مسبّقا."
#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "A similar name is already used in PXE menu"
@@ -2191,7 +2258,8 @@ msgid "Samba configuration wizard"
msgstr "معالج إعداد سامبا"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
msgstr "هذا المعالج سيساعدك على تهيئة خدمات Samba لجهازك الخادم."
#: ../samba_wizard/Samba.pm:77
@@ -2270,7 +2338,8 @@ msgstr ""
#: ../samba_wizard/Samba.pm:120
msgid "Note that access still requires suitable user-level passwords."
-msgstr "لاحظ أنّ الدّخول لا يزال يحتاج إلى كلمات مرور مناسبة على مستوى المستخدمين."
+msgstr ""
+"لاحظ أنّ الدّخول لا يزال يحتاج إلى كلمات مرور مناسبة على مستوى المستخدمين."
#: ../samba_wizard/Samba.pm:127
msgid "Allow hosts:"
@@ -2340,7 +2409,8 @@ msgid ""
"like this:\n"
"root, fred, @users, @wheel for each kind of permission."
msgstr ""
-"أكتب المستخدمين أو المجموعة بعزلهم بفاصلة (يجب سبق المجموعات بـ'@') كالتّالي:\n"
+"أكتب المستخدمين أو المجموعة بعزلهم بفاصلة (يجب سبق المجموعات بـ'@') "
+"كالتّالي:\n"
"root، fred، @users، @wheel لكلّ نوع من الصلاحيات."
#: ../samba_wizard/Samba.pm:183
@@ -2503,7 +2573,8 @@ msgstr "- أسباب أخرى..."
msgid ""
"- You can try again to contact time servers, or save configuration without "
"actually setting time."
-msgstr "- يمكنك محاولة الإتّصال بخادمات الوقت من جديد، أو حفظ الإعداد دون تعيين الوقت."
+msgstr ""
+"- يمكنك محاولة الإتّصال بخادمات الوقت من جديد، أو حفظ الإعداد دون تعيين الوقت."
#: ../time_wizard/Ntp.pm:165
msgid "Time server configuration saved"
@@ -2628,4 +2699,3 @@ msgstr "خادم Apache"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "يجري إعداد نظامك كخادم Apache..."
-
diff --git a/po/az.po b/po/az.po
index c379ccaf..dc03f45b 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-02-20 18:30+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
@@ -29,7 +29,7 @@ msgstr "quraşdırma sehirbazı"
msgid "Warning."
msgstr "Xəbərdarlıq."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Xəta"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(addan sonran qovşağı yazmaq məcburiyyətində deyilsiniz)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Alıcı tanınması:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -102,7 +102,7 @@ msgid ""
msgstr ""
"Qeyd edək ki verilən IP nömrəsi və alıcı adı şəbəkə üstündə yeganə olmalıdır."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,22 +112,22 @@ msgstr ""
"hər kompüterin özünəməxsus sıravi nöqtəli sintaksis ilə yazılmış IP önvanı "
"olmalıdır."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Maşının adı:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Maşının IP nömrəsi:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Xəbərdarlıq"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -137,12 +137,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Xəta"
@@ -310,7 +310,7 @@ msgstr "Ara üz:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Sehirbaz vericinizin DHCP xidmətlərini müvəffəqiyyətlə quraşdırdı."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -324,35 +324,35 @@ msgstr "Bacarılmadı"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Əsas DNS vericisi"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "İkinci DNS vericisi"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -360,12 +360,12 @@ msgstr ""
"DNS (Domain Name Server) kompüterlərin IP ünvanlarını internet qovşaq adları "
"ilə əlaqələndirən və xəritələyən xidmətdir."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS quraşdırma sehirbazı"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -375,74 +375,89 @@ 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."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS vericisi"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(addan sonran qovşağı yazmaq məcburiyyətində deyilsiniz)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Verici Banneri:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Maskarad domen adı:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Qovşağı sil:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Kompüter Adı:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Forwarderinizin IP-si"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Xarici DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Axtarış domeni əlavə et"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -450,116 +465,116 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Bu hökmlü ünvan deyil... davam etmək üçün Sonrakı düyməsinə basın"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Bu hökmlü ünvan deyil... davam etmək üçün Sonrakı düyməsinə basın"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Bu hökmlü ünvan deyil... davam etmək üçün Sonrakı düyməsinə basın"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Xəta:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "Wizard will Now build your DNS slave configuration"
msgstr "İndi LDAP qurğularınız inşa edilir"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "bu quraşdırma ilə:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Kompüter adı:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Kompüterin IP ünvanı:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Verici Qovşaq Adı:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domen adı:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Sehirbaz alıcını müvəffəqiyyətlə əlavə etdi."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Sehirbaz vericinizin DNS xidmətlərini müvəffəqiyyətlə quraşdırdı."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Sisteminiz Nis+Autofs(nfs) vericisi olaraq quraşdırılır ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Sisteminiz Nis+Autofs(nfs) vericisi olaraq quraşdırılır ..."
@@ -614,7 +629,7 @@ msgstr "Nis vericisi + Autofs"
msgid "Mandrakelinux Install server"
msgstr "Mandrake Qurulum Vericisi"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Samba vericisi"
@@ -917,7 +932,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Şifrə:"
@@ -958,235 +973,242 @@ msgstr "İstifadəçi cərgəsi: "
msgid "Installing Kolab server on your system..."
msgstr "Sisteminiz Nis Alıcısı olaraq quraşdırılır ..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Sisteminiz Nis Alıcısı olaraq quraşdırılır ..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap sehirbazı"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "DNS quraşdırma sehirbazı"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "LDAP vericisinə giriş əlavə et"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "DNS quraşdırma sehirbazı"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "DNS quraşdırma sehirbazı"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "PXE vericisini seç."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Zaman verici quraşdırılması qeyd edildi"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Xəbərlər Vericisi Adı:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Ad:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Xəbərlər Vericisi Adı:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Konteyner:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Şifrə"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Şifrə:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Şifrələr uyğun gəlmir"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Samba Quraşdırılır"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Domen adı:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "TFTP cərgəsi: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "TFTP cərgəsi: "
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Şifrə:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Şifrə:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "TFTP cərgəsi: "
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Ad:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Xəbərlər Vericisi Adı:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "DHCP Vericisi Quraşdırılır"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Konteyner:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Sehirbaz NFS Vericinizi müvəffəqiyyətlə quraşdırdı"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Məlumat müvəffəqiyyətlə əlavə edildi"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "LDAP vericisinə giriş əlavə et"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Sehirbaz Samba vericinizi müvəffəqiyyətlə quraşdırdı."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Bacarılmadı"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Xəta"
diff --git a/po/bg.po b/po/bg.po
index 178b3874..c5bea804 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -29,7 +29,7 @@ msgstr "Конфигурационен магьосник"
msgid "Warning."
msgstr "Предупреждение"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr ""
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -87,11 +87,11 @@ msgstr "Този помощник ще ви помогне да добавите
msgid "(you don't need to type the domain after the name)"
msgstr "(не се налага да пишете името на домейна)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Идентификация на клиента:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -100,7 +100,7 @@ msgstr ""
"Обърнете внимание,че дадените IP адрес и клиентско име трябва да са уникални "
"в мрежата"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -110,22 +110,22 @@ msgstr ""
"компютър в мрежата трябва да има (уникален) IP адрес, изписан по обичайния "
"начин"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Име на машината:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP адрес на компютъра:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Предупреждение"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Грешка"
@@ -307,7 +307,7 @@ msgstr "Интерфейс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Помощникът успешно настрои DHCP услугите на сървъра ви."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -322,37 +322,37 @@ msgstr "включен"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS сървър"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS сървър"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -360,12 +360,12 @@ msgstr ""
"DNS (Domain Name Server) е услугата,която свързва IP адреса на дадена машина "
"с нейното име в буквен вид."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Помощник за настройка на DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -375,76 +375,90 @@ msgstr ""
"Тези настройки ще предоставят локална DNS услуга за локалните компютърни "
"имена,а нелокалните ще бъдат пренасочвани през външния DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "NFS сървър"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(не се налага да пишете името на домейна)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Новинарски сървър:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Потребителско име:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Настройване на DNS сървъра"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -452,118 +466,118 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Това не е правилен адрес... натиснете \"нататък\",за да продължите"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Това не е правилен адрес... натиснете \"нататък\",за да продължите"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Това не е правилен адрес... натиснете \"нататък\",за да продължите"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr ""
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS помощник (настройка)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Потребителско име:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Име на новинарския сървър:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Помощникът успешно добави клиента"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Помощникът успешно добави клиента"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Помощникът успешно настрои DNS услугите на сървъра ви."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Настройване на DNS сървъра"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Настройване на DNS сървъра"
@@ -626,7 +640,7 @@ msgstr "Новинарски сървър"
msgid "Mandrakelinux Install server"
msgstr "FTP сървър"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Сървър за база данни"
@@ -923,7 +937,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Парола:"
@@ -963,232 +977,239 @@ msgstr "Потребителска директория:"
msgid "Installing Kolab server on your system..."
msgstr "Настройване на FTP сървър"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Настройване на FTP сървър"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
#, fuzzy
msgid "Ldap wizard"
msgstr "MySQL помощник"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Конфигурационен магьосник"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Конфигурационен магьосник"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Конфигурационен магьосник"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Сървър за база данни"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "DNS помощник (настройка)"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Добавяне на потребител"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Потребителско име:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Добавяне на потребител"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Парола:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Парола:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Паролите не съвпадат"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Настройване на DHCP сървъра"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Потребителска директория:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Потребителска директория:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Парола:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Парола:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Потребителска директория:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Име на новинарския сървър:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Потребителско име:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Настройване на DHCP сървъра"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Добавяне на потребител"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Помощникът успешно настрои вашият NFS сървър."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Помощникът успешно настрои вашият NFS сървър."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "включен"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Грешка!"
diff --git a/po/bn.po b/po/bn.po
index 1ae89891..fcd8a91a 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-08-26 16:46+0600\n"
"Last-Translator: Jamil Ahmed <jamil@bengalinux.org>\n"
"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
@@ -30,7 +30,7 @@ msgstr "কনফিগারেশনের উইজার্ড"
msgid "Warning."
msgstr "সতর্কবাণী।"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "ত্রুটি।"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,20 +91,20 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(নামের শেষে ডোমেইনের নাম লেখার প্রয়োজন নেই)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "ক্লায়েন্টের পরিচিতি:"
# "নেটওয়ার্কে প্রদত্ত আইপি (IP) অ্যাড্রেস এবং ক্লায়েন্টের নাম একক হওয়া "
# "উচিত।"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"লক্ষ্য করুন যে একটি নেটওর্য়াকে ক্লায়েন্টের নাম এবং আইপি এড্রেস একই রকম হতে পারবে না।"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -114,33 +114,33 @@ msgstr ""
"company.net। নেটওয়ার্কের প্রত্যেকটি মেশিনের একটি (পৃথক) dotted সিন্টেক্সের আইপি "
"(IP) অ্যাড্রেস থাকা প্রয়োজন।"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "মেশিনের নাম:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "মেশিনের আইপি (IP) অ্যাড্রেস:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "সতর্কবাণী"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "আপনি dhcp-তে আছেন, আপনার করা কনফিগারেশনে সার্ভার সম্ভবত চলবে না।"
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "ত্রুটি"
@@ -309,7 +309,7 @@ msgstr "ইন্টারফেস:"
msgid "The wizard successfully configured the DHCP services."
msgstr "উইজার্ড সাফল্যের সাথে DHCP পরিসেবা কনফিগার করেছে।"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -324,11 +324,11 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "drakwizard পুনরায় আরম্ভ করুন, এবং কিছু প্যারামিটার পরিবর্তন করুন।"
# sgstr "আপনার হোস্টের নাম পুনরায় মীমাংসা করা প্রয়োজন।"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "আপনার হোস্টের নাম পুনরায় ঠিক করতে হবে।"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -340,24 +340,24 @@ msgstr ""
"ড্রেককানেক্ট (drakconnect) ব্যবহার করে এটি ঠিক করুন।"
# CONFUSED with the second line
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "মাস্টার DNS সার্ভার"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "স্লেভ DNS সার্ভার"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "DNS -এ হোস্ট যোগ করো"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "DNS-এর থেকে হোস্ট মুছে ফেলো"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -365,11 +365,11 @@ msgstr ""
"DNS (ডোমেইন নেম সার্ভার) পরিসেবার দ্বারা একটি মেশিনের আইপি (IP) অ্যাড্রেস একটি "
"ইন্টারনেট হোস্টের নামের সাথে ম্যাপ করা হয়।"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS মাস্টার কনফিগারেশন উইজার্ড"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -379,33 +379,48 @@ msgstr ""
"কনফিগারেশন লোকাল কম্পিউটার নামের জন্য লোকাল ডিএনএস সার্ভিস ঠিক করে দেয়, এক্ষেত্রে "
"নন‌‌-লোকাল অনুরোধ বাইরের ডিএনএস এর কাছে পাঠিয়ে দেয়া হয়।"
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "আপনি কি করতে ইচ্ছুক:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS সার্ভার"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(নামের শেষে আপনার ডোমেইন যোগ করবার প্রয়োজন নেই)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "সার্ভার-এর আইপি (IP):"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domainname:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "নিম্নোক্ত তালিকা থেকে যে হোস্টকে আপনি মুছে ফেলতে ইচ্ছুক তা নির্বাচন করুন।"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "বর্তমান DNS কনফিগারেশন থেকে একটি হোস্ট মুছে ফেলুন।"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "হোস্ট মুছে ফেলুন"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "কম্পিউটারের নাম:"
# আপনার মাস্টার সার্ভার উপস্থিত না থাকলে
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -414,11 +429,11 @@ msgstr ""
"স্লেভ নেম সার্ভার আপনার প্রাথমিক নেম সার্ভারের ওপর থেকে কিছু চাপ হাল্কা করবে, এবং "
"আপনার মাস্টার সার্ভার উপস্থিত না থাকলে এটি ব্যাক-আপ সার্ভার হিসাবেও কার্যকরী হবে।"
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "মাস্টার DNS সার্ভার-এর আইপি (IP) অ্যাড্রেস:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -426,11 +441,11 @@ msgstr ""
"সেই সমস্ত প্রশ্নে ফরওয়ার্ডিং হয় যেখানে সার্ভার অনুমোদনযোগ্য নয় এবং উত্তরটিও তার "
"ক্যাশে নেই।"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "আপনার ফরওয়ার্ডার এর আইপি"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -438,15 +453,15 @@ msgstr ""
"যদি প্রয়োজন মনে করেন এবং আপনার ফরওয়ার্ডারের আইপি জেনে থাকেন তাহলে সেটি প্রবেশ "
"করান, না জানা থাকলে খালি রেখে দিন"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "বহিস্থিত DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "অনুসন্ধানের ডোমেইন যোগ করুন"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -455,7 +470,7 @@ msgstr ""
"করবার প্রয়োজন নেই।"
# কাঙ্খিত
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -467,29 +482,29 @@ msgstr ""
"বদলাতে হলে সার্চ কিওর্য়াডের পরপর কাঙ্খিত ডোমেইন সার্চ প্যাথ বসিয়ে তালিকা তৈরী "
"করতে হবে।"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "ডিফল্ট অবস্থায় যে ডোমেইন নাম-এ অনুসন্ধান করা হবে:"
# পরবর্তি-ধাপে চাপুন
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "এটি আপনার ফরওর্য়াডারের সঠিক আইপি নয়... অনুগ্রহ করে পরবর্তি-ধাপে ক্লিক করুন"
# চাপুন
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"এটি কোনো বৈধ মাস্টার DNS আইপি (IP) অ্যাড্রেস নয়...অগ্রসর হতে হলে পরবর্তী-ধাপ ক্লিক "
"করুন"
# চাপুন
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "এটি কোনো আইপি (IP) অ্যাড্রেস নয়...অগ্রসর হতে হলে পরবর্তী-ধাপ ক্লিক করুন"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -498,11 +513,11 @@ msgstr ""
"ধাপ ক্লিক করুন"
# ত্রুটি:
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "সমস্যা:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -510,7 +525,7 @@ msgstr ""
"সম্ভবত এটি আপনার DNS কনফিগারেশনে উপস্থিত নেই... অগ্রসর হতে হলে পরবর্তী-ধাপ ক্লিক "
"করুন"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -518,73 +533,73 @@ msgstr ""
"সম্ভবত উইজার্ডের সাহায্যে কোনো DNS সার্ভার নির্ধারিত হয় নি। অনুগ্রহ করে DNS "
"উইজার্ডটি চালান: মাস্টার DNS সার্ভার।"
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"সম্ভবত আপনি মাস্টার DNS সার্ভার নন, এবং এই কারনে হোস্ট যোগ করা/মুছে ফেলা সম্ভব নয়।"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "উইজার্ড এখন আপনার DNS স্লেভ কনফিগারেশন তৈরি করবে"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "এই কনফিগারেশনের সাথে:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "এই পরিচিতির ক্লায়েন্ট আপনার DNS-এ যোগ করা হবে"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "কম্পিউটারের নাম:"
# এড্রেস
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "কম্পিউটারের আইপি (IP) অ্যাড্রেস:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "এই পরিচিতির ক্লায়েন্ট আপনার DNS থেকে মুছে ফেলা হবে"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "নিম্নলিখিত কনফিগারেশন ব্যবহার করে DNS সার্ভার কনফিগার করা হবে"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "সার্ভার হোস্টের নাম:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "ডোমেইনের নাম:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "উইজার্ড সাফল্যের সাথে DNS-এ একটি হোস্ট যোগ করেছে।"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "উইজার্ড সাফল্যের সাথে DNS থেকে একটি হোস্ট মুছে ফেলেছে।"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "উইজার্ড সাফল্যের সাথে আপনার সার্ভারের DNS পরিসেবা কনফিগার করেছে।"
# লঞ্চ
# আরম্ভ
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "অনুগ্রহ করে drakwizard পুনরায় আরম্ভ করুন, এবং কিছু প্যারামিটার পরিবর্তন করুন।"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "আপনার সিস্টেমকে মাস্টার DNS সার্ভার হিসাবে কনফিগার করবার প্রক্রিয়া ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "আপনার সিস্টেমকে স্লেভ DNS সার্ভার হিসাবে কনফিগার করবার প্রক্রিয়া ..."
@@ -636,7 +651,7 @@ msgstr "NIS সার্ভার autofs ম্যাপ"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux ইনস্টল সার্ভার"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab সার্ভার"
@@ -953,7 +968,7 @@ msgstr "Kolab সার্ভারের ম্যানেজার অ্য
msgid "Password mismatch, or null password, please correct."
msgstr "পাসওয়ার্ডে গরমিল অথবা শূন্য পাসওয়ার্ড, অনুগ্রহ করে সংশোধন করুন। "
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "পাসওয়ার্ড:"
@@ -989,219 +1004,231 @@ msgstr "ইনস্টল প্রক্রিয়া চলছে"
msgid "Installing Kolab server on your system..."
msgstr "আপনার সিস্টেমে Kolab সার্ভার ইনস্টল করবার প্রক্রিয়া..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "আপনার সিস্টেমে Kolab সার্ভার কনফিগার করবার প্রক্রিয়া..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "সাম্বা উইজার্ড"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"আপনার ডোমেইননেম পুনরায় ঠিক করতে হবে। ডিএনএস সার্ভারের জন্য আপনার একটি নির্ভূল "
+"ডোমেইননেম প্রয়োজন, যেটি লোকালডোমেইন (localdomain) বা কিছুইনা (none) হতে "
+"পারবেনা। হোস্টের নাম অবশ্যই FQDN: Fully Qualified Domain Name হতে হবে। "
+"ড্রেককানেক্ট (drakconnect) ব্যবহার করে এটি ঠিক করুন।"
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Ldap কনফিগারেশন উইজার্ড"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Ldap সার্ভারে একজন ব্যবহারকারী যোগ করো"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Ldap কনফিগারেশন উইজার্ড"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Ldap কনফিগারেশন উইজার্ড"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "আপনাকে অবশ্যই প্রথমে একটি Ldap সার্ভার সেটআপ করতে হবে।"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "আপনার পছন্দ:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "ইনস্টল সার্ভার-এর কনফিগারেশন"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP ব্যবহারকারী যোগ করা হচ্ছে"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "এর ভিতর ব্যবহারকারী তৈরি করা হয়েছে:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "নাম:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "নাম:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "ব্যবহারকারী সমুহের ধারক:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "আপনাকে অবশ্যই একটি বৈধ প্রথম নাম দিতে হবে।"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "আপনাকে অবশ্যই একটি বৈধ নাম দিতে হবে।"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "আপনাকে অবশ্যই একজন বৈধ ব্যবহারকারীর নাম দিতে হবে।"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP ব্যবহারকারীর পাসওয়ার্ড"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "পাসওয়ার্ডসমুহ অবশ্যই মিলতে হবে"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "পুনরায় পাসওয়ার্ড লিখুন:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "আপনাকে অবশ্যই LDAP এর জন্য একটি পাসওয়ার্ড দিতে হবে।"
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "পাসওয়ার্ডসমুহ মিলছে না"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
#, fuzzy
msgid "Administrator"
msgstr "অ্যাডমিনস্ট্রেটর LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "LDAP সার্ভার কনফিগার করা হচ্ছে"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "ডোমেইনের নাম:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "অ্যাডমিনস্ট্রেটর LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "TFTP ডিরেক্টরি:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "TFTP ডিরেক্টরি:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "অ্যাডমিনস্ট্রেটর LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP পাসওয়ার্ড:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "পুনরায় LDAP পাসওয়ার্ড লিখুন:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "আপনাকে অবশ্যই একটি বৈধ প্রথম নাম দিতে হবে।"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "ব্যবহারকারী তৈরির নিশ্চিতকরণ"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "প্রথম নাম:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "ব্যবহারকারীর নাম:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "এর ভিতর তৈরি করো:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "LDAP সার্ভার তৈরির জন্য নিশ্চিতকরণ তথ্য"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "ব্যবহারকারী সমুহের ধারক:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "উইজার্ড সাফল্যের সাথে LDAP কনফিগার করেছে।"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "সাফল্যের সাথে ব্যবহারকারী যোগ করা হয়েছে"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Ldap সার্ভারে একজন ব্যবহারকারী যোগ করো"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "ইতিমধ্যেই সার্ভার কনফিগার করা হয়েছে"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "আপনি ইতিমধ্যেই drakwizard এর মাধ্যমে আপনার Ldap সার্ভার কনফিগার করেছেন\n"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s বিফল"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "ত্রুটি!"
diff --git a/po/br.po b/po/br.po
index dace0b52..e5e2902e 100644
--- a/po/br.po
+++ b/po/br.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-2.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-03-30 10:11+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: breton <LL@li.org>\n"
@@ -26,7 +26,7 @@ msgstr ""
msgid "Warning."
msgstr "Ho evezh."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -36,10 +36,10 @@ msgid "Error."
msgstr "Fazi."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -80,50 +80,50 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr ""
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Ho evezh"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fazi"
@@ -275,7 +275,7 @@ msgstr "C'hetal :"
msgid "The wizard successfully configured the DHCP services."
msgstr ""
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -289,118 +289,132 @@ msgstr "Sac'het"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Servijer DNS mestr"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servijer DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP ar servijer :"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -408,108 +422,108 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr ""
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr ""
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr ""
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
@@ -561,7 +575,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servijer Kolab"
@@ -838,7 +852,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Tremenger :"
@@ -872,213 +886,220 @@ msgstr ""
msgid "Installing Kolab server on your system..."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Skoazeller Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Ker :"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "An tremegerioù ne glot ket"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Servijer Postfix"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Anv ar ostiz :"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Servijer Postfix"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Servijer Postfix"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Sac'het"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Fazi"
diff --git a/po/bs.po b/po/bs.po
index 7a373774..f0640356 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-10 21:46+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosanski <lokal@lugbih.org>\n"
@@ -32,7 +32,7 @@ msgstr "čarobnjak za podešavanje"
msgid "Warning."
msgstr "Upozorenje."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "Greška."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -84,17 +84,18 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Ovaj čarobnjak će vam pomoći u dodavanju novog klijenta u vaš lokalni DNS."
+msgstr ""
+"Ovaj čarobnjak će vam pomoći u dodavanju novog klijenta u vaš lokalni DNS."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(ne morate unositi domen nakon imena)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikacija klijenta:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -102,7 +103,7 @@ msgstr ""
"Obratite pažnju da dati IP broj i ime klijenta moraju biti jedinstveni u "
"mreži."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,33 +113,33 @@ msgstr ""
"preduzeće.ba. Svaki računar u mreži mora imati (jedinstvenu) IP adresu, u "
"uobičajenom obliku sa tačkama."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Ime računara:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP broj računara:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Upozorenje"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Nalazite se u dhcp-u, server možda neće raditi sa ovom konfiguracijom."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Greška"
@@ -184,7 +185,8 @@ msgid "The wizard successfully added the client."
msgstr "Čarobnjak je uspješno dodao klijenta."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
msgstr "Naredba se izvršava. Da li je želite prekinuti i izaći iz Čarobnjaka?"
#: ../common/Wizcommon.pm:103
@@ -303,7 +305,7 @@ msgstr "Interfejs:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Čarobnjak je uspješno podesio DHCP servise."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -317,11 +319,11 @@ msgstr "Neuspjeh"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Ponovo pokrenite drakwizard i pokušajte promijeniti neke parametre."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Morate prilagoditi naziv računara."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -332,24 +334,24 @@ msgstr ""
"biti prazno. Naziv računara je FQDN: Fully Qualified Domain Name. Pokrenite "
"drakconnet kako bi prilagodili ime."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Glavni DNS server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Pomoćni DNS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Dodaj računar u DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Ukloni računar iz DNSa"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -357,11 +359,11 @@ msgstr ""
"DNS (Domain Name Server) je servis koji ostvaruje relaciju između internet "
"imena i stvarnog računara."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Čarobnjak za podešavanje glavnog DNS servera"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -371,45 +373,61 @@ 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."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Šta želite uraditi:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(ne morate unositi domen nakon imena)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Ime servera:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS ime domene:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Izaberite računar koji želite ukloniti sa sljedeće liste."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Ukloni računar iz postojeće DNS konfiguracije."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Ukloni računar:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Naziv računara:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 ""
-"Pomoćni DNS server će rasteretiti vaš primarni DNS server, takođe će funkcionisati "
-"kao rezervni DNS server u slučaju da primarni server postane nedostupan."
+"Pomoćni DNS server će rasteretiti vaš primarni DNS server, takođe će "
+"funkcionisati kao rezervni DNS server u slučaju da primarni server postane "
+"nedostupan."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP broj glavnog DNS servera:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -417,11 +435,11 @@ msgstr ""
"Prosljeđivanje se dešava samo za one upite za koje server nije autoritativan "
"i ne mora sadržavati odgovor u svom cache-u."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP vašeg forwardera"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -429,15 +447,15 @@ msgstr ""
"Ako vam je potrebna i znate IP adresu vašeg fowardera unesite je ovdje, u "
"suprotnom ostavite prazno"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Vanjski DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Dodaj domen za pretragu:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -445,119 +463,130 @@ msgstr ""
"Naziv domene (domainname) ovog servera je automatski dodano, tako da ga ne "
"morate dodavati ovdje."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 ""
-"Lista pretrage za razrješavanje imena bez navedene domene. Ova lista "
-"se obično određuje automatski iz lokalnog imena domene, tj. ona sadrži "
-"samo vaše lokalno ime domene. Ovo se može promijeniti navođenjem "
-"željenog puta pretrage za domenu nakon određene ključne riječi."
+"Lista pretrage za razrješavanje imena bez navedene domene. Ova lista se "
+"obično određuje automatski iz lokalnog imena domene, tj. ona sadrži samo "
+"vaše lokalno ime domene. Ovo se može promijeniti navođenjem željenog puta "
+"pretrage za domenu nakon određene ključne riječi."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Uobičajeni naziv domene za pretragu:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
-msgstr "Ovo nije ispravna IP adresa za forwarder... pritisnite Dalje za nastavak"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
+msgstr ""
+"Ovo nije ispravna IP adresa za forwarder... pritisnite Dalje za nastavak"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
-msgstr "Ovo nije ispravna IP adresa glavnog DNSa... pritisnite Dalje za nastavak"
+msgstr ""
+"Ovo nije ispravna IP adresa glavnog DNSa... pritisnite Dalje za nastavak"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Ovo nije ispravna IP adresa... pritisnite Dalje za nastavak"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
-msgstr "Izgleda da je ovaj računar već u vašoj DNS konfiguraciji... pritisnite Dalje za nastavak"
+msgstr ""
+"Izgleda da je ovaj računar već u vašoj DNS konfiguraciji... pritisnite Dalje "
+"za nastavak"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Greška:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
-msgstr "Izgleda da je ovo nije prisutno u vašoj DNS konfiguraciji... pritisnite Dalje za nastavak"
+msgstr ""
+"Izgleda da je ovo nije prisutno u vašoj DNS konfiguraciji... pritisnite "
+"Dalje za nastavak"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-"Izgleda da DNS server nije podešen koristeći čarobnjak. Molim pokrenite "
-"DNS čarobnjak: glavni DNS server."
+"Izgleda da DNS server nije podešen koristeći čarobnjak. Molim pokrenite DNS "
+"čarobnjak: glavni DNS server."
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
-msgstr "Izgleda da niste glavni DNS server, tako da ne mogu dodati/ukloniti računar."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
+msgstr ""
+"Izgleda da niste glavni DNS server, tako da ne mogu dodati/ukloniti računar."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Čarobnjak će sada izgraditi konfiguraciju pomoćnog DNS servera"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "uz ovu konfiguraciju:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klijent sa ovom identifikacijom će biti dodan u vaš DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Ime računara:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP adresa računara:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klijent sa ovom identifikacijom će biti uklonjen iz vašeg DNSa"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr "DNS server će sada biti podešen sljedećom konfiguracijom"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Ime servera:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domensko ime:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Čarobnjak je uspješno računar u vaš DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Čarobnjak je uspješno uklonio računar iz vašeg DNSa."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Čarobnjak je uspješno podesio DNS servis na ovom serveru."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
-msgstr "Molim ponovo pokrenite drakwizard i probajte promijeniti neke parametre."
+msgstr ""
+"Molim ponovo pokrenite drakwizard i probajte promijeniti neke parametre."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Podešavam vaš sistem kao Glavni DNS server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Podešavam vaš sistem kao Pomoćni DNS server ..."
@@ -609,7 +638,7 @@ msgstr "NIS server autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux instalacioni server"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -676,7 +705,9 @@ msgstr "E-mail administratora: e-mail adresa administratora FTP servera."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
-msgstr "Dozvoli FTP nastavljanje: dozvoljava nastavljanje uploada ili downloada na FTP serveru."
+msgstr ""
+"Dozvoli FTP nastavljanje: dozvoljava nastavljanje uploada ili downloada na "
+"FTP serveru."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via another FTP."
@@ -684,7 +715,8 @@ msgstr "Dozvoli FXP: dozvoljava prijenos datoteke preko drugog FTPa."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot home user: users will only see their home directory."
-msgstr "Chroot home user: korisnici mogu vidjeti samo vlastiti home direktorij."
+msgstr ""
+"Chroot home user: korisnici mogu vidjeti samo vlastiti home direktorij."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -692,7 +724,8 @@ msgstr "Opcije Proftpd FTP server"
#: ../ftp_wizard/Proftpd.pm:88
msgid "Permit root login: allow root to log on FTP server."
-msgstr "Dozvoli root prijavu: dozvoljava root korisniku da se prijavi na FTP server."
+msgstr ""
+"Dozvoli root prijavu: dozvoljava root korisniku da se prijavi na FTP server."
#: ../ftp_wizard/Proftpd.pm:96
msgid "Admin email:"
@@ -793,7 +826,8 @@ msgstr "Čarobnjak je uspješno podesio vaš Intranet/Internet FTP server"
#: ../ftp_wizard/Proftpd.pm:155 ../postfix_wizard/Postfix.pm:154
#: ../pxe_wizard/Pxe.pm:332
msgid "Please relaunch drakwizard, and try to change some parameters."
-msgstr "Molim ponovo pokrenite drakwizard i probajte izmijeniti neke parametre."
+msgstr ""
+"Molim ponovo pokrenite drakwizard i probajte izmijeniti neke parametre."
#: ../installsrv_wizard/Installsrv.pm:53
msgid "Configure a Mandrakelinux install server (via NFS and http)"
@@ -804,8 +838,8 @@ msgid ""
"Easily configure a Mandrakelinux server installation directory, with NFS and "
"HTTP access."
msgstr ""
-"Jednostavno podesite Mandrakelinux server sa paketima za instalaciju, kojim se "
-"može pristupiti putem NFS ili HTTP."
+"Jednostavno podesite Mandrakelinux server sa paketima za instalaciju, kojim "
+"se može pristupiti putem NFS ili HTTP."
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -820,8 +854,8 @@ msgid ""
"Path to data: specify your source directory, should be base of a "
"Mandrakelinux installation."
msgstr ""
-"Put do podataka: navedite vaš izvorni direktorij, ovo bi trebao biti "
-"početni direktorij Mandrakelinux instalacije."
+"Put do podataka: navedite vaš izvorni direktorij, ovo bi trebao biti početni "
+"direktorij Mandrakelinux instalacije."
#: ../installsrv_wizard/Installsrv.pm:73
msgid "The destination directory could not be '/var/install/'"
@@ -835,7 +869,8 @@ msgstr "npt. koristite: /var/install/mdk-release"
msgid ""
"Error, the source path must be a directory with full Mandrakelinux "
"installation directory."
-msgstr "Greška, izvorni put mora biti direktorij sa punom Mandrakelinux instalacijom."
+msgstr ""
+"Greška, izvorni put mora biti direktorij sa punom Mandrakelinux instalacijom."
#: ../installsrv_wizard/Installsrv.pm:81
msgid "The destination directory is already in use. Please choose another one."
@@ -876,8 +911,8 @@ msgid ""
"You need to readjust your domainname, not equal to localdomain or none. "
"Please launch drakconnect to adjust it."
msgstr ""
-"Morate prilagoditi vaše domensko ime koje ne smije biti 'localdomain' ili ništa. "
-"Molim pokrenite drakconnect da to ispravite."
+"Morate prilagoditi vaše domensko ime koje ne smije biti 'localdomain' ili "
+"ništa. Molim pokrenite drakconnect da to ispravite."
#: ../kolab_wizard/Kolab.pm:59
msgid ""
@@ -888,8 +923,8 @@ msgid ""
msgstr ""
"Kolab je siguran, skalabilan i pouzdan groupware server. Neke od glavnih "
"mogućnosti uključuju: web adminstracioni interfejs, dijeljeni adresar sa "
-"podrškom za korisnike poštanskih sandučića kao i kontakte, te POP3 "
-"i IMAP4 (rev1) pristup e-mailu"
+"podrškom za korisnike poštanskih sandučića kao i kontakte, te POP3 i IMAP4 "
+"(rev1) pristup e-mailu"
#: ../kolab_wizard/Kolab.pm:59
msgid ""
@@ -913,7 +948,7 @@ msgstr "Unesite šifru za manager account za Kolab server:"
msgid "Password mismatch, or null password, please correct."
msgstr "Šifre se ne poklapaju ili su prazne, molim ispravite."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Šifra:"
@@ -949,27 +984,38 @@ msgstr "Instalacija u toku"
msgid "Installing Kolab server on your system..."
msgstr "Instaliram Kolab server na vašem sistemu..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Podešavam Kolab server na vašem sistemu..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "LDAP čarobnjak"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Morate prilagoditi ime domene (domainname). Za LDAP server morate imati "
+"ispravno ime domene (domainname), koje nije isto kao localdomain i ne smije "
+"biti prazno. Naziv računara je FQDN: Fully Qualified Domain Name. Pokrenite "
+"drakconnet kako bi prilagodili ime."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Prikaži LDAP konfiguraciju"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Dodaj korisnika na LDAP server"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Obriši LDAP konfiguraciju"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -977,182 +1023,186 @@ msgstr ""
"LDAP je lagani protokol za pristup usluzi imenika, konkretno X.500-baziranom "
"imeničom servisu."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
-msgstr "LDAP je skraćenica za Lightweight Directory Access Protokol (lagani protokol za pristup imeniku)."
+msgstr ""
+"LDAP je skraćenica za Lightweight Directory Access Protokol (lagani protokol "
+"za pristup imeniku)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Čarobnjak za podešavanje LDAP servera"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Morate najprije podesiti LDAP server."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Vaš izbor:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Obriši konfiguraciju"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Snimam postojeću bazu u /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP dodajem korisnika"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Korisnik napravljen u: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Ime:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Prezime:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Morate unijeti ispravno Ime."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Morate unijeti ispravno Prezime."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Morate unijeti ispravno Korisničko ime."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP šifra korisnika"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "šifre se moraju poklapati"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Šifra (ponovo):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Morate unijeti šifru za LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Šifre se ne poklapaju"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
-msgstr "Administrator je korisnik koji može davati dozvole drugima na LDAP bazi podataka"
+msgstr ""
+"Administrator je korisnik koji može davati dozvole drugima na LDAP bazi "
+"podataka"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Podešavanje LDAP servera"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Ime domene: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP stablo imenika"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS imenovanje se koristi za definiciju LDAP stabla imenika"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP stablo imenika:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP administrator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP šifra:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP šifra (ponovo):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Morate unijeti ispravno LDAP stablo imenika."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Potvrda pravljenja korisnika"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Ime:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Napravi u:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Potvrda pravljenja LDAP servera"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Kontejner za korisnika:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Čarobnjak je uspješno podesio LDAP server."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Uspješno dodao korisnika"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Greška pri dodavanju korisnika u LDAP bazu"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server je već podešen"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Već ste uspješno podesili vaš LDAP server"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s nije uspjelo"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Greška!"
@@ -1169,7 +1219,8 @@ msgstr "News čarobnjak"
msgid ""
"This wizard will help you configuring the Internet News services for your "
"network."
-msgstr "Ovaj čarobnjak će vam pomoći da podesite Internet news servis za vašu mrežu."
+msgstr ""
+"Ovaj čarobnjak će vam pomoći da podesite Internet news servis za vašu mrežu."
#: ../news_wizard/Inn.pm:44
msgid "Welcome to the News Wizard"
@@ -1260,7 +1311,8 @@ msgid "Polling interval:"
msgstr "Polling interval:"
#: ../news_wizard/Inn.pm:95
-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 "Čarobnjak je uspješno podesio Internet news servis na ovom serveru."
#: ../nfs_wizard/NFS.pm:34
@@ -1361,8 +1413,8 @@ msgid ""
"You need to readjust your NIS domainname. For a NIS server you need a "
"correct NIS domainname, not equal to localdomain or none."
msgstr ""
-"Morate prilagoditi vaše NIS domensko ime. Za NIS morate imati "
-"ispravno NIS domensko ime, a ne 'localdomain' ili bez domene."
+"Morate prilagoditi vaše NIS domensko ime. Za NIS morate imati ispravno NIS "
+"domensko ime, a ne 'localdomain' ili bez domene."
#: ../nisautofs_wizard/Nisautofs.pm:71 ../nisautofs_wizard/Nisautofs.pm:77
#: ../nisautofs_wizard/Nisautofs.pm:98
@@ -1421,8 +1473,8 @@ msgid ""
"Home NIS: home base directory for users on NIS server. This directory will "
"be exported through NFS server."
msgstr ""
-"Home NIS: polazni home direktorij za korisnike na NIS serveru. Ovaj direktorij "
-"će biti izvezen koristeći NFS server."
+"Home NIS: polazni home direktorij za korisnike na NIS serveru. Ovaj "
+"direktorij će biti izvezen koristeći NFS server."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS domain: NIS domain to use (generally same as your DNS domain name)."
@@ -1464,8 +1516,8 @@ msgid ""
"The YPBIND daemon finds the server for NIS domains and maintains the NIS "
"binding information."
msgstr ""
-"YPBIND demon pronalazi servere za NIS domene i održava informacije o "
-"NIS vezivanju."
+"YPBIND demon pronalazi servere za NIS domene i održava informacije o NIS "
+"vezivanju."
#: ../nisautofs_wizard/Nisautofs.pm:132
msgid "Error: should be a directory."
@@ -1488,8 +1540,7 @@ msgid ""
"The wizard successfully configured your machine to be a NIS server with "
"autofs map."
msgstr ""
-"Čarobnjak je uspješno podesio vaš računar da bude NIS server sa "
-"autofs map."
+"Čarobnjak je uspješno podesio vaš računar da bude NIS server sa autofs map."
#: ../nisautofs_wizard/Nisautofs.pm:310
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1533,7 +1584,8 @@ msgstr "Čarobnjak za podešavanje Internet mail-a"
msgid ""
"This wizard will help you configure an internal mail server for your "
"network, or configure an external mail server."
-msgstr "Ovaj čarobnjak će vam pomoći da podesite Internet Mail servis za vašu mrežu."
+msgstr ""
+"Ovaj čarobnjak će vam pomoći da podesite Internet Mail servis za vašu mrežu."
#: ../postfix_wizard/Postfix.pm:82
msgid ""
@@ -1735,7 +1787,8 @@ msgid "Proxy port:"
msgstr "Proxy port:"
#: ../proxy_wizard/Squid.pm:83
-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 ""
"Pritisnite Dalje ako želite sačuvati ovu vrijednost, ili Nazad da ispravite "
"svoj izbor."
@@ -1753,7 +1806,8 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Morate izabrati port veći od 1024, a manji od 65535"
#: ../proxy_wizard/Squid.pm:94
-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 ""
"Disk Cache je količina disk prostora koja će biti korištena za keširanje na "
"disku."
@@ -1861,7 +1915,8 @@ msgid "Configuring the Proxy"
msgstr "Podešavanje proxy-ja"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-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 ""
"Čarobnjak je prikupio sljedeće parametre koji su potrebni za podešavanje "
"proxy-ja:"
@@ -1970,7 +2025,8 @@ msgstr ""
msgid ""
"PXE name: the name displayed in PXE menu (please provide an ASCII word or a "
"number, with no spaces)"
-msgstr "ime prikazano u PXE meniju (molim navedite ASCII riječ ili broj, bez razmaka)"
+msgstr ""
+"ime prikazano u PXE meniju (molim navedite ASCII riječ ili broj, bez razmaka)"
#: ../pxe_wizard/Pxe.pm:132
msgid "Path to image: provide the full path to the network boot image"
@@ -2022,7 +2078,8 @@ msgstr ""
"kroz PXE."
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr ""
#: ../pxe_wizard/Pxe.pm:153
@@ -2050,7 +2107,8 @@ msgid ""
msgstr ""
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
msgstr ""
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
@@ -2064,7 +2122,8 @@ msgstr "Čarobnjak je uspješno dodao klijenta."
#: ../pxe_wizard/Pxe.pm:170
#, fuzzy
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr "Direktorij: puni put do direktorija Mandrakelinux install servera"
#: ../pxe_wizard/Pxe.pm:170
@@ -2103,7 +2162,8 @@ msgstr ""
msgid ""
"Network client interface: the network interface used for the installation "
"process."
-msgstr "Interface: mrežni interfejs koji će biti korišten za instalacioni proces"
+msgstr ""
+"Interface: mrežni interfejs koji će biti korišten za instalacioni proces"
#: ../pxe_wizard/Pxe.pm:180
#, fuzzy
@@ -2189,10 +2249,12 @@ msgstr ""
msgid ""
"Please provide a correct PXE name: one ASCII word or one number with no "
"spaces."
-msgstr "ime prikazano u PXE meniju (molim navedite ASCII riječ ili broj, bez razmaka)"
+msgstr ""
+"ime prikazano u PXE meniju (molim navedite ASCII riječ ili broj, bez razmaka)"
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
@@ -2206,7 +2268,8 @@ msgstr ""
#: ../pxe_wizard/Pxe.pm:237
#, fuzzy
msgid "The wizard will now prepare all default files to set your PXE server"
-msgstr "Čarobnjak će sada pripremiti sve datoteke za podešavanje vašeg PXE servera"
+msgstr ""
+"Čarobnjak će sada pripremiti sve datoteke za podešavanje vašeg PXE servera"
#: ../pxe_wizard/Pxe.pm:239
#, fuzzy
@@ -2307,7 +2370,8 @@ msgid "Samba configuration wizard"
msgstr "Čarobnjak za podešavanje Sambe"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
msgstr "Ovaj čarobnjak će vam pomoći da podesite Samba servis na ovom serveru."
#: ../samba_wizard/Samba.pm:77
@@ -2389,7 +2453,8 @@ msgstr ""
#: ../samba_wizard/Samba.pm:120
msgid "Note that access still requires suitable user-level passwords."
-msgstr "Primijetite da su za pristup i dalje potrebne odgovarajuće korisničke šifre."
+msgstr ""
+"Primijetite da su za pristup i dalje potrebne odgovarajuće korisničke šifre."
#: ../samba_wizard/Samba.pm:127
msgid "Allow hosts:"
@@ -2641,7 +2706,8 @@ msgstr "Konfiguracija time servera sačuvana"
#: ../time_wizard/Ntp.pm:165
msgid "Your server can now act as a time server for your local network."
-msgstr "Vaš server se sada može ponašati kao time server za vašu lokalnu mrežu."
+msgstr ""
+"Vaš server se sada može ponašati kao time server za vašu lokalnu mrežu."
#: ../web_wizard/Apache.pm:39
msgid "Web wizard"
@@ -2722,7 +2788,8 @@ msgstr "korisnički HTTP poddirektorij: ~/"
#: ../web_wizard/Apache.pm:108
msgid "Type the path of the directory you want being the document root."
-msgstr "Unesite put do direktorija kojeg želite da budete korijen za dokumente."
+msgstr ""
+"Unesite put do direktorija kojeg želite da budete korijen za dokumente."
#: ../web_wizard/Apache.pm:111 ../web_wizard/Apache.pm:139
msgid "Document root:"
@@ -2763,4 +2830,3 @@ msgstr "Apache server"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Podešavanje sistema kao Apache servera..."
-
diff --git a/po/ca.po b/po/ca.po
index 9994f9b9..f48b9cea 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-08-09 11:22+0200\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -31,7 +31,7 @@ msgstr "Auxiliar de configuració"
msgid "Warning."
msgstr "Avís."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -41,10 +41,10 @@ msgid "Error."
msgstr "Error."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,11 +89,11 @@ msgstr "Aquest auxiliar us ajudarà a afegir un client nou al DNS local."
msgid "(you don't need to type the domain after the name)"
msgstr "(no cal que escrigueu el domini després del nom)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificació del client:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -101,7 +101,7 @@ msgstr ""
"Noteu que l'adreça IP i el nom del client introduïts han de ser únics a la "
"xarxa."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,21 +111,21 @@ msgstr ""
"net. Cadascuna de les màquines de la xarxa ha de tenir una adreça IP "
"(única), amb la sintaxi habitual de punts."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nom de la màquina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Adreça IP de la màquina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Avís"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Esteu sobre dhcp; és possible que el servidor no funcioni amb aquesta "
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Error"
@@ -305,7 +305,7 @@ msgstr "Interfície:"
msgid "The wizard successfully configured the DHCP services."
msgstr "L'auxiliar ha configurat els serveis DHCP del servidor amb èxit."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -319,11 +319,11 @@ msgstr "Ha fallat"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Tornar a llançar drakwizard i intenta canviar alguns paràmetres."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Heu de reajustar el nom de la vostre màquina."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -334,24 +334,24 @@ msgstr ""
"de domini correcte diferent de localdomain o cap. Executeu drakconnect per "
"ajustar-lo."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Servidor DNS mestre"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Servidor DNS esclau"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Afegeix nom de màquina al DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Elimina nom de màquina del DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -359,11 +359,11 @@ msgstr ""
"El DNS (Servidor de Noms de Domini) és el servei que relaciona una màquina "
"amb un nom d'ordinador d'internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Auxiliar de configuració del mestre DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -373,43 +373,58 @@ msgstr ""
"Aquesta configuració proporcionarà un servei DNS per als noms dels "
"ordinadors locals, i les peticions no locals es reenviaran a un DNS exterior."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Què voleu fer:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servidor DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(no cal que afegiu el domini després del nom)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP del servidor:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nom de domini NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Escull el nom de màquina que vols eliminar de la llista següent."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Elimina una màquina de la configuració DNS existent."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Elimina màquina:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nom de l'ordinador:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Adreça IP del servidor DNS mestre:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -417,25 +432,25 @@ 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."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS extern:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Afegeix domini de cerca"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -443,7 +458,7 @@ msgstr ""
"El nom de domini d'aquest servidor s'afegeix automàticament i no cal que "
"l'afegeixis aquí."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -451,26 +466,26 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Aquesta adreça IP no és vàlida pel servidor DNS mestre... Premeu Següent per "
"continuar"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Aquesta adreça IP no és vàlida... Premeu Següent per continuar"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -478,17 +493,17 @@ 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:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Error:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -496,74 +511,74 @@ 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"
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Sembla que no sou un servidor DNS mestre, per tant no es poden afegir/"
"eliminar noms de màquina."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "amb aquesta configuració:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nom de l'ordinador:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Adreça IP de l'ordinador:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
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:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nom del servidor:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nom de domini:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "L'auxiliar ha afegit el client amb èxit."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "L'auxiliar ha configurat els serveis DNS del servidor amb èxit."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Si us plau torna a llançar drakwizard i intenta canviar alguns paràmetres."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "S'està configurant el vostre sistema com servidor DNS mestre ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "S'està configurant el vostre sistema com servidor DNS esclau ..."
@@ -615,7 +630,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr "Servidor d'instal·lació Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servidor Kolab"
@@ -816,8 +831,8 @@ msgid ""
"Easily configure a Mandrakelinux server installation directory, with NFS and "
"HTTP access."
msgstr ""
-"Configura fàcilment un directori per a servidor d'instal·lació de Mandrakelinux "
-"amb accés NFS i HTTP"
+"Configura fàcilment un directori per a servidor d'instal·lació de "
+"Mandrakelinux amb accés NFS i HTTP"
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -918,7 +933,7 @@ msgstr "Introduïu la contrasenya pel compte de gestor del servidor Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Les contrasenyes no concoden o és nul·la, si us plau corregiu-ho."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Contrasenya:"
@@ -954,228 +969,239 @@ msgstr "Instal·lació en progrés"
msgid "Installing Kolab server on your system..."
msgstr "S'està instal·lant el servidor Kolab al vostre sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "S'està configurant el servidor Kolab al vostre sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Auxiliar del Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Heu de reajustar el vostre nom domini. Un servidor de LDAP necessita un nom "
+"de domini correcte diferent de localdomain o cap. Executeu drakconnect per "
+"ajustar-lo."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Auxiliar de configuració LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Afegeix - Afegeix usuari al servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Auxiliar de configuració LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Auxiliar de configuració LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Configura un servidor LDAP."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Configuració del servidor d'instal·lació"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Crea a:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Nom:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nom:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Nom d'usuari:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
#, fuzzy
msgid "You must enter a valid First Name."
msgstr "Heu d'introduir una contrasenta per LDAP."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
#, fuzzy
msgid "You must enter a valid Name."
msgstr "Heu d'introduir una contrasenta per LDAP."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
#, fuzzy
msgid "You must enter a valid User Name."
msgstr "Heu d'introduir una contrasenta per LDAP."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Contrasenya de l'usuari LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "passwords must match"
msgstr "Les contrasenyes no concorden"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Contrasenya (un altre cop):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Heu d'introduir una contrasenta per LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Les contrasenyes no concorden"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrador"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "S'està configurant LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nom de domini: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrador LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Directori TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Directori TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrador LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Contrasenya LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Contrasenya LDAP (un altre cop):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Heu d'introduir una contrasenta per LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Confirmació de l'usuari a crear"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Nom:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nom d'usuari:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Crea a:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "S'està configurant el servidor DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Nom d'usuari:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "L'auxiliar ha configurat LDAP amb èxit."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "L'usuari s'ha afegit amb èxit"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Afegeix - Afegeix usuari al servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "L'auxiliar ha configurat el servidor Samba amb èxit."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Ha fallat"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Error!"
diff --git a/po/cs.po b/po/cs.po
index 106628b3..260ee3c2 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-07 22:14+0200\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -45,7 +45,7 @@ msgstr "průvodce nastavením"
msgid "Warning."
msgstr "Varování."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -55,10 +55,10 @@ msgid "Error."
msgstr "Chyba."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -106,11 +106,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(za názvem nemusíte zadávat doménu)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikace klienta:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -118,7 +118,7 @@ msgstr ""
"Vezměte prosím na vědomí, že daná IP adresa a název klienta by měly být v "
"rámci sítě unikátní."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -128,21 +128,21 @@ msgstr ""
"Každý počítač na síti musí mít přiřazenou (unikátní) IP adresu v obvyklém "
"tvaru odděleném tečkami."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Název počítače:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP adresa počítače:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Varování"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Máte síť nastavenou v režimu DHCP, server nemusí s vaším nastavením fungovat."
@@ -150,12 +150,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Chyba"
@@ -321,7 +321,7 @@ msgstr "Rozhraní:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Průvodce úspěšně nastavil služby DHCP na vašem serveru."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -335,11 +335,11 @@ msgstr "Selhání"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Spusťte aplikaci drakwizard znovu a zkuste změnit některé parametry."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Musíte znovu upravit váš název počítače."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -349,24 +349,24 @@ msgstr ""
"název domény, neprázdný a jiný než localdomain. Název počítače musí být plně "
"kvalifikovaný (FQDN). Spusťte aplikaci drakconnect a upravte jej."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Nadřízený DNS server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Podřízený DNS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Přidat počítač do DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Odstranit počítač z DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -374,11 +374,11 @@ msgstr ""
"DNS (Domain Name Server) je služba, která spojuje počítač s jeho jménem pro "
"síť Internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Průvodce nastavením nadřízeného DNS serveru"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -388,32 +388,47 @@ msgstr ""
"nastavení poskytne lokální službu DNS pro lokální názvy počítačů, požadavky "
"mimo lokální síť budou přeposílány na externí DNS servery."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Co chcete udělat:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Za názvem nemusíte zadávat doménu)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP adresa serveru:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Název domény NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Vyberte počítač, který chcete odstranit, z následujícího seznamu."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Odstranit počítač v existujícím nastavení DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Odstranit počítač:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Název počítače:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -423,11 +438,11 @@ msgstr ""
"serveru a může také sloužit jako záložní server, v případě, že je váš hlavní "
"server nedostupný."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP adresa nadřízeného DNS serveru:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -435,11 +450,11 @@ msgstr ""
"Přeposílání je prováděno pouze u těch dotazů, pro které server není "
"autoritativní a pro které nemá odpověď ve své vyrovnávací paměti."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP adresa pro přeposílání"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -447,15 +462,15 @@ msgstr ""
"Pokud potřebujete přeposílání a znáte IP adresu serveru, na který chcete "
"dotazy přeposílat, zadejte ji; pokud ji neznáte, ponechte adresu prázdnou"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Externí DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Přidat prohledávanou doménu"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -463,7 +478,7 @@ msgstr ""
"Název domény tohoto serveru je automaticky doplněn a nemusíte jej přidávat "
"zde."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -475,28 +490,28 @@ msgstr ""
"lze změnit uvedením požadované cesty pro vyhledávání domény za klíčovým "
"slovem search"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Výchozí název domény pro vyhledávání:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Toto není platná IP adresa pro přeposílání... pokračujte stisknutím tlačítka "
"Další"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Toto není platná IP adresa nadřízeného DNS serveru... pokračujte stisknutím "
"tlačítka Další"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Toto není platná IP adresa... pokračujte stisknutím tlačítka Další"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -504,11 +519,11 @@ msgstr ""
"Zdá se, že počítač je ve vašem nastavení DNS už uveden... pokračujte "
"stisknutím tlačítka Další"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Chyba:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -516,7 +531,7 @@ msgstr ""
"Zdá se, že se toto nenachází ve vašem nastavení DNS... Pokračujte stisknutím "
"tlačítka Další"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -524,71 +539,71 @@ msgstr ""
"Zdá se, že žádný DNS server nebyl nastaven pomocí průvodce. Spusťte prosím "
"Průvodce nastavením nadřízeného DNS serveru."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Zdá se, že nejste nadřízený DNS server, nelze tudíž přidat či odebrat "
"počítač."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Průvodce nyní sestaví nastavení vašeho podřízeného DNS serveru"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "s tímto nastavením:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient s touto identifikací bude přidán do vašeho DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Název počítače:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP adresa počítače:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient s touto identifikací bude odstraněn z vašeho DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS server bude nastaven s následujícími parametry"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Název serveru:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Název domény:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Průvodce úspěšně přidal počítač do vaší DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Průvodce úspěšně odstranil počítač z vaší DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Průvodce úspěšně nastavil služby DNS pro váš server."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Spusťte aplikaci drakwizard znovu a zkuste změnit některé parametry."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Nastavuji váš systém jako nadřízený DNS server..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Nastavuji váš systém jako podřízený DNS server..."
@@ -640,7 +655,7 @@ msgstr "NIS server s mapou autofs"
msgid "Mandrakelinux Install server"
msgstr "Instalační server Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -950,7 +965,7 @@ msgstr "Zadejte heslo pro účet správce serveru Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Heslo není shodné nebo je prázdné, opravte jej prosím."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Heslo:"
@@ -986,27 +1001,37 @@ msgstr "Probíhá instalace"
msgid "Installing Kolab server on your system..."
msgstr "Na váš systém se instaluje server Kolab..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Nastavuje se server Kolab na vašem systému..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Průvodce pro server LDAP"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Musíte znovu upravit váš název domény. Pro LDAP server potřebujete správný "
+"název domény, neprázdný a jiný než localdomain. Název počítače musí být plně "
+"kvalifikovaný (FQDN). Spusťte aplikaci drakconnect a upravte jej."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Zobrazit nastavení LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Přidat uživatele do serveru LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Odstranit nastavení LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1014,184 +1039,184 @@ msgstr ""
"Jedná se o jednoduchý protokol pro přístup k adresářovým službám, konkrétně "
"k adresářovým službám založeným na protokolu X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP znamená zkratku pro Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Průvodce nastavením LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Musíte nejprve nastavit server LDAP."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Vaše volba:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Odstranit nastavení"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Ukládám existující bázi do /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Přidání uživatele LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Uživatel vytvořen v:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Jméno:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Příjmení:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Přihlášení uživatele:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Musíte zadat platné jméno."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Musíte zadat platné celé jméno."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Musíte zadat platné uživatelské jméno."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Heslo uživatele LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Hesla se musí shodovat"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Heslo (znovu):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Musíte zadat heslo pro LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Hesla se neshodují"
# ../ldap_wizard/Ldap.pm195 ../ldap_wizard/Ldap.pm223
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Správce"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "Správce je nejmocnější uživatel, který má přístup k LDAP databázi"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Nastavuji server LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Název domény: "
# ../ldap_wizard/Ldap.pm195 ../ldap_wizard/Ldap.pm223
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Správce LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Strom adresářů LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Pro definici stromu adresářů LDAP se používá názvosloví DNS"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Strom adresářů LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Správce LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Heslo LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Heslo LDAP (znovu):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Musíte zadat platný strom adresářů LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Potvrzení vytvoření uživatele"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Jméno:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Uživatelské jméno:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Vytvořit v:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Potvrzení informací pro vytvoření LDAP serveru"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Kontejner uživatelů:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Tento průvodce úspěšně nastavil váš LDAP server."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Uživatel byl úspěšně přidán"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Chyba při přidávání uživatele do serveru LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server je již nastaven"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Váš server LDAP byl již nastaven"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "Selhalo %s"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Chyba!"
diff --git a/po/cy.po b/po/cy.po
index 126ec255..3199fc63 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-03-28 22:26-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@meddal.org.uk>\n"
"Language-Team: Cymraeg/Welsh <rhoslyn.prys@meddal.org.uk>\n"
@@ -26,7 +26,7 @@ msgstr "dewin ffurfweddu"
msgid "Warning."
msgstr "Rhybudd."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -36,10 +36,10 @@ msgid "Error."
msgstr "Gwall."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,11 +85,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(does dim angen teipio'r parth ar ôl yr enw)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Enw cleient:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -97,7 +97,7 @@ msgstr ""
"Sylwer bod yn rhaid i'r rhif IP a'r enw cleient fod yn unigryw o fewn y "
"rhwydwaith."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -107,21 +107,21 @@ msgstr ""
"cleient.cwmni.net. Rhaid i bob peiriant ar eich rhwydwaith gael cyfeiriad IP "
"unigryw, yn ôl y gystrawen collnod arferol"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Enw'r peiriant"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Cyfeiriad porth IP"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Rhybudd"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Rydych yn dhcp, efallai na fydd y gweinydd yn gweithio gyda'ch ffurfweddiad."
@@ -129,12 +129,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Gwall"
@@ -300,7 +300,7 @@ msgstr "Rhyngwyneb:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Mae'r dewin wedi ffurfweddu gwasanaethau DHCP eich gweinydd."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -314,11 +314,11 @@ msgstr "Methwyd"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Ailgychwyn drakwizard, a cheisio newid rhai paramedrau."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Mae angen i chi newid eich enw gwesteiwr"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -329,24 +329,24 @@ msgstr ""
"gweinydd DNS, nid cydradd i barth lleol na dim. Cychwynnwch drakconnect i'w "
"newid."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Prif weinydd DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Is weinydd DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Ychwanegu gwesteiwr yn DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Tynnu gwesteiwr yn DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -354,11 +354,11 @@ msgstr ""
"DNS (Domain Name Server) yw'r gwasanaeth sy'n rhoi cyfathrebiad i beiriant "
"sydd ag enw gwestai rhyngrwyd"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Dewin ffurfweddu Prif DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -368,32 +368,47 @@ msgstr ""
"Bydd yn darparu gwasanaeth DNS lleol ar gyfer enwau cyfrifiaduron lleol, "
"gyda cheisiadau allanol yn cael eu hanfon ymlaen i DNS allanol."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Beth hoffech ei wneud:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Gweinydd DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Does dim angen teipio'r parth ar ôl yr enw)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP gweinydd:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Enw parth NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Dewis y gwesteiwr i'w dynnu o'r rhestr ganlynol."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Tynwch westeiwr o'r ffurfweddiad DNS presennol."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Tynnu gwesteiwr"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Enw'r Cyfrifiadur:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -403,11 +418,11 @@ msgstr ""
"enw cynradd, a bydd hefyd yn gweithio fel gweinydd wrth gefn, rhag ofn nad "
"oes modd cyrraedd eich prif weinydd."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Ffurfweddu'r prif weinydd DNS"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -415,11 +430,11 @@ msgstr ""
"Mae blaenyrru'n digwydd dim ond i'r ymholiadau nad yw'r gweinydd yn "
"awdurdodol ac nad yw'r ateb yn ei storfa."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP eich blaenyrrwr"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -427,15 +442,15 @@ msgstr ""
"Os mae ei angen arnoch ac rydych yn gwybod eich blaenyrrwr rhowch ei "
"gyfeiriad IP, os nad ydych yn ei wybod, gadwech yn wag."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS Allanol:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Ychwanegu parth chwilio"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -443,7 +458,7 @@ msgstr ""
"Bydd enw parth y gweinydd yn cael ei ychwanegu'n awtomatig, does dim angen "
"ei ychwanegu."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -455,24 +470,24 @@ msgstr ""
"yn unig. Gall hyn gael ei newid drwy restru llwybr y chwiliad parth sy'n "
"dilyn chwilio'r allweddair."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Chwilio am enw parth rhagosodedig:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Nid yw hwn yn gyfeiriad dilys...cliciwch nesaf i barhau"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Nid yw hwn yn gyfeiriad IP DNS Prif dilys...gwasgwch nesaf i barhau"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Nid yw hwn yn gyfeiriad IP dilys...cliciwch nesaf i barhau"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -480,18 +495,18 @@ msgstr ""
"Mae'n ymddangos fod y gwestai eisoes yn eich ffurfweddiad DNS...cliciwch "
"Nesaf i barhau"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Gwall:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
"Mae'n ymddangos nad yw hwn yn eich ffurfweddiad DNS...cliciwch Nesaf i barhau"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -499,72 +514,72 @@ msgstr ""
"Mae'n ymddangos nad oes gweinydd DNS wedi ei osod drwy'r Dewin. Defnyddiwch "
"Ddewin DNS: Prif weinydd DNS."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Mae'n ymddangos nad ydych yn brif weinydd DNS, felly nid oes modd i mi "
"ychwanegu/tynnu gwestai."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Bydd y Dewin yn adeiladu eich ffurfweddiad gwas DNS"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "gyda'r ffurfweddiad yma:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Bydd cleient gyda'r enw hwn yn cael ei ychwanegu at eich DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Enw'r Cyfrifiadur"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Cyfeiriad IP y Cyfrifiadur"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Bydd cleient gyda'r enw hwn yn cael ei dynnu o'ch DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
"Mae'r gweinydd DNS ar fin cael ei ffurfweddu gyda'r ffurfweddiad canlynol"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Enw gwestai'r Gweinydd"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Enw Parth:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Mae'r dewin wedi ychwanegu'r gwestai'n llwyddiannus i'ch DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Mae'r dewin wedi tynnu'r gwestai'n llwyddiannus o'ch DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Mae'r dewin wedi ffurfweddu'r gwasanaethau DNS ar gyfer eich gweinydd."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Ailgychwynwch drakwizard, a cheisio newid rhai paramedrau."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Ffurfweddu eich system fel Prif weinydd DNS..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Ffurfweddu eich system fel gweinydd DNS Gwas..."
@@ -617,7 +632,7 @@ msgstr "Map autofs gweinydd NIS"
msgid "Mandrakelinux Install server"
msgstr "Gweinydd Gosod Mandrake"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Gweinydd Kolab"
@@ -940,7 +955,7 @@ msgstr "Rhowch gyfrinair ar gyfer cyfrif rheolwr gweinydd Kolab"
msgid "Password mismatch, or null password, please correct."
msgstr "Cyfrinair gwallus, cywirwch."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Cyfrinair:"
@@ -976,232 +991,243 @@ msgstr "Wrthi'n gosod"
msgid "Installing Kolab server on your system..."
msgstr "Gosod gweinydd Kolab ar eich system..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Ffurfweddu gweinydd Kolab ar eich system..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Dewin Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Mae angen i chi newid eich enw parth. Mae angen enw parth cywir ar gyfer "
+"gweinydd DNS, nid cydradd i barth lleol na dim. Cychwynnwch drakconnect i'w "
+"newid."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Dewin ffurfweddu LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Ychwanegu - ychwanegu cofnod mewn gweinydd LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Dewin ffurfweddu LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Dewin ffurfweddu LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Gosod gweinydd PXE"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Gosod ffurfweddiad gweinydd"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Enw Defnyddiwr:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Enw Cyntaf:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Enw Defnyddiwr:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Cynhwysydd:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Cyfrinair:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Cyfrinair eto:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Nid yw'r cyfrineiriau'n cyd-fynd"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Ffurfweddu Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Enw Parth:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Cyfeiriadur TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Cyfeiriadur TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Cyfrinair:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Cyfrinair eto:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Cyfeiriadur TFTP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Enw Cyntaf:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Enw Defnyddiwr:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Ffurfweddu'r Gweinydd DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Cynhwysydd:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Mae'r dewin wedi ffurfweddu'r LDAPt yn llwyddiannus."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Ychwanegu data'n llwyddiannus"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Ychwanegu - ychwanegu cofnod mewn gweinydd LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Llwyddiant! Mae'r dewin wedi ffurfweddu eich gweinydd Samba."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Methwyd"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Gwall"
diff --git a/po/da.po b/po/da.po
index b8e2594f..4831597d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,14 +12,14 @@
msgid ""
msgstr ""
"Project-Id-Version: da1\n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-16 18:16+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <<dansk@klid.dk>>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Report-Msgid-Bugs-To: \n"
"X-Generator: KBabel 1.0.2\n"
#: ../Wiztemplate.pm:31
@@ -34,7 +34,7 @@ msgstr "Konfigurationshjælper"
msgid "Warning."
msgstr "Advarsel."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -44,10 +44,10 @@ msgid "Error."
msgstr "Fejl."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -86,23 +86,25 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Denne hjælper vil hjælpe dig med at tilføje en ny klient i din lokale DNS."
+msgstr ""
+"Denne hjælper vil hjælpe dig med at tilføje en ny klient i din lokale DNS."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(du behøver ikke angive domænenavnet efter navnet)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Klientidentifikation:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
-msgstr "Bemærk at angivet IP-nummer og klientnavn skal være unikke i netværket."
+msgstr ""
+"Bemærk at angivet IP-nummer og klientnavn skal være unikke i netværket."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,33 +114,33 @@ msgstr ""
"firma.dk. Hver maskine på netværket skal have en (unik) IP-adresse, i den "
"normale syntaks med punktummer."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Maskinens navn:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Maskinens IP-nummer:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Advarsel"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fejl"
@@ -184,8 +186,10 @@ msgid "The wizard successfully added the client."
msgstr "Hjælperen tilføjede klienten uden problemer."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
-msgstr "Denne kommando kører stadigvæk. Vil du dræbe den og afslutte hjælperen?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
+msgstr ""
+"Denne kommando kører stadigvæk. Vil du dræbe den og afslutte hjælperen?"
#: ../common/Wizcommon.pm:103
msgid "Close"
@@ -205,7 +209,8 @@ msgstr ""
#: ../dhcp_wizard/Dhcp.pm:53
msgid "This wizard will help you configuring the DHCP services of your server."
-msgstr "Denne hjælper vil hjælpe dig med at konfigurere DHCP-tjenester på din server."
+msgstr ""
+"Denne hjælper vil hjælpe dig med at konfigurere DHCP-tjenester på din server."
#: ../dhcp_wizard/Dhcp.pm:58
msgid "Interface the dhcp server must listen to"
@@ -303,7 +308,7 @@ msgstr "Grænsesnit:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Hjælperen konfigurerede DHCP-tjenesterne uden problemer."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -317,11 +322,11 @@ msgstr "Mislykkedes"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Genstart drakwizard, og prøv at ændre nogen parametre."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Du behøver at ændre på dit værtsnavn."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -331,24 +336,24 @@ msgstr ""
"domænenavn, ikke det samme som localdomain eller ingenting. Værtsnavnet skal "
"være et fuldstændigt domænenavn. Kør drakconnect for at justere det."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master DNS-server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave DNS-server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Tilføj vært i DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Fjern vært i DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -356,11 +361,11 @@ msgstr ""
"DNS (Domain Name Server) er tjenesten som giver en ip-adresse på en maskine "
"et værtsnavn på internettet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Konfigurationshjælper for master DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -370,32 +375,47 @@ msgstr ""
"server. Denne konfiguration vil give en lokal DNS-tjeneste for lokale "
"maskinnavne, med ikke-lokale forespørgsler sendt videre til en DNS udenfor."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Hvad ønsker du at gøre:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS-server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(du behøver ikke tilføje domænet efter navnet)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Server IP::"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS-domænenavn:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Vælg værten du vil fjerne fra den følgende liste."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Fjern en vært i eksisterende DNS-konfiguration."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Fjern vært:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Maskinens navn:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -405,11 +425,11 @@ msgstr ""
"navneserver,og vil også fungere som en backupserver, i tilfælde af at din "
"master-server ikke kan nås."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP-adresse på master DNS-serveren:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -417,11 +437,11 @@ msgstr ""
"Videresending sker kun på de forespørgsler, hvor serveren ikke er autoritet "
"og ikke har svaret i sit mellemlager."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP pål din videresender"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -429,15 +449,15 @@ msgstr ""
"Hvis du behøver det og kender din ip-videresender så angiv IP-adressen på "
"den, hvis ikke så lad den være tom"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Ekstern DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Tilføj søgedomæne"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -445,7 +465,7 @@ msgstr ""
"Domænenavn på denne server er automatisk tilføjet og du behøver ikke at "
"tilføje det her."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -457,27 +477,28 @@ msgstr ""
"Dette kan ændres ved at angive den ønskede domænesøgenavnesti etfer 'search'-"
"nøgleordet."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Standard domænavn som skal søges:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Dette er ikke en gyldig ip-adresse for din videresender, klik på Næste for "
"at fortsætte"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Dette er ikke en gyldig Master DNS ip-adresse... klik på Næste for at "
"fortsætte"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Dette er ikke en gyldig ip-adresse, klik på Næste for at fortsætte"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -485,11 +506,11 @@ msgstr ""
"Det ser ud som om værten allerede er i din DNS-konfiguration... tryk næste "
"for at fortsætte"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Fejl:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -497,7 +518,7 @@ msgstr ""
"Det ser ud til at dette ikke er til stede i din DNS-konfiguration... tryk "
"næste for at fortsætte"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -505,71 +526,73 @@ msgstr ""
"Det ser ud som om ingen DNS-server er blevet sat via hjælperen.Venligst kør "
"DNS-hjælperen: Master DNS-server."
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Det ser ud som om du ikke er en master DNS-server, så jeg kan ikke tilføje "
"eller fjerne vært."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Hjælperen vil nu bygge din DNS-slavekonfiguration"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "med denne konfiguration:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient med denne identifikation vil blive tilføjet i din DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Maskinnavn:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP-adresse for maskinen:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient med denne identifikation vil blive fjernet fra din DNS"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr ""
"DNS-serveren er i færd med at blive konfigureret med den følgende "
"konfiguration"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Værtsnavn på server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domænenavn:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Hjælperen tilføjede vært i din DNS uden problemer."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Hjælperen fjernede værten fra din DNS uden problemer."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Hjælperen konfigurerede DNS-tjenesten på din server uden problemer."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Genstart drakwizard, og prøv at ændre nogen parametre."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurerer dit system som en hoved DNS-server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurerer dit system som en slave DNS-server ..."
@@ -621,7 +644,7 @@ msgstr "NIS-server autofs-kort"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux Installationsserver"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab-server"
@@ -638,6 +661,7 @@ msgid "Please select a wizard"
msgstr "Venligst vælg en hjælper"
#: ../drakwizard.pl:157
+#, perl-format
msgid ""
"%s is not installed\n"
"Click \"Next\" to install or \"Cancel\" to quit"
@@ -803,7 +827,8 @@ msgstr "Tillad FXP"
#: ../ftp_wizard/Proftpd.pm:148
msgid "The wizard successfully configured your intranet/Internet FTP server"
-msgstr "Hjælperen konfigurerede din Intranet/Internet FTP-server uden problemer"
+msgstr ""
+"Hjælperen konfigurerede din Intranet/Internet FTP-server uden problemer"
#: ../ftp_wizard/Proftpd.pm:155 ../postfix_wizard/Postfix.pm:154
#: ../pxe_wizard/Pxe.pm:332
@@ -920,7 +945,8 @@ msgstr ""
#: ../kolab_wizard/Kolab.pm:59
msgid "Welcome to the Kolab Groupware server configuration Wizard."
-msgstr "Velkommen til konfigurationshjælperen for Kolab gruppeprogrammel-serveren."
+msgstr ""
+"Velkommen til konfigurationshjælperen for Kolab gruppeprogrammel-serveren."
#: ../kolab_wizard/Kolab.pm:73
msgid "Enter pasword for the manager account of Kolab server."
@@ -930,7 +956,7 @@ msgstr "Indtast adgangskode for administrationskontoen for Kolab-serveren."
msgid "Password mismatch, or null password, please correct."
msgstr "Uoverensstemmende adgangskoder, eller blank adgangskode; ret venligst."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Adgangskode:"
@@ -966,27 +992,37 @@ msgstr "Installering i gang"
msgid "Installing Kolab server on your system..."
msgstr "Installerer Kolab-server på dit system..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurerer Kolab-server på dit system..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap-hjælper"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Du skal omjustere dit domænenavn. For en LDAP-server behøver du et korrekt "
+"domænenavn, ikke det samme som localdomain eller ingenting. Værtsnavnet skal "
+"være et fuldstændigt domænenavn. Kør drakconnect for at justere det."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Vís konfiguration for Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Tilføj bruger i Ldap-server"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Slet konfiguration for Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -994,187 +1030,189 @@ msgstr ""
"Det er en letvægtsprotokol for at få adgang til katalogtjenester, specifikt "
"X.500-baserede katalogtjenester."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP står for Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Konfigurationshjælper for Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Du skal først opsætte en Ldap-server."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Dit valg:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Slet konfiguration"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Gemmer eksisterende base i /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP tilføjer bruger"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Bruger oprettet i: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Fornavn:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Navn:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Login for bruger:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Du skal indtaste et gyldig fornavn."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Du skal indtaste et gyldig efternavn."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Du skal indtaste et gyldig brugernavn."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP-adgangskode for bruger"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "adgangskoder skal stemme overens"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Adgangskode (igen):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Du skal indtaste en adgangskode for LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Adgangskoderne stemmer ikke overens"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Administrator er en administrerende bruger som kan give adgang til LDAP-"
"databasen"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfigurerer LDAPserver"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domænenavn: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrator for LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP katalogtræ"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS-navnet bruges til LDAP-katalogtræ-definition"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP katalogtræ:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP-administrator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP-adgangskode:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP-adgangskode (igen):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Du skal indtaste et gyldigt LDAP katalogtræ."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Bekræftelse af brugeren til oprettelse"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Fornavn:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Brugernavn:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Opret i:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Bekræftelsesinformation for oprettelse af en LDAP-server"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Brugers beholder:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Hjælperen har konfigureret LDAP uden problemer."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Tilføjede bruger uden problemer"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Fejl ved tilføjelse af bruger i Ldap-database"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server er allerede konfigureret"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Du har allerede konfigureret din Ldap-server"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
+#, perl-format
msgid "%s Failed"
msgstr "%s mislykkedes"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Fejl!"
#: ../ldap_wizard/ldapdef.pm:21
+#, perl-format
msgid "Unable to connect to %s"
msgstr "Kunne ikke koble op til %s"
@@ -1279,7 +1317,8 @@ msgid "Polling interval:"
msgstr "Tjekkeinterval:"
#: ../news_wizard/Inn.pm:95
-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 ""
"Hjælperen konfigurerede Internet nyheds-tjenesten på din server uden "
"problemer."
@@ -1302,7 +1341,8 @@ msgstr "Konfigurationshjælper for NFS-server"
#: ../nfs_wizard/NFS.pm:51
msgid "This wizard will help you configuring the NFS server for your network."
-msgstr "Denne hjælper vil hjælpe dig med at konfigurere NFS-serveren til dit netværk."
+msgstr ""
+"Denne hjælper vil hjælpe dig med at konfigurere NFS-serveren til dit netværk."
#: ../nfs_wizard/NFS.pm:56
msgid ""
@@ -1397,7 +1437,8 @@ msgstr "NIS-klient"
#: ../nisautofs_wizard/Nisautofs.pm:77
msgid "Setup a NIS server with autofs map, auto.home and auto.master files."
-msgstr "Opsætning af en NIS-server med autofs-kort, auto.home og auto.master filer."
+msgstr ""
+"Opsætning af en NIS-server med autofs-kort, auto.home og auto.master filer."
#: ../nisautofs_wizard/Nisautofs.pm:77
msgid ""
@@ -1503,7 +1544,8 @@ msgstr "Ret det venlist til."
#: ../nisautofs_wizard/Nisautofs.pm:142
msgid "The wizard successfully configured your machine to be a NIS client."
-msgstr "Hjælperen konfigurerede din makine til at være en NIS-klient uden problemer."
+msgstr ""
+"Hjælperen konfigurerede din makine til at være en NIS-klient uden problemer."
#: ../nisautofs_wizard/Nisautofs.pm:149
msgid ""
@@ -1648,7 +1690,8 @@ msgstr "Navn på e-postserver:"
#: ../postfix_wizard/Postfix.pm:119
msgid "The default is to append myhostname which is fine for small sites."
-msgstr "Standard er at tilføje myhostname hvilket er fint for små installationer."
+msgstr ""
+"Standard er at tilføje myhostname hvilket er fint for små installationer."
#: ../postfix_wizard/Postfix.pm:119
msgid ""
@@ -1754,7 +1797,8 @@ msgid "Proxy port:"
msgstr "Proxy-port:"
#: ../proxy_wizard/Squid.pm:83
-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 ""
"Klik på Næste for at beholde denne værdi eller Tilbage for at korrigere dit "
"valg"
@@ -1772,7 +1816,8 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Du skal vælge en port større end 1024 og lavere end 65535"
#: ../proxy_wizard/Squid.pm:94
-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 "Disk-cache er mængden af diskplads som kan bruges til cache på disken."
#: ../proxy_wizard/Squid.pm:94
@@ -1817,7 +1862,8 @@ msgstr ""
#: ../proxy_wizard/Squid.pm:106
msgid "The proxy can be configured to use different access control levels"
-msgstr "Proxyen kan konfigureres til at bruge forskellige adgangskontrolniveauer"
+msgstr ""
+"Proxyen kan konfigureres til at bruge forskellige adgangskontrolniveauer"
#: ../proxy_wizard/Squid.pm:119
msgid ""
@@ -1876,7 +1922,8 @@ msgid "Configuring the Proxy"
msgstr "Konfigurerer proxy"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-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 ""
"Hjælperen samlede følgende parametre som behøves for at konfigurere din "
"proxy:"
@@ -2023,7 +2070,8 @@ msgstr ""
"ønsker at starte op via PXE."
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr "Vælg PXE-opstartsaftryk som du vil fjerne fra PXE-serveren."
#: ../pxe_wizard/Pxe.pm:153
@@ -2054,8 +2102,10 @@ msgstr ""
"almindelige parametre."
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
-msgstr "Venligst vælg PXE-opstartsaftryk som skal ændres fra nedenstående liste"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
+msgstr ""
+"Venligst vælg PXE-opstartsaftryk som skal ændres fra nedenstående liste"
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
@@ -2066,7 +2116,8 @@ msgid "Add option to the PXE boot image"
msgstr "Tilføj valgmulighed til PXE-opstartsaftryk:"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr ""
"Installationskatalog: den fulde sti til Mandrakelinux "
"installationsserverkatalog"
@@ -2168,7 +2219,8 @@ msgstr ""
#: ../pxe_wizard/Pxe.pm:200
msgid "We need an all.rdz or a network.img image. Please add one."
-msgstr "Vi skal bruge et all.rdz eller et network.img-aftryk. Tilføj venligst én."
+msgstr ""
+"Vi skal bruge et all.rdz eller et network.img-aftryk. Tilføj venligst én."
#: ../pxe_wizard/Pxe.pm:208
msgid ""
@@ -2180,6 +2232,7 @@ msgstr ""
"første CD for Mandrakesoft produktet, i /isolinux/alt0/ kataloget."
#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
+#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Vælg venligst et aftryk fra et andet katalog end %s."
@@ -2187,10 +2240,12 @@ msgstr "Vælg venligst et aftryk fra et andet katalog end %s."
msgid ""
"Please provide a correct PXE name: one ASCII word or one number with no "
"spaces."
-msgstr "Angiv venligst et korrekt PXE-navn: ét ord ord eller ét tal, uden mellemrum."
+msgstr ""
+"Angiv venligst et korrekt PXE-navn: ét ord ord eller ét tal, uden mellemrum."
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"For at tilføje/fjerne/ændre PXE opstartsaftrykket skal du køre 'Set PXE "
"server' først."
@@ -2205,7 +2260,8 @@ msgstr "Angiv venligst et andet navn."
#: ../pxe_wizard/Pxe.pm:237
msgid "The wizard will now prepare all default files to set your PXE server"
-msgstr "Hjælperen vil nu forberede alle standardfiler for at opsætte PXE-serveren"
+msgstr ""
+"Hjælperen vil nu forberede alle standardfiler for at opsætte PXE-serveren"
#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
@@ -2268,6 +2324,7 @@ msgid "Samba wizard"
msgstr "Samba-hjælper"
#: ../samba_wizard/Samba.pm:60 ../web_wizard/Apache.pm:62
+#, perl-format
msgid "%s does not exist."
msgstr "%s eksisterer ikke."
@@ -2292,7 +2349,8 @@ msgid "Samba configuration wizard"
msgstr "Konfigurationshjælper for Samba"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
msgstr ""
"Denne hjælper vil hjælpe dig med at konfigurere Samba-tjenesterne på din "
"server."
@@ -2321,7 +2379,8 @@ msgstr "Server-beskrivelse."
msgid ""
"The banner is the way this server will be described in the Windows "
"workstations."
-msgstr "Banner er måden denne server vil blive omtalt i Windows arbejdstationerne."
+msgstr ""
+"Banner er måden denne server vil blive omtalt i Windows arbejdstationerne."
#: ../samba_wizard/Samba.pm:99
msgid "Banner:"
@@ -2462,7 +2521,8 @@ msgstr "skriv liste:"
#: ../samba_wizard/Samba.pm:194
msgid "Select which printers you want to be accessible from known users"
-msgstr "Vælg hvilke printere du ønsker skal være tilgængelige for kendte brugere"
+msgstr ""
+"Vælg hvilke printere du ønsker skal være tilgængelige for kendte brugere"
#: ../samba_wizard/Samba.pm:201
msgid "Enable all printers"
@@ -2530,7 +2590,8 @@ msgstr "Således vil din server være den lokale tidsserver for dit netværk."
#: ../time_wizard/Ntp.pm:82
msgid "press next to begin, or cancel to leave this wizard"
-msgstr "Klik på Næste for at begynde eller Afbryd for at afslutte denne hjælper."
+msgstr ""
+"Klik på Næste for at begynde eller Afbryd for at afslutte denne hjælper."
#: ../time_wizard/Ntp.pm:87
msgid ""
@@ -2626,7 +2687,8 @@ msgstr "Webhjælper"
#: ../web_wizard/Apache.pm:71
msgid "This wizard will help you configuring the Web server for your network."
-msgstr "Denne hjælper vil hjælpe dig med at konfigurere web-serveren for dit netværk."
+msgstr ""
+"Denne hjælper vil hjælpe dig med at konfigurere web-serveren for dit netværk."
#: ../web_wizard/Apache.pm:71
msgid "Web server configuration wizard"
@@ -2728,7 +2790,8 @@ msgstr "Brugerkatalog:"
#: ../web_wizard/Apache.pm:147
msgid "The wizard successfully configured your intranet/Internet Web server"
-msgstr "Hjælperen konfigurerede din Intranet/Internet web-server uden problemer"
+msgstr ""
+"Hjælperen konfigurerede din Intranet/Internet web-server uden problemer"
#: ../web_wizard/Apache.pm:236
msgid "Apache server"
@@ -2737,4 +2800,3 @@ msgstr "Apache-server"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Konfigurerer dit system som en Apache-server ..."
-
diff --git a/po/de.po b/po/de.po
index cf15b7cf..1e8042ec 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,3 +1,4 @@
+# translation of 6280.0.drakwizard-de.po to deutsch
# translation of drakwizard-de.po to deutsch
# translation of drakwizard-de.po to german
# translation of drakwizard-de.po to Germen
@@ -16,10 +17,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakwizard-de\n"
+"Project-Id-Version: 6280.0.drakwizard-de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
-"PO-Revision-Date: 2004-10-10 13:12+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
+"PO-Revision-Date: 2004-10-28 16:04+0200\n"
"Last-Translator: Frank Köster <frank@dueppel13.de>\n"
"Language-Team: deutsch <I18n-mdk-de@codershome.org>\n"
"MIME-Version: 1.0\n"
@@ -39,7 +40,7 @@ msgstr "Konfigurations-Assistent"
msgid "Warning."
msgstr "Warnung."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -49,10 +50,10 @@ msgid "Error."
msgstr "Fehler."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -101,11 +102,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(Sie müssen die Domäne nach dem Rechnernamen nicht angeben)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Client-Identifikation:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -113,7 +114,7 @@ msgstr ""
"Denken Sie daran, dass die IP-Adresse und der Rechnername nur einmal in "
"Ihrem Netzwerk vorhanden sein dürfen."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -123,21 +124,21 @@ msgstr ""
"identifiziert. Außerdem muss jeder Rechner des Netzwerkes eine (eindeutige) "
"IP-Adresse in der üblichen Punktschreibweise haben."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Rechnername:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP-Adresse des Rechners:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Warnung"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Sie befinden sich im DHCP-Modus, der Server wird eventuell nicht erreichbar "
@@ -146,12 +147,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fehler"
@@ -324,7 +325,7 @@ msgstr "Schnittstelle:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Der Assistent hat die DHCP-Dienste erfolgreich eingerichtet."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -339,11 +340,11 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Starten Sie Drakwizard erneut, und versuchen Sie, einige Parameter zu ändern."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Sie müssen Ihren Rechnernamen korrigieren."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -354,24 +355,24 @@ msgstr ""
"muss ein FQDN sein: Voll geeigneter Domänen-Name. Starten Sie drakconnect "
"zur Anpassung."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master-DNS-Server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave-DNS-Server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Rechner zum DNS hinzufügen"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Rechner aus DNS entfernen"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -379,11 +380,11 @@ msgstr ""
"DNS (Domain Name Server) ist der Dienst, der Rechnernamen in IP-Adressen "
"auflösen kann und umgekehrt."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS-Master Konfigurations-Assistent"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -393,32 +394,46 @@ msgstr ""
"einzurichten, der lokale Adressanfragen selbst beantwortet und Anfragen "
"aderer Subnetze/des Internets entsprechend weiterleitet."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Was wollen Sie machen:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "FICS Schach Server Interface"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Sie müssen die Domäne nach dem Rechnernamen nicht angeben)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+msgid "Server:"
+msgstr "Server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS-Domänen-Name:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Wählen Sie aus der Liste den zu entfernenden Rechner aus."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Entfernen eines Hosts aus der existierenden DNS-Konfiguration."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Rechner entfernen:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Computer-Name:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -428,11 +443,11 @@ msgstr ""
"Außerdem fungiert er als Ersatzserver für den Fall, dass Ihr primärer Name-"
"Server nicht erreichbar ist."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP-Adresse des Master-DNS-Servers:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -440,11 +455,11 @@ msgstr ""
"Das Weiterleiten geschieht nur für die Anfragen, für die der Server nicht "
"authorisiert ist oder er die Antwort nicht im Zwischenspeicher hat."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP-Adresse für die Weiterleitung"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -452,15 +467,15 @@ msgstr ""
"Tragen Sie bei Bedarf die IP-Adresse Ihrer Weiterleitung ein, sofern sie "
"bekannt ist, andernfalls tragen Sie nichts ein"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Externer DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Such-Domäne hinzufügen"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -468,7 +483,7 @@ msgstr ""
"Der Domänen-Name dieses Servers wird automatisch hinzugefügt. Sie brauchen "
"ihn hier nicht hinzufügen."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -480,29 +495,29 @@ msgstr ""
"lokalen Domain-Namen. Die kann verändert werden indem der gewünschte Domain-"
"Suchpfad, gefolgt vom Suchbegriff, in die Liste eingetragen wird"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Voreingestellter Domain-Name für die Suche:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Die IP-Adresse für die Weiterleitung ist ungültig... Drücken Sie Weiter um "
"fortzufahren"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Das ist keine gültige IP-Adresse des Master-DNS... Drücken Sie „Weiter“ um "
"fortzufahren"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Das ist keine gültige IP-Adresse... Drücken Sie „Weiter“um fortzufahren"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -510,11 +525,11 @@ msgstr ""
"Dieser Rechner ist wahrscheinlich schon in der DNS-Konfiguration vorhanden. "
"Drücken Sie „Weiter“ um fortzufahren"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Fehler:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -522,7 +537,7 @@ msgstr ""
"Es scheint, dass dies nicht in Ihren DNS-Einstellungen eingerichtet ist... "
"Drücken Sie Weiter, um fortzufahren"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -530,76 +545,76 @@ msgstr ""
"Es wurde wahrscheinlich kein DNS-Server durch den Assistenten eingerichtet. "
"Starten Sie den Assistenten: Master-DNS-Server."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Es handelt sich anscheinend nicht um einen Master-DNS-Server, deswegen kann "
"ich den Host nicht hinzufügen/entfernen."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Assistent wird nun die DNS-Slave-Konfiguration erstellen"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "mit dieser Konfiguration:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Der Klient mit dieser Identifikation wird Ihrem DNS-Server hinzugefügt"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Computer-Name:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Computer-IP-Adresse:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
"Der Klient mit dieser Identifikation wird aus Ihrem DNS-Server entfernt"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Der DNS-Server wird nun mit folgender Konfiguration eingerichtet"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Server-Name:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domänen-Name:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr ""
"Der Rechner wurde vom Assistenten erfolgreich zu Ihrem DNS hinzugefügt."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Der Host wurde vom Assistenten erfolgreich aus Ihrem DNS entfernt."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
"Der Assistent hat den DNS-Dienst Ihres Servers erfolgreich eingerichtet."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Bitte starten Sie Drakwizard erneut, und versuchen Sie, einige Parameter zu "
"ändern."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfiguriere Ihr System als Master-DNS-Server..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfiguriere Ihr System als Slave-DNS-Server..."
@@ -651,7 +666,7 @@ msgstr "NIS-Server AutoFS map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux Installations-Server"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab-Server"
@@ -973,7 +988,7 @@ msgstr ""
"Die Passwörter stimmen nicht überein, oder es wurde kein Passwort "
"eingegeben. Bitte korrigieren Sie dies."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Passwort:"
@@ -1011,27 +1026,38 @@ msgstr "Installation im Gange"
msgid "Installing Kolab server on your system..."
msgstr "Installiere den Kolab-Server auf Ihren System..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfiguriere den Kolab-Server auf Ihrem System..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap-Assistent"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Sie müssen Ihren Domänen-Namen korrigieren. Der LDAP-Server braucht einen "
+"korrekten Domänen-Namen, der weder leer noch 'localdomain' ist. Der Hostname "
+"muss ein FQDN sein: Voll geeigneter Domänen-Name. Starten Sie drakconnect "
+"zur Anpassung."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "LDAP Konfiguration anzeigen"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Benutzer zum LDAP-Server hinzufügen"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "LDAP-Konfiguration entfernen"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1039,184 +1065,184 @@ msgstr ""
"Es ist ein leichtgewichtiges Protokoll, um auf Verzeichnisdienste "
"zuzugreifen, speziell für X.500-basierte Verzeichnisdienste."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP steht für Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "LDAP-Konfigurations-Assistent"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Sie müssen zuerst einen LDAP-Server aufsetzen."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Ihre Auswahl:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Konfiguration entfernen"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Sichern der existierenden Basis in /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Benutzer hinzufügen"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Benutzer angelegt in: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Erster Name:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Name:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Benutzeranmeldung:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Sie müssen einen gültigen Vornamen angeben."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Sie müssen einen gültigen Namen angeben."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Sie müssen einen gültigen Benutzernamen angeben."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP Benutzer-Passwort"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Passwörter müssen übereinstimmen"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Passwort (nochmal):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Sie müssen ein Passwort für LDAP angeben."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Die Passwörter stimmen nicht überein"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Der Administrator ist ein allmächtiger Benutzer mit gewährtem Zugang zur "
"LDAP Datenbank"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfiguriere LDAP-Server"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domänen-Name: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP-Verzeichnisbaum"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Die DNS Benennung wird für die LDAP Verzeichnisbaum-Definition benutzt"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP-Verzeichnisbaum:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP Administrator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP-Passwort:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP-Passwort (nochmal):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Sie müssen einen gültigen LDAP-Verzeichnisbaum angeben."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Bestätigung für das Erstellen eines Benutzers"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Vorname:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Benutzername:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Erstellen in:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Bestätigungs-Information für das Erstellen des LDAP-Servers"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Benutzer Container:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Der Assistent hat den LDAP-Server erfolgreich eingerichtet."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Benutzer erfolgreich hinzugefügt"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Fehler beim Hinzufügen eines Benutzers in die LDAP-Datenbank"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server ist schon konfiguriert"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Sie haben Ihren LDAP-Server schon konfiguriert"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s fehlgeschlagen"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Fehler!"
@@ -2370,7 +2396,7 @@ msgstr "%s existiert nicht."
#: ../samba_wizard/Samba.pm:66
msgid "All - no access restriction"
-msgstr "All - Keine Zugangsbeschränkung"
+msgstr "Alle - Keine Zugangsbeschränkung"
#: ../samba_wizard/Samba.pm:67
msgid "My rules - ask me allowed and denied hosts"
@@ -2382,7 +2408,7 @@ msgid ""
"workstations running non-Linux systems."
msgstr ""
"Samba erlaubt es Ihrem Server, sich an Arbeitsstationen, auf denen kein "
-"Linux läuft, sich als File- und Printserver auszugben."
+"Linux läuft, sich als File- und Printserver auszugeben."
#: ../samba_wizard/Samba.pm:72
msgid "Samba configuration wizard"
@@ -2517,7 +2543,7 @@ msgid ""
"you/they must use smbpasswd to set a password."
msgstr ""
"Sie haben ausgewählt, dass es den Benutzern erlaubt ist auf ihre "
-"PersönlichenVerzeichnisse mittels Samba zuzugreifen, aber Sie/sie müssen "
+"Persönlichen Verzeichnisse mittels Samba zuzugreifen, aber Sie müssen "
"'smbpasswd' benutzen, um ein Passwort zu setzen."
#: ../samba_wizard/Samba.pm:154 ../samba_wizard/Samba.pm:160
@@ -2531,8 +2557,7 @@ msgstr "Geben Sie den Pfad zu dem Verzeichnis an, das Sie freigeben möchten."
#: ../samba_wizard/Samba.pm:161
msgid "Create shared directory if it doesn't exist"
-msgstr ""
-"Erstellen Sie ein gemeinsames Verzeichnis, wenn es noch nicht existiert"
+msgstr "Erstelle das freigegebene Verzeichnis, wenn es noch nicht existiert"
#: ../samba_wizard/Samba.pm:166
msgid "Failed to create directory."
diff --git a/po/drakwizard.pot b/po/drakwizard.pot
index cc301ffd..829cda26 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:34+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"
@@ -28,7 +28,7 @@ msgstr ""
msgid "Warning."
msgstr ""
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -38,10 +38,10 @@ msgid "Error."
msgstr ""
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -82,50 +82,50 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr ""
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr ""
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr ""
@@ -277,7 +277,7 @@ msgstr ""
msgid "The wizard successfully configured the DHCP services."
msgstr ""
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -291,118 +291,130 @@ msgstr ""
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+msgid "DNS server Interface"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+msgid "Server:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -410,108 +422,108 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr ""
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr ""
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr ""
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
@@ -563,7 +575,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr ""
@@ -839,7 +851,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr ""
@@ -873,208 +885,215 @@ msgstr ""
msgid "Installing Kolab server on your system..."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr ""
diff --git a/po/el.po b/po/el.po
index a48cca45..8b315eb4 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-03-01 14:48+0200\n"
"Last-Translator: Dimitris Korbetis <korb@uth.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -27,7 +27,7 @@ msgstr "Οδηγός Ρυθμίσεων"
msgid "Warning."
msgstr "Προειδοποίηση"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -37,10 +37,10 @@ msgid "Error."
msgstr "Σφάλμα."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -87,11 +87,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(δεν χρειάζεται να πληκτρολογήσετε τον τομέα μετά το όνομα)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Αναγνωριστικό πελάτη:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -99,7 +99,7 @@ msgstr ""
"Σημειώστε ότι ο αριθμός IP και το όνομα πελάτη πρέπει να είναι μοναδικά στο "
"δίκτυο."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -109,21 +109,21 @@ msgstr ""
"εταιρία.net. Κάθε μηχάνημα πρέπει να έχει στο δίκτυο μια (μοναδική) "
"διεύθυνση IP,συνήθως χωρισμένη με τελείες."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Όνομα του μηχανήματος:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Διεύθυνση IP:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Προειδοποίηση"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Είστε σε dhcp, ο διακομιστής μπορεί να μη λειτουργήσει με τις ρυθμίσεις σας."
@@ -131,12 +131,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Σφάλμα"
@@ -301,7 +301,7 @@ msgstr "Διασύνδεση"
msgid "The wizard successfully configured the DHCP services."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τις υπηρεσίες DHCP στον διακομιστή σας."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -316,35 +316,35 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Επανεκκίνηστε το drakwizard και προσπαθήστε να αλλάξετε κάποιες παραμέτρους"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Χρειάζεται να ξαναρυθμίσετε το όνομα υπολογιστή "
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Κύριος διακομιστής DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Δευτερεύων διακομιστής DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Προσθήκη υπολογιστή στο DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Διαγραφή υπολογιστή στο DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -352,11 +352,11 @@ msgstr ""
"Η υπηρεσία DNS (Domain Name Server) αντιστοιχεί την IP ενός μηχανήματος με "
"το όνομα κεντρικού υπολογιστή στο διαδίκτυο."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Οδηγός Ρυθμίσεων κύριου DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -366,73 +366,88 @@ msgstr ""
"σας. Αυτή η ρύθμιση θα παρέχει μια τοπική υπηρεσία DNS για τοπικά ονόματα "
"υπολογιστών, ενώ οι μη τοπικές αιτήσεις θα προωθούνται σε εξωτερικό DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Τι θέλετε να κάνετε;"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Εξυπηρετητής DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(δεν χρειάζεται να πληκτρολογήσετε τον τομέα μετά το όνομα)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Διεύθυνση IP εξυπηρετητή"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Πελάτης NIS"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Διαγραφή υπολογιστή:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Όνομα Υπολογιστή"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Διεύθυνση IP του κύριου εξυπηρετητή DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP του forwarder"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Εξωτερικό DNS"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Προσθήκη search domain"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -440,113 +455,113 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Αυτή δεν είναι έγκυρη διεύθυνση IP... επιλέξτε επόμενο για να συνεχίσετε"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Αυτή δεν είναι έγκυρη διεύθυνση IP του κύριου DNS... επιλέξτε επόμενο για να "
"συνεχίσετε"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Αυτή δεν είναι έγκυρη διεύθυνση IP... επιλέξτε επόμενο για να συνεχίσετε"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Σφάλμα:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "με αυτή τη ρύθμιση:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Όνομα Υπολογιστή"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Διεύθυνση IP υπολογιστή:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Όνομα εξυπηρετητή"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Ο οδηγός πρόσθεσε με επιτυχία τον υπολογιστή στο DNS σας"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Ο οδηγός αφαίρεσε με επιτυχία τον υπολογιστή στο DNS σας"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Ο οδηγός ρύθμισε με επιτυχία την υπηρεσία DNS του διακομιστή σας."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Επανεκκίνηστε το drakwizard και προσπαθήστε να αλλάξετε κάποιες παραμέτρους"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Ρυθμίζεται το σύτημά σας σαν κύριος εξυπηρετητής DNS..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Ρυθμίζεται το σύτημά σας σαν βοηθητικός εξυπηρετητής DNS..."
@@ -599,7 +614,7 @@ msgstr "Εξυπηρετητής NIS με autofs map"
msgid "Mandrakelinux Install server"
msgstr "Εξυπηρετητής εγκατάστασης Mandrake "
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Εξυπηρετητής Samba"
@@ -898,7 +913,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Κωδικός:"
@@ -938,231 +953,238 @@ msgstr "Κατάλογος εγκατάστασης"
msgid "Installing Kolab server on your system..."
msgstr "Ρύθμιση του εξυπηρετητή PXE στο σύστημά σας"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Ρύθμιση του εξυπηρετητή PXE στο σύστημά σας"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Οδηγός Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Οδηγός Ρυθμίσεων LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Οδηγός Ρυθμίσεων LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Οδηγός Ρυθμίσεων LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Set PXE server"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Εγατάσταση εργαλείων ρύθμισης εξυπηρετητή"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Όνομα Χρήστη:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Όνομα:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Όνομα Χρήστη:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Container:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Κωδικός πρόσβασης"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Κωδικός:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Οι κωδικοί πρόσβασης είναι ανόμοιοι"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Ρυθμίζεται το Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Πελάτης NIS"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Κατάλογος TFTP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Κατάλογος TFTP"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Κωδικός:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Κωδικός:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Κατάλογος TFTP"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Όνομα:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Όνομα Χρήστη:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Ρυθμίζεται ο Διακομιστή DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Container:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον εξυπηρετητή LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Επιτυχής προσθήκη δεδομένων"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Ο οδηγός ρύθμισε με επιτυχία τον διακομιστή Samba."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Ανεπιτυχές"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Σφάλμα"
diff --git a/po/eo.po b/po/eo.po
index dbb3f96c..3601d5fe 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -30,7 +30,7 @@ msgstr "Konfigurad-sorĉilo"
msgid "Warning."
msgstr "Averto"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -41,10 +41,10 @@ msgid "Error."
msgstr "Sorĉil-eraro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr "Tiu ĉi sorĉilo helpos vin aldoni novan klienton en via loka DNS."
msgid "(you don't need to type the domain after the name)"
msgstr "(vi ne bezonas tajpi la domajnon post la nomo)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "KIienta identigo:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -102,7 +102,7 @@ msgid ""
msgstr ""
"Notu ke la donita IP-numero kaj la klientonomo devas esti unikaj en la reto."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,22 +112,22 @@ msgstr ""
"net. Ĉiu maŝino en la reto devas havi (unikan) IP-adreson, en la kutima "
"punktita/memreferenca sintakso."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nomo de la maŝino:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP-numero de la maŝino:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Averto"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -136,12 +136,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -312,7 +312,7 @@ msgstr "Interreto"
msgid "The wizard successfully configured the DHCP services."
msgstr "La sorĉilo sukcese konfiguris la DHCP-servojn de via servilo."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -327,38 +327,38 @@ msgstr "enŝaltita"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS-servilo"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS-servilo"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Rifuzu gastigantojn:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -366,12 +366,12 @@ msgstr ""
"DNS (Domain Name Server) estas la servo kiu listigas IP-adreson de maŝino "
"kun interreta komputilnomo."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS-konfigurad-sorĉilo"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -381,78 +381,93 @@ msgstr ""
"konfigurado provizos lokan DNS-servon por lokaj komputilnomoj, kun nelokaj "
"demandoj plusendataj al ekstera DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "NFS-servilo"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(vi ne bezonas tajpi la domajnon post la nomo)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Servil-nomo:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Komputita domajno-nomo"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Rifuzu gastigantojn:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Komputita domajno-nomo"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Konfigurante la DNS-servilon"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Ekstera kluzo"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -460,120 +475,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Tio ne estas valida adreso... premu SEKVA por daŭrigi"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Tio ne estas valida adreso... premu SEKVA por daŭrigi"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Tio ne estas valida adreso... premu SEKVA por daŭrigi"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Sorĉil-eraro."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS-sorĉilo (konfigurado)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Komputita domajno-nomo"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "IP-adreso de la servilo:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Servil-nomo:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "La sorĉilo sukcese aldonis la klienton."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "La sorĉilo sukcese konfiguris la DNS-servojn de via servilo."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurante la DNS-servilon"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurante la DNS-servilon"
@@ -634,7 +649,7 @@ msgstr "Novaĵ-servilo"
msgid "Mandrakelinux Install server"
msgstr "Nomo de poŝt-servilo:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Datenbaz-servilo"
@@ -931,7 +946,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Pasvorto:"
@@ -971,233 +986,240 @@ msgstr "Uzul-dosierujo:"
msgid "Installing Kolab server on your system..."
msgstr "Mi konfiguras la FTP-servilon"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Mi konfiguras la FTP-servilon"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap-sorĉilo"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Konfigurad-sorĉilo"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Konfigurad-sorĉilo"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Konfigurad-sorĉilo"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Datenbaz-servilo"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Konfiguraĵo de tempo-servilo konservita"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Uzul-aldono"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Gastiganto-nomo:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Uzulnomo:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Uzul-aldono"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Pasvorto:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Pasvorto:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Mi konfiguras Samba-on"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Komputita domajno-nomo"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Uzul-dosierujo:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Uzul-dosierujo:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Pasvorto:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Pasvorto:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Uzul-dosierujo:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Gastiganto-nomo:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Uzulnomo:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Konfigurante la DHCP-servilon"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Uzul-aldono"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "La sorĉilo sukcese konfiguris vian prokur-servilon."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "La sorĉilo sukcese konfiguris vian Samba-servilon."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "enŝaltita"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Sorĉil-eraro."
diff --git a/po/es.po b/po/es.po
index a00f0e54..d9171d52 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-09 01:11+0200\n"
"Last-Translator: Jaime Crespo <505201 at unizar dot es>\n"
"Language-Team: Español <es@li.org>\n"
@@ -30,7 +30,7 @@ msgstr "Asistente de configuración"
msgid "Warning."
msgstr "Advertencia."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Error."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,11 +89,11 @@ msgstr "Este asistente lo ayudará a añadir un cliente nuevo en su DNS local."
msgid "(you don't need to type the domain after the name)"
msgstr "(no necesita teclear el dominio luego del nombre)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificación del cliente:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -101,7 +101,7 @@ msgstr ""
"Note que la dirección IP y el nombre del cliente dados deberían ser únicos "
"en la red."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,21 +111,21 @@ msgstr ""
"empresa.net. Cada máquina en la red debe tener una dirección IP (única), en "
"la notación puntuada corriente."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nombre de la máquina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Dirección IP de la máquina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Advertencia"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../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 configuración."
@@ -133,12 +133,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Error"
@@ -307,7 +307,7 @@ msgstr "Interfaz:"
msgid "The wizard successfully configured the DHCP services."
msgstr "El asistente configuró exitosamente los servicios DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -321,11 +321,11 @@ msgstr "Falló"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Vuelva a lanzar drakwizard, e intente cambiar algunos parámetros."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Debe volver a ajustar su nombre de host."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -335,24 +335,24 @@ msgstr ""
"nombre de dominio correcto, distinto a 'localdomain' o vacío. Lance "
"drakconnect para ajustarlo."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Servidor DNS maestro"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Servidor DNS esclavo"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Añadir host en DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Quitar host en DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -360,11 +360,11 @@ msgstr ""
"DNS (Servidor de Nombres de Dominio) es el servicio que hace corresponder "
"una máquina con un nombre de host de Internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Asistente de configuración DNS maestro"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -374,32 +374,47 @@ msgstr ""
"Esta configuración brindará un servicio de DNS local para los nombres de las "
"computadoras locales, reenviando los pedidos no locales a un DNS externo."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Qué desea hacer:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servidor DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(no necesita añadir el dominio luego del nombre)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP del servidor:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nombre de dominio NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Elija, en la lista siguiente, el host que desea quitar."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Quitar un host en una configuración DNS existente."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Quitar host:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nómbre de computadora:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -409,11 +424,11 @@ msgstr ""
"nombres primario, y también funcionará como un respaldo, en caso que su "
"servidor maestro no se pueda acceder."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Dirección IP para el servidor DNS maestro:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -421,11 +436,11 @@ msgstr ""
"El reenvío sólo ocurre para aquellas consultas para las cuales el servidor "
"no es autoritativo y no tiene la respuesta en su cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP de su reenviador"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -433,15 +448,15 @@ msgstr ""
"Por lo que si lo necesita y conoce la IP de su reenviador, ingrese la misma, "
"si no la conoce, déjela vacía."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS externo:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Añadir dominio de búsqueda"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -449,7 +464,7 @@ msgstr ""
"Se añade automáticamente el nombre de dominio de este servidor, y no "
"necesita añadirlo aquí."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -461,29 +476,29 @@ msgstr ""
"sólo contiene el nombre de dominio local. Esto se puede cambiar listando la "
"rúta de búsqueda del dominio deseado luego de la palabra clave 'search'"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Nombre de dominio predet. a buscar:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Esta no es una dirección IP válida para su reenviador... presione siguiente "
"para continuar"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Esta no es una dirección IP válida para el DNS Maestro... presione siguiente "
"para continuar"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Esta no es una IP dirección válida... presione siguiente para continuar"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -491,11 +506,11 @@ msgstr ""
"Parece que ese host ya está en su configuración DNS... persione siguiente "
"para continuar"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Error:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -503,7 +518,7 @@ msgstr ""
"Parece que este no está presente en su configuración DNS... presione "
"siguiente para continuar"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -511,72 +526,72 @@ msgstr ""
"Parece que no se configuró servidor DNS con el asistente. Por favor ejecute "
"el asistente DNS: Servidor DNS maestro."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Parece que no es un servidor DNS maestro, sino uno esclavo. Por lo tanto, no "
"puedo añadir/quitar hosts."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Ahora el Asistente generará la configuración de su DNS esclavo"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "con esta configuración:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "El cliente con esta identificación se añadirá a su DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nombre de computadora:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Dirección IP de computadora:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "El cliente con esta identificación se quitará de su DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
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:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nombre de host del servidor:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nombre de dominio:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "El asistente añadió exitosamente al host en su DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "El asistente quitó exitosamente al host del DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "El asistente configuró exitosamente el servicio DNS de su servidor."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Por favor, vuelva a lanzar drakwizard, e intente cambiar algunos parámetros."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Configurando su sistema como un servidor DNS maestro ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configurando su sistema como un servidor DNS esclavo ..."
@@ -628,7 +643,7 @@ msgstr "Servidor NIS + Autofs"
msgid "Mandrakelinux Install server"
msgstr "Servidor de instalación Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servidor Kolab"
@@ -941,7 +956,7 @@ msgstr "Ingrese contraseña para la cuenta administrador del servidor Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "La contraseña no coinicide, o está vacía, por favor corrija."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Contraseña:"
@@ -977,27 +992,37 @@ msgstr "Instalación en progreso"
msgid "Installing Kolab server on your system..."
msgstr "Instalando servidor Kolab en su sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Configurando servidor Kolab en su sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Asistente de Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Debe volver a ajustar su nombre de dominio. Para un servidor LDAP necesita "
+"un nombre de dominio correcto, distinto a 'localdomain' o vacío. Lance "
+"drakconnect para ajustarlo."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Mostrar la configuración Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Añadir usuario en servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Borrar la configuración Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1005,186 +1030,186 @@ msgstr ""
"Es un protocolo sencillo para acceder a servicios de directorio, "
"específicamente, servicios de directorio basados en X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP son las siglas de \"Lightweight Directory Access Protocol\"."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Asistente de configuración Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Debe primero configurar un servidor Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Su elección:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Borrar la configuración"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Guardando base existente en /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Añadiendo usuario LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Usuario creado en: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Nombre:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nombre:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Nombre de usuario:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Debe ingresar un nombre válido."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Debe ingresar un apellido válido."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Debe ingresar un nombre de usuario válido."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Contraseña de usuario LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "las contraseñas no coinciden"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Contraseña (de nuevo):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Debe ingresar una contraseña para LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Las contraseñas no coinciden"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrador"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"El administrador es un usuario especial con permisos de acceso a la base de "
"datos LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Configurando servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nombre de dominio: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrador LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Árbol de directorios de LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
"La asignación de nombres DNS se usa para la definición del árbol de "
"directorios LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Árbol de directorios LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrador LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Contraseña LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Contraseña LDAP (de nuevo):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Debe ingresar un árbol de directorios.LDAP válido"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Confirmación del usuario a crear"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Nombre:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nombre de usuario:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Crear en:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Confirmación de la información para crear el servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Contenedor de usuarios:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "El asistente configuró LDAP exitosamente."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Usuario añadido con éxito"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Error al añadir usuario en servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Servidor ya configurado"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Su servidor Ldap ya ha sido configurado"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s falló"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "¡Error!"
diff --git a/po/et.po b/po/et.po
index 35c6e272..dffc7381 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-04 13:55+0200\n"
"Last-Translator: Marek Laane <bald@online.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -27,7 +27,7 @@ msgstr "seadistuste nõustaja"
msgid "Warning."
msgstr "Hoiatus."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -37,10 +37,10 @@ msgid "Error."
msgstr "Viga."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -87,18 +87,18 @@ msgstr "See nõustaja aitab Teil lisada uue kliendi kohalikule DNS-ile."
msgid "(you don't need to type the domain after the name)"
msgstr "(nime järele pole vaja kirjutada domeeni)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Kliendi andmed:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Pange tähele, et IP aadress ja kliendinimi peavad olema võrgus unikaalsed."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,33 +108,33 @@ msgstr ""
"arvutil peab võrgus olema (unikaalne) IP aadress, mis tavaliselt esitatakse "
"punktidega eraldatud kujul."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Arvuti nimi:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Arvuti IP aadress:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Hoiatus"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Viga"
@@ -297,7 +297,7 @@ msgstr "Liides:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Nõustaja seadistas edukalt DHCP teenused."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -311,11 +311,11 @@ msgstr "Ebaõnnestus"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Käivitage drakwizard uuesti ja proovige parameetreid muuta."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Teil tuleb täpsustada masinanime."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -326,24 +326,24 @@ msgstr ""
"ehk täielikult kvalifitseeritud domeeninimi. Käivitage täpsustamiseks "
"Drakconnect."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Esmane nimeserver"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Teisene nimeserver"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Masina lisamine DNS-ile"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Masina eemaldamine DNS-ist"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -351,11 +351,11 @@ msgstr ""
"DNS (DomeeniNime Server ehk lihtsalt nimeserver) on teenus, mis määrab "
"vastavuse arvuti ning Interneti masinanime vahel."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Esmase DNS seadistamise nõustaja"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -365,32 +365,47 @@ msgstr ""
"tagatakse kohalikus võrgus aadresside korrektne lahendamine, suunates samas "
"kõik muud nimepäringud väljaspool asuvale nimeserverile."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Mida soovite ette võtta:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(nime järele pole vaja kirjutada domeeni)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Serveri IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domeeninimi:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Valige nimekirjast masin, mida soovite eemaldada."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Masina eemaldamine olemasolevast DNS seadistusest."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Eemaldatav masin:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Arvuti nimi:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -399,11 +414,11 @@ msgstr ""
"Teisene nimeserver võtab veidi koormust vähemaks esmaselt nimeserverilt ja "
"on ka varuserveri eest, kui esmane nimeserver ei peaks olema kättesaadav."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Esmase nimeserveri IP aadress:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -411,11 +426,11 @@ msgstr ""
"Edastatakse ainult sellised päringud, mille suhtes server ei ole kompetentne "
"ja millele puuduvad puhvris vastused."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Teie edastusserveri IP"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -423,22 +438,22 @@ msgstr ""
"Kui Teil seda vaja läheb ja Te teate oma edastusserveri IP aadressi, "
"kirjutage see siia, muidu jätke tühjaks"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Väline DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Otsingudomeeni lisamine"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
"Selle serveri domeeninimi lisatakse automaatselt, seda ei ole vaja siin anda."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -449,29 +464,29 @@ msgstr ""
"domeeninime põhjal ja vaikimisi sisaldab ainult kohalikku domeeninime. Seda "
"saab muuta, kui anda soovitud domeeninime otsingutee koos otsingu võtmesõnaga"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Vaikimisi otsitav domeeninimi:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"See ei ole edastusserverile korrektne IP aadress... vajutage jätkamiseks "
"nupule 'Järgmine'"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"See ei ole esmase DNS korrektne IP aadress... vajutage jätkamiseks nupule "
"'Järgmine'"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"See ei ole korrektne IP aadress... vajutage jätkamiseks nupule 'Järgmine'"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -479,11 +494,11 @@ msgstr ""
"Paistab, et see masin on juba DNS seadistuses... vajutage jätkamiseks nupule "
"'Järgmine'"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Viga:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -491,7 +506,7 @@ msgstr ""
"Paistab, et seda masinat DNS seadistuses ei ole... vajutage jätkamiseks "
"nupule 'Järgmine'"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -499,71 +514,71 @@ msgstr ""
"Paistab, et nõustaja abil ei ole seadistatud ühtki nimeserverit. Palun "
"käivitage DNS nõustaja: esmane nimeserver."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Paistab, et Teil ei ole esmane nimeserver, seepärast ei saa ka masinat "
"lisada/eemaldada."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Nõustaja tekitab nüüd Teie teisese DNS seadistuse"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "seadistusega:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Teie DNS-ile lisatakse selline klient"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Arvuti nimi:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Arvuti IP aadress:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Teie DNS-ist eemaldatakse selline klient"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Nimeserver seadistatakse järgmise seadistusega"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Serveri nimi:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domeeninimi:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Nõustaja lisas edukalt DNS-ile masina."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Nõustaja eemaldas edukalt masina DNS-ist."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Nõustaja seadistas edukalt Teie serveri DNS teenused."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Käivitage drakwizard uuesti ja proovige parameetreid muuta."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Süsteemi seadistamine esmaseks nimeserveriks..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Süsteemi seadistamine teiseseks nimeserveriks..."
@@ -615,7 +630,7 @@ msgstr "NIS server Autofs tabeliga"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinuxi paigaldusserver"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolabi server"
@@ -917,7 +932,7 @@ msgstr "Sisestage Kolabi serveri haldurikonto parool."
msgid "Password mismatch, or null password, please correct."
msgstr "Parool ei ole õige või jäi andmata, palun parandage viga."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Parool:"
@@ -954,27 +969,38 @@ msgstr "Paigaldamine..."
msgid "Installing Kolab server on your system..."
msgstr "Kolabi serveri paigaldamine Teie süsteemi..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Teie süsteemi seadistamine Kolabi serveriks..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap nõustaja"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Teil tuleb täpsustada domeeninime. Nimeserveril peab olema korrektne "
+"domeeninimi, mitte localdomain või üldse puuduma. Masinanimi peab olema FQDN "
+"ehk täielikult kvalifitseeritud domeeninimi. Käivitage täpsustamiseks "
+"Drakconnect."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Ldap seadistuste näitamine"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Kasutaja lisamine Ldap serverile"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Ldap seadistuste kustutamine"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -982,185 +1008,185 @@ msgstr ""
"See on lihtne protokoll kataloogiteenuste, eriti just X.500 "
"kataloogiteenuste kasutamiseks."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP tähendab lihtsustatud kataloogisirvimise protokoll (Lightweight "
"Directory Access Protocol)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Ldap seadistuste nõustaja"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Kõigepealt tuleb Ldap server seadistada."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Teie valik:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Seadistuse kustutamine"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Olemasoleva baasi salvestamine failina /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP kasutaja lisamine"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Kasutaja loomine asukohta: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Eesnimi:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nimi:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Kasutajatunnus:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Anda tuleb kehtiv eesnimi."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Anda tuleb kehtiv nimi."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Anda tuleb kehtiv kasutajatunnus."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP kasutaja parool"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "paroolid peavad klappima"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Parool teist korda:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "LDAP vajab parooli andmist."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Paroolid ei klapi"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administraator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Administraatoril on õigus anda ja võtta LDAP andmebaasi kasutamise õigust"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "LDAP serveri seadistamine"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domeeninimi:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP administraator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP kataloogipuu"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "LDAP kataloogipuu määratluses kasutatakse nimelahendust (DNS)"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP kataloogipuu:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP administraator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP parool:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP parool teist korda:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Anda tuleb kehtiv LDAP kataloogipuu."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Kasutaja loomise kinnitus"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Eesnimi:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Kasutajatunnus:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Luuakse asukohta:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "LDAP serveri loomise kinnitus"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Kasutajate konteiner:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Nõustaja seadistas edukalt Teie LDAP serveri."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Kasutaja edukalt lisatud"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Viga kasutaja lisamisel Ldap andmebaasi"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server on juba seadistatud"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Te olete juba seadistanud oma Ldap serveri"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s ebaõnnestus"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Viga!"
diff --git a/po/eu.po b/po/eu.po
index 726783c2..413f3154 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-04 23:04+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: EUSKARA <itzulpena@euskalgnu.org>\n"
@@ -31,7 +31,7 @@ msgstr "konfigurazio morroia"
msgid "Warning."
msgstr "Abisua."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -41,10 +41,10 @@ msgid "Error."
msgstr "Errorea."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,11 +89,11 @@ msgstr "Morroi honek DNS lokalean bezero berria gehitzen lagunduko dizu."
msgid "(you don't need to type the domain after the name)"
msgstr "(ez duzu izenaren ondoren domeinua idatzi behar)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Bezeroaren identifikazioa:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -101,7 +101,7 @@ msgstr ""
"Kontuan izan emandako IP helbideak eta bezero-izenak sarean esklusiboak izan "
"behar dutela."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,21 +111,21 @@ msgstr ""
"bezala. Sareko makina guztiek IP helbide bakarra izango dute, puntuzko ohiko "
"sintaxian."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Makinaren izena:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Makinaren IP helbidea:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Abisua"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"dhcp erabiltzen ari zara, baliteke zerbitzariak zure konfigurazioarekin ez "
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Errorea"
@@ -306,7 +306,7 @@ msgstr "Interfazea:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Morroiak behar bezala konfiguratu ditu DHCP zerbitzuak."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -320,11 +320,11 @@ msgstr "Huts egin du"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Berrabiarazi drakwizard, eta saiatu parametro batzuk aldatzen."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Ostalari-izena aldatu behar duzu."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -335,24 +335,24 @@ msgstr ""
"behar da: Fully Qualified Domain Name/Erabat Kualifikatutako Domeinu Izena. "
"Abiarazi drakconnect berau egokitzeko."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "DNS zerbitzari maisua"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Mendeko DNS zerbitzaria"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Gehitu ostalaria DNSan"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Kendu ostalaria DNStik"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -360,11 +360,11 @@ msgstr ""
"DNS (Domeinu-izenen zerbitzaria) IP helbidea Interneteko ostalari-izenarekin "
"bat egiten duen zerbitzua da."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS konfigurazio-morroi maisua"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -374,32 +374,47 @@ msgstr ""
"Konfigurazio honek DNS zerbitzu lokala emango du ordenagailu-izen "
"lokalentzat, kanpoko DNS bati eskaera lokalik egiten ez diotenei."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Zer egin nahi duzu:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS zerbitzaria"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(ez duzu izenaren ondoren domeinua idatzi behar)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP zerbitzaria:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domeinu-izena:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Aukeratu ondorengo zerrendatik kendu nahi duzun ostalaria."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Kendu ostalari bat lehendik dagoen DNS konfiguraziotik."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Kendu ostalaria:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Ordenagailu-izena:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -409,11 +424,11 @@ msgstr ""
"hartuko ditu, eta babeskopien zerbitzari gisa ere arituko da, zerbitzari "
"maisua ezin bada atzitu."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "DNS zerbitzari masterraren IP helbidea:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -421,11 +436,11 @@ msgstr ""
"Birbidaltzea kontsulta hauetan bakarrik gertatzen da: zerbitzaria "
"autoritarioa ez denean eta erantzunak bere cachean ez dituenean."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Zure bidaltzailearen IPa "
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -433,15 +448,15 @@ msgstr ""
"IP bidaltzailea behar baduzu eta ezagutzen baduzu, sartu bere IP helbidea, "
"ez badakizu, hutsik utzi"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Kanpoko DNSa:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Gehitu bilaketa-domeinua"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -449,7 +464,7 @@ msgstr ""
"Zerbitzari honen domeinu-izena automatikoki gehitzen da, eta ez duzu "
"hemengehitu behar."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -461,28 +476,28 @@ msgstr ""
"bakarrikdauka. Hori nahi duzun domeinuaren bilaketarako bide-izena "
"zerrendatuz alda daiteke, bilaketaren gako-hitzari jarraituz"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Bilatu beharreko domeinu-izen lehenetsia:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Zure bidaltzailearen IP helbide hau ez da baliozkoa... sakatu 'Hurrengoa' "
"jarraitzeko"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"DNS maisuaren IP helbide hau ez da baliozkoa... sakatu 'Hurrengoa' "
"jarraitzeko"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "IP helbide hau ez da baliozkoa... sakatu 'Hurrengoa' jarraitzeko"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -490,11 +505,11 @@ msgstr ""
"Ostalaria dagoeneko zure DNS konfigurazioan dagoela dirudi... sakatu "
"'Hurrengoa' jarraitzeko"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Errorea:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -502,7 +517,7 @@ msgstr ""
"Hori zure DNS konfigurazioan ez dagoela dirudi... sakatu 'Hurrengoa' "
"jarraitzeko"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -510,71 +525,71 @@ msgstr ""
"Morroiaren bidez DNS zerbitzaririk ez dela ezarri dirudi. Exekutatu morroia: "
"DNS zerbitzari maisua."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"DNS zerbitzari maisua ez zarela dirudi, beraz, ezin dut ostalaririk gehitu/"
"kendu."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Morroiak ez du zure mendeko DNSaren konfigurazioa osatuko"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "konfigurazio honekin:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Identifikazio hau duen bezeroa zure DNSari gehituko zaio"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Ordenagailu-izena:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Ordenagailuaren IP helbidea:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Identifikazio hau duen bezeroa zure DNStik kenduko da"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS zerbitzaria konfigurazio honekin konfiguratzera doa"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Zerbitzariaren ostalari-izena:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domeinu-izena:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Morroiak behar bezala gehitu du ostalaria zure DNSan."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Morroiak behar bezala kendu du ostalaria zure DNStik. "
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Morroiak behar bezala konfiguratu du zure zerbitzariko DNS zerbitzua. "
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Berrabiarazi drakwizard, eta saiatu parametro batzuk aldatzen."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Sistema DNS zerbitzari maisu gisa konfiguratzen..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Sistema mendeko DNS zerbitzari gisa konfiguratzen..."
@@ -626,7 +641,7 @@ msgstr "NIS zerbitzariaren autofs mapa"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux Instalazio Zerbitzaria"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab zerbitzaria "
@@ -944,7 +959,7 @@ msgstr "Sartu Kolab zerbitzariaren kudeatzaile-kontuaren pasahitza."
msgid "Password mismatch, or null password, please correct."
msgstr "Pasahitza ez dator bat edo nulua da, zuzendu."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Pasahitza:"
@@ -981,27 +996,38 @@ msgstr "Instalatzen ari da"
msgid "Installing Kolab server on your system..."
msgstr "Kolab zerbitzaria sisteman instalatzen..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Kolab zerbitzaria sisteman konfiguratzen..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldapren morroia"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Domeinu-izena berregokitu behar duzu. LDAP zerbitzarirako domeinu-izen "
+"egokia behar duzu, ezin da localdomain edo hutsa izan. Ostalari-izena FQDN "
+"izan behar da: Fully Qualified Domain Name/Erabat Kualifikatutako Domeinu "
+"Izena. Abiarazi drakconnect berau egokitzeko."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Erakutsi Ldap konfigurazioa"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Erantsi erabiltzailea Ldap zerbitzarian"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Ezabatu Ldap konfigurazioa"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1009,186 +1035,186 @@ msgstr ""
"Direktorio zerbitzuetara sartzeko protokolo arina da, zehazki X.500-"
"oirarridun direktorio zerbitzuak."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP esanahia Lightweight Directory Access Protocol / Direktorioetan "
"Sartzeko Protokolo Arina da."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Ldap konfigurazio morroia"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Ldap zerbitzari bat ezarri behar duzu aurrena."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Zure aukera:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Konfigurazioa ezabatu"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Gorde existitzen den oinarria /root/ldap-sav.ldiff-en"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Erabiltzailea Eransketa"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Erabiltzailea hemen sortuta: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Izena:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Izena:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Erabiltzaile Sarrera:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Izen balioduna sartu behar duzu."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Izen balioduna sartu behar duzu."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Erabiltzaile Izen balioduna sartu behar duzu."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDA Erabiltzaile Pasahitza"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Pasahitzak bat etorri behar dute"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Pasahitza (berriro):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "LDAPentzako pasahitza sartu behar duzu."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Pasahitzak ez datoz bat"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administratzailea"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Administratzailea erabiltzaile indartsua da LDAP datubasean eskubideak "
"emateko gaitasuna duena"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "LDAP Zerbitzaria Konfiguratzen"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domeinu izena: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP Administratzailea"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP direktorio zuhaitza"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS izendaketa erabiltzen da LDAP direktorio zuhaitzaren definiziorako"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP direktorio zuhaitza:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP Administratzailea:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP Pasahitza:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP Pasahitza (berriro):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "LDAP direktorio zuhaitz balioduna sartu behar duzu."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Sortu beharreko erabiltzailearen onespena"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Izena:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Erabiltzaile-izena:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Sortu hemen:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "LDAP zerbitzaria sortzeko Baieztapen Informazioa"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Erabiltzaileen edukiontzia:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Morroiak behar bezala konfiguratu du LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Erabiltzailea arrakastaz erantsia"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Akatsa Ldap zerbitzariaren datubasean erabiltzailea eranstean"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Zerbitzaria dagoeneko konfiguratuta"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Dagoeneko konfiguratu duzu zure Ldap Zerbitzaria"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s-k huts egin du"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Akatsa!"
diff --git a/po/fa.po b/po/fa.po
index 867064b3..eebb2c9a 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-05 14:03+0330\n"
"Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n"
"Language-Team: Persian\n"
@@ -29,7 +29,7 @@ msgstr "جادوگر پیکربندی"
msgid "Warning."
msgstr "هشدار."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "خطا."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,18 +88,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(نیازی نیست که دامنه را بعد از نام تایپ کنید)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "شناسائی کارگیر:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"توجه داشته باشید که نشانی آی‌پی و نام کارگیر داده شده باید در شبکه یگانه باشد."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -109,33 +109,33 @@ msgstr ""
"شبکه یا clientname.company.net. هر ماشینی در شبکه باید یک نشانی (یگانه) "
"آی‌پی، به روش ترکیب نقطه‌ای داشته باشد."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "نام ماشین:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "نشانی آی‌پی ماشین:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "هشدار"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "شما در dhcp هستید, کارگزار ممکن است با پیکربندی شما کار نکند."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "خطا"
@@ -302,7 +302,7 @@ msgstr "واسط:"
msgid "The wizard successfully configured the DHCP services."
msgstr "جادوگر با موفقیت سرویس‌های DHCP کارگزارتان را پیکربندی کرد."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -318,11 +318,11 @@ msgstr ""
"drakwizard را دوباره راه‌اندازی کرده و تلاش کنید بعضی از پارامترها را نغییر "
"دهید."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "شما فقط نیاز به خواندن نام میزبان خود دارید."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -332,24 +332,24 @@ msgstr ""
"نام دامنه درست، نه دامنه‌ی محلی یا بدون نام دامنه، دارید. نام میزبان باید یک "
"FQDN: نام دامنه کاملا تأیید شده. drakconnect رابرای سازگار کردن آن اجرا کنید."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "کارگزار ارشد DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "کارگزار برده‌ی DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "افزودن میزبان در DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "برداشتن میزبان از DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -357,11 +357,11 @@ msgstr ""
"DNS (Domain Name Server) سرویسی است که نشانی آی‌پی یک رایانه را با یک نام "
"میزبان اینترنت مطابقت میدهد."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "جادوگر پیکربندی ارشد DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -371,32 +371,47 @@ msgstr ""
"سرویس محلی DNS را برای نام‌های رایانه‌ها عرضه خواهد‌ کرد، تقاضاهای غیر-محلی به "
"یک DNS خارجی فرستاده می‌شود."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "چکار می‌خواهید انجام دهید:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "کارگزار DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(نیازی نیست که دامنه را بعد از نام تایپ کنید)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "آی‌پی کارگزار:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domainname:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "میزبانی را که می‌خواهید بردارید از لیست بدنبال آمده انتخاب کنید."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "برداشتن میزبانی از پیکربندی موجود DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "برداشتن میزبان:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "نام رایانه:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -406,11 +421,11 @@ msgstr ""
"داشت، و همچنین در صورتی که کارگزار ارشدتان در دسترس نباشد مانند کارگزار "
"ذخیره‌ی پشتیبان عمل خواهد کرد."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "نشانی آی‌پی کارگزار ارشد DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -418,11 +433,11 @@ msgstr ""
"پیش‌فرستی فقط برای پرسش‌هایی که کارگزار آن تأیید هویتی نباشد رخ می‌دهد و پاسخی "
"در حافظه‌ی نهانش ندارد."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "آی‌پی پیش‌فرست شما"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -430,15 +445,15 @@ msgstr ""
"پس اگر به آن نیاز دارید و آی‌پی پیش‌فرست خود را می‌دانید نشانی آی‌پی آن را وارد "
"کنید، اگر آن را نمی‌دانید آن را خالی بگذارید"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS بیرونی:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "افزودن دامنه‌ی جستجو"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -446,7 +461,7 @@ msgstr ""
"نام‌دامنه‌ی این کارگزار بطور خودکار افزوده شد، و نیازی نیست آن را در اینجا "
"اضافه کنید."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -458,26 +473,26 @@ msgstr ""
"بوسیله‌ی فهرست کردن مسیر جستجوی دامنه‌ی خواسته شده و بدنبالش واژه‌کلید جستجو "
"تغییر یابد"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "نام دامنه‌ی پیش‌فرض برای جستجو:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"این نشانی آی‌پی معتبری برای پیش‌فرست شما نیست... بعدی را برای ادامه فشار دهید"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"این نشانی آی‌پی معتبری برای DNS ارشد نیست... بعدی را برای ادامه فشار دهید"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "این نشانی آی‌پی معتبری نیست... بعدی را برای ادامه فشار دهید"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -485,11 +500,11 @@ msgstr ""
"بنظر می‌رسد که آن میزبان از قبل در پیکربندی DNS شما هست...بعدی را برای ادامه "
"فشار دهید"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "خطا:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -497,7 +512,7 @@ msgstr ""
"بنظر می‌رسد که این در پیکربندی DNS شما حضور ندارد... بعدی را برای ادامه فشار "
"دهید"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -505,73 +520,73 @@ msgstr ""
"بنظر می‌رسد که هیچ کارگزار DNS از طریق جادوگر گذاشته نشده است. لطفاً جادوگر "
"DNS را اجرا کنید: کارگزار DNS ارشد."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"بنظر می‌رسد که کارگزار DNS شما ارشد نیست، و فقط برده‌ای است. پس نمی‌توانم "
"میزبان را افزوده یا بردارم."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "جادوگر اکنون پیکربندی DNS برده‌ی شما را خواهد ساخت"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "با این پیکربندی:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "کارگیر با این شناسائی به DNS شما افزوده خواهد شد"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "نام رایانه:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "نشانی آی‌پی رایانه:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "کارگیر با این شناسائی از DNS شما برداشته خواهد شد"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "کارگزار DNS در شرف پیکربندی شدن با پیکربندی بدنبال آمده می‌باشد"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "نام‌میزبان کارگزار:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "نام‌دامنه:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "جادوگر با موفقیت میزبان را به DNS شما اضافه کرد."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "جادوگر با موفقیت میزبان را از DNS شما برداشت."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "جادوگر با موفقیت سرویس‌های DNS کارگزارتان را پیکربندی کرد."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"لطفا drakwizard را دوباره راه‌اندازی کرده و تلاش کنید بعضی از پارامترها را "
"نغییر دهید."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "پیکربندی سیستم شما مانند کارگزار ارشد DNS ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "پیکربندی سیستم شما مانند کارگزار برده‌ی DNS ..."
@@ -623,7 +638,7 @@ msgstr "NIS server autofs map"
msgid "Mandrakelinux Install server"
msgstr "کارگزار نصب لینوکس ماندرایک"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "کارگزار‌ Kolab"
@@ -930,7 +945,7 @@ msgstr "گذرواژه‌‌ی برای حساب مدیر کارگزار Kolab
msgid "Password mismatch, or null password, please correct."
msgstr "عدم تطابق گذرواژه، یا هیچ گذرواژه، لطفا درستش کنید."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "گذرواژه:"
@@ -966,27 +981,37 @@ msgstr "نصب کردن در پیشروی است"
msgid "Installing Kolab server on your system..."
msgstr "در حال نصب کردن کارگزار Kolab بر سیستم شما..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "در حال پیکربندی کارگزار Kolab بر سیستم شما..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "جادوگر سامبا"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"شما نیاز به تنظیم مجدد نام دامنه خود دارید. برای یک کارگزار LDAP نیاز به یک "
+"نام دامنه درست، نه دامنه‌ی محلی یا بدون نام دامنه، دارید. نام میزبان باید یک "
+"FQDN: نام دامنه کاملا تأیید شده. drakconnect رابرای سازگار کردن آن اجرا کنید."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "نشان دادن پیکربندی Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "افزودن کاربر در کارگزار Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "حذف پیکربندی Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -994,182 +1019,182 @@ msgstr ""
"آن پایانه نامه سبک وزنی برای دسترسی به سرویسهای شاخه، مخصوصا سرویسهای شاخه "
"براساس-X.500، است."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP مخفف Lightweight Directory Access Protocol است."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "جادوگر پیکربندی Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "شما باید یک کارگزار Ldap را نخست برپاسازی کنید."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "انتخاب شما:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "حذف پیکربندی"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "ذخیره پایه موجود در /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP کاربری را اضافه میکند"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "کاربر ایجاد شده در: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "نام کوچک:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "نام:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "ثبت ورود کاربر:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "شما باید نام کوچک معتبری را وارد کنید. "
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "شما باید نام معتبری را وارد کنید."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "شما باید نام کاربری معتبری را وارد کنید."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "گذرواژه کاربر LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "گذرواژه‌ها باید تطابق داشته باشند"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "گذرواژه (دوباره):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "شما باید گذرواژه‌ای را برای LDAP وارد کنید."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "گذرواژه‌ها مطابقت نمی‌کنند"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "مدیر"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "مدیر، کاربر قدرتی با مجوز دستیابی به پایگاه داده LDAP است"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "پیکربندی کارگزار LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "نام دامنه: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "مدیر LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "درخت شاخه LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "نامگذاری DNS برای تعریف درخت شاخه LDAP استفاده میگردد"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "درخت شاخه LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "مدیر LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "گذرواژه LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "گذرواژه LDAP (دوباره):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "شما باید یک درخت شاخه LDAP معتبری را وارد کنید."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "تصدیق ایجاد کاربر"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "نام کوچک:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "نام کاربر:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "ایجاد کردن در:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "تصدیق اطلاعات برای ایجاد یک کارگزار DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "انبار کاربران:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "جادوگر با موفقیت کارگزار LDAP را پیکربندی کرد."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "کاربر با موفقیت اضافه گردید"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "خطا هنگام افزودن کاربر در پایگاه داده LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "کارگزار از قبل پیکربندی شده است"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "شما از قبل کارگزار Ldap خود را پیکربندی کرده‌اید"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s شکست خورد"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "خطا!"
diff --git a/po/fi.po b/po/fi.po
index 506a4511..d351b28e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-fi - MDK 10.1 Release\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-01 20:14+0300\n"
"Last-Translator: Thomas Backlund <tmb@mandrake.org>\n"
"Language-Team: Finnish <cooker-i18n@mandrakelinux.com>\n"
@@ -33,7 +33,7 @@ msgstr "asetusvelho"
msgid "Warning."
msgstr "Varoitus."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -43,10 +43,10 @@ msgid "Error."
msgstr "Virhe."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,17 +85,18 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Tämä velho auttaa sinua lisäämään asiakkaan paikalliseen DNS-palveluun."
+msgstr ""
+"Tämä velho auttaa sinua lisäämään asiakkaan paikalliseen DNS-palveluun."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(sinun ei tarvitse kirjoittaa verkkoaluetta nimen jälkeen)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Asiakkaan tiedot:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -103,7 +104,7 @@ msgstr ""
"Huomaa, että annetun IP-osoitteen ja asiakasnimen on oltava ainutlaatuisia "
"verkossa."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -113,33 +114,33 @@ msgstr ""
"yritys.net. Joka kone verkossa vaatii ainutlaatuisen IP-osoitteen, yleisessä "
"piste-muodossa (aaa.bbb.ccc.ddd)."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Koneen nimi:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Koneen IP-osoite:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Varoitus"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Virhe"
@@ -185,7 +186,8 @@ msgid "The wizard successfully added the client."
msgstr "Velho lisäsi asiakkaan onnistuneesti."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
msgstr "Komento suoritetaan vielä. Haluatko tappaa sitä ja lopettaa velhon?"
#: ../common/Wizcommon.pm:103
@@ -305,7 +307,7 @@ msgstr "Liitäntä:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Velho asetti palvelimesi DHCP-palvelun onnistuneesti."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -319,11 +321,11 @@ msgstr "Epäonnistui"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Käyynistä drakwizard uudelleen ja yritä muuttaa joitakin parametreja."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Sinun täytyy uudelleenmäärittää koneesi nimi."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -333,24 +335,24 @@ msgstr ""
"oikean verkkoalueen nimi, joka ei saa olla localdomain tai none, vaan pitää "
"olla FQDN. Käytä drakconnect muokataaksesi sitä."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Isäntä DNS-palvelin"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Orja DNS-palvelin"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Lisää kone DNS-palveluun"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Poista kone DNS-palvelusta"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -358,11 +360,11 @@ msgstr ""
"DNS (Domain Name Server, eli Nimipalvelin) on palvelu joka yhdistää koneen "
"IP-osoitteen vastaavaan Internet konenimeen."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Isäntä asetusvelho"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -372,32 +374,47 @@ msgstr ""
"tarjoaa paikallisen DNS-palvelun paikallisille työasemille, sekä ei-"
"paikallisten hakujen edelleenlähettämisen ulkoiselle DNS palvelimelle."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Mitä haluat tehdä:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS-palvelin"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(sinun ei tarvitse kirjoittaa verkkoaluetta nimen jälkeen)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Palvelin IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS verkkoalueen nimi:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Valitse kone jota haluat poistaa seuraavassa listauksessa."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Poista kone olemassaolevasta DNS-asetuksesta."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Poista kone:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Tietokoneen nimi:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -406,11 +423,11 @@ msgstr ""
"DNS orjapalvelin vähentää osan Isäntäpalvelimen kuormasta , ja toimii myös "
"varmistuspalvelimena, jos isäntäpalvelimeen ei saada yhteyttä."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "DNS isäntäpalvelimen IP-osoite:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -418,11 +435,11 @@ msgstr ""
"Edelleenlähetys tapahtuu ainostaan niille kyselyille, johon palvelin ei ole "
"vastuussa, tai jos sitä tietoa ei ole välimuistissa."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Edelleenlähettäjän IP-osoite:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -430,15 +447,15 @@ msgstr ""
"Joten jos tarvitset sitä ja tiedät ip-edellenlähettäjäsi, syöte sen IP-"
"osoite. Muussa tapauksissa jätä tyhjäksi."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Ulkoinen DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Lisää etsittävä verkkoalue"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -446,7 +463,7 @@ msgstr ""
"Tämän palvelimen verkkoaluetta lisätään automaattisesti, joten sitä ei "
"tarvitse lisätä tässä."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -458,27 +475,28 @@ msgstr ""
"verkkoalueen nimi. Tätä voidaan muuttaa listaamalla kaikki toivotut "
"verkkoalueen hakupolut \"search\" avainsanan jälkeen."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Oletusverkkoalue jossa etsitään:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Tämä ei ole oikeanmuotoinen osoite edelleenlähettäjällesi... paina "
"'seuraava' jatkaaksesi"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Tämä ei ole oikeanmuotoinen DNS Isännän IP-osoite... paina 'seuraava' "
"jatkaaksesi"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Tämä ei ole oikeanmuotoinen osoite... paina 'seuraava' jatkaaksesi"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -486,11 +504,11 @@ msgstr ""
"Näyttää siltä että tuo kone on jo DNS asetuksissasi... paina 'seuraava' "
"jatkaaksesi"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Virhe:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -498,7 +516,7 @@ msgstr ""
"Näyttää siltä ettei tämä kone ole DNS asetuksissasi... paina 'seuraava' "
"jatkaaksesi"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -506,69 +524,71 @@ msgstr ""
"Näyttää siltä ettei DNS palvelinta on asetettu velhon kautta. Ole hyvä ja "
"suorita DNS velho: Isäntä DNS-palvelin."
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Näyttää siltä ettei tämä kone ole DNS Isäntä, vain ainoastaan orjana. Joten "
"en voi lisätä/poistaa konetta."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Ok, nyt luon DNS-orja asetuksesi"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "näillä asetuksella:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Asiakas näillä tunnisteilla lisätään DNS-palveluun"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Tietokoneen nimi:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Tietokoneen IP-osoite:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Asiakas näillä tunnisteilla poistetaan DNS-palvelusta"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr "DNS-palvelinta ollaan asettamassa seuraavilla asetuksilla:"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Palvelimen konenimi:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Verkkoalue:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Velho lisäsi koneen DNS-palveluun onnistuneesti."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Velho poisti koneen DNS-palvelusta onnistuneesti."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Velho asetti palvelimesi DNS-palvelun onnistuneesti."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Käyynistä drakwizard uudelleen ja yritä muuttaa joitakin parametreja."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Asetetaan järjestelmäsi DNS Isäntäpalvelimeksi ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Asetetaan järjestelmäsi DNS orjapalvelimeksi ..."
@@ -620,7 +640,7 @@ msgstr "Nis palvelin + Autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux Asennuspalvelin"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab-palvelin"
@@ -687,7 +707,8 @@ msgstr "Ylläpitäjän sähköposti: FTP ylläpitäjän sähköpostiosoite."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
-msgstr "Salli jatkettava FTP: salli jatkettava siirto (ylös/alas) FTP-palvelimella."
+msgstr ""
+"Salli jatkettava FTP: salli jatkettava siirto (ylös/alas) FTP-palvelimella."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via another FTP."
@@ -695,7 +716,8 @@ msgstr "Salli FXP: salli tiedostonsiirtoa toisten FTP-palvelimien kautta."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot home user: users will only see their home directory."
-msgstr "Aseta käyttäjät Chroot:iin: Rajoittaa käyttäjät omiin kotihakemistoihin."
+msgstr ""
+"Aseta käyttäjät Chroot:iin: Rajoittaa käyttäjät omiin kotihakemistoihin."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -703,7 +725,8 @@ msgstr "Ftp Proftpd palvelinasetukset"
#: ../ftp_wizard/Proftpd.pm:88
msgid "Permit root login: allow root to log on FTP server."
-msgstr "Salli root login: sallii kirjautuminen root-tunnuksella FTP-palvelimelle."
+msgstr ""
+"Salli root login: sallii kirjautuminen root-tunnuksella FTP-palvelimelle."
#: ../ftp_wizard/Proftpd.pm:96
msgid "Admin email:"
@@ -733,7 +756,8 @@ msgstr "Käytät DHCP-osoitetta, voi olla ettei palvelin toimi asetuksillasi."
msgid ""
"Please choose whether to allow a connection to FTP server from internal or "
"external hosts."
-msgstr "Ole hyvä ja valitse jos sallitan FTP yhteyksiä paikallisista ja etä-koneista."
+msgstr ""
+"Ole hyvä ja valitse jos sallitan FTP yhteyksiä paikallisista ja etä-koneista."
#: ../ftp_wizard/Proftpd.pm:115
msgid ""
@@ -811,8 +835,8 @@ msgid ""
"Easily configure a Mandrakelinux server installation directory, with NFS and "
"HTTP access."
msgstr ""
-"Aseta helposti Mandrakelinux asennuspalvelimen hakemisto, käyttäen NFS ja HTTP "
-"yhteyttä."
+"Aseta helposti Mandrakelinux asennuspalvelimen hakemisto, käyttäen NFS ja "
+"HTTP yhteyttä."
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -827,8 +851,8 @@ msgid ""
"Path to data: specify your source directory, should be base of a "
"Mandrakelinux installation."
msgstr ""
-"Lähdehakemisto: määritä lähdehakemistosi, sen pitää olla Mandrakelinux asennuksen "
-"juurihakemisto."
+"Lähdehakemisto: määritä lähdehakemistosi, sen pitää olla Mandrakelinux "
+"asennuksen juurihakemisto."
#: ../installsrv_wizard/Installsrv.pm:73
msgid "The destination directory could not be '/var/install/'"
@@ -843,8 +867,8 @@ msgid ""
"Error, the source path must be a directory with full Mandrakelinux "
"installation directory."
msgstr ""
-"Virhe, Lähdehakemisto pitää olla hakemisto jossa on täydellinen Mandrakelinux "
-"asennushakemisto."
+"Virhe, Lähdehakemisto pitää olla hakemisto jossa on täydellinen "
+"Mandrakelinux asennushakemisto."
#: ../installsrv_wizard/Installsrv.pm:81
msgid "The destination directory is already in use. Please choose another one."
@@ -872,9 +896,9 @@ msgid ""
"configure a DHCP server with PXE support, and a PXE server. So it will be "
"very easy to install Mandrakelinux through a network."
msgstr ""
-"Onnittelut, Mandrakelinux asennuspalvelin on nyt valmis. Voit nyt asettaa DHCP-"
-"palvelinta PXE-tuella, ja PXE-palvelinta. Sen jälkeen on helppoa asentaa "
-"Mandrakelinux verkon kautta."
+"Onnittelut, Mandrakelinux asennuspalvelin on nyt valmis. Voit nyt asettaa "
+"DHCP-palvelinta PXE-tuella, ja PXE-palvelinta. Sen jälkeen on helppoa "
+"asentaa Mandrakelinux verkon kautta."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
@@ -922,7 +946,7 @@ msgstr "Anna Kolab-palvelimen hallintatilin salasanaa."
msgid "Password mismatch, or null password, please correct."
msgstr "Salasana ei täsmää, tai tyhjää salasanaa, ole hyvä ja korjaa."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Salasana:"
@@ -958,210 +982,224 @@ msgstr "Asennus käynnissä"
msgid "Installing Kolab server on your system..."
msgstr "Asennetaan Kolab-palvelinta järjestelmääsi..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Asetetaan järjestelmäsi Kolab-palvelinta..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "LDAP velho"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Sinun täytyy uudelleenmäärittää verkkoaluenimesi. LDAP palvelimelle "
+"tarvitset oikean verkkoalueen nimi, joka ei saa olla localdomain tai none, "
+"vaan pitää olla FQDN. Käytä drakconnect muokataaksesi sitä."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Näytä LDAP asetukset"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Lisää käyttäjää LDAP palvelimeen"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Poista LDAP asetukset"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-"Se on kevyt protokolla hakemistopalvelujen käyttämiseksi, erityisesti "
-"X.500 pohjaiset hakemistoplavelut."
+"Se on kevyt protokolla hakemistopalvelujen käyttämiseksi, erityisesti X.500 "
+"pohjaiset hakemistoplavelut."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
-msgstr "LDAP tarkoittaa Lightweight Directory Access Protocol, eli kevyt hakemiston käyttöprotokolla."
+msgstr ""
+"LDAP tarkoittaa Lightweight Directory Access Protocol, eli kevyt hakemiston "
+"käyttöprotokolla."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "LDAP asetusvelho"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Sinun täytyy asettaa LDAP-palvelinta ensin."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Valintasi:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Poista asetukset"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Tallennetaan nykyinen pohja /root/ldap-sav.ldiff tiedostoon"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP lisää käyttäjää"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Käyttäjä luotu kohteessa: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Etunimi:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nimi:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Kirjautumistunnus:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Sinun täytyy antaa pätevä etunimi."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Sinun täytyy antaa pätevä nimi."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Sinun täytyy antaa pätevä käyttäjänimi."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP käyttäjä salasana"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "salasanat pitää täsmää"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Salasana (uudestaan):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Sinun täytyy antaa LDAP salasanaa."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Salasanat poikkeavat toisistaan"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Järjestelmävalvoja"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
-msgstr "Järjestelmävalvoja on tehokäyttäjä jolla on täydet oikeudet LDAP tietokannassa"
+msgstr ""
+"Järjestelmävalvoja on tehokäyttäjä jolla on täydet oikeudet LDAP "
+"tietokannassa"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Asetetaan LDAP palvelinta"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Verkkoalue: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP Järjestelmävalvoja"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP hakemistopuu"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS nimitys käytetään LDAP hakemistopuun määrittelyyn."
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP hakemistopuu:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP Järjestelmävalvoja:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP Salasana:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP Salasana (uudestaan):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Sinun täytyy antaa pätevän LDAP hakemistopuun."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Vahvistaminen käyttäjän luontiin"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Etunimi:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Käyttäjänimi:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Luo kohdassa:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Vahvistaminen LDAP palvelimen luontiin"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Käyttäjät Säiliö:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Velho asetti LDAP onnistuneesti."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "käyttäjää lisätty onnistuneesti"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Virhe lisättäessä käyttäjää LDAP tietokantaan"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Palvelin on jo määritelty"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Olet jo määrittänyt LDAP palvelintasi"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Epäonnistui"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Virhe!"
@@ -1178,7 +1216,8 @@ msgstr "Uutispalvelin velho"
msgid ""
"This wizard will help you configuring the Internet News services for your "
"network."
-msgstr "Tämä velho auttaa sinua asettamaan Internetin uutisryhmäpalvelun verkollesi."
+msgstr ""
+"Tämä velho auttaa sinua asettamaan Internetin uutisryhmäpalvelun verkollesi."
#: ../news_wizard/Inn.pm:44
msgid "Welcome to the News Wizard"
@@ -1269,7 +1308,8 @@ msgid "Polling interval:"
msgstr "Viestien noutoaikaväli:"
#: ../news_wizard/Inn.pm:95
-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 "Velho asetti Internet uutisryhmäpalvelun onnistuneesti."
#: ../nfs_wizard/NFS.pm:34
@@ -1385,7 +1425,8 @@ msgstr "Nis-asiakas"
#: ../nisautofs_wizard/Nisautofs.pm:77
msgid "Setup a NIS server with autofs map, auto.home and auto.master files."
-msgstr "Aseta NIS-palvelinta + autofs map, auto.home ja auto.master tiedostoja."
+msgstr ""
+"Aseta NIS-palvelinta + autofs map, auto.home ja auto.master tiedostoja."
#: ../nisautofs_wizard/Nisautofs.pm:77
msgid ""
@@ -1741,7 +1782,8 @@ msgid "Proxy port:"
msgstr "Välityspalvelimen portti:"
#: ../proxy_wizard/Squid.pm:83
-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 ""
"Paina 'Seuraava' jos haluat pitää tämän arvon, tai 'Takaisin' jos haluat "
"korjata valintasi."
@@ -1756,10 +1798,12 @@ msgstr "Paina 'Takaisin' muuttaaksesi asetusta."
#: ../proxy_wizard/Squid.pm:90
msgid "You must choose a port greater than 1024 and lower than 65535"
-msgstr "Sinun pitää valita portti joka on suurempi kuin 1024 ja pienempi kuin 65535."
+msgstr ""
+"Sinun pitää valita portti joka on suurempi kuin 1024 ja pienempi kuin 65535."
#: ../proxy_wizard/Squid.pm:94
-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 ""
"Levyvälimuisti on määrätty osa levytilasta joka voidaan käyttää "
"välimuistitietojen tallentamiseen levylle."
@@ -1865,7 +1909,8 @@ msgid "Configuring the Proxy"
msgstr "Asetetaan välityspalvelin"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-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 ""
"Velho keräsi seuraavat parametrit jotka vaaditaan välityspalvelimen "
"asettamiseksi:"
@@ -1957,8 +2002,8 @@ msgid ""
"PXE description is used to explain the role of the boot image, e.g.: "
"Mandrakelinux 10 image, Mandrakelinux cooker image.."
msgstr ""
-"PXE selitys käytetään käynnistyskuvatiedostojen selityksenä, esim. Mandrakelinux "
-"10 kuva, Mandrakelinux Cooker kuva."
+"PXE selitys käytetään käynnistyskuvatiedostojen selityksenä, esim. "
+"Mandrakelinux 10 kuva, Mandrakelinux Cooker kuva."
#: ../pxe_wizard/Pxe.pm:132 ../pxe_wizard/Pxe.pm:142
msgid ""
@@ -2017,8 +2062,10 @@ msgstr ""
"käyttäjä pystyy valitsemaan minkä kuvan hän haluaa käynnistää PXE:n kautta"
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
-msgstr "Valitse PXE käynnistyslevykuvatiedosto jota haluat poistaa PXE palvelimelta."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
+msgstr ""
+"Valitse PXE käynnistyslevykuvatiedosto jota haluat poistaa PXE palvelimelta."
#: ../pxe_wizard/Pxe.pm:153
msgid "Remove a boot image"
@@ -2048,7 +2095,8 @@ msgstr ""
"käynnistyskuvatiedoston."
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
msgstr "Valitse muutettava PXE käynnistyskuvatiedosto alla olevasta listasta."
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
@@ -2060,7 +2108,8 @@ msgid "Add option to the PXE boot image"
msgstr "Lisää optiota PXE käynnistyskuvatiedostoon"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr ""
"Asennushakemisto: koko hakemistopolku Mandrakelinux asennuspalvelimen "
"hakemistoon"
@@ -2159,7 +2208,8 @@ msgstr ""
#: ../pxe_wizard/Pxe.pm:200
msgid "We need an all.rdz or a network.img image. Please add one."
-msgstr "Tarvitaan all.rdz tai network.img kuvatiedostoa. Ole hyvä ja lisää yhden."
+msgstr ""
+"Tarvitaan all.rdz tai network.img kuvatiedostoa. Ole hyvä ja lisää yhden."
#: ../pxe_wizard/Pxe.pm:208
msgid ""
@@ -2180,10 +2230,12 @@ msgstr "Valitse kuvatiedosto toiselta hakemistolta kuin %s."
msgid ""
"Please provide a correct PXE name: one ASCII word or one number with no "
"spaces."
-msgstr "ole hyvä ja valitse oikea PXE nimi: yksi sana tai numero ilman välilyöntejä"
+msgstr ""
+"ole hyvä ja valitse oikea PXE nimi: yksi sana tai numero ilman välilyöntejä"
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+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."
@@ -2218,7 +2270,8 @@ msgstr "PXE 'apu' tiedosto:"
#: ../pxe_wizard/Pxe.pm:248
msgid "The wizard will now modify boot options with those parameters:"
-msgstr "Nyt muokataan käynnistyskuvatiedoston käynnistysoptiot näillä parametreilla."
+msgstr ""
+"Nyt muokataan käynnistyskuvatiedoston käynnistysoptiot näillä parametreilla."
#: ../pxe_wizard/Pxe.pm:265
msgid "The wizard will now remove this PXE boot image"
@@ -2286,7 +2339,8 @@ msgid "Samba configuration wizard"
msgstr "Samba asetusvelho"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
msgstr "Tämä velho auttaa asettamaan palvelimesi Samba-palvelut."
#: ../samba_wizard/Samba.pm:77
@@ -2974,4 +3028,3 @@ msgstr "Asetetaan järjestelmäsi Apache-palvelimeksi ..."
#~ msgid "Document Root:"
#~ msgstr "Juurihakemisto:"
-
diff --git a/po/fr.po b/po/fr.po
index 5a227eb1..1d74d6c4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-fr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-08 09:46+0200\n"
"Last-Translator: Lecureuil Nicolas <n1c0l4s.l3@wanadoo.fr>\n"
"Language-Team: francais <fr@li.org>\n"
@@ -35,7 +35,7 @@ msgstr "assistant de configuration"
msgid "Warning."
msgstr "Attention."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -45,10 +45,10 @@ msgid "Error."
msgstr "Erreur."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -94,11 +94,11 @@ msgstr "Cet assistant vous aide à ajouter un nouveau client dans votre DNS"
msgid "(you don't need to type the domain after the name)"
msgstr "(il n'est pas nécessaire de saisir le domaine après le nom)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identification du client :"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -106,7 +106,7 @@ msgstr ""
"Notez bien que l'adresse IP et le nom du client doivent être uniques dans le "
"réseau."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -116,21 +116,21 @@ msgstr ""
"compagnie.net . Chaque machine sur le réseau doit avoir une adresse IP "
"(unique) dans la syntaxe habituelle avec des points."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nom de la machine :"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Adresse IP de la machine :"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Attention"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Vous êtes en DHCP, le serveur pourrait ne pas marcher avec cette "
@@ -139,12 +139,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Erreur"
@@ -316,7 +316,7 @@ msgstr "Interface :"
msgid "The wizard successfully configured the DHCP services."
msgstr "L'assistant a configuré avec succès les services DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -330,11 +330,11 @@ msgstr "Échec"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Relancez drakwizard en changeant quelques paramètres."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "SVP réajustez votre nom d'ordinateur."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -345,24 +345,24 @@ msgstr ""
"nul. le nom d'hôte doit être un nom de domaine pleinement qualifié. Lancez "
"drakconnect pour l'ajuster."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Serveur DNS maître"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Serveur DNS secondaire"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Ajouter un hôte au DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Enlever un hôte du DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -370,11 +370,11 @@ msgstr ""
"le DNS (Serveur de Noms de Domaine) est le service qui met en correspondance "
"les adresses réseau (IP) et les noms d'hôtes"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Assistant de configuration du DNS maître"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -384,32 +384,47 @@ msgstr ""
"fournira un service local de DNS pour les noms d'ordinateurs locaux, avec "
"renvoi des requêtes autres que locales vers un DNS externe."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Que voulez vous faire ?"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Serveur de nom (DNS)"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Il n'est pas nécessaire de saisir le domaine après le nom)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP du serveur :"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nom de domaine NIS :"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Choisissez l'ordinateur que vous voulez retirer."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Enlève un ordinateur de la configuration DNS existante."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Enlever un hôte :"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nom de la machine :"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -418,11 +433,11 @@ msgstr ""
"Un serveur DNS esclave sert de serveur de sauvegarde à un serveur DNS "
"primaire, au cas où votre serveur principal n'est pas joignable."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Adresse IP du serveur DNS maître :"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -432,11 +447,11 @@ msgstr ""
"cache."
# don't know if thqt's the good translation for "forwarder"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP de l'expéditeur"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -444,15 +459,15 @@ msgstr ""
"Si vous ne connaissez pas de serveur externe, ou si vous ne savez pas ce que "
"c'est, ne mettez rien."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS externe :"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Ajouter un domaine de recherche"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -460,7 +475,7 @@ msgstr ""
"Le nom de domaine de ce serveur est ajouté automatiquement, et vous n'avez "
"pas besoin de l'ajouter ici."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -472,29 +487,29 @@ msgstr ""
"défaut. Pour changer cela, parcourir la liste et indiquer le chemin du "
"domaine de recherche en suivant les mots-clés"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Domaine de recherche par défaut :"
# don't know if that's the good word for forwarder
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"L'adresse IP de l'envoyeur est incorrecte... Appuyez sur Suivant pour "
"continuer"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Cette adresse IP n'est pas valable pour le serveur maître DNS... Appuyez sur "
"Suivant pour continuer"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Cette adresse IP est incorrecte... Appuyez sur Suivant pour continuer"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -502,11 +517,11 @@ msgstr ""
"Il semble que cet hôte soit déjà dans la configuration de votre DNS... "
"Appuyez sur Suivant pour continuer"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Erreur :"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -514,7 +529,7 @@ msgstr ""
"Il semble que ceci ne soit pas présent dans votre configuration DNS... "
"Appuyez sur Suivant pour continuer"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -522,71 +537,71 @@ msgstr ""
"Aucune configuration DNS n'a été mise en place au travers de l'assistant DNS."
"Lancez l'assistant DNS en choisissant : Serveur DNS maître."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Il semble que vous ne soyez pas un serveur DNS primaire mais un serveur DNS "
"esclave. Il est donc impossible d'ajouter/retirer des ordinateurs."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "L'assistant fera maintenant la configuration de votre DNS esclave"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "avec cette configuration :"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Le Client avec cette identification va être ajouté à votre DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nom de la machine :"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Adresse IP du serveur :"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Cet ordinateur va être retirer."
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Le serveur DNS va être configuré comme suit"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nom du serveur :"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nom du domaine :"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "L'assistant a ajouté avec succès le client au DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "L'assistant a retiré avec succès l'hôte de votre DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "L'assistant a configuré avec succès le service DNS de votre serveur."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Relancez drakwizard en changeant quelques paramètres."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Configurer votre système en tant que serveur DNS maître ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configurer votre système en tant que serveur DNS secondaire ..."
@@ -638,7 +653,7 @@ msgstr "Serveur d'utilisateur (mappage Autofs)"
msgid "Mandrakelinux Install server"
msgstr "Serveur d'installation Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Serveur Kolab"
@@ -964,7 +979,7 @@ msgid "Password mismatch, or null password, please correct."
msgstr ""
"Le mot de passe ne correspond pas, ou a une valeur nulle. Corrigez SVP."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Mot de Passe :"
@@ -1002,27 +1017,38 @@ msgstr "Installation en cours"
msgid "Installing Kolab server on your system..."
msgstr "Installation du serveur Kolab sur votre système..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Configuration du serveur Kolab sur votre système..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Assistant Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Réajustez le nom de votre domaine. Pour configurer un serveur LDAP vous avez "
+"besoin d'un nom de domaine correct, différent du nom de domaine local et non "
+"nul. le nom d'hôte doit être un nom de domaine pleinement qualifié. Lancez "
+"drakconnect pour l'ajuster."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Montrer la configuration Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Ajouter un utilisateur au serveur Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Effacer la configuration Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1030,189 +1056,189 @@ msgstr ""
"Ceci est un protocole léger pour accéder au service d'annuaires, "
"spécialement les service d'annuaires basés sur X.500"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP signifie Lightweight Directory Access Protocol (protocole léger d'accès "
"aux annuaires)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Assistant de configuration Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Vous devez d'abord configurer un serveur Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Votre choix :"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Effacer la configuration"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Sauvegarder la base existante dans /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Ajout d'utilisateurs LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Utilisateur crée dans :"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Prénom :"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nom :"
# non breaking space before colon in french
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Nom d'utilisateur :"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Vous devez entrer un prénom valide."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Vous devez entrer un nom valide."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Vous devez entrer un nom d'utilisateur valide."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Mot de passe de l'utilisateur LDAP :"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Les mots de passe doivent correspondre"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Mot de passe (encore une fois) :"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Vous devez entrer un mot de passe pour LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Les mots de passe ne sont pas identiques"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrateur"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"L'administrateur est un super utilisateur avec des droits sur la base de "
"données LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Configuration du serveur LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nom du domaine : "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrateur LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Arborescence LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Le nommage DNS est utilisé pour définir l'arborescence de LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Arborescence LDAP : "
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrateur LDAP :"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Mot de passe LDAP :"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Mot de passe LDAP (encore une fois) :"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Vous devez entrer une arborescence valide pour LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Confirmation de l'utilisateur a créer"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Prénom :"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nom d'utilisateur :"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Créer dans :"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Confirmation des informations afin de créer un serveur LDAP"
# non breaking space before colon in french
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Contenant :"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "L'assistant a configuré LDAP avec succès."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Utilisateur ajouté avec succès"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Erreur durant l'ajout d'utilisateur dans la base de données LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Serveur déjà configuré"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Vous avez déjà configuré votre serveur Ldap"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Échec"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Erreur !"
diff --git a/po/fur.po b/po/fur.po
index d5ce81ab..74f55311 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-06-28 17:19+0200\n"
"Last-Translator: Andrea Gracco <graccoandrea@tin.it>\n"
"Language-Team: furlan <gft@freelists.org>\n"
@@ -29,7 +29,7 @@ msgstr "configuration wizard"
msgid "Warning."
msgstr "Avertence."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Fal."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -87,18 +87,18 @@ msgstr "Chest assistent a ti judarâ a zontâ un gnûf client tal to DNS locâl.
msgid "(you don't need to type the domain after the name)"
msgstr "(no tu âs bisugne di insedâ il domini daspò dal non)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificazion Client:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Visiti che il recapit IP e il non dal client e an di sedi ugnulis te rêt."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,21 +108,21 @@ msgstr ""
"aziende.net. Dutis les machinis te rêt e an di vê un (ugnul) recapit IP, te "
"forme standard."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Non de machine:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Recapit IP de machine:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Avertence"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Tu stas doprant dhcp, il server al podares no funzionâ un le to "
@@ -131,12 +131,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fal"
@@ -303,7 +303,7 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "L'assistent al à configurât cun sucès i servizis DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -317,11 +317,11 @@ msgstr "Falât"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Torne a inviâ drakwizard, e cîr di mudâ cualchi parametri."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Tu âs di mudâ il to non di host."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -332,24 +332,24 @@ msgstr ""
"di domini valevul, diferent dal domini locâl o di vueit. Invie drakconnect "
"par mudâlu."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Server DNS primari"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Server DNS secondari"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Zonte un host in DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Gjave un host in DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -357,11 +357,11 @@ msgstr ""
"DNS (Server di non di domini) al è il servizi che al mape un recapit IP di "
"une machine cunt' un non di host interni."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Assistent di configurazion di un server DNS primari"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -371,32 +371,47 @@ msgstr ""
"configurazion a procurarâ un servizi locâl DNS par i nons dai computer "
"locâls, e les domandis no locâlis e vignaran inviadis a un DNS esterni."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Ce vuelistu fa:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(No tu âs bisugne di zontâ il domini daspò dal non)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP dal server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Non di domini NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Sielç di cheste liste il host che tu vuelis rimovi."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Rimôf un host di une configurazion DNS esistint."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Rimôf host:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Non dal Computer:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -405,11 +420,11 @@ msgstr ""
"Un server di non secondari al rint plui lisêr il lavôr di chel primari, e "
"tal câs che il primari no si podedi cjatâ, al fâs ancje il backup."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Recapit IP dal server DNS primari:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -417,11 +432,11 @@ msgstr ""
"Il reinstradament al ven dome par les domandis par les cuâl il server nol è "
"competent e nol à le rispueste te so cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Recapit IP par il reinstradament"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -429,15 +444,15 @@ msgstr ""
"Se tu âs bisugne e tu cognossis il recapit IP dal server di reinstradament, "
"insedilu, altrimentri lasse vueit"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS esterni:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Zonte un domini di ricercje"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -445,7 +460,7 @@ msgstr ""
"Il non di domini di chest server al è zontât automatichementri, e no tu âs "
"bisugne di zontâlu chi."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -457,28 +472,28 @@ msgstr ""
"possibil mudâlu insedant il percors di ricercje sielzût daspò de clâf di "
"ricercje"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Non di domini predefinît di cirî:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Ches nol è un recapit IP valevul par il reinstradament... frache prossin par "
"continuâ"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Chest nol è un recapit valit di un server DNS primari... frache prossin par "
"continuâ"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Chest nol è un recapit IP valevul... frache prossin par continuâ"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -486,11 +501,11 @@ msgstr ""
"Al somee che l'host al sedi dizà te to configurazion DNS... frache prossin "
"par continuâ"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Fal:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -498,7 +513,7 @@ msgstr ""
"Al somee che chest nol sedi present te to configurazion DNS... frache "
"prossin par continuâ"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -506,72 +521,72 @@ msgstr ""
"Al somee che nissun server DNS al sedi stât impostât a mieç dal assistent. "
"Par plasê invie l'assistent DNS: DNS server primari."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Al somee che il server DNS nol sedi primari, cussì no pues zontâ/rimovi "
"l'host."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
"L'assistent al crearâ cumò le to configurazion dal server DNS secondari"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "cun cheste configurazion:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Il client cun chest identificatîf al vignarâ zontât al to DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Non dal computer:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Recapit IP dal computer:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Il client cun chest identificatîf al vignarâ rimovût dal to DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Il sever DNS al sta par sedi configurât cun chescj valôrs"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Non host dal server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Non di domini:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "L'assistent al à zontât l'host tal to DNS cun sucès."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "L'assistent al à rimovût l'host dal to DNS cun sucès."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "L'assistent al à configurât il servizi DNS dal to server cun sucès."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Par plasè torne a inviâ drakwizard, e cîr di cambiâ cualchi parametri."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "O configuri il to sisteme sicu server DNS primari ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "O configuri il to sisteme sicu DNS server secondari ..."
@@ -624,7 +639,7 @@ msgstr "Mapadûre autofs dal server NIS"
msgid "Mandrakelinux Install server"
msgstr "Server di installazion Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Server Kolab"
@@ -828,8 +843,8 @@ msgid ""
"Easily configure a Mandrakelinux server installation directory, with NFS and "
"HTTP access."
msgstr ""
-"Configure cun facilitât une cartele di server di instalazion Mandrakelinux, cun "
-"aces NFS e HTTP."
+"Configure cun facilitât une cartele di server di instalazion Mandrakelinux, "
+"cun aces NFS e HTTP."
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -894,9 +909,9 @@ msgid ""
"configure a DHCP server with PXE support, and a PXE server. So it will be "
"very easy to install Mandrakelinux through a network."
msgstr ""
-"Conglaturazions, il server di instalazion di Mandrakelinux al è pront. Cumò tu "
-"puedis configurâ un server DHCP cun sopuart PXE, e un server PXE. Cussì al "
-"sarà une vore sempliç instalâ Mandrakelinux a mieç di une rêt."
+"Conglaturazions, il server di instalazion di Mandrakelinux al è pront. Cumò "
+"tu puedis configurâ un server DHCP cun sopuart PXE, e un server PXE. Cussì "
+"al sarà une vore sempliç instalâ Mandrakelinux a mieç di une rêt."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
@@ -943,7 +958,7 @@ msgstr "Insede le password par l'account dal aministratôr dial server Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Password no corispondent, o password vueide, par plasè, juste."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Password:"
@@ -979,231 +994,242 @@ msgstr "Instalazion in vore"
msgid "Installing Kolab server on your system..."
msgstr "O stoi instalant il server Kolab tal to sisteme..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "O stoi configurant il server Kolab tal to sisteme..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Assistent Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Tu âs di mudâ il to non di domini. Par un server LDAP tu âs bisugne di un "
+"non di domini valevul, diferent dal domini locâl o di vueit. Invie "
+"drakconnect par mudâlu."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Assistent di configurazion LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Zonte - Zonte une vôs tal server LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Assistent di configurazion LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Assistent di configurazion LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Sielç un server PXE."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Configurazion dal server di instalazion"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Non utent:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Non:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Non utent:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Contenidôr:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Password"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Password ancjemò:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Le password no corispuint"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "O configuri Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Non di domini: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Cartele TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Cartele TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Password ancjemò:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Cartele TFTP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Non:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Non utent:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "O configuri il server DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Contenidôr:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "L'assistent al à configurât LDAP cun sucès."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Dâts zontâts cun sucès"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Zonte - Zonte une vôs tal server LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "L'assistent al à configurât cun sucès il to server Samba."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Falât"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Fal"
diff --git a/po/gl.po b/po/gl.po
index 6ddcf14a..edae1d67 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-15 21:12+0100\n"
"Last-Translator: Leandro Regueiro <unho@gulo.org>\n"
"Language-Team: Galician\n"
@@ -27,7 +27,7 @@ msgstr "asistente de configuración"
msgid "Warning."
msgstr "Advertencia."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -37,10 +37,10 @@ msgid "Error."
msgstr "Erro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -83,50 +83,50 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(non é preciso escribi-lo dominio despois do nome)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificación do cliente:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nome da máquina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Enderezo IP da máquina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Advertencia"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Erro"
@@ -284,7 +284,7 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "O asistente configurou con éxito os servicios DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -298,118 +298,133 @@ msgstr "Fallou"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Volva executar drakwizard, e intente cambiando algúns parámetros."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Qué desexa facer:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servidor DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Non cómpre engadi-lo dominio despois do nome)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP do servidor:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nome do dominio:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Escolla a máquina que desexa eliminar da seguinte lista."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nome do Ordenador:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -417,108 +432,108 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Erro:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "con esta configuración:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Enderezo IP do ordenador:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nome do dominio:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Volva executar drakwizard, e intente cambiar algúns dos parámetros."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
@@ -570,7 +585,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr "Servidor de Instalación de Linux Mandrake"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servidor Kolab"
@@ -852,7 +867,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Contrasinal:"
@@ -886,208 +901,215 @@ msgstr "Instalando"
msgid "Installing Kolab server on your system..."
msgstr "Instalando o servidor Kolab no seu sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Configurando o servidor Kolab do seu sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Asistente Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Amosa-la configuración de Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Engadir un usuario no servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Elimina-la configuración de Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Asistente de configuración de Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Elimina-la configuración"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nome:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Debe introducir un Nome válido."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Contrasinal de usuario LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "os contrasinais deben coincidir"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Contrasinal (outra vez):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Debe introducir un contrasinal para LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Os contrasinais non coinciden"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrador"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Configurando o Servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nome do dominio:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrador LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrador LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Contrasinal LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Contrasinal LDAP (outra vez):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "O asistente configurou o LDAP con éxito."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Erro ó engadi-lo usuario á base de datos de Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "O servidor xa está configurado"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Xa configurou o seu Servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "Fallou %s"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Erro!"
diff --git a/po/he.po b/po/he.po
index 722c8b3b..61aa4e0e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-17 22:17+0300\n"
"Last-Translator: dovix <dovix2003@yahoo.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -33,7 +33,7 @@ msgstr "אשף הגדרות"
msgid "Warning."
msgstr "אזהרה."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -43,10 +43,10 @@ msgid "Error."
msgstr "שגיאה"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,17 +89,17 @@ msgstr "אשף זה יעזור לך להוסיף לקוח חדש ל-DNS המקו
msgid "(you don't need to type the domain after the name)"
msgstr "(אין צורך בהקלדת מרחב הכתובות [domain] לאחר השם)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "זיהוי לקוח:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "יש להקפיד על כך שכתובת ה-IP ושם הלקוח יהיו ייחודיים ברשת."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,33 +108,33 @@ msgstr ""
"הלקוח שלך ברשת יזוהה לפי שם כדלהלן: clientname.company.net. לכל מחשב ברשת "
"חייבת להיות כתובת IP (ייחודית) בהתאם לתחביר המקובל."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "שם המחשב:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "כתובת IP של המחשב:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "אזהרה"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "הנך בהגדרת DHCP, השרת עלול שלא לעבוד עם תצורה זו."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "שגיאה"
@@ -293,7 +293,7 @@ msgstr "ממשק:"
msgid "The wizard successfully configured the DHCP services."
msgstr "אשף זה סיים בהצלחה את הגדרת שרותי DHCP של השרת שלך."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -307,11 +307,11 @@ msgstr "נכשל"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "עליך להריץ מחדש את drakwizard, ולנסות לשנות מספר הגדרות."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "יש להגדיר מחדש את שם המחשב (hostname)."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -322,24 +322,24 @@ msgstr ""
"Fully Qualified Domain Name - FQDN. עליך להפעיל את האשף drakconnect בכדי "
"לתקן הגדרות אלו."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "שרת DNS ראשי"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "שרת DNS משני"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "הוספת לקוח ל DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "מחיקת לקוח מה DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -347,11 +347,11 @@ msgstr ""
"שרות ה-DNS (ראשי תיבות של שרת שמות מרחבי כתובות) ממפה כתובת IP של מכונה לשם "
"אתר באינטרנט."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "אשף הגדרת DNS ראשי"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -361,32 +361,47 @@ msgstr ""
"עבור שמות מחשבים מקומיים, כאשר בקשות לכתובות שאינן מקומיות יופנו לשרת DNS "
"חיצוני."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "מה ברצונך לעשות:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "שרת DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(אין צורך להקליד את מרחב הכתובות [domain] לאחר השם)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "כתובת IP של השרת:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "שם מתחם NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "עליך לבחור את הלקוח שיש להסיר מהרשימה הבאה."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "הסרת לקוח מתצורת DNS נוכחית."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "הסרת לקוח:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "שם המחשב:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -395,11 +410,11 @@ msgstr ""
"שרת כתובות משני יפחית את העומס משרת הכתובות הראשי, וגם ישמש כשרת גיבוי, "
"למקרה בו שרת הכתובות הראשי שלך אינו נגיש."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "כתובת IP של שרת DNS ראשי:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -407,11 +422,11 @@ msgstr ""
"העברה תתבצע רק עבור שאילתות שהשרת אינו מוסמך לענות עליהן ואין עבורן תשובה "
"זמינה במטמון."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "כתובת IP של המעביר"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -419,21 +434,21 @@ msgstr ""
"עליך להגדיר את כתובת ה IP של המעביר אם יש לך צורך בו והיא ידועה לך, אחרת "
"עליך להשאיר ערך ריק "
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS חיצוני:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "הוספת מתחם חיפוש"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr "שם המתחם של שרת זה הוא הוסף אוטומטי, ואין צורך להוסיף אותו כאן."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -444,114 +459,114 @@ msgstr ""
"המחדל כוללת רק את שם המחשב המקומי. יש באפשרותך לשנות זאת על ידי ציון נתיב "
"חיפוש השמות לאחר מילת החיפוש"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "שם מתחם ברירת מחדל לחיפוש:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"כתובת IP זו אינה כתובת תקינה עבור המעביר... עליך לבחור \"הבא\" על מנת להמשיך"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "כתובת IP זאת אינה חוקית עבור DNS ראשי... נא לבחור \"המשך\" בכדי להתקדם"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "כתובת IP זאת אינה חוקית... נא לבחור \"המשך\" בכדי להתקדם"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
"נראה כי הלקוח כבר מופיע בתצורת ה DNS שלך... עליך לבחור \"הבא\" בכדי להמשיך"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "שגיאה:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
"נראה כי ערך זה אינו מופיע בתצורת ה DNS שלך... עליך לבחור \"הבא\" בכדי להמשיך"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
"נראה כי לא הוגדר שרת DNS דרך אשף. עליך להפעיל את אשף ה DNS: שרת DNS ראשי."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"נראה כי אינך שרת ה DNS הראשי, אלא רק דרת משני. לפיכך אין באפשרותך להוסיף/"
"להוריד לקוח."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "האשף יגדיר כעת את תצורת ה DNS המשני"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "עם תצורה זו:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "הלקוח עם זיהוי זה יתווסף ל DNS שלך"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "שם המחשב:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "כתובת ה IP של המחשב:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "הלקוח עם זיהוי זה יוסר מה DNS שלך"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "שרת ה DNS יוגדר עם התצורה הבאה"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "שם המחשב של השרת:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "מתחם כתובות:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "האשף הוסיף את הלקוח ל DNS שלך."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "האשף הסיר את הלקוח בהצלחה מה DNS שלך."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "אשף זה סיים להגדיר בהצלחה את שרות ה-DNS של השרת שלך."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "עליך להריץ מחדש את drakwizard, ולנסות לשנות מספר הגדרות."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "הגדרת המערכת שלך כשרת DNS ראשי ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "הגדרת המערכת שלך כשרת DNS משני ..."
@@ -603,7 +618,7 @@ msgstr "מפת autofs לשרת NIS"
msgid "Mandrakelinux Install server"
msgstr "שרת התקנה של מנדרייק-לינוקס"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "שרת Kolab"
@@ -901,7 +916,7 @@ msgstr "עליך להגדיר סיסמת חשבון מנהל עבור שרת Kol
msgid "Password mismatch, or null password, please correct."
msgstr "אין התאמה בין הסיסמאות, או הוגדרה סיסמה ריקה. עליך לתקן זאת."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "סיסמה:"
@@ -937,27 +952,38 @@ msgstr "ההתקנה מתבצעת כעת"
msgid "Installing Kolab server on your system..."
msgstr "מתקין שרת Kolab על המערכת שלך..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "הגדרת שרת Kolab על המערכת שלך..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "אשף Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"עליך לתקן את שם מתחם שלך. עבור שרת LDAP יש להגדיר שם מתחם תקין, שאינו זהה ל-"
+"localdomain וכמו כן אסור להגדיר שם ריק. שם המחשב המארח חייב להתאים לתקן "
+"Fully Qualified Domain Name - FQDN. עליך להפעיל את האשף drakconnect בכדי "
+"לתקן הגדרות אלו."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "הצג הגדרות LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "הוספת משתמש בשרת LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "הסרת תצורת LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -965,182 +991,182 @@ msgstr ""
"הינו פרוטוקול פשוט לגישה לשרותי מדריך, ובמיוחד שרותי מדריך המבוססים על "
"פרוטוקול X.500"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP הוא ר\"ת של פרוטוקול גישה קליל לשרותי מדריך."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "אשף הגדרת LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "עליך להגדיר קודם שרת LDAP."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "בחירתך:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "מחיקת תצורה"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "הבסיס הקיים יישמר ב /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "הוספת משתמש LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "נוצר משתמש ב:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "שם פרטי:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "שם:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "שם משתמש:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "עליך להגדיר שם פרטי תקין."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "עליך להגדיר שם תקין."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "עליך להגדיר שם משתמש תקין."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "סיסמת משתמש LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "הסיסמאות חייבות להיות זהות"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "סיסמה (שוב):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "עליך להגדיר סיסמה עבור ה LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "הסיסמאות לא תואמות"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "מנהל מערכת"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "מנהל המערכת הוא משתמש על בעל הרשאות גישה למסד נתוני ה LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "הגדרת שרת LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "שם מתחם כתובות: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "מנהל LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "עץ ספריות ה LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "הגדרת עץ ספריות הLDAP מבוצעת עם שמות DNS"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "עץ ספריות ה LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "מנהל LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "סיסמת LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "סיסמת LDAP (שוב):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "עליך להגדיר עץ ספריות LDAP תקין."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "אישור יצירת המשתמש"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "שם פרטי:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "שם משתמש:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "צור ב:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "אישרור מידע ליצירת שרת LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "מאגר משתמשים:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "אשף זה סיים בהצלחה את הגדרת שרת LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "המשתמש נוסף בהצלחה"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "חלה תקלה בעת הוספת משתמש לבסיס נתוני ה LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "השרת כבר מוגדר"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "כבר הגדרת את שרת הLDAP שלך"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s נכשל"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "שגיאה!"
diff --git a/po/hi.po b/po/hi.po
index 2500f19c..087d2ebb 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-07 11:38+0530\n"
"Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma) <dysxhi@yahoo.co.in>\n"
"Language-Team: हिन्दी, भारत (Hindi, India) <dysxhi@yahoo.co.in>\n"
@@ -30,7 +30,7 @@ msgstr "संरचना विज़ार्ड"
msgid "Warning."
msgstr "चेतावनी ।"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "त्रुटि ।"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,11 +89,11 @@ msgstr "यह जादूगरी आपकी एक नये ग्रा
msgid "(you don't need to type the domain after the name)"
msgstr "(आपको नाम के बाद डोमेन को अंकित करने की आवश्यकता नहीं है)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "ग्राहक पहचान:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -101,7 +101,7 @@ msgstr ""
"कृपया ध्यान रहे कि निर्दिष्ट किया हुआ आई०पी० पता और ग्राहक का नाम नेटवर्क में अद्वितीय "
"होना चाहिए ।"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,33 +111,33 @@ msgstr ""
"मेंनेटवर्क पर, प्रत्येक मशीन के पास एक (अद्वितीय) आई०पी० पता सामान्य डौटेड वाक्य-विन्यास "
"में होना चाहिए ।"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "मशीन का नाम:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "मशीन का आई०पी० पता:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "चेतावनी"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "आप डीएचसीपी में है, सर्वर इस संरचना के साथ हो सकता है कि कार्य ना करें ।"
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "त्रुटि"
@@ -304,7 +304,7 @@ msgstr "इन्टरफ़ेस:"
msgid "The wizard successfully configured the DHCP services."
msgstr "जादूगरी ने डीएचसीपी सेवाओं को सफ़लता-पूर्वक संरचित कर दिया है ।"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -318,11 +318,11 @@ msgstr "असफ़लता"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "ड्रैकविजार्ड को पुनः चलायें, और कुछ पैरामीटरों को परिवर्तित करने का प्रयास करें ।"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "आपको अपने होस्ट के नाम को पुनः ठीक करने की आवश्यकता है।"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -333,24 +333,24 @@ msgstr ""
"नहीं हो। होस्टनाम को एक एफ़क्यूडीएन होना चाहिये: पूर्ण कुशल डोमेननाम । ठीक करने के लिए "
"ड्रैककनेक्ट को आरम्भ करें ।"
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "स्वामी डीएनएस सर्वर"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "दास डीएनएस सर्वर"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "डीएनएस में होस्ट का जोड़ना"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "डीएनएस में होस्ट को हटाना"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -358,11 +358,11 @@ msgstr ""
"डीएनएस (डोमेन नाम सर्वर) एक ऐसी सेवा है जो कि एक इन्टरनेट होस्ट नाम के साथ, एक मशीन "
"केआई०पी० पते को मानचित्रित करती है ।"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "डीएनएस स्वामी संरचना जादूगरी"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -372,32 +372,47 @@ msgstr ""
"स्थानीय संगणकों के नामों के लिए, अस्थानीय प्राथनाओं को एक बाह्य सर्वर को भेजते हुए, एक "
"स्थानीय डीएनएस सेवा प्रदान करेगी।"
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "आप क्या करना चाहते है:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "डीएनएस सर्वर"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(आपको नाम के बाद डोमेन को जोड़ने की आवश्यकता नहीं है)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "सर्वर आईपी:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "एनआईएस डोमेन का नाम:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "उस होस्ट का चयन जिसे आप निम्नलिखित सूची में से हटाना चाहते है।"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "विद्यमान डीएनएस संरचना में एक होस्ट को हटायें।"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "होस्ट को हटाना"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "कम्प्यूटर का नाम:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -406,11 +421,11 @@ msgstr ""
"एक दास नाम-सर्वर आपके मुख्य नाम-सर्वर का कुछ भार हल्का करेगा,और उस स्थिति में जब आपके "
"मास्टर सर्वर तक पहुँच सम्भव ना हो, तब एक बैक-अप सर्वर की भांति भी कार्य करेगा ।"
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "स्वामी डीएनएस सर्वर के आईपी पते:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -418,11 +433,11 @@ msgstr ""
"अग्रप्रेषण सिर्फ़ उन प्रश्नों के लिए होता है, जिनके लिए सर्वर प्राधिकारपूर्ण नहीं हैऔर उसके कैश "
"में उत्तर नहीं है।"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "आपके अग्रप्रेषणकर्ता का आईपी"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -430,22 +445,22 @@ msgstr ""
"तो यदि आपको इसकी आवश्यकता है और आप अपने अग्रप्रेषणकर्ता का आईपी जानते है,तो इसका आईपी "
"पता बतायें, यदि आप नहीं जानते है तो खाली छोड़ दें"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "बाह्य डीएनएस:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "खोज डोमेन को जोड़ना"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
"इस सर्वर का डोमेननाम को स्वतः ही जोड़ा गया, और आपकोयहाँ जोड़ने की आवश्यकता नहीं है।"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -456,27 +471,27 @@ msgstr ""
"होता है । डिफ़ाल्ट के तौर पर, इसमें सिर्फ़ स्थानीय डोमेननाम होता है । इच्छ्ति डोमेन खोज पथ "
"कोऔर उसके बाद खोज-कुँजी-शब्दों को सूचीबद्व करके, इसे परिवर्तित किया जा सकता है"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "खोजने के लिए डिफ़ाल्ट डोमेन नाम:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"आपके आगे-भेजे-जाने-वाले-के-लिए, यह एक मान्य आई पता नहीं है...जारी रखने के लिए अगला बटन "
"को दबायें"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"यह एक मान्य स्वामी डीएनएस आईपी पता नहीं है...जारी रखने के लिए अगला बटन को दबायें"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "यह एक मान्य आईपी पता नहीं है...जारी रखने के लिए अगला बटन को दबायें"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -484,18 +499,18 @@ msgstr ""
"ऐसा लगता है कि होस्ट पहिले से ही आपके डीएनएस संरचना में है...अगला बटन को जारी रखने के "
"लिए दबायें"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "त्रुटि:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
"ऐसा लगता है कि यह आपके डीएनएस संरचना में नहीं है...अगला बटन को जारी रखने के लिए दबायें"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -503,72 +518,72 @@ msgstr ""
"ऐसा लगता है कि किसी भी डीएनएस सर्वर को विजार्ड द्वारा स्थापित किया गया है ।कॄपया "
"डीएनएस विजार्ड को चलायें: Master DNS server (ंमास्टर डीएनएस सर्वर) ।"
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"ऐसा लगता है कि आपका सर्वर एक मास्टर डीएनएस सर्वर नहीं है, बल्कि सिर्फ़ एक दास-सर्वर है "
"।अतैव मै होस्ट को जोड़/हटा नहीं सकता हूँ ।"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "विजार्ड अब आपकी डीएनएस स्लेव संरचना का निर्माण करेगा"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "इस संरचना के साथ:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "इस पहचान से साथ ग्राहक को आपके डीएनएस से जोड़ा जायेगा"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "कम्प्य़ूटर का नाम:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "कम्प्यूटर का आईपी पता:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "इस पहचान से साथ ग्राहक को आपके डीएनएस से हटाया जायेगा"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "निम्नलिखित संरचना के साथ, डीएनएस सर्वर अब संरचित होने ही जा रहा है"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "सर्वर होस्ट का नाम:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "डोमेन का नाम:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "विजार्ड ने होस्ट को सफ़लतापूर्वक आपके डीएनएस में जोड़ा ।"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "विजार्ड ने होस्ट को आपके डीएनएस से सफ़लतापूर्वक हटा दिया है ।"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "विजार्ड ने होस्ट को सफ़लतापूर्वक आपके सर्वर की डीएनएस सेवा को संरचित कर दिया है।"
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"कृपया ड्रैकविजार्ड को पुनः चलायें, और कुछ पैरामीटरों को परिवर्तित करने का प्रयास करें ।"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "आपके तंत्र को एक स्वामी डीएनएस सर्वर की भांति संरचित किया जा रहा है ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "आपके तंत्र को एक दास डीएनएस सर्वर की भांति संरचित किया जा रहा है ..."
@@ -620,7 +635,7 @@ msgstr "एनआईएस सर्वर आटोएफ़एस मानचि
msgid "Mandrakelinux Install server"
msgstr "मैनड्रैकलिनक्स संसाधन सर्वर"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "कोलैब सर्वर"
@@ -928,7 +943,7 @@ msgstr "कोलैब सर्वर के प्रबंधक खात
msgid "Password mismatch, or null password, please correct."
msgstr "कूटशब्द बेमेल, या शून्य कूटशब्द, कृपया ठीक करें।"
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "कूट-शब्द:"
@@ -964,27 +979,39 @@ msgstr "संसाधन हो रहा है"
msgid "Installing Kolab server on your system..."
msgstr "आपके तंत्र पर कोलैब सर्वर को संसाधित किया जा रहा है ..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "आपके तंत्र पर कोलैब सर्वर को संरचित किया जा रहा है ..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "सॉबा जादूगरी"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"आपको अपने डोमेननाम को पुनः ठीक करने की आवश्यकता है। एक डीएनएस सर्वर के लिए आपको एक "
+"ठीक डोमेननाम की आवश्यकता है, जो कि स्थानीयडोमेन के समकक्ष नहीं होना चाहिए या कुछ भी "
+"नहीं हो। होस्टनाम को एक एफ़क्यूडीएन होना चाहिये: पूर्ण कुशल डोमेननाम । ठीक करने के लिए "
+"ड्रैककनेक्ट को आरम्भ करें ।"
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "एलडीऐपी संरचना का प्रदर्शन"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "ओपेन एलडीऐपी सर्वर में उपयोगकर्ता को जोड़ना"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "एलडीऐपी संरचना को हटाना"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -992,184 +1019,184 @@ msgstr ""
"यह एक लाइटवेट प्रोटोकॉल है, जिसका उपयोग निर्देशिका सेवाओं तक पहुँच पाने में किया जाता है, "
"विशेषकर एक्स-५००-पर-आधारित निर्देशिका सेवाओं हेतु ।"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "एलडीऐपी का अर्थ है लाइटवेट डायरेक्टरी एक्सेस प्रोटोकॉल ।"
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "ओपेन एलडीऐपी संरचना विजार्ड"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "आपको एक ओपेन एलडीऐपी सर्वर को सबसे पहिले स्थापित करना चाहिये ।"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "आपकी पसन्द:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "संरचना को हटाएँ"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "/root/ldap-sav.ldiff में वर्तमन आधार को सुरक्षित किया जा रहा है"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "एलडीऐपी उपयोगकर्ता जोड़ा जा रहा है"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "उपयोगकर्ता का निर्माण में किया गया:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "प्रथम नाम:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "नाम:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "उपयोगकर्ता लॉग-इन:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "आपको एक वैध प्रथम-नाम बताना चाहिए।"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "आपको एक वैध नाम बताना चाहिए।"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "आपको एक वैध उपयोगकर्ता-नाम बताना चाहिए।"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "एलडीऐपी उपयोगकर्ता कूट-शब्द"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "कूट-शब्दों को एक जैसा होना चाहिए"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "कूट-शब्द (पुनः बतायें):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "एलडीऐपी हेतु आपको एक कूट-शब्द बताना चाहिए ।"
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "कूटशब्द आपस में नहीं मिलते है"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "प्रबंधक"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"प्रबंधक एक शक्तिशाली उपयोगकर्ता है जिसे एलडीऐपी डाटाबेस में अनुमति पहुँच प्राप्त होती है"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "एलडीऐपी सर्वर को संरचित किया जा रहा है"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "डोमेन का नाम: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "एलडीऐपी प्रबंधक"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "एलडीऐपी निर्देशिका वॄक्ष"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
"डीएनएस नामकरण का उपयोग एलडीऐपी निर्देशिका वॄक्ष को परिभाषित करने के लिए किया जाता है"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "एलडीऐपी निर्देशिका वॄक्ष:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "एलडीऐपी प्रबंधक:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "एलडीऐपी कूट-शब्द:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "एलडीऐपी कूट-शब्द (पुनः बतायें):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "आपको एक वैध एलडीऐपी निर्देशिका वॄक्ष बताना चाहिए।"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "निर्मित किये जाने वाले उपयोगकर्ता के लिए पुष्टि"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "प्रथमनाम:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "उपयोगकर्ता का नाम:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "में निर्मित:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "एलडीऐपी सर्वर को निर्माण करने हेतु सूचना हेतु पुष्टि"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "उपयोगकर्ताओं का पात्र:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "जादूगरी ने एलडीऐपी को सफ़लता-पूर्वक संरचित कर दिया है।"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "उपयोगकर्ता को सफ़लता-पूर्वक जोड़ा गया"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "एलडीऐपी डाटाबेस में उपयोगकर्ता को जोड़ने के दौरान त्रुटि"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "सर्वर पहिले से संरचित है"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "आपने पहिले से ही अपने एलडीऐपी सर्वर को संरचित कर चुके है"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s असफ़ल रहा"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "त्रुटि!"
diff --git a/po/hr.po b/po/hr.po
index 5236fbc5..449fe363 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-08 21:56+0200\n"
"Last-Translator: Matija Blagus <Matija.Blagus@public.srce.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -27,7 +27,7 @@ msgstr "Čarobnjak za podešavanje"
msgid "Warning."
msgstr "Upozorenje."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -37,10 +37,10 @@ msgid "Error."
msgstr "Greška."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,50 +85,50 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr ""
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Upozorenje"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Greška"
@@ -280,7 +280,7 @@ msgstr "Međusklop:"
msgid "The wizard successfully configured the DHCP services."
msgstr ""
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -294,118 +294,131 @@ msgstr ""
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr ""
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Međusklop:"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+msgid "Server:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -413,108 +426,108 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr ""
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr ""
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr ""
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
@@ -566,7 +579,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr ""
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr ""
@@ -842,7 +855,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Lozinka:"
@@ -876,208 +889,215 @@ msgstr ""
msgid "Installing Kolab server on your system..."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Ime:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Lozinke se ne podudaraju"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Greška!"
diff --git a/po/hu.po b/po/hu.po
index 2b71180a..df15a59a 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-04 00:14+0200\n"
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
"Language-Team: Hungarian\n"
@@ -34,7 +34,7 @@ msgstr "beállításvarázsló"
msgid "Warning."
msgstr "Figyelmeztetés"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -44,10 +44,10 @@ msgid "Error."
msgstr "Hiba."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -95,18 +95,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(a tartománynevet nem szükséges megadni a név után)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "A kliens azonosítása:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"A megadott IP-címnek és kliensnévnek egyedinek kell lenni a hálózaton belül."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -116,21 +116,21 @@ msgstr ""
"net. A hálózat összes gépének rendelkezni kell egy egyedi IP-címmel - a "
"megszokott pontozásos formátumban."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "A gép neve:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "A gép IP-címe:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Figyelmeztetés"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Jelenleg DHCP-módban van, ezért elképzelhető, hogy a kiszolgáló nem működik "
@@ -139,12 +139,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Hiba"
@@ -314,7 +314,7 @@ msgstr "Csatoló:"
msgid "The wizard successfully configured the DHCP services."
msgstr "A varázsló beállította a DHCP-szolgáltatásokat."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -329,11 +329,11 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Indítsa el újra a \"drakwizard\" programot, és módosítson néhány paramétert."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Módosítania kell a gépnevet."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -344,24 +344,24 @@ msgstr ""
"kell megadni a gépnévnél. A beállításához használja a \"drakconnect\" "
"programot."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Elsődleges DNS-kiszolgáló"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Másodlagos DNS-kiszolgáló"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Gép felvétele a DNS-be"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Gép eltávolítása a DNS-ből"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -369,11 +369,11 @@ msgstr ""
"A DNS (Domain Name Server, azaz tartománynév-kiszolgáló) egy olyan "
"szolgáltatás, amely a gépneveket összerendeli a megfelelő gépcímekkel."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Elsődleges DNS-beállítási varázsló"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -384,32 +384,48 @@ msgstr ""
"számítógépnevekhez; a külső (nem helyi) kérések egy külső DNS-hez lesznek "
"irányítva."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Mit szeretne tenni:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS-kiszolgáló"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(A tartománynevet nem szükséges megadni a név után)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "A kiszolgáló IP-címe:"
+
+# a kimenő emailekhez használandó domainnevet kell megadni az utána levő mezőben
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS-tartománynév:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Válassza ki az eltávolítandó gépet a következő listából."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Gép eltávolítása meglevő DNS-beállításból."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Gép eltávolítása:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Számítógépnév:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -419,11 +435,11 @@ msgstr ""
"továbbá tartalék kiszolgálóként is funkcionál - arra az esetre, ha az "
"elsődleges nem lenne elérhető."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Az elsődleges DNS-kiszolgáló IP-címe:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -432,11 +448,11 @@ msgstr ""
"nem feltétlenül tartalmazza a mindenkori mérvadó adatokat (vagyis nem "
"\"authoritative\") és a gyorstárában sem szerepel az adott érték."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "A továbbító IP-címe"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -444,15 +460,15 @@ msgstr ""
"Ha szüksége van rá, és tudja az IP-továbbító IP-címét, akkor adja azt meg. "
"Ha nem tudja, akkor hagyja üresen a mezőt."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Külső DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Keresési tartomány felvétele"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -460,7 +476,7 @@ msgstr ""
"Ezen kiszolgáló tartományneve automatikusan felvételre kerül, ezért azt nem "
"kell itt megadni."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -472,28 +488,28 @@ msgstr ""
"tartománynevet tartalmazza. Ez módosítható a kívánt tartomány-keresési "
"útvonalnak a keresési kulcsszót követő megadásával."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Az alapértelmezésben keresendő tartománynév:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Érvénytelen IP-cím a továbbító számára. A folytatáshoz nyomja le a "
"\"Következő\" gombot."
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Érvénytelen IP-cím az elsődleges DNS-kiszolgáló számára. A folytatáshoz "
"nyomja le a \"Következő\" gombot."
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Érvénytelen IP-cím. A folytatáshoz nyomja le a \"Következő\" gombot."
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -501,11 +517,11 @@ msgstr ""
"Úgy tűnik, a megadott gép már szerepel a DNS beállításaiban. A folytatáshoz "
"nyomja le a \"Következő\" gombot."
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Hiba:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -513,7 +529,7 @@ msgstr ""
"Úgy tűnik, ez nem szerepel a DNS beállításaiban. A folytatáshoz nyomja le a "
"\"Következő\" gombot."
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -521,72 +537,72 @@ msgstr ""
"Úgy tűnik, nem lett beállítva DNS-kiszolgáló a varázslóval. Futtassa a DNS-"
"varázsló \"Elsődleges DNS-kiszolgáló\" funkcióját."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Úgy tűnik, a gép nem elsődleges DNS-kiszolgáló, ezért a gép felvétele/"
"eltávolítása nem lehetséges."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "A varázsló elkészíti a másodlagos DNS beállítását"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "a következő beállítással:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Az itt megadott azonosítású kliens fel lesz véve a DNS-be"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Számítógépnév:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "A számítógép IP-címe:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Az itt megadott azonosítású kliens el lesz távolítva a DNS-ből"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "A DNS-kiszolgáló a következő módon lesz beállítva:"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "A kiszolgáló gépneve:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Tartománynév:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "A varázsló felvette a gépet a DNS-be."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "A varázsló eltávolította a gépet a DNS-ből."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "A varázsló beállította a kiszolgáló DNS-szolgáltatását."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Indítsa el újra a \"drakwizard\" programot, és módosítson néhány paramétert."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "A rendszer beállítása elsődleges DNS-kiszolgálónak..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "A rendszer beállítása másodlagos DNS-kiszolgálónak..."
@@ -638,7 +654,7 @@ msgstr "NIS-kiszolgáló - Autofs-összerendelés"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux-telepítési kiszolgáló"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab-kiszolgáló"
@@ -956,7 +972,7 @@ msgstr "Adja meg a Kolab-kiszolgáló rendszergazdai jelszavát."
msgid "Password mismatch, or null password, please correct."
msgstr "A jelszavak nem egyeznek, vagy pedig üres a jelszó - javítsa ki."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Jelszó:"
@@ -993,27 +1009,38 @@ msgstr "A telepítés folyamatban"
msgid "Installing Kolab server on your system..."
msgstr "A Kolab-kiszolgáló telepítése a rendszerre..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "A Kolab-kiszolgáló beállítása a rendszeren..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "LDAP-varázsló"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Módosítania kell a tartománynevet. LDAP-kiszolgálóhoz érvényes tartománynév "
+"szükséges, amely nem \"localdomain\" és nem \"none\". Teljes tartománynevet "
+"kell megadni a gépnévnél. A beállításához használja a \"drakconnect\" "
+"programot."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "LDAP-beállítás megjelenítése"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Felhasználó felvétele az LDAP-kiszolgálóba"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "LDAP-beállítás törlése"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1021,186 +1048,186 @@ msgstr ""
"Ez egy könnyűsúlyú protokoll címtárszolgáltatások (főként X.500-alapúak) "
"eléréséhez."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"Az LDAP jelentése: Lightweight Directory Access Protocol (könnyűsúlyú "
"címtárelérési protokoll)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "LDAP-beállításvarázsló"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Előbb be kell állítani egy LDAP-kiszolgálót."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Az Ön választása:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Beállítás törlése"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "A létező bázis mentése ide: /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP-felhasználó felvétele"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Felhasználó létrehozási helye: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Keresztnév:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Név:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Felhasználói név:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Érvényes keresztnevet kell megadni."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Érvényes nevet kell megadni."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Érvényes felhasználónevet kell megadni."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Az LDAP-felhasználó jelszava"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "A jelszavaknak egyezniük kell"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Jelszó (ismét):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Meg kell adni egy jelszót az LDAP-hoz."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "A jelszavak nem egyeznek"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Adminisztrátor"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Az adminisztrátor egy többletjogokkal rendelkező felhasználó, akinek "
"hozzáférése van az LDAP-adatbázishoz"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Az LDAP-kiszolgáló beállítása"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Tartománynév: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP-adminisztrátor"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP-címtárfa"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "A DNS-beli elnevezés van felhasználva az LDAP-címtárfadefinícióhoz"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP-címtárfa:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP-adminisztrátor:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP-jelszó:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP-jelszó (ismét):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Érvényes LDAP-címtárfát kell megadni."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "A felhasználólétrehozás megerősítése"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Keresztnév:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Felhasználónév:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Létrehozás itt:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Megerősítés az LDAP-kiszolgáló létrehozásához"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Felhasználói tárolóhely:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "A varázsló beállította az LDAP-t."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "A felhasználó fel lett véve"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Hiba a felhasználónak az LDAP-adatbázisba való felvételekor"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "A kiszolgáló már be lett állítva"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Az LDAP-kiszolgáló már be lett állítva"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "\"%s\" végrehajtása nem sikerült"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Hiba."
diff --git a/po/id.po b/po/id.po
index 52651d1c..6e5d908f 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -28,7 +28,7 @@ msgstr "Dukun Konfigurasi"
msgid "Warning."
msgstr "Peringatan"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Error Wizard."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,18 +88,18 @@ msgstr "Dukun ini membantu Anda menambahkan klien baru di DNS lokal Anda."
msgid "(you don't need to type the domain after the name)"
msgstr "(Anda tak perlu mengetik domain setelah nama)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikasi klien:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Ingat bhw nomor IP dan nama klien harus unik di jaringan."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,22 +108,22 @@ msgstr ""
"Klien di jaringan akan dikenal dg nama, seperti namaklien.perusahaan.net. "
"Tiap mesin di jaringan harus punya nomor IP (unik) dalam format bertitik."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nama mesin:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Nomor IP mesin:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Peringatan"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -132,12 +132,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -301,7 +301,7 @@ msgstr "Antarmuka:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Layanan DHCP server sukses dikonfigurasikan."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -316,38 +316,38 @@ msgstr "aktif"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Tolak host:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -355,12 +355,12 @@ msgstr ""
"DNS (Domain Name Server) adalah layanan korespondensi mesin dg nama host "
"internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Dukun Konfigurasi DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -370,78 +370,93 @@ msgstr ""
"memberikan layanan DNS lokal utk nama komputer lokal, dg permintaan non-"
"lokal diteruskan ke DNS luar."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server NFS"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(Anda tak perlu mengetik domain setelah nama)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Nama Server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nama domain terhitung"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Tolak host:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Nama domain terhitung"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Konfigurasi Server DNS"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Gateway eksternal"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -449,120 +464,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Alamat tak berlaku... tekan Maju utk melanjutkan"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Alamat tak berlaku... tekan Maju utk melanjutkan"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Alamat tak berlaku... tekan Maju utk melanjutkan"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Error Wizard."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "Konfigurator DNS"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Nama domain terhitung"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Alamat IP Server:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Nama Server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Sang dukun sukses menambah klien."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Sang dukun sukses menambah klien."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Layanan DNS server Anda sukses dikonfigurasikan."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurasi Server DNS"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurasi Server DNS"
@@ -625,7 +640,7 @@ msgstr "Server Berita"
msgid "Mandrakelinux Install server"
msgstr "Nama Server Mail:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Server Database"
@@ -922,7 +937,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Katasandi:"
@@ -961,233 +976,240 @@ msgstr "Direktori pengguna:"
msgid "Installing Kolab server on your system..."
msgstr "Konfigurasi Server FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurasi Server FTP"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Konfigurator Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Dukun Konfigurasi"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Dukun Konfigurasi"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Dukun Konfigurasi"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Server Database"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Konfigurasi server waktu telah disimpan"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Penambahan pengguna"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Nama Host:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Nama pengguna:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Penambahan pengguna"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Katasandi:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Katasandi:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Katasandi tidak sama"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Konfigurasi Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Nama domain terhitung"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Direktori pengguna:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Direktori pengguna:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Katasandi:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Katasandi:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Direktori pengguna:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Nama Host:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Nama pengguna:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Konfigurasi Server DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Penambahan pengguna"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Server proksi Anda sukses dikonfigurasikan."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Server Samba sukses dikonfigurasikan."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "aktif"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Error Wizard."
diff --git a/po/is.po b/po/is.po
index 30969972..572b6518 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -31,7 +31,7 @@ msgstr "Stillingarálfur"
msgid "Warning."
msgstr "Aðvörun"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -41,10 +41,10 @@ msgid "Error."
msgstr "Villa."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,50 +85,50 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr ""
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Aðvörun"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -283,7 +283,7 @@ msgstr "Tengi:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Vefmiðlari"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -298,123 +298,137 @@ msgstr "virkt"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Vefmiðlari"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Vefmiðlari"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Stillingarálfur"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Vefmiðlari"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Vefmiðlari"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Notandanafn:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Vefmiðlari"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -422,112 +436,112 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Villa."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "Stillingarálfur"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Notandanafn:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Vefmiðlari"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr ""
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
@@ -591,7 +605,7 @@ msgstr "Vefmiðlari"
msgid "Mandrakelinux Install server"
msgstr "Vefmiðlari"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Gagnagrunnsmiðlari"
@@ -874,7 +888,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Lykilorð:"
@@ -913,231 +927,238 @@ msgstr "Mappa:"
msgid "Installing Kolab server on your system..."
msgstr "Vefmiðlari"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Vefmiðlari"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Gagnagrunnsmiðlari"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Stillingarálfur"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Notandanafn:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Vélarheiti:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Notandanafn:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Notandanafn:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Lykilorð:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Lykilorð:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Mismunandi lykilorð"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Stilla"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Mappa:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Mappa:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Lykilorð:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Lykilorð:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Mappa:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Vélarheiti:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Notandanafn:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Stilla"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Notandanafn:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Vefmiðlari"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "virkt"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Villa."
diff --git a/po/it.po b/po/it.po
index c0316586..c1b49099 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-it\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-03-09 01:38+0100\n"
"Last-Translator: Stefano K. Lee <stefanok_lee@yahoo.it>\n"
"Language-Team: Italian <timl@freelists.org>\n"
@@ -29,7 +29,7 @@ msgstr "assistente di configurazione"
msgid "Warning."
msgstr "Attenzione."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Errore."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(Non è necessario digitare il dominio dopo il nome.)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificazione client"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -102,7 +102,7 @@ msgstr ""
"Nota bene: l'indirizzo IP e il nome del client dovrebbero essere unici "
"all'interno della rete."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,21 +112,21 @@ msgstr ""
"it. Ogni macchina della rete deve avere un indirizzo IP (unico), espresso "
"nella classica forma di quattro numeri separati da punti."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nome del computer:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Indirizzo IP del computer:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Attenzione"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Stai utilizzando il DHCP, il server potrebbe non funzionare con questa "
@@ -135,12 +135,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Errore"
@@ -308,7 +308,7 @@ msgid "The wizard successfully configured the DHCP services."
msgstr ""
"L'assistente ha completato con successo la configurazione dei servizi DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -322,11 +322,11 @@ msgstr "Fallito"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Riavvia drakwizard e cerca di modificare alcuni parametri"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "È necessario modificare il nome della macchina"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -337,24 +337,24 @@ msgstr ""
"un nome di dominio corretto, diverso da \"localdomain\" o da un valore "
"nullo. Esegui drakconnect per apportare le necessarie correzioni."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Server DNS primario"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Server DNS secondario"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Aggiungi un host nel DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Rimuovi un nome macchina dal DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -362,11 +362,11 @@ msgstr ""
"DNS (Domain Name Server) è il servizio che fa corrispondere l'indirizzo IP "
"di una macchina ad un nome, nella forma utilizzata su Internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Assistente alla configurazione di un server DNS primario"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,32 +377,47 @@ msgstr ""
"mentre le richieste di indirizzi esterni saranno reindirizzate ad un "
"servizio DNS esterno."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Cosa intendi fare:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Non è necessario aggiungere il dominio dopo il nome.)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP del Server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nome dominio NIS"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Scegli dalla lista seguente l'host che intendi rimuovere"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Rimuovi un host da una configurazione DNS esistente"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Rimuovi nome macchina:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nome computer:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -412,11 +427,11 @@ msgstr ""
"primario, oltre a svolgere una funzione di backup nel caso in cui il server "
"primario non sia raggiungibile."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Indirizzo IP del server DNS primario"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -424,11 +439,11 @@ msgstr ""
"La redirezione avviene solo per le richieste per cui il server non è "
"competente e non ha la risposta nella sua cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Indirizzo IP per la redirezione"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -436,15 +451,15 @@ msgstr ""
"Se ne hai bisogno e conosci l'indirizzo IP del server verso cui redirigere "
"le richieste, inseriscilo, altrimenti puoi lasciare in bianco."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Server DNS esterno"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Aggiungi un dominio di ricerca"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -452,7 +467,7 @@ msgstr ""
"Il nome di dominio per questo server è aggiunto in automatico, non sarà "
"necessario inserirlo qui."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -464,27 +479,27 @@ msgstr ""
"modificarlo inserendo il percorso di ricerca desiderato dopo la chiave di "
"ricerca"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Nome di dominio predefinito per la ricerca:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Questo non è un indirizzo valido per la redirezione... fai clic su \"Avanti\""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Questo non è un indirizzo valido di server DNS primario... fai clic su "
"\"Avanti\""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Questo non è un indirizzo valido... fai clic su \"Avanti\""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -492,11 +507,11 @@ msgstr ""
"Sembra che l'host sia già presente nella configurazione del DNS... fai clic "
"su \"Continua\" per andare avanti"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Errore:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -504,7 +519,7 @@ msgstr ""
"Sembra che non sia presente nella configurazione del DNS... Fai clic su "
"\"Continua\""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -512,72 +527,72 @@ msgstr ""
"Sembra che non ci siano server DNS configurati. Per favore esegui la "
"configurazione del DNS: Server DNS primario."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Sembra che il server DNS sia secondario e non primario. Per questo motivo "
"non è possibile aggiungere o rimuovere host."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Verrà ora eseguita la configurazione del server DNS secondario"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "Con questa configurazione:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Un client con questo identificativo sarà aggiunto al server DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nome computer:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Indirizzo IP del computer:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Il client con questo identificativo sarà rimosso dal server DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Il server DNS sarà configurato con i seguenti parametri"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nome del Server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nome di dominio:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "L'assistente ha aggiunto con successo il client."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "L'assistente ha rimosso con successo il client."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
"L'assistente ha completato con successo la configurazione dei servizi DNS."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Per favore riavvia drakwizard e cerca di modificare alcuni parametri"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Configurazione del server DNS primario"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configurazione del server DNS secondario"
@@ -630,7 +645,7 @@ msgstr "Mappatura autofs del server NIS "
msgid "Mandrakelinux Install server"
msgstr "Server di installazione Mandrake"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Server Kolab"
@@ -939,7 +954,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Password:"
@@ -980,238 +995,249 @@ msgstr "Directory di installazione:"
msgid "Installing Kolab server on your system..."
msgstr "Configurazione del server FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Configurazione del server FTP"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Configurazione Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"È necessario modificare il nome di dominio. Per un server LDAP è necessario "
+"un nome di dominio corretto, diverso da \"localdomain\" o da un valore "
+"nullo. Esegui drakconnect per apportare le necessarie correzioni."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Assistente di configurazione LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Aggiungi - inserisci una voce nel server LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Assistente di configurazione LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Assistente di configurazione LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Imposta un server PXE"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Configurazione del server d'installazione."
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Aggiungi un utente"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Nome:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Nome utente:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Contenitore:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
#, fuzzy
msgid "You must enter a valid First Name."
msgstr "Devi indicare un indirizzo IP corretto."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
#, fuzzy
msgid "You must enter a valid Name."
msgstr "Devi indicare un indirizzo IP corretto."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
#, fuzzy
msgid "You must enter a valid User Name."
msgstr "Devi indicare un indirizzo IP corretto."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Le password non corrispondono"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Configurazione del server DHCP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nome di dominio: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Directory TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Directory TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Directory TFTP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Nome:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nome utente:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
#, fuzzy
msgid "Create in:"
msgstr "Lista di lettura:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Configurazione del server DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Contenitore:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr ""
"L'assistente ha completato con successo la configurazione del server LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Aggiungi dati "
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Aggiungi - inserisci una voce nel server LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr ""
"L'assistente ha completato con successo la configurazione del server NFS"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Fallito"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Errore"
diff --git a/po/ja.po b/po/ja.po
index dded3821..ed1d27d8 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-ja\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-02-24 00:31-0500\n"
"Last-Translator: UTUMI Hirosi <utuhiro78@yahoo.co.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -28,7 +28,7 @@ msgstr "設定ウィザード"
msgid "Warning."
msgstr "警告"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -38,10 +38,10 @@ msgid "Error."
msgstr "エラー"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -86,17 +86,17 @@ msgstr "このウィザードではローカルDNSに新規クライアントを
msgid "(you don't need to type the domain after the name)"
msgstr "(名前の後のドメインは不要です)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "クライアントの識別:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "注意: IP番号とクライアント名は独自のものを付けてください。"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -106,21 +106,21 @@ msgstr ""
"clientname.company.net)。それぞれのマシンには個別の\n"
"IPアドレスが必要です。"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "マシンの名前:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "マシンのIPアドレス:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "警告"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"現在DHCPを使っています。お使いの設定ではサーバが動かない\n"
@@ -129,12 +129,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "エラー"
@@ -289,7 +289,7 @@ msgstr "インタフェース:"
msgid "The wizard successfully configured the DHCP services."
msgstr "サーバのDHCPサービスの設定が終わりました。"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -303,11 +303,11 @@ msgstr "失敗"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "drakwizardを再起動して項目を変更してみてください"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "ホスト名を再修正する必要があります"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -318,24 +318,24 @@ msgstr ""
"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
"it."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master DNSサーバ"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave DNSサーバ"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "DNSにホストを追加"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "DNSのホストを削除"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -343,11 +343,11 @@ msgstr ""
"DNS(Domain Name Server)は、マシンのIPアドレスとインターネットの\n"
"ホスト名を結びつけるサービスです。"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Master の設定ウィザード"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -357,53 +357,68 @@ msgstr ""
"This configuration will provide a local DNS service for local computers \n"
"names, with non-local requests forwarded to an outside DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "何をしますか:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNSサーバ"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(名前の後のドメインは不要です)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "サーバのIP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NISドメイン名:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "以下のリストから削除するホストを選んでください"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "既存のDNS設定のホストを削除してください"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "ホストを削除:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "コンピュータの名前:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "master DNSサーバのIPアドレス:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "forwarderのIP"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -411,21 +426,21 @@ msgstr ""
"forwarderのIPが必要でアドレスを知っている場合は、IPアドレスを入力してくださ"
"い。知らない場合は空白"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "外部DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "検索ドメインを追加"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr "ドメイン名は自動的に追加されます。ここで追加する必要はありません"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -433,40 +448,40 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "検索用のデフォルトドメイン名:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "forwarderには無効のIPアドレスです..'次へ'を押すと続けます"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "無効なMaster DNS IPアドレスです..'次へ'を押すと続けます"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "無効なアドレスです..'次へ'を押すと続けます"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr "ホストが既にDNS設定にあるようです..'次へ'を押すと続けます"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "エラー:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr "これはDNS設定に無いようです..'次へ'を押すと続けます"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -474,71 +489,71 @@ msgstr ""
"DNSサーバを設定していないようです。'DNSウィザード: Master DNSサーバ'を実行し"
"てください。"
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"現在master DNSサーバではなくslaveサーバのようです。ホストの追加/削除はできま"
"せん"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "DNS slave設定を行います"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "/この設定で:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "このIDのクライアントをDNSに追加します"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "コンピュータの名前:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "コンピュータのIPアドレス:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "このIDのクライアントをDNSから削除します"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNSサーバを以下の内容で設定します"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "サーバのホスト名:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "ドメイン名:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "DNSのホストを追加しました。"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "DNSからホストを削除しました。"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "サーバのDNSサービスを設定しました。"
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "drakwizardを再起動して設定を変更してみてください"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "システムをMaster DNSサーバとして設定.."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "システムをSlave DNSサーバとして設定.."
@@ -590,7 +605,7 @@ msgstr "NISサーバ autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinuxサーバインストール"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolabサーバ"
@@ -889,7 +904,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "パスワード:"
@@ -927,231 +942,242 @@ msgstr "インストールディレクトリ:"
msgid "Installing Kolab server on your system..."
msgstr "システムのKolabサーバを設定..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "システムのKolabサーバを設定..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldapウィザード"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"ドメイン名を修正する必要があります。For a LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Launch drakconnect to adjust "
+"it."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "LDAP設定ウィザード"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "追加 - LDAPサーバに項目を追加"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "LDAP設定ウィザード"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "LDAP設定ウィザード"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "PXEサーバを設定"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "サーバインストールの設定"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "ユーザ名:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "下の名前:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "ユーザ名:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "コンテナ:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "パスワード"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "パスワード:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "パスワードが一致しません"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Sambaを設定"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "ドメイン名: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "TFTPディレクトリ:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "TFTPディレクトリ:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "パスワード:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "パスワード:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "TFTPディレクトリ:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "下の名前:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "ユーザ名:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "DHCPサーバを設定"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "コンテナ:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "LDAPを設定しました。"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "データを追加しました"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "追加 - LDAPサーバに項目を追加"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Sambaサーバを設定しました。"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "失敗"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "エラー"
diff --git a/po/ko.po b/po/ko.po
index 1bacc97b..d7fa0685 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -32,7 +32,7 @@ msgstr "설정 마법사"
msgid "Warning."
msgstr "경고."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "오류."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,18 +91,18 @@ msgstr "이 마법사는 지역 DNS에 새 클라이언트의 추가를 도울
msgid "(you don't need to type the domain after the name)"
msgstr "(이른 뒤에 도메인을 적을 필요는 없습니다.)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "클라이언트 신원:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "주의: IP와 클라이언트 이름은 네트웍에서 유일한 것이어야 합니다."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,22 +112,22 @@ msgstr ""
"다. 네트웍상의 각 컴퓨터는 점으로 구분된 형식의 (유일한) IP 주소가 할당되어 "
"있어야 합니다."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "컴퓨터 이름"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "컴퓨터 IP:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "경고"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -137,12 +137,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "오류"
@@ -305,7 +305,7 @@ msgstr "인터페이스:"
msgid "The wizard successfully configured the DHCP services."
msgstr "마법사가 성공적으로 DHCP 서버를 설정하였습니다."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -320,37 +320,37 @@ msgstr "허용"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS 서버"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS 서버"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -358,12 +358,12 @@ msgstr ""
"DNS(도메인 이름 서비스)는 인터넷 호스트명으로 특정 컴퓨터와 교신할 수 있게 하"
"는 서비스입니다."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS 설정 마법사"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid ""
"This wizard will help you configuring the DNS services of your server. This "
@@ -374,77 +374,92 @@ msgstr ""
"에 대한 지역 DNS 서비스를 가능하게 합니다. 외부 컴퓨터에 대한 요청은 외부 DNS"
"로 전달됩니다."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "NFS 서버"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(이른 뒤에 도메인을 적을 필요는 없습니다.)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "서버 이름:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "계산된 도메인 이름"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "계산된 도메인 이름"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "DNS 서버 설정 중"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "외부 게이트웨이"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -452,119 +467,119 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "올바른 주소가 아닙니다... 계속하려면 [다음]을 누르세요."
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "올바른 주소가 아닙니다... 계속하려면 [다음]을 누르세요."
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "올바른 주소가 아닙니다... 계속하려면 [다음]을 누르세요."
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "오류:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS 설정 마법사"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "계산된 도메인 이름"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "서버 IP 주소:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "서버 이름:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "새 클라이언트가 추가되었습니다."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "새 클라이언트가 추가되었습니다."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "마법사가 성공적으로 DNS 서버를 설정하였습니다."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "DNS 서버 설정 중"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "DNS 서버 설정 중"
@@ -627,7 +642,7 @@ msgstr "뉴스 서버"
msgid "Mandrakelinux Install server"
msgstr "메일 서버 이름:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "데이터베이스 서버"
@@ -924,7 +939,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "암호:"
@@ -963,233 +978,240 @@ msgstr "디렉토리:"
msgid "Installing Kolab server on your system..."
msgstr "FTP 서버 설정 중"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "FTP 서버 설정 중"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "삼바 마법사"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "설정 마법사"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "설정 마법사"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "설정 마법사"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "데이터베이스 서버"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "시간 서버 설정 저장 완료"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "사용자 추가"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "호스트 이름:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "사용자명:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "사용자 추가"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "암호:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "암호:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "암호가 일치하지 않습니다."
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "삼바 설정 중"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "계산된 도메인 이름"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "디렉토리:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "디렉토리:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "암호:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "암호:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "디렉토리:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "호스트 이름:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "사용자명:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "DHCP 서버 설정 중"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "사용자 추가"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "마법사가 성공적으로 프락시 서버를 설정하였습니다."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "마법사가 성공적으로 삼바 서버를 설정하였습니다."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "허용"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "오류!"
diff --git a/po/ku.po b/po/ku.po
index ad5f4506..bcc7eed7 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-ku\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-05-22 20:15+0100\n"
"Last-Translator: Kader DILSIZ, Amed çiya <kader@kaderland.net, "
"amedcj@hotmail.com>\n"
@@ -27,7 +27,7 @@ msgstr "sêrbaza avakirinê"
msgid "Warning."
msgstr "Hişyar 'be."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -37,10 +37,10 @@ msgid "Error."
msgstr "Xeletî."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,18 +88,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(ne hewce ye ku hûn li paş nêv navê qadê binivîsin)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Salixa daxwazkarê:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Ji bîr nekin ku divê navnîşana IP'ê û navê daxwazkarê di torê de yekane be."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,21 +108,21 @@ msgstr ""
"Daxwazkara di tora we de wekî di navecomputere.pardari.netê de dê bi nêv bê "
"naskirin. Dive her komputereke di torê de xwediyê naveke xwe yê IP'ê be."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Navê komputerê:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Navnîşana IP'a komputerê:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Hişyar 'be"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Hûn DHCP'ê bi kar tînin, dibe ku pêşkêşkara we bi vê avakirinê nexebite."
@@ -130,12 +130,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Xeletî"
@@ -303,7 +303,7 @@ msgstr ""
"Sêrbazê ji bo pêşkêşkara we, servîsên we yên DHCP'ê bi awayekî biserketî ava "
"kirin."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -318,11 +318,11 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Drakwizardê dadin û vekin û guherandina hinek parametreyan biceribînin."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Divê hûn navê makîneya xwe ji nû ve rast bikin."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -333,24 +333,24 @@ msgstr ""
"hûn navekî rast a qadê hilbijêrin û divê ev ne localdomain an jî none be. Ji "
"bo mîhengkirinê drakconnectê bixebitînin."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Pêşkêşkara DNS'ê ya bingehîn"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Pêşkêşkara DNS'ê ya duyemîn"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Navê makîneyê li DNS'ê 'ke"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Navê makîneyê ji DNS'ê rake"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -358,11 +358,11 @@ msgstr ""
"DNS(Domain Name Server=Pêşkêşkara Navê Qadê) servîsa ku di navbera navê "
"komputerê ya înternetê û makînê de pêwendî datîne."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Sêrbaza avakirina bingehîn a DNS'ê"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -372,32 +372,47 @@ msgstr ""
"re bibe alîkar. Ev avakirin dê ji bo daxwazên ne hundirîn berê we bide "
"DNS'yeke derve û ji bo komputera hundirîn xizmeteke DNS'ê peyda bike."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Hûn dixwazin çi bikin:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Pêşkêşkara DNS'ê"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Ne hewce ye ku hûn li paş nêv, qadê binivîsin.)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP'a pêşkêşkar:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Navê qada NIS'ê:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Ji lîsteya jêr navê makîneya ku hûn dixwazin rakin hilbijêrin."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Ji avakirina DNS'ê ya heyî, navê makîneyekê rake."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Navê makîneyê rake:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Navê Komputerê:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -407,11 +422,11 @@ msgstr ""
"stûrbartir be û di heman demê de dema ku pêşkêşkara we ya bingehîn pir dûr "
"be dê wekî pêşkêşkareke cîgir bixebite."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Navnîşana IP'a pêşkêşkara DNS'a bingehîn:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -419,11 +434,11 @@ msgstr ""
"Berîdan tenê di lêpirsînên ku pêşkêşkar ne rayedar e û tunebûna bersivê ya "
"di bîra veşartî de tê holê."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP'a pêşenga we"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -431,15 +446,15 @@ msgstr ""
"Nexwe heke hewcedariya we he be û pêşenga IP'a xwe zanibin navnîşana IP'ê "
"bikevinê, heke nizanibin vala berdin"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS'a derve:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Arama alanı ekleQada lêgerînê lê 'ke"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -447,7 +462,7 @@ msgstr ""
"Navê qadê yê vê pêşkêşkarê ji xwe ve hate lêkirin, ji ber vê yekê ne hewce "
"ye ku hûn navê qadê li vê 'kin."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -462,27 +477,27 @@ msgstr ""
"tê diyarkirin, ji bo nirxa ku wekî heye tê pejirandin tenê nevê qadê yê "
"hundirîn dihewîne. Ev nirx peyva kilît ya lêgerînê??????????????????????"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Navê qadê yê pêşravebûyî yê ku dê lê bê gerîn:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Ev ji bo pêşenga we ne navnîşaneke rast a IP'ê ye... ji bo domkirinê pêl "
"Pêşê bikin"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Ev ne navnîşaneke bingehîn a DNS IP'ê ye.. ji bo domkirinê pêl Pêşê bikin"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Ev ne navnîşaneke IP'ê ya rast e... ji bo domkirinê pêl Pêşê bikin"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -490,17 +505,17 @@ msgstr ""
"Navê makîneyê ji xwe di avakirina DNS'a we de cî digire... ji bo domkirinê "
"pêl PêşÊ bikin"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Xeletî:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr "Ev di avakirina DNS'a we de nîn e... Ji bo domkirinê pêş Pêşê bikin"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -508,73 +523,73 @@ msgstr ""
"Bi navçîtiya sêrbazê tu pêşkêşkarên DNS'ê nehatine mîhengkirin. Ji kerema "
"xwe re sêrbaza DNS'ê bixebitînin: Pêşkêşkara DNS'ê ya Bingehîn."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Xuya ye ku hûn ne pêşkêşkareke bingehîn a DNS'ê ne. Ji ber vê yekê nikarim "
"kirariya navê makîneyê lê 'ke/jê 'ke pêk bînim."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Temam, niha avakirina DNS'a duyemîn çêdibe"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "bi vê avakirinê:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Daxwazkara bi vê nasnameyê dê li DNS'a we bê kirin"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Navê komputerê:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Navnîşana IP'ê ya komputerê:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Daxwazkara bi vê nasnameyê dê ji DNS'a we bê derxistin"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Pêşkêşkara DNS'ê dê bi avakirina li jêr bê avakirin"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Navê Makîneya Pêşkêşkar:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Navê qadê:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Sêrbazê, navê makîneyê bi awayekî biserketî li DNS'a we kir."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Sêrbazê makîneyê bi awayekî biserketî ji DNS'a we bir."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Sêrbazê servîsên DNS'ê yên pêşkêşkara we bi awayekî biserketî ava kir."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Ji kerema xwe re Drakwizardê dadin û vekin û guherandna hin parametreyan "
"biceribînin."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Pergala we wekî Pêşkêşkara DNS'ê ya bingehîn tê avakirin..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Pergala we wekî Pêşkêşkara DNS'ê ya duyemîn tê avakirin..."
@@ -627,7 +642,7 @@ msgstr "Nexşeya autofsê ya pêşkêşkara NIS'ê"
msgid "Mandrakelinux Install server"
msgstr "Pêşkêşkara sazkirina Mandrake"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Pêşkêşkara Kolabê"
@@ -947,7 +962,7 @@ msgstr "Passporta xwe ji bo hesabe managere yen servere Kolab bide"
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Şîfre:"
@@ -981,232 +996,243 @@ msgstr "Rêzika avakirinê"
msgid "Installing Kolab server on your system..."
msgstr "Pêşkêşkara Kolabê di pergala we de tê vakirin..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Pêşkêşkara PXE'yê di pergala we de tê vakirin..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Sêrbaza Ldapyê"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Divê hûn navê qada xwe ji nû ve rast bikin. Ji bo pêşkêşkareke LDAP'ê divê "
+"hûn navekî rast a qadê hilbijêrin û divê ev ne localdomain an jî none be. Ji "
+"bo mîhengkirinê drakconnectê bixebitînin."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Sêrbaza avakirina LDAP'ê"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Lê 'ke - dane li pêşkêşkara LDAP'ê 'ke"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Sêrbaza avakirina LDAP'ê"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Sêrbaza avakirina LDAP'ê"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Pêşkêşkara PXE'yê saz bike."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Avakirina pêşkêşkara sazkirinê"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Navê Bikarhênerê/î:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Nav:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Navê Bikarhênerê/î:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Kontaner:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Şîfre"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Dîsa şîfre:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Samba tê avakirin"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Navê qadê:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Rêzika FTTP'ê:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Rêzika FTTP'ê:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Şîfre:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Dîsa şîfre:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Rêzika FTTP'ê:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Nav:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Navê Bikarhênerê/î:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Pêşkêşkara DHCP'ê ava dibe"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Kontaner:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Sêrbazê Pêşkêşkara we ya LDAP'ê bi awayekî biserketî ava kir."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Lêkirina daneyan bi ser ket"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Lê 'ke - dane li pêşkêşkara LDAP'ê 'ke"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Sêrbazê pêşkêşkara Samba bi awayekî biserkekî ava kir."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Bi ser neket"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Xeletî"
diff --git a/po/lv.po b/po/lv.po
index c5a98f3f..0f115738 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -28,7 +28,7 @@ msgstr "Konfigurācijas meistars"
msgid "Warning."
msgstr "Brīdinājums"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Meistara kļūda."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,11 +88,11 @@ msgstr "Šis meistars Jums palīdzēs pievienot jaunu klientu lokālajā DNS."
msgid "(you don't need to type the domain after the name)"
msgstr "(nav nepieciešams norādīt domēnu pēc vārda)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Klienta identifikācija:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -101,7 +101,7 @@ msgstr ""
"Ņemiet vērā, ka dotajai IP adresei un klienta nosaukumam jābūt unikāliem "
"tīklā."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Your client on the network will be identified by name, as in clientname."
@@ -112,22 +112,22 @@ msgstr ""
"net. Katram datoram tīklā ir jābūt ar (unikālu) IP adresi, parastajā "
"punktētajā sintaksē."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Datora vārds:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Datora IP adrese:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Brīdinājums"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -136,12 +136,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -307,7 +307,7 @@ msgstr "Interfeiss:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Meistars veiksmīgi nokonfigurēja DHCP servisu priekš Jūsu servera."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -322,125 +322,139 @@ msgstr "atļauts"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS serveris"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS serveris"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS konfigurēšanas meistars"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "NFS serveris"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(nav nepieciešams norādīt domēnu pēc vārda)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Servera nosaukums:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr ""
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Lietotāja vārds:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Tiek konfigurēts DNS serveris"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Ārējā vārteja"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -448,116 +462,116 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Meistara kļūda."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS konfigurēšanas meistars"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Servera IP adrese:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Servera nosaukums:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Meistars veiksmīgi pievienoja klientu."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Meistars veiksmīgi pievienoja klientu."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Meistars veiksmīgi nokonfigurēja DNS servisu priekš Jūsu servera."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Tiek konfigurēts DNS serveris"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Tiek konfigurēts DNS serveris"
@@ -619,7 +633,7 @@ msgstr "News serveris"
msgid "Mandrakelinux Install server"
msgstr "Pasta servera nosaukums:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Datubāzu serveris"
@@ -914,7 +928,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Parole:"
@@ -953,231 +967,238 @@ msgstr "Direktorijs:"
msgid "Installing Kolab server on your system..."
msgstr "Tiek konfigurēts FTP serveris"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Tiek konfigurēts FTP serveris"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap meistars"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Konfigurācijas meistars"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Konfigurācijas meistars"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Konfigurācijas meistars"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Datubāzu serveris"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Laika servera konfigurācija saglabāta"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Lietotāja pievienošana"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Vārds:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Lietotāja vārds:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Lietotāja pievienošana"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Parole:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Parole:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Paroles nesakrīt"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Tiek konfigurēta Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Direktorijs:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Direktorijs:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Parole:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Parole:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Direktorijs:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Vārds:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Lietotāja vārds:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Tiek konfigurēts DHCP serveris"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Lietotāja pievienošana"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Meistars veiksmīgi nokonfigurēja proxy serveri."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Meistars veiksmīgi nokonfigurēja Samba serveri"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "atļauts"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Meistara kļūda."
diff --git a/po/mk.po b/po/mk.po
index e3acf3fb..e7858be3 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2002-12-07 12:44+0100\n"
"Last-Translator: Danko Ilik <danko@mindless.com>\n"
"Language-Team: Macedonian\n"
@@ -28,7 +28,7 @@ msgstr "Конфигурациска самовила"
msgid "Warning."
msgstr "Внимание."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -38,10 +38,10 @@ msgid "Error."
msgstr "Грешка."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(не мора да го пишувате доменот по името)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Клиент-идентификација:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -103,7 +103,7 @@ msgstr ""
"Забележете дека дадениот IP број (адреса) и името на клиентот треба да бидат "
"единствени на мрежата."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -113,22 +113,22 @@ msgstr ""
"company.net. Секоја машина на мрежата мора да има (единствена) IP адреса "
"(број) во вообичаената синтакса на броеви одвоени со точки."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Име на машината:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP број на машината:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Внимание"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -138,12 +138,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Грешка"
@@ -314,7 +314,7 @@ msgstr "Интерфејс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Самовилата успешно ги конфигурираше DHCP сервисите на Вашиот сервер."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -329,38 +329,38 @@ msgstr "вклучено"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS сервер"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS сервер"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Недопуштени:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -368,12 +368,12 @@ msgstr ""
"DNS (Domain Name Server) е сервис што ги кореспондира машините со нивните "
"интернет хост имиња."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS конфигурациска самовила"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -383,78 +383,93 @@ msgstr ""
"сервер. Оваа конфигурација ќе нуди локален DNS сервис за локалните имиња на "
"компјутери, а нелокалните барања ќе бидат проследени до надворешен DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "NFS сервер"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(не мора да го пишувате доменот по името)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Серверско име:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Пресметано име на домен"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Недопуштени:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Пресметано име на домен"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Конфигурирање на DNS серверот"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Екстерен gateway"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -462,119 +477,119 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Тоа не е валидна адреса... притиснете „следно“ за да продолжите"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Тоа не е валидна адреса... притиснете „следно“ за да продолжите"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Тоа не е валидна адреса... притиснете „следно“ за да продолжите"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Грешка:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS самовила (конфигурација)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Пресметано име на домен"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Серверска IP адреса:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Серверско име:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Самовилата успешно го додаде клиентот."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Самовилата успешно го додаде клиентот."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Самовилата успешно го конфигурираше DNS сервисите на Вашиот сервер."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Конфигурирање на DNS серверот"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Конфигурирање на DNS серверот"
@@ -638,7 +653,7 @@ msgstr "News сервер"
msgid "Mandrakelinux Install server"
msgstr "Име на мејл сервер:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Database сервер"
@@ -939,7 +954,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Лозинка:"
@@ -979,236 +994,243 @@ msgstr "Споделен директориум:"
msgid "Installing Kolab server on your system..."
msgstr "Конфигурирање на FTP серверот"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Конфигурирање на FTP серверот"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap самовила"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Конфигурациска самовила"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Конфигурациска самовила"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Конфигурациска самовила"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Database сервер"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Поставките на временски сервер се зачувани"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Додавање корисник"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Име на хост:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Додавање корисник"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
#, fuzzy
msgid "You must enter a valid First Name."
msgstr "Ве молиме внесете валидна IP адреса."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
#, fuzzy
msgid "You must enter a valid Name."
msgstr "Ве молиме внесете валидна IP адреса."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
#, fuzzy
msgid "You must enter a valid User Name."
msgstr "Ве молиме внесете валидна IP адреса."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Лозинките не се совпаѓаат"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Конфигурирање на Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Пресметано име на домен"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Споделен директориум:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Споделен директориум:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Споделен директориум:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Име на хост:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Конфигурирање на DHCP серверот"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Додавање корисник"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Самовилата успешно го конфигурираше Вашиот proxy сервер."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Самовилата успешно го конфигурираше Вашиот Samba сервер."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "вклучено"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Самовилска грешка."
diff --git a/po/ms.po b/po/ms.po
index d022a963..fd975d39 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-31 07:20+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -28,7 +28,7 @@ msgstr "wizard konfigurasi"
msgid "Warning."
msgstr "Amaran"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -38,10 +38,10 @@ msgid "Error."
msgstr "Ralat."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -62,7 +62,9 @@ msgstr "Anda mesti pertama sekali melaksanakan wizard pelayan DNS"
msgid ""
"A client of your local network is a machine connected to the network having "
"its own name and IP address."
-msgstr "Klien rangkaian tempatan adalah mesin yang disambungkan kepada rangkaian yang mempunyai nama dan alamat IP sendiri."
+msgstr ""
+"Klien rangkaian tempatan adalah mesin yang disambungkan kepada rangkaian "
+"yang mempunyai nama dan alamat IP sendiri."
#: ../client_wizard/Bind_client.pm:55
msgid "Press next to begin, or Cancel to leave this wizard."
@@ -78,25 +80,26 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Wizard ini akan membantu anda untuk menambah klien baru dalam DNS tempatan."
+msgstr ""
+"Wizard ini akan membantu anda untuk menambah klien baru dalam DNS tempatan."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(anda tidak perlu menaip domain selepas nama)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "Client identification:"
msgstr "(%ld)PELANGGAN >>> %s"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "IP dan dalam."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Your client on the network will be identified by name, as in clientname."
@@ -104,23 +107,23 @@ msgid ""
"in the usual dotted syntax."
msgstr "on dalam on IP dalam."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
#, fuzzy
msgid "Name of the machine:"
msgstr "_Nama Warna:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Alamat IP DCC:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Amaran"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Amaran dalam."
@@ -128,12 +131,12 @@ msgstr "Amaran dalam."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Ralat"
@@ -179,7 +182,8 @@ msgid "The wizard successfully added the client."
msgstr ""
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
msgstr ""
#: ../common/Wizcommon.pm:103
@@ -303,7 +307,7 @@ msgstr "Antaramuka"
msgid "The wizard successfully configured the DHCP services."
msgstr "DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -317,50 +321,50 @@ msgstr "Gagal"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Terima Notis Pelayan"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Terima Notis Pelayan"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "hos:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr "Domain Nama Pelayan IP."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Konfigurasikan"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid ""
"This wizard will help you configuring the DNS services of your server. This "
@@ -368,81 +372,96 @@ msgid ""
"with non-local requests forwarded to an outside DNS."
msgstr "lokal lokal lokal."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
#, fuzzy
msgid "What do you want to do:"
msgstr "Anda pasti mahu keluar?"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "(%ld)PELAYAN >>> %s"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(anda tidak perlu menaip domain selepas nama)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Alamat IP"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nama warna latarbelakang"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Hos tidak diketahui %s."
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "_Nama Warna:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Pelayan FTP"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
#, fuzzy
msgid "IP of your forwarder"
msgstr "Alamat IP DCC:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "DNS Songsang"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
#, fuzzy
msgid "Add search domain"
msgstr "Pencarian Case Sensitif%s%s"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -450,114 +469,117 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
#, fuzzy
msgid "Default domain name to search:"
msgstr "Nama bagi font default untuk digunakan"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Ralat:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "--help Keluarkan bantuan ini."
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "_Nama Warna:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Alamat IP DCC:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Namahos tidak sah"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "DHCP."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "DHCP."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "DHCP."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "FTP"
@@ -621,7 +643,7 @@ msgstr "Pelayan Berita"
msgid "Mandrakelinux Install server"
msgstr "(%ld)PELAYAN >>> %s"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Pelayan Web"
@@ -927,7 +949,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Katalaluan:"
@@ -966,234 +988,241 @@ msgstr "jendela-direktori"
msgid "Installing Kolab server on your system..."
msgstr "FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "FTP"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
#, fuzzy
msgid "Ldap wizard"
msgstr "Masa"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Membaca fail konfigurasi sistem %s..."
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Membaca fail konfigurasi sistem %s..."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Membaca fail konfigurasi sistem %s..."
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Terima Notis Pelayan"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Terima Notis Pelayan"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Nama Pengguna:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "_Nama Warna:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Nama:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "bekas-html"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Katalaluan:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Katalaluan:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Proksi SOCKS: %s"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Nama warna latarbelakang"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "jendela-direktori"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "jendela-direktori"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Katalaluan:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Katalaluan:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "jendela-direktori"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "_Nama Warna:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nama Pengguna:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Terima Notis Pelayan"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "bekas-html"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Internet FTP"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "IDENT: data tidak betul."
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Internet FTP"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Gagal"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Ralat!"
@@ -1303,7 +1332,8 @@ msgstr "jarakmasa `%s' tidak sah"
#: ../news_wizard/Inn.pm:95
#, fuzzy
-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 "Internet Berita."
#: ../nfs_wizard/NFS.pm:34
@@ -1781,7 +1811,8 @@ msgstr "Liang proksi:"
#: ../proxy_wizard/Squid.pm:83
#, fuzzy
-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 "Seterusnya Undur."
#: ../proxy_wizard/Squid.pm:83
@@ -1799,7 +1830,8 @@ msgstr "dan"
#: ../proxy_wizard/Squid.pm:94
#, fuzzy
-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 "on."
#: ../proxy_wizard/Squid.pm:94
@@ -1898,7 +1930,8 @@ msgid "Configuring the Proxy"
msgstr "Proksi SOCKS: %s"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-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 ""
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
@@ -2030,7 +2063,8 @@ msgid ""
msgstr ""
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr ""
#: ../pxe_wizard/Pxe.pm:153
@@ -2058,7 +2092,8 @@ msgid ""
msgstr ""
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
msgstr ""
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
@@ -2072,7 +2107,8 @@ msgid "Add option to the PXE boot image"
msgstr "Format imej tidak diketahui"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr ""
#: ../pxe_wizard/Pxe.pm:170
@@ -2189,7 +2225,8 @@ msgid ""
msgstr ""
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
@@ -2305,7 +2342,8 @@ msgid "Samba configuration wizard"
msgstr "Membaca fail konfigurasi sistem %s..."
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
msgstr ""
#: ../samba_wizard/Samba.pm:77
@@ -2775,4 +2813,3 @@ msgstr "(%ld)PELAYAN >>> %s"
#, fuzzy
msgid "Configuring your system as Apache server ..."
msgstr "FTP"
-
diff --git a/po/mt.po b/po/mt.po
index 8ca3beb9..6e25fd31 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-10 06:45+0200\n"
"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
"Language-Team: Maltese <mt@li.org>\n"
@@ -32,7 +32,7 @@ msgstr "saħħar ta' konfigurazzjoni"
msgid "Warning."
msgstr "Twissija."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "Problema."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,18 +90,18 @@ msgstr "Dan is-saħħar jgħinek biex iżżid klijent ġdid fuq id-DNS lokali."
msgid "(you don't need to type the domain after the name)"
msgstr "(m'hemmx bżonn iddaħħal id-dominju wara l-isem)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikazzjoni tal-klijent:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Innota li l-indirizz IP u isem il-klijent iridu jkunu uniċi fuq in-network."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,21 +111,21 @@ msgstr ""
"Kull kompjuter fuq in-network irid ikollu indirizz IP uniku, fis-sintassi "
"normali tat-tikek."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Isem tal-kompjuter:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Indirizz IP tal-kompjuter:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Twissija"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Int qiegħed fuq dhcp. Is-server jista' ma jaħdimx b'din il-konfigurazzjoni."
@@ -133,12 +133,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Problema"
@@ -306,7 +306,7 @@ msgstr "Interfaċċja:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Is-saħħar ikkonfiguralek is-servizzi DHCP tas-server."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -320,11 +320,11 @@ msgstr "Falla"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Erġa' ħaddem drakwizard, u ipprova ibdel xi parametri."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Trid tibdel l-isem tal-kompjuter."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -334,24 +334,24 @@ msgstr ""
"veru, mhux localdomain jew xejn. L-isem tal-kompjuter irid ikun FQDN "
"(\"Fully Qualified Domain Name\"). Ħaddem drakconnect biex tirranġah."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Server DNS ewlieni"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Server NFS skjav"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Żid kompjuter fid-DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Neħħi kompjuter minn DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -359,11 +359,11 @@ msgstr ""
"DNS (Domain Name Server) huwa s-servizz li jżomm assoċjazzjoni bejn indirizz "
"ta' kompjuter u l-isem."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Saħħar ta' konfigurazzjoni DNS ewlieni"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -373,32 +373,47 @@ 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."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "X'tixtieq tagħmel:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(M'hemmx bżonn iddaħħal id-dominju wara l-isem)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP tas-server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Dominju NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Agħżel il-kompjuter li trid tneħħi mil-lista segwenti."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Neħħi kompjuter mill-konfigurazzjoni DNS eżistenti."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Neħħi kompjuter:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Isem tal-kompjuter:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -407,11 +422,11 @@ msgstr ""
"Server DNS skjav ineħħi ftit mill-piż minn fuq dak ewlieni, u jiffunzjona "
"wkoll bħala server ta' backup, f'każ li s-server ewlieni jiġrilu xi ħaġa."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Indirizz IP tas-server ewlieni DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -419,11 +434,11 @@ msgstr ""
"\"Forwarding\" iseħħ biss għal dawk it-talbiet li s-server m'għandux "
"awtorità fuqhom u m'għandux risporta għalihom fil-\"cache\"."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP tal-\"forwarder\""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -431,15 +446,15 @@ msgstr ""
"Jekk għandek bżonn \"IP forwarder\" u għandek l-indirizz tiegħu, daħħlu "
"hawn, jekk le ħallih vojt"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS estern:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Żid dominju tat-tfittxija"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -447,7 +462,7 @@ msgstr ""
"Id-dominju tas-server jiġi miżjud awtomatikament, m'hemmx għalfejn iddaħħlu "
"hawn."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -459,27 +474,27 @@ msgstr ""
"biss l-isem tad-dominju lokali. Dan jista' jinbidel billi tillistja s-"
"sekwenza tat-tfittxija ta' dominji wara l-kelma \"search\""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Dominju impliċitu biex tfittex:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Dan m'huwiex indirizz validu għall-\"forwarder\"... Agħfas Li jmiss biex "
"tkompli"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Dan m'huwiex indirizz validu ta' DNS ewlieni... Agħfas Li jmiss biex tkompli"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Dan m'huwiex indirizz validu... Agħfas Li jmiss biex tkompli"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -487,11 +502,11 @@ msgstr ""
"Jidher li dan il-kompjuter diġà qiegħed fil-konfigurazzjoni DNS... Agħfas Li "
"jmiss biex tkompli"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Problema:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -499,7 +514,7 @@ msgstr ""
"Jidher li dan mhux preżenti fil-konfigurazzjoni DNS... Agħfas Li jmiss biex "
"tkompli"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -507,71 +522,71 @@ msgstr ""
"Jidher li ebda server DNS ma ġie miżjud mis-saħħar. Jekk jogħġbok ħaddem is-"
"saħħar tad-DNS ewlieni."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Jidher li dan mhux server ewlieni DNS, għalhekk ma nistax inżid/inneħħi "
"kompjuters."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Is-Saħħar issa se jibni l-konfigurazzjoni DNS skjav"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "b'din il-konfigurazzjoni:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klijent b'din l-identifikazzjoni se jiġi miżjud mad-DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Isem tal-kompjuter:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Indirizz IP tal-kompjuter:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Il-klijent b'din l-identifikazzjoni se jitneħħa mid-DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Is-server DNS se jiġi konfigurat b'din il-konfigurazzjoni"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Isem is-server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Isem id-dominju:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Is-saħħar żied il-klijent."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Is-saħħar neħħa l-kompjuter mid-DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Is-saħħar ikkonfiguralek is-servizzi DNS tas-server."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Jekk jogħġbok erġa' ħaddem drakwizard, u pprova ibdel xi parametri."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Qed jiġi kkonfigurat is-server DNS ewlieni ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Qed jiġi kkonfigurat is-server DNS skjav ..."
@@ -623,7 +638,7 @@ msgstr "mappa autofs tas-server NIS"
msgid "Mandrakelinux Install server"
msgstr "Server tal-installazzjoni Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Server Kolab"
@@ -935,7 +950,7 @@ msgstr "Daħħal il-password għall-kont tal-manager tas-server Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Passwords ma jaqblux, jew password vojt. Jekk jogħġbok ikkoreġi."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Password:"
@@ -971,27 +986,37 @@ msgstr "Għaddejja l-installazzjoni"
msgid "Installing Kolab server on your system..."
msgstr "Qed jiġi nstallat is-server Kolab fuq is-sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Qed jiġi konfigurat is-server Kolab fuq is-sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Saħħar tas-Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Trid tibdel l-isem tad-dominju. Għal server LDAP trid isem ta' dominju ta' "
+"veru, mhux localdomain jew xejn. L-isem tal-kompjuter irid ikun FQDN "
+"(\"Fully Qualified Domain Name\"). Ħaddem drakconnect biex tirranġah."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Uri konfigurazzjoni LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Żid utent mas-server LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Ħassar konfigurazzjoni LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -999,186 +1024,186 @@ msgstr ""
"Huwa protokoll ħafif biex taċċessa servizzi tad-direttorju, speċifikament "
"servizzi tad-direttorju ibbażati fuq X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP ifisser Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Saħħar ta' konfigurazzjoni LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "L-ewwel trid tissettja s-server LDAP."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "L-għażla tiegħek:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Ħassar konfigurazzjoni"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Qed nikteb il-bażi eżistenti f' /root/ldap-save.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Żieda ta' Utent"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Utent maħluq f':"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Isem proprju:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Isem:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Login ta' utent:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "L-ewwel trid iddaħħal isem proprju validu:"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Trid iddaħħal isem validu:"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Trid iddaħħal isem tal-utent validu"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Password tal-utent LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "passwords iridu jaqblu"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Verifika tal-password:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Trid iddaħħal password għal LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Il-passwords ma jaqblux"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Amministatur"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"L-amministratur huwa utent privileġġjat b' aċċess għal \"grant\" fuq id-"
"databażi LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Qed jiġi kkonfigurat server LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Isem tad-dominju:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Amministatur LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Friegħi tad-direttorju LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
"L-isimijiet mid-DNS jintużaw għad-definizzjonijiet tal-friegħu tad-"
"direttorju LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Friegħi tad-direttorju LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Amministratur LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Password LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Ivverifika password LDAP:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Trid iddaħħal friegħi tad-direttorju validu LDAP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Konferma tal-utent li trid toħloq"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Isem proprju:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Isem tal-utent:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Oħloq f':"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Ikkonferma l-informazzjoni għall-ħolqien ta' server LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Kontenitur tal-utenti:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Is-saħħar ikkonfiguralek is-server LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Ġie miżjud l-utent"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Problema waqt iż-żieda ta' utent fid-databażi LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server diġà konfigurat"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Diġà għandek server LDAP konfigurat"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s ma rnexxiex"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Problema!"
diff --git a/po/nb.po b/po/nb.po
index c4aabac4..ca77a752 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-nb\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-08 20:52+0200\n"
"Last-Translator: Per Øyvind Karlsen <peroyvind@linux-mandrake.com>\n"
"Language-Team: Norwegian Bokmål <cooker-i18n@linux-mandrake.com>\n"
@@ -37,7 +37,7 @@ msgstr "konfigurasjonsveiviser"
msgid "Warning."
msgstr "Advarsel."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -47,10 +47,10 @@ msgid "Error."
msgstr "Feil."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -98,18 +98,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(du trenger ikke å skrive domenet etter navnet)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Klient identifikasjon"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Merk at den gitte IP-adressen og klientnavnet bør være unikt i nettverket."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -119,33 +119,33 @@ msgstr ""
"firmat.net. Hver maskin på nettverket må ha en (unik) IP adresse, i den "
"vanlig punktete syntaksen."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Navnet på maskinen:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP-adressen til maskinen:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Advarsel"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Feil"
@@ -314,7 +314,7 @@ msgstr "Grensesnitt:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Veiviseren konfigurerte vellykket DHCP-tjenestene."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -328,11 +328,11 @@ msgstr "Feilet"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Start drakwizard på nytt, og prøv å endre noen parametre."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Du trenger å omjustere ditt vertsnavn."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -342,24 +342,24 @@ msgstr ""
"korrekt domenenavn, ikke likt localdomain eller intet. Vertsnavn må være et "
"FQDN: Fully Qualified Domain Name. Kjør drakconnect for å justere det."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master DNS-tjener"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave DNS-tjener"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Legg til vert i DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Fjern vert fra DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -367,11 +367,11 @@ msgstr ""
"DNS (Domain Name Server) er tjenesten som setter en maskin i forbindelse med "
"et internett vertsnavn."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Master-konfigureringsveiviser"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -382,32 +382,47 @@ msgstr ""
"lokale maskinnavn, med ikke-lokale forespørsler sendt videre til en DNS på "
"utsiden."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Hva ønsker du å gjøre:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS-tjener"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Du trenger ikke å skrive domenet etter navnet)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Tjener-IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS-domenenavn:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Velg verten du vil fjerne fra den følgende lista."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Fjern en vert fra eksisterende DNS-konfigurasjon."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Fjern vert:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Maskinnavn:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -417,11 +432,11 @@ msgstr ""
"vil også fungere som en backuptjener, i tilfelle din master-tjener ikke kan "
"nås."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP-adresse til master DNS-tjener:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -429,11 +444,11 @@ msgstr ""
"Videresending skjer bare på de forespørslene hvor tjeneren ikke er autoritær "
"og ikke har svaret i mellomlager."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP til din videresender"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -441,15 +456,15 @@ msgstr ""
"Så hvis du trenger det og kjenner til din ip-videresender eller IP-adresse "
"til den, hvis ikke så la den være tom"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Ekstern DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Legg til søkedomene"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -457,7 +472,7 @@ msgstr ""
"Domenenavn på denne tjeren er automatisk lagt til og du trenger ikke å legge "
"det til her."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -469,27 +484,27 @@ msgstr ""
"Dette kan endres ved å angi domenesøgenavnestien ønsket etter 'search'-"
"nøgleordet."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Standard domenavn som skal søkes:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Dette er ikke en gyldig IP-adresse til din videresender... trykk neste for å "
"fortsette"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Dette er ikke en gyldig Master DNS IP-adresse... trykk neste for å fortsette"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Dette er ikke en gyldig IP-adresse... trykk neste for å fortsette"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -497,11 +512,11 @@ msgstr ""
"Det ser ut som om verten allerede er i din DNS-konfigurasjon... trykk "
"nestefor å fortsette"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Feil:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -509,7 +524,7 @@ msgstr ""
"Det ser ut som om dette ikke er til stede i din DNS-konfigurasjon... trykk "
"nestefor å fortsette"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -517,72 +532,72 @@ msgstr ""
"Det ser ut som om ingen DNS-tjener har blitt satt igjennom veiviseren."
"Vennligst kjør DNS-veiviser: Master DNS-tjener."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Det ser ut som om du ikke er en master DNS-tjener, men bare er en slave. Så "
"jeg kan ikke legge til eller fjerne vert."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Veiviseren vil nå nå bygge din DNS-slavekonfigurasjon"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "med denne konfigurasjonen:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient med denne identifikasjonen vil bli lagt til i din DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Maskinnavn:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Maskinen IP-adresse:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient med denne identifikasjonen vil bli fjernet fra din DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
"DNS-tjeneren er i ferd med å bli konfigurert med den følgende konfigurasjonen"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Tjeners Vertsnavn:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domenenavn:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Veiviseren la vellykket til vert i din DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Veiviseren fjernet vellykket verten fra din DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Veiviseren konfigurerte vellykket DNS-tjenestene på tjeneren din."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Vennligst start drakwizard på nytt, og prøv å endre noen parametre."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurerer ditt system som en Master DNS-tjener ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurerer ditt system som en Slave DNS-tjener ..."
@@ -634,7 +649,7 @@ msgstr "Nis-tjener autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux-Installasjonstjener"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab-tjener"
@@ -944,7 +959,7 @@ msgstr "Skriv inn passordet for manager-konto til Kolab-tjener."
msgid "Password mismatch, or null password, please correct."
msgstr "Passord stemmer ikke overens, eller er tomt passord, vennligst rett."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Passord:"
@@ -980,27 +995,37 @@ msgstr "Installasjon pågår"
msgid "Installing Kolab server on your system..."
msgstr "Installerer Kolab-tjener på ditt system..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurerer Kolab-tjener på ditt system..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap-veiviser"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Du trenger å omjustere ditt domenenavn. For en LDAP-tjener trenger du et "
+"korrekt domenenavn, ikke likt localdomain eller intet. Vertsnavn må være et "
+"FQDN: Fully Qualified Domain Name. Kjør drakconnect for å justere det."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Vis Ldap-konfigurasjon"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Legg til bruker i Ldap-tjener"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Slett Ldap-konfigurasjon"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1008,184 +1033,184 @@ msgstr ""
"Det er en lettvektsprotokoll for å få tilgang til katalogtjenester, "
"spesifikt X.500-baserte katalogtjenester."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP står for Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Ldap-konfigurasjonsveiviser"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Du må sette opp en Ldap-tjener først."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Ditt valg:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Slett konfigurasjon"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Lagrer eksisterende base i /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Legg til bruker"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Bruker Opprettet i: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Fornavn:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Navn:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Brukernavn:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Du må skrive inn et gyldig Fornavn."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Du må skrive inn et gyldig Navn."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Du må skrive inn et gyldig Brukernavn."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP-BrukerPassord"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "passord må stemme overens"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Gjenta passord:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Du må skrive inn et passord for LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Passordene stemmer ikke overens"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Administrator er en administrerende bruker som kan gi tilgang i LDAP-"
"databasen"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfigurerer LDAP-tjener"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domenenavn: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrattor LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP-katalogtre"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS-navninga er brukt for LDAP-katalogtredefinisjon"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP-katalogtre:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP-administrator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP-passord:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Gjenta LDAP-passord:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Du må skrive inn et gyldig LDAP-katalogtre."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Bekreftelse om brukeren skal opprettes"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Fornavn:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Brukernavn:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Opprett i:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Bekreftelsesinformasjon for å opprette LDAP-tjener"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Brukerbeholder:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Veiviseren har gjennomført konfigureringen av LDAP-tjeneren."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Bruker ble vellykket lagt til "
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Feil under forsøk på å legge til bruker i LDAP-database"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Tjener er allerede konfigurert"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Du har allerede konfigurert din Ldap-tjener"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Feilet"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Feil!"
diff --git a/po/nl.po b/po/nl.po
index c3317224..4332d798 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: drakwizard-nl\n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-11 17:56+0100\n"
"Last-Translator: hkc <hkc@i-detect.com>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -22,60 +23,37 @@ msgstr ""
msgid "configuration wizard"
msgstr "Configuratiewizard"
-#: ../Wiztemplate.pm:60
-#: ../ftp_wizard/Proftpd.pm:106
-#: ../news_wizard/Inn.pm:71
-#: ../proxy_wizard/Squid.pm:83
-#: ../proxy_wizard/Squid.pm:90
-#: ../samba_wizard/Samba.pm:148
-#: ../samba_wizard/Samba.pm:207
-#: ../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:83 ../proxy_wizard/Squid.pm:90
+#: ../samba_wizard/Samba.pm:148 ../samba_wizard/Samba.pm:207
+#: ../time_wizard/Ntp.pm:137 ../time_wizard/Ntp.pm:144
#: ../web_wizard/Apache.pm:85
msgid "Warning."
msgstr "Waarschuwing."
-#: ../Wiztemplate.pm:64
-#: ../dns_wizard/Bind.pm:189
-#: ../ftp_wizard/Proftpd.pm:121
-#: ../news_wizard/Inn.pm:76
-#: ../news_wizard/Inn.pm:81
-#: ../samba_wizard/Samba.pm:88
-#: ../samba_wizard/Samba.pm:104
-#: ../samba_wizard/Samba.pm:166
-#: ../samba_wizard/Samba.pm:171
-#: ../samba_wizard/Samba.pm:213
-#: ../web_wizard/Apache.pm:117
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
+#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
+#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
+#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
+#: ../samba_wizard/Samba.pm:213 ../web_wizard/Apache.pm:117
#: ../web_wizard/Apache.pm:125
msgid "Error."
msgstr "Fout."
-#: ../Wiztemplate.pm:78
-#: ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125
-#: ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255
-#: ../dns_wizard/Bind.pm:262
-#: ../ftp_wizard/Proftpd.pm:148
-#: ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236
-#: ../news_wizard/Inn.pm:95
-#: ../nfs_wizard/NFS.pm:102
-#: ../nisautofs_wizard/Nisautofs.pm:141
-#: ../nisautofs_wizard/Nisautofs.pm:148
-#: ../postfix_wizard/Postfix.pm:148
-#: ../proxy_wizard/Squid.pm:174
-#: ../pxe_wizard/Pxe.pm:295
-#: ../pxe_wizard/Pxe.pm:307
-#: ../pxe_wizard/Pxe.pm:319
-#: ../pxe_wizard/Pxe.pm:324
-#: ../samba_wizard/Samba.pm:239
-#: ../web_wizard/Apache.pm:146
+#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
+#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
+#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
+#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
+#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
+#: ../pxe_wizard/Pxe.pm:307 ../pxe_wizard/Pxe.pm:319 ../pxe_wizard/Pxe.pm:324
+#: ../samba_wizard/Samba.pm:239 ../web_wizard/Apache.pm:146
msgid "Congratulations"
msgstr "Gefeliciteerd"
-#: ../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 "DNS client wizard"
@@ -84,84 +62,88 @@ msgid "You must first run the DNS server wizard"
msgstr "U dient eerst de DNS server wizard uit te voeren"
#: ../client_wizard/Bind_client.pm:55
-msgid "A client of your local network is a machine connected to the network having its own name and IP address."
-msgstr "Een client in uw lokale netwerk is een machine die verbonden is met het netwerk en die een eigen naam en IP adres heeft."
+msgid ""
+"A client of your local network is a machine connected to the network having "
+"its own name and IP address."
+msgstr ""
+"Een client in uw lokale netwerk is een machine die verbonden is met het "
+"netwerk en die een eigen naam en IP adres heeft."
#: ../client_wizard/Bind_client.pm:55
msgid "Press next to begin, or Cancel to leave this wizard."
-msgstr "Druk op volgende om te beginnen of annuleren om deze wizard te verlaten."
+msgstr ""
+"Druk op volgende om te beginnen of annuleren om deze wizard te verlaten."
#: ../client_wizard/Bind_client.pm:55
-msgid "The server will use the information you enter here to make the name of the client available to other machines into your network."
-msgstr "De server zal de gegevens die u hier invoert, gebruiken om de naam van de client beschikbaar te maken voor andere machines in uw netwerk."
+msgid ""
+"The server will use the information you enter here to make the name of the "
+"client available to other machines into your network."
+msgstr ""
+"De server zal de gegevens die u hier invoert, gebruiken om de naam van de "
+"client beschikbaar te maken voor andere machines in uw netwerk."
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Deze wizard helpt u bij het toevoegen van een nieuwe client aan uw lokale DNS."
+msgstr ""
+"Deze wizard helpt u bij het toevoegen van een nieuwe client aan uw lokale "
+"DNS."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(u hoeft achter de naam geen domein op te geven)"
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Client-identificatie:"
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:127
-msgid "Note that the given IP address and client name should be unique in the network."
-msgstr "Let erop dat het opgegeven IP adres en de clientnaam uniek zijn voor uw netwerk."
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
+msgid ""
+"Note that the given IP address and client name should be unique in the "
+"network."
+msgstr ""
+"Let erop dat het opgegeven IP adres en de clientnaam uniek zijn voor uw "
+"netwerk."
-#: ../client_wizard/Bind_client.pm:61
-#: ../dns_wizard/Bind.pm:127
-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 "Uw client computer wordt in het netwerk herkend aan de hand van de naam, zoals bijvoorbeeld clientnaam.bedrijf.net. Iedere machine in het netwerk moet een (uniek) IP adres hebben, genoteerd als: x.x.x.x., waarbij de x vervangen dient te worden door cijfers."
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
+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 ""
+"Uw client computer wordt in het netwerk herkend aan de hand van de naam, "
+"zoals bijvoorbeeld clientnaam.bedrijf.net. Iedere machine in het netwerk "
+"moet een (uniek) IP adres hebben, genoteerd als: x.x.x.x., waarbij de x "
+"vervangen dient te worden door cijfers."
-#: ../client_wizard/Bind_client.pm:67
-#: ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Naam van de computer:"
-#: ../client_wizard/Bind_client.pm:68
-#: ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP adres van de computer:"
-#: ../client_wizard/Bind_client.pm:73
-#: ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100
-#: ../dns_wizard/Bind.pm:184
+#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Waarschuwing"
-#: ../client_wizard/Bind_client.pm:73
-#: ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184
-#: ../web_wizard/Apache.pm:85
+#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
-msgstr "U heeft voor DHCP gekozen, de server werkt misschien niet goed met uw instellingen."
-
-#: ../client_wizard/Bind_client.pm:78
-#: ../client_wizard/Bind_client.pm:83
-#: ../dhcp_wizard/Dhcp.pm:95
-#: ../dhcp_wizard/Dhcp.pm:105
-#: ../drakwizard.pl:80
-#: ../drakwizard.pl:106
-#: ../drakwizard.pl:157
-#: ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114
-#: ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119
-#: ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152
-#: ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172
-#: ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197
-#: ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205
-#: ../nfs_wizard/NFS.pm:62
+msgstr ""
+"U heeft voor DHCP gekozen, de server werkt misschien niet goed met uw "
+"instellingen."
+
+#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
+#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
+#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fout opgetreden"
@@ -179,12 +161,20 @@ msgid "Adding a new client to your network"
msgstr "Een nieuwe client toevoegen aan uw netwerk"
#: ../client_wizard/Bind_client.pm:88
-msgid "The wizard collected the following parameters needed to add a client to your network:"
-msgstr "De wizard heeft de volgende instellingen gevonden die nodig zijn om een client toe te voegen aan uw netwerk: "
+msgid ""
+"The wizard collected the following parameters needed to add a client to your "
+"network:"
+msgstr ""
+"De wizard heeft de volgende instellingen gevonden die nodig zijn om een "
+"client toe te voegen aan uw netwerk: "
#: ../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 "Om deze instellingen te accepteren, en uw client toe te voegen, klikt u op Volgende. Klik op Vorige om wijzigingen aan te brengen."
+msgid ""
+"To accept these values, and add your client, click the Next button or use "
+"the Back button to correct them."
+msgstr ""
+"Om deze instellingen te accepteren, en uw client toe te voegen, klikt u op "
+"Volgende. Klik op Vorige om wijzigingen aan te brengen."
#: ../client_wizard/Bind_client.pm:90
msgid "Client name"
@@ -199,59 +189,74 @@ msgid "The wizard successfully added the client."
msgstr "De wizard heeft de client succesvol toegevoegd."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
-msgstr "Nog bezig opdracht uit te voeren. Wilt u deze opdracht stoppen en de Wizard afsluiten?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
+msgstr ""
+"Nog bezig opdracht uit te voeren. Wilt u deze opdracht stoppen en de Wizard "
+"afsluiten?"
#: ../common/Wizcommon.pm:103
msgid "Close"
msgstr "Sluiten"
-#: ../dhcp_wizard/Dhcp.pm:38
-#: ../dhcp_wizard/Dhcp.pm:53
+#: ../dhcp_wizard/Dhcp.pm:38 ../dhcp_wizard/Dhcp.pm:53
msgid "DHCP Wizard"
msgstr "DHCP Wizard"
#: ../dhcp_wizard/Dhcp.pm:53
-msgid "DHCP is a service that automatically assigns networking addresses to your workstations."
-msgstr "DHCP is een service die automatisch netwerkadressen toewijst aan uw werkstations."
+msgid ""
+"DHCP is a service that automatically assigns networking addresses to your "
+"workstations."
+msgstr ""
+"DHCP is een service die automatisch netwerkadressen toewijst aan uw "
+"werkstations."
#: ../dhcp_wizard/Dhcp.pm:53
msgid "This wizard will help you configuring the DHCP services of your server."
-msgstr "Deze wizard helpt u bij het configureren van de DHCP services op uw server."
+msgstr ""
+"Deze wizard helpt u bij het configureren van de DHCP services op uw server."
#: ../dhcp_wizard/Dhcp.pm:58
msgid "Interface the dhcp server must listen to"
msgstr "De interface waarnaar de DHCP server dient te luisteren"
#: ../dhcp_wizard/Dhcp.pm:72
-msgid "If you want to enable PXE in your dhcp server please check the box (Pre-boot eXecution Environment, a protocol that allows computers to boot through the network)."
-msgstr "Indien u PXE wilt inschakelen in uw DHCP-server, kruis dan het vakje aan.(Pre-boot eXecution Environment is een protocol dat computers laat opstarten via het netwerk)."
+msgid ""
+"If you want to enable PXE in your dhcp server please check the box (Pre-boot "
+"eXecution Environment, a protocol that allows computers to boot through the "
+"network)."
+msgstr ""
+"Indien u PXE wilt inschakelen in uw DHCP-server, kruis dan het vakje aan."
+"(Pre-boot eXecution Environment is een protocol dat computers laat opstarten "
+"via het netwerk)."
#: ../dhcp_wizard/Dhcp.pm:72
msgid "Range of addresses used by DHCP"
msgstr "Bereik van adressen die door DHCP gebruikt worden"
#: ../dhcp_wizard/Dhcp.pm:72
-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 "Kies het bereik van de adressen die u aan de werkstations wilt toewijzen via de DHCP service; tenzij u speciale eisen heeft, kunt u de voorgestelde waardes accepteren. (bijv. 192.168.100.20 192.168.100.40)"
+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 ""
+"Kies het bereik van de adressen die u aan de werkstations wilt toewijzen via "
+"de DHCP service; tenzij u speciale eisen heeft, kunt u de voorgestelde "
+"waardes accepteren. (bijv. 192.168.100.20 192.168.100.40)"
-#: ../dhcp_wizard/Dhcp.pm:82
-#: ../dhcp_wizard/Dhcp.pm:115
+#: ../dhcp_wizard/Dhcp.pm:82 ../dhcp_wizard/Dhcp.pm:115
msgid "Lowest IP address:"
msgstr "Laagste IP adres:"
-#: ../dhcp_wizard/Dhcp.pm:83
-#: ../dhcp_wizard/Dhcp.pm:116
+#: ../dhcp_wizard/Dhcp.pm:83 ../dhcp_wizard/Dhcp.pm:116
msgid "Highest IP address:"
msgstr "Hoogste IP adres:"
-#: ../dhcp_wizard/Dhcp.pm:84
-#: ../dhcp_wizard/Dhcp.pm:117
+#: ../dhcp_wizard/Dhcp.pm:84 ../dhcp_wizard/Dhcp.pm:117
msgid "Gateway IP address:"
msgstr "Gateway IP adres:"
-#: ../dhcp_wizard/Dhcp.pm:85
-#: ../dhcp_wizard/Dhcp.pm:119
+#: ../dhcp_wizard/Dhcp.pm:85 ../dhcp_wizard/Dhcp.pm:119
msgid "Enable PXE:"
msgstr "PXE gebruiken:"
@@ -261,7 +266,9 @@ msgstr "Het aangegeven IP-bereik is niet correct."
#: ../dhcp_wizard/Dhcp.pm:100
msgid "The IP range specified is not in server address range."
-msgstr "Het aangegeven IP-bereik ligt niet binnen het netwerk-adresbereik van de server."
+msgstr ""
+"Het aangegeven IP-bereik ligt niet binnen het netwerk-adresbereik van de "
+"server."
#: ../dhcp_wizard/Dhcp.pm:105
msgid "The IP of the server must not be in range."
@@ -272,40 +279,30 @@ msgid "Configuring the DHCP server"
msgstr "Bezig met configureren van de DHCP server"
#: ../dhcp_wizard/Dhcp.pm:110
-msgid "The wizard collected the following parameters needed to configure your DHCP service:"
-msgstr "De wizard heeft de volgende instellingen verzameld om uw DHCP service in te stellen:"
-
-#: ../dhcp_wizard/Dhcp.pm:112
-#: ../ftp_wizard/Proftpd.pm:128
-#: ../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
-#: ../installsrv_wizard/Installsrv.pm:87
-#: ../installsrv_wizard/Installsrv.pm:88
-#: ../samba_wizard/Samba.pm:222
-#: ../samba_wizard/Samba.pm:223
-#: ../samba_wizard/Samba.pm:224
-#: ../web_wizard/Apache.pm:133
-#: ../web_wizard/Apache.pm:134
+msgid ""
+"The wizard collected the following parameters needed to configure your DHCP "
+"service:"
+msgstr ""
+"De wizard heeft de volgende instellingen verzameld om uw DHCP service in te "
+"stellen:"
+
+#: ../dhcp_wizard/Dhcp.pm:112 ../ftp_wizard/Proftpd.pm:128
+#: ../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 ../installsrv_wizard/Installsrv.pm:87
+#: ../installsrv_wizard/Installsrv.pm:88 ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:223 ../samba_wizard/Samba.pm:224
+#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "disabled"
msgstr "uitgezet"
-#: ../dhcp_wizard/Dhcp.pm:112
-#: ../ftp_wizard/Proftpd.pm:128
-#: ../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
-#: ../installsrv_wizard/Installsrv.pm:87
-#: ../installsrv_wizard/Installsrv.pm:88
-#: ../samba_wizard/Samba.pm:222
-#: ../samba_wizard/Samba.pm:223
-#: ../samba_wizard/Samba.pm:224
-#: ../web_wizard/Apache.pm:133
-#: ../web_wizard/Apache.pm:134
+#: ../dhcp_wizard/Dhcp.pm:112 ../ftp_wizard/Proftpd.pm:128
+#: ../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 ../installsrv_wizard/Installsrv.pm:87
+#: ../installsrv_wizard/Installsrv.pm:88 ../samba_wizard/Samba.pm:222
+#: ../samba_wizard/Samba.pm:223 ../samba_wizard/Samba.pm:224
+#: ../web_wizard/Apache.pm:133 ../web_wizard/Apache.pm:134
msgid "enabled"
msgstr "aangezet"
@@ -317,227 +314,291 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "De wizard heeft de DHCP-dienst op uw server succesvol ingesteld."
-#: ../dhcp_wizard/Dhcp.pm:130
-#: ../dns_wizard/Bind.pm:269
-#: ../ftp_wizard/Proftpd.pm:154
-#: ../nfs_wizard/NFS.pm:107
-#: ../nisautofs_wizard/Nisautofs.pm:155
-#: ../postfix_wizard/Postfix.pm:153
-#: ../proxy_wizard/Squid.pm:179
-#: ../pxe_wizard/Pxe.pm:331
-#: ../samba_wizard/Samba.pm:244
-#: ../web_wizard/Apache.pm:152
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
+#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
+#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
+#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
+#: ../samba_wizard/Samba.pm:244 ../web_wizard/Apache.pm:152
msgid "Failed"
msgstr "Mislukt"
-#: ../dhcp_wizard/Dhcp.pm:131
-#: ../nfs_wizard/NFS.pm:108
-#: ../nisautofs_wizard/Nisautofs.pm:156
-#: ../proxy_wizard/Squid.pm:180
-#: ../samba_wizard/Samba.pm:245
-#: ../web_wizard/Apache.pm:153
+#: ../dhcp_wizard/Dhcp.pm:131 ../nfs_wizard/NFS.pm:108
+#: ../nisautofs_wizard/Nisautofs.pm:156 ../proxy_wizard/Squid.pm:180
+#: ../samba_wizard/Samba.pm:245 ../web_wizard/Apache.pm:153
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Start drakwizard opnieuw en probeer het met andere gegevens."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "U dient uw computernaam aan te passen."
-#: ../dns_wizard/Bind.pm:77
-msgid "You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it."
-msgstr "U dient uw domeinnaam aan te passen. Voor een DNS server heeft u een correcte domeinnaam nodig, die niet gelijk is aan localdomain of none (geen). De hostnaam moet een FQDN: Fully Qualified Domain Name (volledig gekwalificeerd domeinnaam) zijn. Start drakconnect om de domeinnaam aan te passen."
+#: ../dns_wizard/Bind.pm:76
+msgid ""
+"You need to readjust your domainname. For a DNS server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"U dient uw domeinnaam aan te passen. Voor een DNS server heeft u een "
+"correcte domeinnaam nodig, die niet gelijk is aan localdomain of none "
+"(geen). De hostnaam moet een FQDN: Fully Qualified Domain Name (volledig "
+"gekwalificeerd domeinnaam) zijn. Start drakconnect om de domeinnaam aan te "
+"passen."
-#: ../dns_wizard/Bind.pm:84
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Primaire DNS server"
-#: ../dns_wizard/Bind.pm:85
-#: ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Secundaire DNS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Computer toevoegen aan DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Computer verwijderen uit 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 (Domein Naam Server) is de dienst die een machine koppelt aan een computernaam op het internet."
+#: ../dns_wizard/Bind.pm:105
+msgid ""
+"DNS (Domain Name Server) is the service that maps an IP address of a machine "
+"with an internet host name."
+msgstr ""
+"DNS (Domein Naam Server) is de dienst die een machine koppelt aan een "
+"computernaam op het internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Master-configuratiewizard"
-#: ../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 "Deze wizard helpt u met het instellen van de DNS service op uw server. Deze configuratie zal een lokale DNS service bieden voor lokale computernamen, terwijl niet-lokale namen worden doorgestuurd naar een externe DNS."
+#: ../dns_wizard/Bind.pm:105
+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 ""
+"Deze wizard helpt u met het instellen van de DNS service op uw server. Deze "
+"configuratie zal een lokale DNS service bieden voor lokale computernamen, "
+"terwijl niet-lokale namen worden doorgestuurd naar een externe DNS."
-#: ../dns_wizard/Bind.pm:122
-#: ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Wat wilt u doen:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(U hoeft achter de naam geen domein op te geven)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Server IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domeinnaam:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Kies de computer die u wilt verwijderen uit de volgende lijst."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Een computer uit de bestaande DNS configuratie verwijderen."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Computer verwijderen:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Naam van de computer:"
-#: ../dns_wizard/Bind.pm:144
-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 "Een secundaire name server neemt een gedeelte van de belasing van uw primaire name server over en dient tevens als een backup server indien uw primaire name server niet bereikbaar is."
+#: ../dns_wizard/Bind.pm:153
+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 ""
+"Een secundaire name server neemt een gedeelte van de belasing van uw "
+"primaire name server over en dient tevens als een backup server indien uw "
+"primaire name server niet bereikbaar is."
-#: ../dns_wizard/Bind.pm:146
-#: ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Het IP adres van de primaire DNS server:"
-#: ../dns_wizard/Bind.pm:153
-msgid "Forwarding occurs on only those queries for which the server is not authoritative and does not have the answer in its cache."
-msgstr "Doorsturen gebeurt alleen met verzoeken waarvoor de server niet gezaghebbend is en het antwoord niet in de cache heeft."
+#: ../dns_wizard/Bind.pm:162
+msgid ""
+"Forwarding occurs on only those queries for which the server is not "
+"authoritative and does not have the answer in its cache."
+msgstr ""
+"Doorsturen gebeurt alleen met verzoeken waarvoor de server niet gezaghebbend "
+"is en het antwoord niet in de cache heeft."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Het IP adres van uw doorstuurserver"
-#: ../dns_wizard/Bind.pm:153
-msgid "If you need it and know your IP forwarder enter IP address of it, if you dont know leave it blank"
-msgstr "Als u dit nodig heeft en u weet het IP adres van uw doorstuurserver, vul het dan hier in; als u het niet weet vul dan niets in"
+#: ../dns_wizard/Bind.pm:162
+msgid ""
+"If you need it and know your IP forwarder enter IP address of it, if you "
+"dont know leave it blank"
+msgstr ""
+"Als u dit nodig heeft en u weet het IP adres van uw doorstuurserver, vul het "
+"dan hier in; als u het niet weet vul dan niets in"
-#: ../dns_wizard/Bind.pm:155
-#: ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Externe DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Zoekdomein toevoegen"
-#: ../dns_wizard/Bind.pm:161
-msgid "Domainname of this server is automatically added, and you dont need to add it here."
-msgstr "De domeinnaam van deze server wordt automatisch toegevoegd en u hoeft deze hier niet aan te geven."
+#: ../dns_wizard/Bind.pm:174
+msgid ""
+"Domainname of this server is automatically added, and you dont need to add "
+"it here."
+msgstr ""
+"De domeinnaam van deze server wordt automatisch toegevoegd en u hoeft deze "
+"hier niet aan te geven."
-#: ../dns_wizard/Bind.pm:161
-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 "Zoeklijst voor het vinden van computernamen. De zoeklijst word gewoonlijk bepaald door de lokale domeinnaam; standaard bevat deze alleen de lokale domainnaam. Dit kan aangepast worden door het gewenste domein zoekpad aan te geven na het zoekwoord"
+#: ../dns_wizard/Bind.pm:174
+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 ""
+"Zoeklijst voor het vinden van computernamen. De zoeklijst word gewoonlijk "
+"bepaald door de lokale domeinnaam; standaard bevat deze alleen de lokale "
+"domainnaam. Dit kan aangepast worden door het gewenste domein zoekpad aan te "
+"geven na het zoekwoord"
-#: ../dns_wizard/Bind.pm:164
-#: ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Standaard zoekdomein naam:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
-msgstr "Dit is geen geldig IP adres voor uw doorstuurserver... klik op Volgende om verder te gaan"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
+msgstr ""
+"Dit is geen geldig IP adres voor uw doorstuurserver... klik op Volgende om "
+"verder te gaan"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
-msgstr "Dit is geen geldig adres voor een primaire DNS server... klik op Volgende om verder te gaan"
+msgstr ""
+"Dit is geen geldig adres voor een primaire DNS server... klik op Volgende om "
+"verder te gaan"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Dit is geen geldig IP adres... klik op Volgende om verder te gaan"
-#: ../dns_wizard/Bind.pm:189
-msgid "It seems that host is already in your DNS configuration... press next to continue"
-msgstr "Het lijkt erop dat deze computer al in uw DNS configuratie is opgenomen. Klik op Volgende om verder te gaan"
+#: ../dns_wizard/Bind.pm:202
+msgid ""
+"It seems that host is already in your DNS configuration... press next to "
+"continue"
+msgstr ""
+"Het lijkt erop dat deze computer al in uw DNS configuratie is opgenomen. "
+"Klik op Volgende om verder te gaan"
-#: ../dns_wizard/Bind.pm:194
-#: ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Fout opgetreden:"
-#: ../dns_wizard/Bind.pm:194
-msgid "It seems that this is not present in your DNS configuration... press next to continue"
-msgstr "Waarschijnlijk is dit niet aanwezig is in uw DNS configuratie... klik op Volgende om verder te gaan"
+#: ../dns_wizard/Bind.pm:207
+msgid ""
+"It seems that this is not present in your DNS configuration... press next to "
+"continue"
+msgstr ""
+"Waarschijnlijk is dit niet aanwezig is in uw DNS configuratie... klik op "
+"Volgende om verder te gaan"
-#: ../dns_wizard/Bind.pm:199
-msgid "It seems that no DNS server has been set through wizard. Please run DNS wizard: Master DNS server."
-msgstr "Waarschijnlijk is er geen DNS server ingesteld met behulp van de wizard. Voer de DNS wizard: Primaire DNS server uit."
+#: ../dns_wizard/Bind.pm:212
+msgid ""
+"It seems that no DNS server has been set through wizard. Please run DNS "
+"wizard: Master DNS server."
+msgstr ""
+"Waarschijnlijk is er geen DNS server ingesteld met behulp van de wizard. "
+"Voer de DNS wizard: Primaire DNS server uit."
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
-msgstr "Waarschijnlijk bent u geen primaire DNS server, maar een secundaire. Ik kan geen computer toevoegen of verwijderen."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
+msgstr ""
+"Waarschijnlijk bent u geen primaire DNS server, maar een secundaire. Ik kan "
+"geen computer toevoegen of verwijderen."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "De wizard zal nu uw secundaire DNS configuratie opzetten"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "met deze gegevens:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Een client met deze identificatie zal aan uw DNS worden toegevoegd"
-#: ../dns_wizard/Bind.pm:219
-#: ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Naam van de computer:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP-adres van de computer:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "De client met deze identificatie zal uit uw DNS verwijderd worden"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
msgstr "De DNS server zal worden geconfigureerd met de volgende gegevens"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Naam van de server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domeinnaam:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "De wizard heeft de client succesvol aan uw DNS toegevoegd."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "De wizard heeft de client succesvol uit uw DNS verwijderd."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "De wizard heeft de DNS service op uw server succesvol geconfigureerd."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Start drakwizard opnieuw en probeer het met andere gegevens."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Configureer uw systeem als primaire DNS server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configureer uw systeem als secundaire DNS server ..."
@@ -549,13 +610,11 @@ msgstr "DHCP server"
msgid "DNS server"
msgstr "DNS server"
-#: ../drakwizard.pl:43
-#: ../news_wizard/Inn.pm:49
+#: ../drakwizard.pl:43 ../news_wizard/Inn.pm:49
msgid "News server"
msgstr "Newsserver"
-#: ../drakwizard.pl:44
-#: ../nfs_wizard/NFS.pm:56
+#: ../drakwizard.pl:44 ../nfs_wizard/NFS.pm:56
msgid "NFS server"
msgstr "NFS server"
@@ -563,13 +622,11 @@ msgstr "NFS server"
msgid "Mail server"
msgstr "Mail server"
-#: ../drakwizard.pl:46
-#: ../ftp_wizard/Proftpd.pm:79
+#: ../drakwizard.pl:46 ../ftp_wizard/Proftpd.pm:79
msgid "FTP server"
msgstr "FTP server"
-#: ../drakwizard.pl:47
-#: ../samba_wizard/Samba.pm:521
+#: ../drakwizard.pl:47 ../samba_wizard/Samba.pm:521
msgid "Samba server"
msgstr "Samba server"
@@ -593,8 +650,7 @@ msgstr "NIS server autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux installatieserver"
-#: ../drakwizard.pl:53
-#: ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -619,8 +675,7 @@ msgstr ""
"%s is niet geïnstalleerd\n"
"Klik op \"Volgende\" om te installeren of \"Annuleren\" om af te sluiten"
-#: ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114
+#: ../drakwizard.pl:161 ../kolab_wizard/Kolab.pm:114
msgid "Installation failed"
msgstr "Installatie is mislukt"
@@ -634,15 +689,20 @@ msgstr "FTP-server configuratiewizard"
#: ../ftp_wizard/Proftpd.pm:73
msgid "This wizard will help you configuring an FTP server for your network."
-msgstr "Deze wizard helpt u met het instellen van de FTP server voor uw netwerk."
+msgstr ""
+"Deze wizard helpt u met het instellen van de FTP server voor uw netwerk."
#: ../ftp_wizard/Proftpd.pm:79
msgid "Select the kind of FTP service you want to activate:"
msgstr "Kies het soort FTP service dat u wilt activeren:"
#: ../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 "Uw server kan dienen als een FTP server voor uw interne netwerk (intranet) en als een FTP server voor internet."
+msgid ""
+"Your server can act as an FTP server toward your internal network (intranet) "
+"and as an FTP server for the Internet."
+msgstr ""
+"Uw server kan dienen als een FTP server voor uw interne netwerk (intranet) "
+"en als een FTP server voor internet."
#: ../ftp_wizard/Proftpd.pm:81
msgid "Enable the FTP server for the intranet"
@@ -658,7 +718,9 @@ msgstr "Beheerder email: email-adres van de FTP beheerder."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
-msgstr "FTP hervatten toestaan: sta het hervatten van uploaden of downloaden van de FTP server toe."
+msgstr ""
+"FTP hervatten toestaan: sta het hervatten van uploaden of downloaden van de "
+"FTP server toe."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via another FTP."
@@ -666,7 +728,9 @@ msgstr "FXP toestaan: sta een bestandsoverdracht via een andere FTP toe."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot home user: users will only see their home directory."
-msgstr "Chroot Home gebruiker: de gebruikers kunnen alleen hun eigen persoonlijke map zien."
+msgstr ""
+"Chroot Home gebruiker: de gebruikers kunnen alleen hun eigen persoonlijke "
+"map zien."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -674,7 +738,9 @@ msgstr "FTP Proftpd server opties"
#: ../ftp_wizard/Proftpd.pm:88
msgid "Permit root login: allow root to log on FTP server."
-msgstr "Root-aanmelding toestaan: root toestaan om zich op de FTP server aan te melden."
+msgstr ""
+"Root-aanmelding toestaan: root toestaan om zich op de FTP server aan te "
+"melden."
#: ../ftp_wizard/Proftpd.pm:96
msgid "Admin email:"
@@ -698,15 +764,25 @@ msgstr "FXP toestaan:"
#: ../ftp_wizard/Proftpd.pm:106
msgid "You are in DHCP, server may not work with your configuration."
-msgstr "U bevindt zich in DHCP, de server werkt misschien niet goed met uw instellingen."
+msgstr ""
+"U bevindt zich in DHCP, de server werkt misschien niet goed met uw "
+"instellingen."
#: ../ftp_wizard/Proftpd.pm:111
-msgid "Please choose whether to allow a connection to FTP server from internal or external hosts."
-msgstr "Geef aan of connecties van computers van het interne of externe netwerk zijn toegestaan."
+msgid ""
+"Please choose whether to allow a connection to FTP server from internal or "
+"external hosts."
+msgstr ""
+"Geef aan of connecties van computers van het interne of externe netwerk zijn "
+"toegestaan."
#: ../ftp_wizard/Proftpd.pm:115
-msgid "I can't find bash in list of shells! It seems you have modified it by hand! Please correct."
-msgstr "Bash komt niet voor in de lijst van shells. U heeft het blijkbaar met de hand aangepast! Corrigeer dit alstublieft."
+msgid ""
+"I can't find bash in list of shells! It seems you have modified it by hand! "
+"Please correct."
+msgstr ""
+"Bash komt niet voor in de lijst van shells. U heeft het blijkbaar met de "
+"hand aangepast! Corrigeer dit alstublieft."
#: ../ftp_wizard/Proftpd.pm:121
msgid "Sorry, you must be root to do this..."
@@ -717,12 +793,20 @@ msgid "Configuring the FTP server"
msgstr "De FTP server instellen"
#: ../ftp_wizard/Proftpd.pm:126
-msgid "The wizard collected the following parameters needed to configure your FTP server"
-msgstr "De wizard heeft de volgende instellingen verzameld om uw FTP server in te stellen"
+msgid ""
+"The wizard collected the following parameters needed to configure your FTP "
+"server"
+msgstr ""
+"De wizard heeft de volgende instellingen verzameld om uw FTP server in te "
+"stellen"
#: ../ftp_wizard/Proftpd.pm:126
-msgid "To accept those values, and configure your server, click the next button or use the back button to correct them"
-msgstr "Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop Volgende. Klik op Vorige om de waarden te corrigeren."
+msgid ""
+"To accept those values, and configure your server, click the next button or "
+"use the back button to correct them"
+msgstr ""
+"Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop "
+"Volgende. Klik op Vorige om de waarden te corrigeren."
#: ../ftp_wizard/Proftpd.pm:136
msgid "Intranet FTP server:"
@@ -754,10 +838,10 @@ msgstr "Sta FXP toe"
#: ../ftp_wizard/Proftpd.pm:148
msgid "The wizard successfully configured your intranet/Internet FTP server"
-msgstr "De wizard heeft uw intranet/internet FTP server succesvol geconfigureerd"
+msgstr ""
+"De wizard heeft uw intranet/internet FTP server succesvol geconfigureerd"
-#: ../ftp_wizard/Proftpd.pm:155
-#: ../postfix_wizard/Postfix.pm:154
+#: ../ftp_wizard/Proftpd.pm:155 ../postfix_wizard/Postfix.pm:154
#: ../pxe_wizard/Pxe.pm:332
msgid "Please relaunch drakwizard, and try to change some parameters."
msgstr "Start drakwizard opnieuw en probeer het met andere gegevens."
@@ -767,8 +851,12 @@ msgid "Configure a Mandrakelinux install server (via NFS and http)"
msgstr "Een Mandrakelinux installatieserver configureren (via NFS en http)"
#: ../installsrv_wizard/Installsrv.pm:53
-msgid "Easily configure a Mandrakelinux server installation directory, with NFS and HTTP access."
-msgstr "Eenvoudig een Mandrakelinux server installatie map met NFS en HTTP toegang, configureren"
+msgid ""
+"Easily configure a Mandrakelinux server installation directory, with NFS and "
+"HTTP access."
+msgstr ""
+"Eenvoudig een Mandrakelinux server installatie map met NFS en HTTP toegang, "
+"configureren"
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -779,8 +867,12 @@ msgid "Install server configuration"
msgstr "Configuratie van de installatie server"
#: ../installsrv_wizard/Installsrv.pm:58
-msgid "Path to data: specify your source directory, should be base of a Mandrakelinux installation."
-msgstr "Pad naar de gegevens: specificeer uw bronmap, dit dient de basis van een Mandrakelinux installatie te zijn."
+msgid ""
+"Path to data: specify your source directory, should be base of a "
+"Mandrakelinux installation."
+msgstr ""
+"Pad naar de gegevens: specificeer uw bronmap, dit dient de basis van een "
+"Mandrakelinux installatie te zijn."
#: ../installsrv_wizard/Installsrv.pm:73
msgid "The destination directory could not be '/var/install/'"
@@ -791,8 +883,12 @@ msgid "ie use: /var/install/mdk-release"
msgstr "Gebruik bijv.: /var/install/mdk-release"
#: ../installsrv_wizard/Installsrv.pm:77
-msgid "Error, the source path must be a directory with full Mandrakelinux installation directory."
-msgstr "Fout, het bronpad dient een map met een volledige Mandrakelinux installatiemap te zijn."
+msgid ""
+"Error, the source path must be a directory with full Mandrakelinux "
+"installation directory."
+msgstr ""
+"Fout, het bronpad dient een map met een volledige Mandrakelinux "
+"installatiemap te zijn."
#: ../installsrv_wizard/Installsrv.pm:81
msgid "The destination directory is already in use. Please choose another one."
@@ -815,25 +911,49 @@ msgid "Configuring your system, please wait..."
msgstr "Bezig met uw systeem te configureren, even geduld..."
#: ../installsrv_wizard/Installsrv.pm:104
-msgid "Congratulations, Mandrakelinux Install server is now ready. You can now configure a DHCP server with PXE support, and a PXE server. So it will be very easy to install Mandrakelinux through a network."
-msgstr "Gefeliciteerd, de Mandrakelinux installatieserver is gereed. U kunt nu een DHCP server configureren met PXE-ondersteuning, alsmede een PXE-server. Het zal op deze manier erg gemakkelijk zijn om Mandrakelinux via een netwerk te installeren."
+msgid ""
+"Congratulations, Mandrakelinux Install server is now ready. You can now "
+"configure a DHCP server with PXE support, and a PXE server. So it will be "
+"very easy to install Mandrakelinux through a network."
+msgstr ""
+"Gefeliciteerd, de Mandrakelinux installatieserver is gereed. U kunt nu een "
+"DHCP server configureren met PXE-ondersteuning, alsmede een PXE-server. Het "
+"zal op deze manier erg gemakkelijk zijn om Mandrakelinux via een netwerk te "
+"installeren."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
msgstr "Kolab-configuratiewizard"
-#: ../kolab_wizard/Kolab.pm:43
-#: ../pxe_wizard/Pxe.pm:78
-msgid "You need to readjust your domainname, not equal to localdomain or none. Please launch drakconnect to adjust it."
-msgstr "U dient uw domeinnaam aan te passen zodanig dat die niet gelijk is aan localdomain of none. Start drakconnect om de domeinnaam aan te passen."
+#: ../kolab_wizard/Kolab.pm:43 ../pxe_wizard/Pxe.pm:78
+msgid ""
+"You need to readjust your domainname, not equal to localdomain or none. "
+"Please launch drakconnect to adjust it."
+msgstr ""
+"U dient uw domeinnaam aan te passen zodanig dat die niet gelijk is aan "
+"localdomain of none. Start drakconnect om de domeinnaam aan te passen."
#: ../kolab_wizard/Kolab.pm:59
-msgid "Kolab is a secure, scalable and reliable groupware server. Some of the major features include: a web administration interface, a shared address book with provision for mailbox users as well as contacts and a POP3 as well as IMAP4(rev1) access to mail"
-msgstr "Kolab is een veilig, schaalbaar en betrouwbare groupware server. Enkele van de meest belangrijke onderdelen zijn onder anderen: Een Web beheer interface, een gedeelde adresboek met oog op zowel mailbox gebruikers als contacten en een POP3 en IMAP4(rev1) toegang tot mail"
+msgid ""
+"Kolab is a secure, scalable and reliable groupware server. Some of the major "
+"features include: a web administration interface, a shared address book with "
+"provision for mailbox users as well as contacts and a POP3 as well as IMAP4"
+"(rev1) access to mail"
+msgstr ""
+"Kolab is een veilig, schaalbaar en betrouwbare groupware server. Enkele van "
+"de meest belangrijke onderdelen zijn onder anderen: Een Web beheer "
+"interface, een gedeelde adresboek met oog op zowel mailbox gebruikers als "
+"contacten en een POP3 en IMAP4(rev1) toegang tot mail"
#: ../kolab_wizard/Kolab.pm:59
-msgid "Warning: Kolab needs to configure many other services: Proftpd, LDAP, Cyrus, Postfix, Imap, Saslauth. Wizard will make a backup of all your previous configuration files for these services."
-msgstr "Waarschuwing: Kolab moet vele andere diensten configureren: Proftpd, LDAP, Cyrus, Postfix, Imap, Saslauth. De wizard zal een reservekopie van all uw voorgaande configuratiebestanden van deze diensten aanmaken "
+msgid ""
+"Warning: Kolab needs to configure many other services: Proftpd, LDAP, Cyrus, "
+"Postfix, Imap, Saslauth. Wizard will make a backup of all your previous "
+"configuration files for these services."
+msgstr ""
+"Waarschuwing: Kolab moet vele andere diensten configureren: Proftpd, LDAP, "
+"Cyrus, Postfix, Imap, Saslauth. De wizard zal een reservekopie van all uw "
+"voorgaande configuratiebestanden van deze diensten aanmaken "
#: ../kolab_wizard/Kolab.pm:59
msgid "Welcome to the Kolab Groupware server configuration Wizard."
@@ -847,8 +967,7 @@ msgstr "Voer het wachtwoord voor de manager-account van de Kolab server in"
msgid "Password mismatch, or null password, please correct."
msgstr "Wachtwoord is niet correct, voer wachtwoord opnieuw in"
-#: ../kolab_wizard/Kolab.pm:82
-#: ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Wachtwoord:"
@@ -869,8 +988,12 @@ msgid "Mail domain:"
msgstr "E-maildomein:"
#: ../kolab_wizard/Kolab.pm:100
-msgid "The kolab server is now configured and running. Log in as 'manager' with the password you entered at https://127.0.0.1/kolab/admin/"
-msgstr "De Kolab-server is nu geconfigureerd en actief. Meldt u aan als 'manager' met het wachtwoord dat u heeft ingevoerd op https://127.0.0.1/kolab/admin/"
+msgid ""
+"The kolab server is now configured and running. Log in as 'manager' with the "
+"password you entered at https://127.0.0.1/kolab/admin/"
+msgstr ""
+"De Kolab-server is nu geconfigureerd en actief. Meldt u aan als 'manager' "
+"met het wachtwoord dat u heeft ingevoerd op https://127.0.0.1/kolab/admin/"
#: ../kolab_wizard/Kolab.pm:109
msgid "Install in progress"
@@ -880,217 +1003,226 @@ msgstr "Bezig met installeren"
msgid "Installing Kolab server on your system..."
msgstr "Bezig met installeren van de Kolab server op uw systeem..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Bezig met configureren van de Kolab server op uw systeem..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap wizard"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"U dient uw domeinnaam aan te passen. Voor een DNS server heeft u een "
+"correcte domeinnaam nodig, die niet gelijk is aan localdomain of none "
+"(geen). De hostnaam moet een FQDN: Fully Qualified Domain Name (volledig "
+"gekwalificeerd domeinnaam) zijn. Start drakconnect om de domeinnaam aan te "
+"passen."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Weergeven Ldap confuiguratie"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Gebruiker toevoegen aan de LDAP server"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "LDAP Configuratie verwijderen"
-#: ../ldap_wizard/Ldap.pm:92
-msgid "It is a lightweight protocol for accessing directory services, specifically X.500-based directory services."
-msgstr "Dit is een lichtgewicht protocol voor toegang tot mapdiensten, specifiek gericht op de X 500 gebaseerde map diensten"
+#: ../ldap_wizard/Ldap.pm:106
+msgid ""
+"It is a lightweight protocol for accessing directory services, specifically "
+"X.500-based directory services."
+msgstr ""
+"Dit is een lichtgewicht protocol voor toegang tot mapdiensten, specifiek "
+"gericht op de X 500 gebaseerde map diensten"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
-msgstr "LDAP staat voor /\"Lightweight Directory Access Protocol/\" (Lichtegewicht map toegang protocol)"
+msgstr ""
+"LDAP staat voor /\"Lightweight Directory Access Protocol/\" (Lichtegewicht "
+"map toegang protocol)"
-#: ../ldap_wizard/Ldap.pm:92
-#: ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "LDAP Configuratie wizard"
-#: ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "U dient eerst een LDAP server te configureren"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Uw keuze:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Configuratie verwijderen"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Bezig met opslaan van bestaande basis in /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP toevoegen gebruiker"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Gebruiker toegevoegd in:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Voornaam:"
-#: ../ldap_wizard/Ldap.pm:143
-#: ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Naam:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Aanmeldnaam gebruiker:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "U moet een geldige voornaam invoeren"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "U moet een geldige naam invoeren"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "U moet een geldige gebruikersnaam invoeren"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP gebruiker wachtwoord"
-#: ../ldap_wizard/Ldap.pm:167
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "wachtwoorden moeten gelijk zijn"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Wachtwoord (nogmaals):"
-#: ../ldap_wizard/Ldap.pm:172
-#: ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "U moet een wachtwoord invoeren voor LDAP"
-#: ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "De wachtwoorden komen niet overeen"
-#: ../ldap_wizard/Ldap.pm:183
-#: ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Beheerder"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
-msgstr "De beheerder is een power user met toegangs rechten tot de LDAP database"
+msgstr ""
+"De beheerder is een power user met toegangs rechten tot de LDAP database"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Bezig met configureren van de LDAP server"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domeinnaam:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP beheerder"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP map boomstructuur:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
-msgstr "De DNS benaming wordt gebruikt voor de LDAP map boom-structuur definitie "
+msgstr ""
+"De DNS benaming wordt gebruikt voor de LDAP map boom-structuur definitie "
-#: ../ldap_wizard/Ldap.pm:186
-#: ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP map boomstructuur:"
-#: ../ldap_wizard/Ldap.pm:187
-#: ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP beheerder:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP wachtwoord:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP wachtwoord (nogmaals):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "U moet een geldig LDAP map boomstructuur invoeren:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Bevestiging van de aan te maken gebruiker"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Voornaam:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Gebruikersnaam:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Aanmaken in:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Informatie bevestiging om een LDAP server aan te maken"
-#: ../ldap_wizard/Ldap.pm:230
-#: ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Gebruikerscontainer:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "De wizard heeft de LDAP succesvol ingesteld."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Gebruiker succesvol toegevoegd"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Fout tijdens toevoegen van gebruiker aan de Ldap database"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "De server is reeds geconfigureerd"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "U heeft uw Ldap server reeds geconfigureerd."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Mislukt"
-#: ../ldap_wizard/Ldap.pm:407
-#: ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Fout!"
@@ -1104,36 +1236,59 @@ msgid "News Wizard"
msgstr "News-wizard"
#: ../news_wizard/Inn.pm:44
-msgid "This wizard will help you configuring the Internet News services for your network."
-msgstr "Deze wizard helpt u met het configureren van een internet nieuws service voor uw netwerk."
+msgid ""
+"This wizard will help you configuring the Internet News services for your "
+"network."
+msgstr ""
+"Deze wizard helpt u met het configureren van een internet nieuws service "
+"voor uw netwerk."
#: ../news_wizard/Inn.pm:44
msgid "Welcome to the News Wizard"
msgstr "Welkom bij de newswizard"
#: ../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 "Internet computernamen moeten de vorm van bijvoorbeeld \"server.domein.domeintype\" hebben; als uw provider bijvoorbeeld \"provider.nl\" heet, dan is de nieuws server waarschijnlijk \"news.provider.nl\"."
+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 ""
+"Internet computernamen moeten de vorm van bijvoorbeeld \"server.domein."
+"domeintype\" hebben; als uw provider bijvoorbeeld \"provider.nl\" heet, dan "
+"is de nieuws server waarschijnlijk \"news.provider.nl\"."
#: ../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 "De newsservernaam is de naam van de server die het internet nieuws aan uw netwerk levert; de naam wordt meestal aangeleverd door uw 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 ""
+"De newsservernaam is de naam van de server die het internet nieuws aan uw "
+"netwerk levert; de naam wordt meestal aangeleverd door uw provider."
#: ../news_wizard/Inn.pm:54
msgid "News server name:"
msgstr "Newsservernaam:"
#: ../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 "Afhankelijk van het soort internet verbinding dat u heeft, kan een opvraag periode variëren tussen de 6 en 24 uur."
+msgid ""
+"Depending on the kind of Internet connection you have, an appropriate "
+"polling period can change between 6 and 24 hours."
+msgstr ""
+"Afhankelijk van het soort internet verbinding dat u heeft, kan een opvraag "
+"periode variëren tussen de 6 en 24 uur."
#: ../news_wizard/Inn.pm:60
msgid "Polling period"
msgstr "Opvraagperiode:"
#: ../news_wizard/Inn.pm:60
-msgid "Your server will regularly poll the News server to obtain the latest Internet News; the polling period sets the interval between two consecutive attempts."
-msgstr "Uw server vraagt regelmatig de nieuws server om het laatste internet nieuws; de opvraag periode is de interval tussen twee achtereenvolgende opvragen."
+msgid ""
+"Your server will regularly poll the News server to obtain the latest "
+"Internet News; the polling period sets the interval between two consecutive "
+"attempts."
+msgstr ""
+"Uw server vraagt regelmatig de nieuws server om het laatste internet nieuws; "
+"de opvraag periode is de interval tussen twee achtereenvolgende opvragen."
#: ../news_wizard/Inn.pm:65
msgid "Polling period (hours):"
@@ -1152,15 +1307,20 @@ msgid "Configuring the Internet News"
msgstr "Het internetnieuws configureren"
#: ../news_wizard/Inn.pm:86
-msgid "The wizard collected the following parameters needed to configure your Internet News service:"
+msgid ""
+"The wizard collected the following parameters needed to configure your "
+"Internet News service:"
msgstr ""
"De wizard heeft de volgende gegevens\n"
"verzameld om uw internet nieuws service mee te configureren:"
-#: ../news_wizard/Inn.pm:86
-#: ../postfix_wizard/Postfix.pm:133
-msgid "To accept these values, and configure your server, click the next button or use the back button to correct them."
-msgstr "Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop Volgende. Klik op Vorige om de waarden te corrigeren."
+#: ../news_wizard/Inn.pm:86 ../postfix_wizard/Postfix.pm:133
+msgid ""
+"To accept these values, and configure your server, click the next button or "
+"use the back button to correct them."
+msgstr ""
+"Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop "
+"Volgende. Klik op Vorige om de waarden te corrigeren."
#: ../news_wizard/Inn.pm:88
msgid "News server:"
@@ -1171,20 +1331,20 @@ msgid "Polling interval:"
msgstr "Opvraaginterval:"
#: ../news_wizard/Inn.pm:95
-msgid "The wizard successfully configured your Internet News service of your server."
-msgstr "De wizard heeft de internet nieuws service succesvol op uw server ingesteld."
+msgid ""
+"The wizard successfully configured your Internet News service of your server."
+msgstr ""
+"De wizard heeft de internet nieuws service succesvol op uw server ingesteld."
#: ../nfs_wizard/NFS.pm:34
msgid "NFS Wizard"
msgstr "NFS wizard"
-#: ../nfs_wizard/NFS.pm:45
-#: ../proxy_wizard/Squid.pm:39
+#: ../nfs_wizard/NFS.pm:45 ../proxy_wizard/Squid.pm:39
msgid "All - No access restriction"
msgstr "Allen - Geen restricties op de toegangsrechten"
-#: ../nfs_wizard/NFS.pm:46
-#: ../proxy_wizard/Squid.pm:40
+#: ../nfs_wizard/NFS.pm:46 ../proxy_wizard/Squid.pm:40
msgid "Local Network - access for local network (recommended)"
msgstr "Lokaal Netwerk - toegang voor het lokale netwerk (aanbevolen)"
@@ -1194,48 +1354,61 @@ msgstr "NFS server configuratiewizard"
#: ../nfs_wizard/NFS.pm:51
msgid "This wizard will help you configuring the NFS server for your network."
-msgstr "Deze wizard helpt u met het instellen van de NFS server voor uw netwerk."
+msgstr ""
+"Deze wizard helpt u met het instellen van de NFS server voor uw netwerk."
#: ../nfs_wizard/NFS.pm:56
-msgid "Directory which will be exported to NFS clients. This directory will be exported in read only mode. It denies any request which requires changes to the filesystem."
-msgstr "De map die naar de NFS clienten zal worden ge-exporteerd. Deze map in alleen-lezen modus worden ge-exporteerd. Het zal alle aanvragen weigeren die veranderingen in het bestandsysteem benodigen"
+msgid ""
+"Directory which will be exported to NFS clients. This directory will be "
+"exported in read only mode. It denies any request which requires changes to "
+"the filesystem."
+msgstr ""
+"De map die naar de NFS clienten zal worden ge-exporteerd. Deze map in alleen-"
+"lezen modus worden ge-exporteerd. Het zal alle aanvragen weigeren die "
+"veranderingen in het bestandsysteem benodigen"
#: ../nfs_wizard/NFS.pm:58
msgid "Directory:"
msgstr "Directory:"
-#: ../nfs_wizard/NFS.pm:62
-#: ../samba_wizard/Samba.pm:171
+#: ../nfs_wizard/NFS.pm:62 ../samba_wizard/Samba.pm:171
#: ../web_wizard/Apache.pm:119
msgid "The path you entered does not exist."
msgstr "Het ingevoerde pad bestaat niet."
-#: ../nfs_wizard/NFS.pm:69
-#: ../samba_wizard/Samba.pm:109
+#: ../nfs_wizard/NFS.pm:69 ../samba_wizard/Samba.pm:109
#: ../samba_wizard/Samba.pm:120
msgid "Access control"
msgstr "Toegangscontrole"
#: ../nfs_wizard/NFS.pm:69
-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 "Kies een niveau dat voldoet aan u eisen. Als u niet weet wat te kiezen, voldoet het lokale netwerk niveau in de meeste gevallen. Pas op: het 'Allen niveau' is waarschijnlijk niet veilig."
+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 ""
+"Kies een niveau dat voldoet aan u eisen. Als u niet weet wat te kiezen, "
+"voldoet het lokale netwerk niveau in de meeste gevallen. Pas op: het 'Allen "
+"niveau' is waarschijnlijk niet veilig."
#: ../nfs_wizard/NFS.pm:69
msgid "NFS can be restricted to a certain ip class"
msgstr "NFS kan worden beperkt tot een bepaalde ip klasse"
-#: ../nfs_wizard/NFS.pm:80
-#: ../proxy_wizard/Squid.pm:119
-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 "Toegang wordt verleend aan servers in het netwerk. Hier zijn de gegevens die gevonden zijn over uw lokale netwerk, u kunt ze wijzigen als dat nodig mocht zijn."
+#: ../nfs_wizard/NFS.pm:80 ../proxy_wizard/Squid.pm:119
+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 ""
+"Toegang wordt verleend aan servers in het netwerk. Hier zijn de gegevens die "
+"gevonden zijn over uw lokale netwerk, u kunt ze wijzigen als dat nodig mocht "
+"zijn."
-#: ../nfs_wizard/NFS.pm:80
-#: ../proxy_wizard/Squid.pm:119
+#: ../nfs_wizard/NFS.pm:80 ../proxy_wizard/Squid.pm:119
msgid "Grant access on local network"
msgstr "Geef toegang vanaf het lokale netwerk"
-#: ../nfs_wizard/NFS.pm:82
-#: ../proxy_wizard/Squid.pm:124
+#: ../nfs_wizard/NFS.pm:82 ../proxy_wizard/Squid.pm:124
msgid "Authorized network:"
msgstr "Ge-authoriseerd netwerk:"
@@ -1260,27 +1433,35 @@ msgid "The wizard successfully configured your NFS server."
msgstr "De wizard heeft uw NFS server succesvol ingesteld."
#: ../nisautofs_wizard/Nisautofs.pm:64
-msgid "You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not equal to localdomain or none."
-msgstr "U dient uw NIS-domeinnaam aan te passen. Voor een NIS-server heeft u een correcte NIS-domeinnaam nodig, die niet gelijk is aan localdomain of none. "
+msgid ""
+"You need to readjust your NIS domainname. For a NIS server you need a "
+"correct NIS domainname, not equal to localdomain or none."
+msgstr ""
+"U dient uw NIS-domeinnaam aan te passen. Voor een NIS-server heeft u een "
+"correcte NIS-domeinnaam nodig, die niet gelijk is aan localdomain of none. "
-#: ../nisautofs_wizard/Nisautofs.pm:71
-#: ../nisautofs_wizard/Nisautofs.pm:77
+#: ../nisautofs_wizard/Nisautofs.pm:71 ../nisautofs_wizard/Nisautofs.pm:77
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS server with autofs map"
msgstr "NIS server met autofs folder"
-#: ../nisautofs_wizard/Nisautofs.pm:72
-#: ../nisautofs_wizard/Nisautofs.pm:339
+#: ../nisautofs_wizard/Nisautofs.pm:72 ../nisautofs_wizard/Nisautofs.pm:339
msgid "NIS client"
msgstr "NIS client"
#: ../nisautofs_wizard/Nisautofs.pm:77
msgid "Setup a NIS server with autofs map, auto.home and auto.master files."
-msgstr "Configureer een NIS server met autofs folder, auto.home en auto.master bestanden."
+msgstr ""
+"Configureer een NIS server met autofs folder, auto.home en auto.master "
+"bestanden."
#: ../nisautofs_wizard/Nisautofs.pm:77
-msgid "Users automatically mount their home directory from server, when they log on a NIS client computer network."
-msgstr "Gebruikers koppelen automatisch hun persoonlijke map van de server wanneer zij zich aanmelden op een NIS-client netwerk."
+msgid ""
+"Users automatically mount their home directory from server, when they log on "
+"a NIS client computer network."
+msgstr ""
+"Gebruikers koppelen automatisch hun persoonlijke map van de server wanneer "
+"zij zich aanmelden op een NIS-client netwerk."
#: ../nisautofs_wizard/Nisautofs.pm:85
msgid "What do you want to do?"
@@ -1294,10 +1475,8 @@ msgstr "Configureer uw computer als een NIS client"
msgid "You just have to put nisdomain and nisserver."
msgstr "U hoeft alleen nisdomain en nisserver in te vullen."
-#: ../nisautofs_wizard/Nisautofs.pm:92
-#: ../nisautofs_wizard/Nisautofs.pm:100
-#: ../nisautofs_wizard/Nisautofs.pm:110
-#: ../nisautofs_wizard/Nisautofs.pm:125
+#: ../nisautofs_wizard/Nisautofs.pm:92 ../nisautofs_wizard/Nisautofs.pm:100
+#: ../nisautofs_wizard/Nisautofs.pm:110 ../nisautofs_wizard/Nisautofs.pm:125
msgid "NIS server:"
msgstr "NIS server:"
@@ -1306,28 +1485,38 @@ msgid "NIS domain:"
msgstr "NIS domein:"
#: ../nisautofs_wizard/Nisautofs.pm:98
-msgid "A NIS server is useful to create user, hostname database. The wizard builds autofs map, so it will provide the capabilities for NIS user to automount their home directory on a NIS client computer."
-msgstr "Een NIS-server is handig om een database aan te leggen van gebruikers en computernamen. De wizard bouwt ook een autofs-plattegrond, dat wil zeggen dat het de NIS-gebruiker de mogelijkheid biedt om haar persoonlijke map automatisch te koppelen op een NIS client-computer."
+msgid ""
+"A NIS server is useful to create user, hostname database. The wizard builds "
+"autofs map, so it will provide the capabilities for NIS user to automount "
+"their home directory on a NIS client computer."
+msgstr ""
+"Een NIS-server is handig om een database aan te leggen van gebruikers en "
+"computernamen. De wizard bouwt ook een autofs-plattegrond, dat wil zeggen "
+"dat het de NIS-gebruiker de mogelijkheid biedt om haar persoonlijke map "
+"automatisch te koppelen op een NIS client-computer."
#: ../nisautofs_wizard/Nisautofs.pm:98
-msgid "Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server."
-msgstr "Home NIS: persoonlijke map voor gebruikers op een NIS server. Deze map wordt via de NFS server geëxporteerd."
+msgid ""
+"Home NIS: home base directory for users on NIS server. This directory will "
+"be exported through NFS server."
+msgstr ""
+"Home NIS: persoonlijke map voor gebruikers op een NIS server. Deze map wordt "
+"via de NFS server geëxporteerd."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS domain: NIS domain to use (generally same as your DNS domain name)."
-msgstr "NIS domein: te gebruiken NIS domein (meestal dezelfde als uw DNS-domeinnaam)."
+msgstr ""
+"NIS domein: te gebruiken NIS domein (meestal dezelfde als uw DNS-domeinnaam)."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS server: name of your computer."
msgstr "NIS server: de naam van uw computer."
-#: ../nisautofs_wizard/Nisautofs.pm:101
-#: ../nisautofs_wizard/Nisautofs.pm:111
+#: ../nisautofs_wizard/Nisautofs.pm:101 ../nisautofs_wizard/Nisautofs.pm:111
msgid "Home NIS:"
msgstr "Home NIS:"
-#: ../nisautofs_wizard/Nisautofs.pm:102
-#: ../nisautofs_wizard/Nisautofs.pm:112
+#: ../nisautofs_wizard/Nisautofs.pm:102 ../nisautofs_wizard/Nisautofs.pm:112
#: ../nisautofs_wizard/Nisautofs.pm:126
msgid "NIS domainname:"
msgstr "NIS domeinnaam:"
@@ -1349,8 +1538,12 @@ msgid "NIS server: hostname of the NIS server."
msgstr "NIS server: hostnaam van de NIS server."
#: ../nisautofs_wizard/Nisautofs.pm:123
-msgid "The YPBIND daemon finds the server for NIS domains and maintains the NIS binding information."
-msgstr "De YPBIND daemon vindt de server voor NIS-domeinen en onderhoudt de NIS binding-informatie."
+msgid ""
+"The YPBIND daemon finds the server for NIS domains and maintains the NIS "
+"binding information."
+msgstr ""
+"De YPBIND daemon vindt de server voor NIS-domeinen en onderhoudt de NIS "
+"binding-informatie."
#: ../nisautofs_wizard/Nisautofs.pm:132
msgid "Error: should be a directory."
@@ -1358,7 +1551,9 @@ msgstr "Er is een fout opgetreden. Dit moet een map zijn"
#: ../nisautofs_wizard/Nisautofs.pm:136
msgid "Error: nisdomainname should not be 'none' or 'localdomain'."
-msgstr "Er is een fout opgetreden, nisdomeinnaam mag niet 'none' of 'localdomain' zijn."
+msgstr ""
+"Er is een fout opgetreden, nisdomeinnaam mag niet 'none' of 'localdomain' "
+"zijn."
#: ../nisautofs_wizard/Nisautofs.pm:136
msgid "Please adjust it."
@@ -1369,8 +1564,12 @@ msgid "The wizard successfully configured your machine to be a NIS client."
msgstr "De wizard heeft uw computer succesvol als NIS client geconfigureerd."
#: ../nisautofs_wizard/Nisautofs.pm:149
-msgid "The wizard successfully configured your machine to be a NIS server with autofs map."
-msgstr "De wizard heeft uw computer succesvol als NIS-server met autofs mapping geconfigureerd."
+msgid ""
+"The wizard successfully configured your machine to be a NIS server with "
+"autofs map."
+msgstr ""
+"De wizard heeft uw computer succesvol als NIS-server met autofs mapping "
+"geconfigureerd."
#: ../nisautofs_wizard/Nisautofs.pm:310
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1389,8 +1588,12 @@ msgid "Postfix wizard"
msgstr "Postfix wizard"
#: ../postfix_wizard/Postfix.pm:49
-msgid "Error, can't find your hostname in /etc/hosts. Exiting. Please launch drakconnect and choose static IP address."
-msgstr "Fout, de hostnaam kan niet gevonden worden in /etc/hosts. Deze applicatie zal worden afgesloten. Herstart drakconnect and kies voor: vast IP adres"
+msgid ""
+"Error, can't find your hostname in /etc/hosts. Exiting. Please launch "
+"drakconnect and choose static IP address."
+msgstr ""
+"Fout, de hostnaam kan niet gevonden worden in /etc/hosts. Deze applicatie "
+"zal worden afgesloten. Herstart drakconnect and kies voor: vast IP adres"
#: ../postfix_wizard/Postfix.pm:59
msgid "External mail server"
@@ -1405,28 +1608,47 @@ msgid "Internet mail configuration wizard"
msgstr "Internet mail configuratiewizard"
#: ../postfix_wizard/Postfix.pm:66
-msgid "This wizard will help you configure an internal mail server for your network, or configure an external mail server."
-msgstr "Deze wizard helpt u met het configureren van een interne e-mailserver voor uw netwerk, of met het configureren van een externe mail server."
+msgid ""
+"This wizard will help you configure an internal mail server for your "
+"network, or configure an external mail server."
+msgstr ""
+"Deze wizard helpt u met het configureren van een interne e-mailserver voor "
+"uw netwerk, of met het configureren van een externe mail server."
#: ../postfix_wizard/Postfix.pm:82
-msgid "Address masquerading is a method to hide all hosts inside a domain behind their mail gateway, and to make it appear as if the mail comes from the gateway itself, instead of from individual machines."
-msgstr "Adres-maskering is een methode om alle hosts binnen een domein achter hun mail gateway te verbergen en zodoende het te laten lijken of alle mail van de gateway zelf komen in plaats van individuele machines "
+msgid ""
+"Address masquerading is a method to hide all hosts inside a domain behind "
+"their mail gateway, and to make it appear as if the mail comes from the "
+"gateway itself, instead of from individual machines."
+msgstr ""
+"Adres-maskering is een methode om alle hosts binnen een domein achter hun "
+"mail gateway te verbergen en zodoende het te laten lijken of alle mail van "
+"de gateway zelf komen in plaats van individuele machines "
#: ../postfix_wizard/Postfix.pm:82
msgid "Outgoing mail address"
msgstr "Uitgaand e-mailadres"
#: ../postfix_wizard/Postfix.pm:82
-msgid "This should be chosen consistently with the address you use for incoming mail."
-msgstr "Hier zou een adres gekozen moeten worden dat overeenkomt met het adres dat wordt gebruikt voor binnenkomende mail."
+msgid ""
+"This should be chosen consistently with the address you use for incoming "
+"mail."
+msgstr ""
+"Hier zou een adres gekozen moeten worden dat overeenkomt met het adres dat "
+"wordt gebruikt voor binnenkomende mail."
#: ../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 "U kunt kiezen welk adres de uitgaande mail zal aangeven in het \"From:\" en \"Reply-to\" veld."
+msgid ""
+"You can select the kind of address that outgoing mail will show in the "
+"\"From:\" and \"Reply-to\" field."
+msgstr ""
+"U kunt kiezen welk adres de uitgaande mail zal aangeven in het \"From:\" en "
+"\"Reply-to\" veld."
#: ../postfix_wizard/Postfix.pm:88
msgid "Masquerade should be a valid domain name such as \"mydomain.com\"!"
-msgstr "Masquerade dient een geldige domeinnaam te zijn zoals \"mijndomein.com\"!"
+msgstr ""
+"Masquerade dient een geldige domeinnaam te zijn zoals \"mijndomein.com\"!"
#: ../postfix_wizard/Postfix.pm:93
msgid "Masquerade domain name:"
@@ -1441,24 +1663,43 @@ msgid "You entered an empty address for the mail gateway."
msgstr "U heeft een leeg adres opgegeven als mail gateway."
#: ../postfix_wizard/Postfix.pm:98
-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 "Uw keuze kan worden geaccepteerd, maar zo kunt u geen mail versturen buiten het lokale netwerk. Kies Volgende om verder te gaan, of Vorige om een waarde op te geven."
+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 ""
+"Uw keuze kan worden geaccepteerd, maar zo kunt u geen mail versturen buiten "
+"het lokale netwerk. Kies Volgende om verder te gaan, of Vorige om een waarde "
+"op te geven."
#: ../postfix_wizard/Postfix.pm:102
-msgid "Error, sendmail is installed. Please remove it before installing or configuring Postfix"
-msgstr "Er is een fout opgetreden. Sendmail is geïnstaller, verwijder dit eerst voordat u Postfix installeert en configureert."
+msgid ""
+"Error, sendmail is installed. Please remove it before installing or "
+"configuring Postfix"
+msgstr ""
+"Er is een fout opgetreden. Sendmail is geïnstaller, verwijder dit eerst "
+"voordat u Postfix installeert en configureert."
#: ../postfix_wizard/Postfix.pm:108
-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 "Internet computernamen moeten in de vorm \"server.domein.domeintype\" worden opgegeven; als uw provider bijvoorbeeld \"provider.nl\" is, dan is de internet mail server meestal \"smtp.provider.nl\"."
+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 ""
+"Internet computernamen moeten in de vorm \"server.domein.domeintype\" worden "
+"opgegeven; als uw provider bijvoorbeeld \"provider.nl\" is, dan is de "
+"internet mail server meestal \"smtp.provider.nl\"."
#: ../postfix_wizard/Postfix.pm:108
msgid "Internet mail gateway"
msgstr "Internet e-mailgateway"
#: ../postfix_wizard/Postfix.pm:108
-msgid "Your server will send the outgoing through a mail gateway, that will take care of the final delivery."
-msgstr "Uw server zal de uitgaande mail versturen via een mail gateway die zorgt voor de bezorging."
+msgid ""
+"Your server will send the outgoing through a mail gateway, that will take "
+"care of the final delivery."
+msgstr ""
+"Uw server zal de uitgaande mail versturen via een mail gateway die zorgt "
+"voor de bezorging."
#: ../postfix_wizard/Postfix.pm:114
msgid "Mail server name:"
@@ -1466,14 +1707,18 @@ msgstr "E-mailservernaam:"
#: ../postfix_wizard/Postfix.pm:119
msgid "The default is to append myhostname which is fine for small sites."
-msgstr "Als standaard wordt myhostname toegevoegd, wat bij kleine sites voldoet."
+msgstr ""
+"Als standaard wordt myhostname toegevoegd, wat bij kleine sites voldoet."
#: ../postfix_wizard/Postfix.pm:119
-msgid "The myorigin parameter specifies the domain that locally-posted mail appears to come from."
-msgstr "De myorigin-parameter geeft het domein aan waar de lokale mail waarschijnlijk vandaan komt"
+msgid ""
+"The myorigin parameter specifies the domain that locally-posted mail appears "
+"to come from."
+msgstr ""
+"De myorigin-parameter geeft het domein aan waar de lokale mail "
+"waarschijnlijk vandaan komt"
-#: ../postfix_wizard/Postfix.pm:124
-#: ../postfix_wizard/Postfix.pm:137
+#: ../postfix_wizard/Postfix.pm:124 ../postfix_wizard/Postfix.pm:137
msgid "myorigin:"
msgstr "myorigin:"
@@ -1482,8 +1727,12 @@ msgid "Configuring the external mail server"
msgstr "Externe e-mailserver configureren"
#: ../postfix_wizard/Postfix.pm:133
-msgid "The wizard collected the following parameters needed to configure your external mail server:"
-msgstr "De wizard heeft de volgende gegevens verzameld om uw externe e-mailserver te configureren:"
+msgid ""
+"The wizard collected the following parameters needed to configure your "
+"external mail server:"
+msgstr ""
+"De wizard heeft de volgende gegevens verzameld om uw externe e-mailserver te "
+"configureren:"
#: ../postfix_wizard/Postfix.pm:135
msgid "Internet mail gateway:"
@@ -1501,8 +1750,7 @@ msgstr "De wizard zal nu een interne e-mailserver configureren. "
msgid "The wizard successfully configured your external mail server."
msgstr "De wizard heeft uw externe e-mailserver succesvol ingesteld."
-#: ../postfix_wizard/Postfix.pm:170
-#: ../postfix_wizard/Postfix.pm:230
+#: ../postfix_wizard/Postfix.pm:170 ../postfix_wizard/Postfix.pm:230
#: ../postfix_wizard/Postfix.pm:265
msgid "Postfix Server"
msgstr "Postfix-server"
@@ -1511,8 +1759,7 @@ msgstr "Postfix-server"
msgid "removing Sendmail to avoid conflict...."
msgstr "Bezig sendmail te verwijderen om conflicten te vermijden..."
-#: ../postfix_wizard/Postfix.pm:230
-#: ../postfix_wizard/Postfix.pm:265
+#: ../postfix_wizard/Postfix.pm:230 ../postfix_wizard/Postfix.pm:265
msgid "Configuring your Postfix server....."
msgstr "De Postfix server wordt geconfigureerd..."
@@ -1537,8 +1784,12 @@ msgid "Proxy Configuration Wizard"
msgstr "Proxy configuratiewizard"
#: ../proxy_wizard/Squid.pm:67
-msgid "Squid is a web caching proxy server, it allows faster web access for your local network."
-msgstr "Squid is een web-caching proxy server, dit maakt snellere internet toegang vanuit uw lokale netwerk mogelijk."
+msgid ""
+"Squid is a web caching proxy server, it allows faster web access for your "
+"local network."
+msgstr ""
+"Squid is een web-caching proxy server, dit maakt snellere internet toegang "
+"vanuit uw lokale netwerk mogelijk."
#: ../proxy_wizard/Squid.pm:67
msgid "This wizard will help you in configuring your proxy server."
@@ -1549,16 +1800,25 @@ msgid "Proxy Port"
msgstr "Proxy poort"
#: ../proxy_wizard/Squid.pm:72
-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 "Het Proxy poort nummer stelt in op welke poort de proxy server luistert voor http aanvragen. De standaard is 3128, een andere, veel voorkomende, waarde is 8080; het poort nummer moet groter dan 1024 zijn."
+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 ""
+"Het Proxy poort nummer stelt in op welke poort de proxy server luistert voor "
+"http aanvragen. De standaard is 3128, een andere, veel voorkomende, waarde "
+"is 8080; het poort nummer moet groter dan 1024 zijn."
#: ../proxy_wizard/Squid.pm:78
msgid "Proxy port:"
msgstr "Proxy poort:"
#: ../proxy_wizard/Squid.pm:83
-msgid "Press Next if you want to keep this value, or Back to correct your choice."
-msgstr "Kies Volgende als u deze waarde wilt behouden, of kies Vorige om uw keuze te wijzigen."
+msgid ""
+"Press Next if you want to keep this value, or Back to correct your choice."
+msgstr ""
+"Kies Volgende als u deze waarde wilt behouden, of kies Vorige om uw keuze te "
+"wijzigen."
#: ../proxy_wizard/Squid.pm:83
msgid "You have entered a port that may be useful for this service:"
@@ -1573,29 +1833,36 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "U dient een poortnummer hoger dan 1024 en lager dan 65535 te kiezen"
#: ../proxy_wizard/Squid.pm:94
-msgid "Disk Cache is the amount of disk space that can be used for caching on disk."
-msgstr "Disk cache is de hoeveelheid schijfruimte die kan worden gebruikt voor bufferen op harde schijf."
+msgid ""
+"Disk Cache is the amount of disk space that can be used for caching on disk."
+msgstr ""
+"Disk cache is de hoeveelheid schijfruimte die kan worden gebruikt voor "
+"bufferen op harde schijf."
#: ../proxy_wizard/Squid.pm:94
msgid "For your information, here is /var/spool/squid space on disk:"
-msgstr "Hier is, ter informatie, de ruimte die /var/spool/squid inneemt op de schijf:"
+msgstr ""
+"Hier is, ter informatie, de ruimte die /var/spool/squid inneemt op de schijf:"
#: ../proxy_wizard/Squid.pm:94
-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 "Geheugencache is de hoeveelheid RAM die gereserveerd wordt voor bufferoperaties op het geheugen (opmerking: de gebruikte hoeveelheid geheugen die Squid gebruikt is groter)."
+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 ""
+"Geheugencache is de hoeveelheid RAM die gereserveerd wordt voor "
+"bufferoperaties op het geheugen (opmerking: de gebruikte hoeveelheid "
+"geheugen die Squid gebruikt is groter)."
#: ../proxy_wizard/Squid.pm:94
msgid "Proxy Cache Size"
msgstr "Proxycache-grootte"
-#: ../proxy_wizard/Squid.pm:100
-#: ../proxy_wizard/Squid.pm:153
+#: ../proxy_wizard/Squid.pm:100 ../proxy_wizard/Squid.pm:153
#: ../proxy_wizard/Squid.pm:166
msgid "Memory cache (MB):"
msgstr "Geheugencache (in MB):"
-#: ../proxy_wizard/Squid.pm:101
-#: ../proxy_wizard/Squid.pm:154
+#: ../proxy_wizard/Squid.pm:101 ../proxy_wizard/Squid.pm:154
#: ../proxy_wizard/Squid.pm:167
msgid "Disk space (MB):"
msgstr "Schijfruimte (in MB):"
@@ -1605,72 +1872,96 @@ msgid "Access Control"
msgstr "Toegangscontrole"
#: ../proxy_wizard/Squid.pm:106
-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 "Kies een niveau dat voldoet aan u eisen. Als u niet weet wat te kiezen, voldoet het lokale netwerk niveau in de meeste gevallen. Pas op: het 'Allen niveau' is waarschijnlijk niet veilig."
+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 ""
+"Kies een niveau dat voldoet aan u eisen. Als u niet weet wat te kiezen, "
+"voldoet het lokale netwerk niveau in de meeste gevallen. Pas op: het 'Allen "
+"niveau' is waarschijnlijk niet veilig."
#: ../proxy_wizard/Squid.pm:106
msgid "The proxy can be configured to use different access control levels"
-msgstr "De proxy kan worden ingesteld om verschillende toegangs niveaus te gebruiken."
+msgstr ""
+"De proxy kan worden ingesteld om verschillende toegangs niveaus te gebruiken."
#: ../proxy_wizard/Squid.pm:119
-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 "U kunt een numeriek formaat kiezen, als \"192.168.1.0/255.255.255.0\" of een tekst formaat zoals \"domein.net\""
+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 ""
+"U kunt een numeriek formaat kiezen, als \"192.168.1.0/255.255.255.0\" of een "
+"tekst formaat zoals \"domein.net\""
#: ../proxy_wizard/Squid.pm:124
-msgid "Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\""
-msgstr "Gebruik een numeriek formaat zoals \"192.168.1.0/255.255.255.0\" of een tekst formaat zoals \"domein.net\""
+msgid ""
+"Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like "
+"\".domain.net\""
+msgstr ""
+"Gebruik een numeriek formaat zoals \"192.168.1.0/255.255.255.0\" of een "
+"tekst formaat zoals \"domein.net\""
#: ../proxy_wizard/Squid.pm:129
-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 "U kunt Squid optioneel instellen als 'cascading proxy'. U kunt een nieuwe, hogere proxy instellen door de server naam en poort aan te geven."
+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 ""
+"U kunt Squid optioneel instellen als 'cascading proxy'. U kunt een nieuwe, "
+"hogere proxy instellen door de server naam en poort aan te geven."
-#: ../proxy_wizard/Squid.pm:129
-#: ../proxy_wizard/Squid.pm:142
+#: ../proxy_wizard/Squid.pm:129 ../proxy_wizard/Squid.pm:142
msgid "Cache hierarchy"
msgstr "Cache-hiërarchie"
#: ../proxy_wizard/Squid.pm:129
-msgid "You can safely select \"No upper level proxy\" if you don't need this feature."
-msgstr "U kunt gerust \"Geen hoger niveau proxy instellen\" kiezen, wanneer u dit niet nodig heeft."
+msgid ""
+"You can safely select \"No upper level proxy\" if you don't need this "
+"feature."
+msgstr ""
+"U kunt gerust \"Geen hoger niveau proxy instellen\" kiezen, wanneer u dit "
+"niet nodig heeft."
#: ../proxy_wizard/Squid.pm:142
-msgid "Enter the qualified hostname (like \"cache.domain.net\") and the port of the proxy to use."
-msgstr "Geef de servernaam op (in de vorm \"cache.domein.net\") en de poort die de proxy moet gebruiken."
+msgid ""
+"Enter the qualified hostname (like \"cache.domain.net\") and the port of the "
+"proxy to use."
+msgstr ""
+"Geef de servernaam op (in de vorm \"cache.domein.net\") en de poort die de "
+"proxy moet gebruiken."
-#: ../proxy_wizard/Squid.pm:144
-#: ../proxy_wizard/Squid.pm:156
+#: ../proxy_wizard/Squid.pm:144 ../proxy_wizard/Squid.pm:156
msgid "Upper level proxy hostname:"
msgstr "Hoger niveau proxy server naam:"
-#: ../proxy_wizard/Squid.pm:145
-#: ../proxy_wizard/Squid.pm:157
+#: ../proxy_wizard/Squid.pm:145 ../proxy_wizard/Squid.pm:157
msgid "Upper level proxy port:"
msgstr "Hoger niveau proxy poort:"
-#: ../proxy_wizard/Squid.pm:150
-#: ../proxy_wizard/Squid.pm:163
+#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
msgid "Configuring the Proxy"
msgstr "De proxy configureren"
-#: ../proxy_wizard/Squid.pm:150
-#: ../proxy_wizard/Squid.pm:163
-msgid "The wizard collected the following parameters needed to configure your proxy:"
-msgstr "De wizard heeft de volgende gegevens verzameld om uw proxy te configureren:"
+#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
+msgid ""
+"The wizard collected the following parameters needed to configure your proxy:"
+msgstr ""
+"De wizard heeft de volgende gegevens verzameld om uw proxy te configureren:"
-#: ../proxy_wizard/Squid.pm:150
-#: ../proxy_wizard/Squid.pm:163
-#: ../samba_wizard/Samba.pm:219
-#: ../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 "Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop Volgende. Klik op Vorige om de waarden te corrigeren."
+#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
+#: ../samba_wizard/Samba.pm:219 ../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 ""
+"Om deze waarden te accepteren en uw server in te stellen, klikt u op de knop "
+"Volgende. Klik op Vorige om de waarden te corrigeren."
-#: ../proxy_wizard/Squid.pm:152
-#: ../proxy_wizard/Squid.pm:165
+#: ../proxy_wizard/Squid.pm:152 ../proxy_wizard/Squid.pm:165
msgid "Port:"
msgstr "Poort:"
-#: ../proxy_wizard/Squid.pm:155
-#: ../proxy_wizard/Squid.pm:168
+#: ../proxy_wizard/Squid.pm:155 ../proxy_wizard/Squid.pm:168
msgid "Access Control:"
msgstr "Toegangscontrole:"
@@ -1690,8 +1981,7 @@ msgstr "Squid proxy"
msgid "PXE Wizard"
msgstr "PXE wizard"
-#: ../pxe_wizard/Pxe.pm:85
-#: ../pxe_wizard/Pxe.pm:192
+#: ../pxe_wizard/Pxe.pm:85 ../pxe_wizard/Pxe.pm:192
msgid "Set PXE server"
msgstr "PXE server opgeven"
@@ -1720,49 +2010,88 @@ msgid "Set a PXE server."
msgstr "PXE server instellen."
#: ../pxe_wizard/Pxe.pm:111
-msgid "This wizard will help you configuring the PXE server, and PXE boot image management. 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 "Deze wizard helpt u een PXE server te configureren, alsmede PXE-opstartbeeldbeheer. PXE (Pre-boot Execution Environment) is een protocol dat is ontworpen door Intel en stelt computers in staat om via het netwerk op te starten. PXE is opgeslagen in de ROM van nieuwere netwerkkaarten. Als de computer opstart laadt de BIOS de PXE ROM in het geheugen en voert het uit. Er wordt een menu getoond en de computer kan vervolgens een besturingssysteem opstarten dat via het netwerk wordt geladen."
+msgid ""
+"This wizard will help you configuring the PXE server, and PXE boot image "
+"management. 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 ""
+"Deze wizard helpt u een PXE server te configureren, alsmede PXE-"
+"opstartbeeldbeheer. PXE (Pre-boot Execution Environment) is een protocol dat "
+"is ontworpen door Intel en stelt computers in staat om via het netwerk op te "
+"starten. PXE is opgeslagen in de ROM van nieuwere netwerkkaarten. Als de "
+"computer opstart laadt de BIOS de PXE ROM in het geheugen en voert het uit. "
+"Er wordt een menu getoond en de computer kan vervolgens een "
+"besturingssysteem opstarten dat via het netwerk wordt geladen."
#: ../pxe_wizard/Pxe.pm:132
msgid "Add a boot image"
msgstr "Opstart-beeldbestand toevoegen"
-#: ../pxe_wizard/Pxe.pm:132
-#: ../pxe_wizard/Pxe.pm:142
-msgid "PXE description is used to explain the role of the boot image, e.g.: Mandrakelinux 10 image, Mandrakelinux cooker image.."
-msgstr "PXE-beschrijving wordt gebruikt om de functie van het opstartbeeldbestand uit te leggen, bijv.: Mandrake 10-beeld, Mandrake cooker-beeld..."
+#: ../pxe_wizard/Pxe.pm:132 ../pxe_wizard/Pxe.pm:142
+msgid ""
+"PXE description is used to explain the role of the boot image, e.g.: "
+"Mandrakelinux 10 image, Mandrakelinux cooker image.."
+msgstr ""
+"PXE-beschrijving wordt gebruikt om de functie van het opstartbeeldbestand "
+"uit te leggen, bijv.: Mandrake 10-beeld, Mandrake cooker-beeld..."
-#: ../pxe_wizard/Pxe.pm:132
-#: ../pxe_wizard/Pxe.pm:142
-msgid "PXE name: the name displayed in PXE menu (please provide an ASCII word or a number, with no spaces)"
+#: ../pxe_wizard/Pxe.pm:132 ../pxe_wizard/Pxe.pm:142
+msgid ""
+"PXE name: the name displayed in PXE menu (please provide an ASCII word or a "
+"number, with no spaces)"
msgstr "PXE naam: naam in het PXE menu (geef een woord of getal, geen spaties)"
#: ../pxe_wizard/Pxe.pm:132
msgid "Path to image: provide the full path to the network boot image"
-msgstr "Pad naar het beeld: geef het volledige pad naar het netwerkbeeldbestand"
+msgstr ""
+"Pad naar het beeld: geef het volledige pad naar het netwerkbeeldbestand"
#: ../pxe_wizard/Pxe.pm:132
-msgid "To boot through network, the network computer needs a boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE."
-msgstr "Om via het netwerk op te starten, heeft de computer een opstartbeeld nodig. Bovendien dienen we dit beeldbestand een naam te geven, zodat elk opstartbeeld correspondeert met een naam in het PXE-menu. De gebruiker kan dan kiezen welk beeld zij via PXE wil opstarten."
+msgid ""
+"To boot through network, the network computer needs a boot image. Moreover "
+"we need to name this image, so each boot image is related to a name in PXE "
+"menu. User can then choose which image he wants to boot through PXE."
+msgstr ""
+"Om via het netwerk op te starten, heeft de computer een opstartbeeld nodig. "
+"Bovendien dienen we dit beeldbestand een naam te geven, zodat elk "
+"opstartbeeld correspondeert met een naam in het PXE-menu. De gebruiker kan "
+"dan kiezen welk beeld zij via PXE wil opstarten."
#: ../pxe_wizard/Pxe.pm:142
msgid "Add all.rdz boot image"
msgstr "all.rdz-beeldbestand toevoegen"
#: ../pxe_wizard/Pxe.pm:142
-msgid "For technical reason, in case of multiple boot image, it's more simple to boot network computer through a kernel (vmlinuz), and provide one file with all drivers needed (in our case all.rdz)."
-msgstr "Om technische redenen is het eenvoudiger om in het geval van meerdere opstartbeelden de netwerkcomputer via een kernel te booten (vmlinuz) en één bestand te bieden met alle benodigde stuurprogramma's (in ons geval all.rdz)."
+msgid ""
+"For technical reason, in case of multiple boot image, it's more simple to "
+"boot network computer through a kernel (vmlinuz), and provide one file with "
+"all drivers needed (in our case all.rdz)."
+msgstr ""
+"Om technische redenen is het eenvoudiger om in het geval van meerdere "
+"opstartbeelden de netwerkcomputer via een kernel te booten (vmlinuz) en één "
+"bestand te bieden met alle benodigde stuurprogramma's (in ons geval all.rdz)."
#: ../pxe_wizard/Pxe.pm:142
msgid "Path to all.rdz: provide the full path to all.rdz image"
msgstr "Pad naar all.rdz: geef het volledige pad naar all.rdz-beeldbestand"
#: ../pxe_wizard/Pxe.pm:142
-msgid "To boot through network, network computers need a boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. So user can choose which image he wants to boot through PXE."
-msgstr "Om via het netwerk op te starten, heeft de computer een opstartbeeld nodig. Bovendien dienen we dit beeldbestand een naam te geven, zodat elk opstartbeeld correspondeert met een naam in het PXE-menu. De gebruiker kan dan kiezen welk beeld zij via PXE wil opstarten."
+msgid ""
+"To boot through network, network computers need a boot image. Moreover we "
+"need to name this image, so each boot image is related to a name in PXE "
+"menu. So user can choose which image he wants to boot through PXE."
+msgstr ""
+"Om via het netwerk op te starten, heeft de computer een opstartbeeld nodig. "
+"Bovendien dienen we dit beeldbestand een naam te geven, zodat elk "
+"opstartbeeld correspondeert met een naam in het PXE-menu. De gebruiker kan "
+"dan kiezen welk beeld zij via PXE wil opstarten."
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr "Kies een PXE-opstartbeeld dat u van de PXE-server wilt verwijderen."
#: ../pxe_wizard/Pxe.pm:153
@@ -1771,7 +2100,9 @@ msgstr "Een opstart-beeldbestand verwijderen"
#: ../pxe_wizard/Pxe.pm:153
msgid "The PXE boot image, and the related entry in PXE menu will be deleted."
-msgstr "Het PXE-opstartbeeld en het overeenkomstige item in het PXE-menu worden verwijderd."
+msgstr ""
+"Het PXE-opstartbeeld en het overeenkomstige item in het PXE-menu worden "
+"verwijderd."
#: ../pxe_wizard/Pxe.pm:155
msgid "Boot image to remove:"
@@ -1782,16 +2113,21 @@ msgid "Add options to boot image"
msgstr "Opties toevoegen aan opstartbeeld"
#: ../pxe_wizard/Pxe.pm:161
-msgid "In some cases, you want to add some options to the PXE boot image. This wizard provides an easy way to customize a boot image with common parameters."
-msgstr "In sommige gevallen wilt u enkele opties meegeven aan het PXE-opstartbeeld. Deze wizard biedt een eenvoudige manier om een aangepast opstartbeeld te maken met algemene parameters."
+msgid ""
+"In some cases, you want to add some options to the PXE boot image. This "
+"wizard provides an easy way to customize a boot image with common parameters."
+msgstr ""
+"In sommige gevallen wilt u enkele opties meegeven aan het PXE-opstartbeeld. "
+"Deze wizard biedt een eenvoudige manier om een aangepast opstartbeeld te "
+"maken met algemene parameters."
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
-msgstr "Kies uit de onderstaande lijst het PXE opstartbeeld dat uw wilt aanpassen"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
+msgstr ""
+"Kies uit de onderstaande lijst het PXE opstartbeeld dat uw wilt aanpassen"
-#: ../pxe_wizard/Pxe.pm:163
-#: ../pxe_wizard/Pxe.pm:172
-#: ../pxe_wizard/Pxe.pm:250
+#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
msgstr "Aan te passen opstartbeeld:"
@@ -1800,29 +2136,32 @@ msgid "Add option to the PXE boot image"
msgstr "Optie toevoegen aan PXE-opstartbeeldbestand"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
-msgstr "Installatiemap: volledig pad naar de Mandrakelinux installatieserver-map"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
+msgstr ""
+"Installatiemap: volledig pad naar de Mandrakelinux installatieserver-map"
#: ../pxe_wizard/Pxe.pm:170
msgid "Installation method: choose NFS or HTTP."
msgstr "Installatiemethode: kies uit NFS of HTTP."
#: ../pxe_wizard/Pxe.pm:170
-msgid "Server IP: IP address of the server, which contains installation directory. You can create one with Mandrakelinux install server wizard."
-msgstr "Server IP: IP adres van de server die de installatiemap bevat. U kunt een installatiemap creëren met de Mandrakelinux installatie server wizard."
+msgid ""
+"Server IP: IP address of the server, which contains installation directory. "
+"You can create one with Mandrakelinux install server wizard."
+msgstr ""
+"Server IP: IP adres van de server die de installatiemap bevat. U kunt een "
+"installatiemap creëren met de Mandrakelinux installatie server wizard."
-#: ../pxe_wizard/Pxe.pm:173
-#: ../pxe_wizard/Pxe.pm:251
+#: ../pxe_wizard/Pxe.pm:173 ../pxe_wizard/Pxe.pm:251
msgid "Server IP:"
msgstr "Server IP:"
-#: ../pxe_wizard/Pxe.pm:174
-#: ../pxe_wizard/Pxe.pm:252
+#: ../pxe_wizard/Pxe.pm:174 ../pxe_wizard/Pxe.pm:252
msgid "Install directory:"
msgstr "Installatie map:"
-#: ../pxe_wizard/Pxe.pm:175
-#: ../pxe_wizard/Pxe.pm:253
+#: ../pxe_wizard/Pxe.pm:175 ../pxe_wizard/Pxe.pm:253
msgid "Installation method:"
msgstr "Installatiemethode:"
@@ -1831,94 +2170,119 @@ msgid "ACPI option: Advanced Configuration and Power Interface"
msgstr "ACPI optie: Advanced Configuration and Power Interface"
#: ../pxe_wizard/Pxe.pm:180
-msgid "Network client interface: the network interface used for the installation process."
-msgstr "Netwerk client interface: de netwerkinterface gebruikt voor het installatieproces."
+msgid ""
+"Network client interface: the network interface used for the installation "
+"process."
+msgstr ""
+"Netwerk client interface: de netwerkinterface gebruikt voor het "
+"installatieproces."
#: ../pxe_wizard/Pxe.pm:180
msgid "Ramsize: adjust the ramsize parameter on boot image."
-msgstr "RAM-grootte: pas de omvang van de ramsize-parameter op de opstartschijf aan."
+msgstr ""
+"RAM-grootte: pas de omvang van de ramsize-parameter op de opstartschijf aan."
#: ../pxe_wizard/Pxe.pm:180
msgid "VGA option: if you encounter any problem with VGA, please adjust. "
msgstr "VGA optie: als u een probleem met VGA ondervindt, pas dit dan aan."
-#: ../pxe_wizard/Pxe.pm:182
-#: ../pxe_wizard/Pxe.pm:254
+#: ../pxe_wizard/Pxe.pm:182 ../pxe_wizard/Pxe.pm:254
msgid "Network client interface:"
msgstr "Netwerk client interface:"
-#: ../pxe_wizard/Pxe.pm:183
-#: ../pxe_wizard/Pxe.pm:255
+#: ../pxe_wizard/Pxe.pm:183 ../pxe_wizard/Pxe.pm:255
msgid "Ramsize:"
msgstr "RAM-grootte:"
-#: ../pxe_wizard/Pxe.pm:184
-#: ../pxe_wizard/Pxe.pm:256
+#: ../pxe_wizard/Pxe.pm:184 ../pxe_wizard/Pxe.pm:256
msgid "VGA option:"
msgstr "VGA optie:"
-#: ../pxe_wizard/Pxe.pm:185
-#: ../pxe_wizard/Pxe.pm:257
+#: ../pxe_wizard/Pxe.pm:185 ../pxe_wizard/Pxe.pm:257
msgid "ACPI option:"
msgstr "ACPI optie:"
-#: ../pxe_wizard/Pxe.pm:186
-#: ../pxe_wizard/Pxe.pm:258
+#: ../pxe_wizard/Pxe.pm:186 ../pxe_wizard/Pxe.pm:258
msgid "APIC option:"
msgstr "APIC optie:"
-#: ../pxe_wizard/Pxe.pm:187
-#: ../pxe_wizard/Pxe.pm:259
+#: ../pxe_wizard/Pxe.pm:187 ../pxe_wizard/Pxe.pm:259
msgid "Custom option:"
msgstr "Aangepaste optie:"
#: ../pxe_wizard/Pxe.pm:192
-msgid "Now the wizard will configure all needed default configuration files to allow computers to boot through the network."
-msgstr "Alle benodigde configuratiebestanden zullen nu worden geconfigureerd om een computers over het netwerk te kunnen laten opstarten."
+msgid ""
+"Now the wizard will configure all needed default configuration files to "
+"allow computers to boot through the network."
+msgstr ""
+"Alle benodigde configuratiebestanden zullen nu worden geconfigureerd om een "
+"computers over het netwerk te kunnen laten opstarten."
#: ../pxe_wizard/Pxe.pm:192
-msgid "We need to use a special dhcpd.conf file with PXE parameter. To set up such a DHCP server, launch the DHCP wizard and check the box 'Enable PXE'. If you don't do that, PXE query will not be answered by this server."
-msgstr "Het is nodig om een speciaal dhcpd.conf-bestand met een PXE parameter te gebruiken. Om zo'n DHCP-server in te stellen, start u de DHCP-wizard en kruist u het vakje 'PXE inschakelen' aan. Indien u dit niet doet, dan zal een PXE-aanvraag niet door deze server beantwoord worden."
+msgid ""
+"We need to use a special dhcpd.conf file with PXE parameter. To set up such "
+"a DHCP server, launch the DHCP wizard and check the box 'Enable PXE'. If you "
+"don't do that, PXE query will not be answered by this server."
+msgstr ""
+"Het is nodig om een speciaal dhcpd.conf-bestand met een PXE parameter te "
+"gebruiken. Om zo'n DHCP-server in te stellen, start u de DHCP-wizard en "
+"kruist u het vakje 'PXE inschakelen' aan. Indien u dit niet doet, dan zal "
+"een PXE-aanvraag niet door deze server beantwoord worden."
#: ../pxe_wizard/Pxe.pm:196
-msgid "Please provide a bootable image. To boot through a network, network computers need a boot image."
-msgstr "Voorziet u alstublieft in een opstartbaar beeldbestand. Om via een netwerk op te starten, benodigen netwerkcomputers een opstartbeeld."
+msgid ""
+"Please provide a bootable image. To boot through a network, network "
+"computers need a boot image."
+msgstr ""
+"Voorziet u alstublieft in een opstartbaar beeldbestand. Om via een netwerk "
+"op te starten, benodigen netwerkcomputers een opstartbeeld."
#: ../pxe_wizard/Pxe.pm:200
msgid "We need an all.rdz or a network.img image. Please add one."
-msgstr "We hebben een all.rdz of een netwerk.img beeldbestand nodig. Voeg er één toe."
+msgstr ""
+"We hebben een all.rdz of een netwerk.img beeldbestand nodig. Voeg er één toe."
#: ../pxe_wizard/Pxe.pm:208
-msgid "Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mandrakelinux distribution, in the /isolinux/alt0/ directory."
-msgstr "Voorzie alstublieft in een all.rdz-beeldbestand, welke alle stuurprogramma's bevat. U kunt er één vinden op de eerste CD van uw Mandrake-distributie, in de map /isolinux/alt0/."
+msgid ""
+"Please provide an all.rdz image, which contains all drivers. You can find "
+"one on the first CD of the Mandrakelinux distribution, in the /isolinux/"
+"alt0/ directory."
+msgstr ""
+"Voorzie alstublieft in een all.rdz-beeldbestand, welke alle stuurprogramma's "
+"bevat. U kunt er één vinden op de eerste CD van uw Mandrake-distributie, in "
+"de map /isolinux/alt0/."
-#: ../pxe_wizard/Pxe.pm:212
-#: ../pxe_wizard/Pxe.pm:216
+#: ../pxe_wizard/Pxe.pm:212 ../pxe_wizard/Pxe.pm:216
#, perl-format
msgid "Please choose an image from a different directory than %s."
msgstr "Kies een beeldbestand uit een andere map dan %s."
#: ../pxe_wizard/Pxe.pm:220
-msgid "Please provide a correct PXE name: one ASCII word or one number with no spaces."
+msgid ""
+"Please provide a correct PXE name: one ASCII word or one number with no "
+"spaces."
msgstr "Geef een correcte PXE-naam op: één woord of getal zonder spaties."
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
-msgstr "Om een PXE opstart-beeldbestand toe te voegen/te verwijderen/aan te passen, dient u eerst het commando 'Set PXE server' uit te voeren."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgstr ""
+"Om een PXE opstart-beeldbestand toe te voegen/te verwijderen/aan te passen, "
+"dient u eerst het commando 'Set PXE server' uit te voeren."
-#: ../pxe_wizard/Pxe.pm:229
-#: ../pxe_wizard/Pxe.pm:233
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "A similar name is already used in PXE menu"
msgstr "Een hierop lijkende naam is al in gebruik in het PXE menu"
-#: ../pxe_wizard/Pxe.pm:229
-#: ../pxe_wizard/Pxe.pm:233
+#: ../pxe_wizard/Pxe.pm:229 ../pxe_wizard/Pxe.pm:233
msgid "Please provide another one."
msgstr "Geef een andere naam."
#: ../pxe_wizard/Pxe.pm:237
msgid "The wizard will now prepare all default files to set your PXE server"
-msgstr "Nu zullen alle standaard bestanden worden voorbereid om de PXE server in te stellen"
+msgstr ""
+"Nu zullen alle standaard bestanden worden voorbereid om de PXE server in te "
+"stellen"
#: ../pxe_wizard/Pxe.pm:239
msgid "TFTP directory:"
@@ -1948,8 +2312,7 @@ msgstr "De wizard zal nu dit PXE opstartbeeld verwijderen"
msgid "PXE entry to remove:"
msgstr "PXE ingang welke verwijderd dient te worden:"
-#: ../pxe_wizard/Pxe.pm:274
-#: ../pxe_wizard/Pxe.pm:284
+#: ../pxe_wizard/Pxe.pm:274 ../pxe_wizard/Pxe.pm:284
msgid "The wizard will now add this PXE boot image"
msgstr "De wizard zal nu dit PXE-opstartbeeld toegevoegen"
@@ -1981,8 +2344,7 @@ msgstr "PXE server"
msgid "Samba wizard"
msgstr "Samba wizard"
-#: ../samba_wizard/Samba.pm:60
-#: ../web_wizard/Apache.pm:62
+#: ../samba_wizard/Samba.pm:60 ../web_wizard/Apache.pm:62
#, perl-format
msgid "%s does not exist."
msgstr "%s bestaat niet."
@@ -1996,16 +2358,22 @@ msgid "My rules - ask me allowed and denied hosts"
msgstr "Mijn regels - vraag mij de toegelaten en geweigerde computers"
#: ../samba_wizard/Samba.pm:72
-msgid "Samba allows your server to behave as a file and print server for workstations running non-Linux systems."
-msgstr "Samba laat uw server zich gedragen ale een bestands- en printer-server voor werkstations die geen Linux draaien."
+msgid ""
+"Samba allows your server to behave as a file and print server for "
+"workstations running non-Linux systems."
+msgstr ""
+"Samba laat uw server zich gedragen ale een bestands- en printer-server voor "
+"werkstations die geen Linux draaien."
#: ../samba_wizard/Samba.pm:72
msgid "Samba configuration wizard"
msgstr "Samba configuratiewizard"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
-msgstr "Deze wizard helpt u bij het instelllen van de Samba services op uw server."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
+msgstr ""
+"Deze wizard helpt u bij het instelllen van de Samba services op uw server."
#: ../samba_wizard/Samba.pm:77
msgid "Samba needs to know the Windows Workgroup it will serve."
@@ -2015,8 +2383,7 @@ msgstr "Samba moet weten welke Windows Werkgroep het gaat bedienen."
msgid "Workgroup"
msgstr "Werkgroep"
-#: ../samba_wizard/Samba.pm:82
-#: ../samba_wizard/Samba.pm:227
+#: ../samba_wizard/Samba.pm:82 ../samba_wizard/Samba.pm:227
msgid "Workgroup:"
msgstr "Werkgroep:"
@@ -2029,8 +2396,11 @@ msgid "Server banner."
msgstr "Server Banner."
#: ../samba_wizard/Samba.pm:93
-msgid "The banner is the way this server will be described in the Windows workstations."
-msgstr "De banner is de omschrijving van deze server voor de Windows werkstations."
+msgid ""
+"The banner is the way this server will be described in the Windows "
+"workstations."
+msgstr ""
+"De banner is de omschrijving van deze server voor de Windows werkstations."
#: ../samba_wizard/Samba.pm:99
msgid "Banner:"
@@ -2057,7 +2427,8 @@ msgid ""
"* Example 2: allow hosts that match the given network/netmask\n"
"hosts allow = 150.203.15.0/255.255.255.0"
msgstr ""
-"* Voorbeeld 2: laat computers toe die zich binnen het opgegeven netwerk/netmask bevinden\n"
+"* Voorbeeld 2: laat computers toe die zich binnen het opgegeven netwerk/"
+"netmask bevinden\n"
"hosts allow = 150.203.15.0/255.255.255.0"
#: ../samba_wizard/Samba.pm:120
@@ -2070,17 +2441,20 @@ msgstr ""
#: ../samba_wizard/Samba.pm:120
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 ""
-"* Voorbeeld 4: alleen computers in de NIS werkgroep \"foonet\" toestaan, behalve een bepaalde computer\n"
+"* Voorbeeld 4: alleen computers in de NIS werkgroep \"foonet\" toestaan, "
+"behalve een bepaalde computer\n"
"hosts allow = @foonet\n"
"hosts deny = piraat"
#: ../samba_wizard/Samba.pm:120
msgid "Note that access still requires suitable user-level passwords."
-msgstr "Opmerking: Voor toegang zijn nog steeds gebruikerswachtwoorden vereist."
+msgstr ""
+"Opmerking: Voor toegang zijn nog steeds gebruikerswachtwoorden vereist."
#: ../samba_wizard/Samba.pm:127
msgid "Allow hosts:"
@@ -2095,8 +2469,14 @@ msgid "Enabled Samba services"
msgstr "Samba services geactiveerd"
#: ../samba_wizard/Samba.pm:133
-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 kan een gezamelijk bestandsdeel gebied aanmaken voor uw Windows werkstation, en printer deling leveren voor de printers die verbonden zijn met uw server."
+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 kan een gezamelijk bestandsdeel gebied aanmaken voor uw Windows "
+"werkstation, en printer deling leveren voor de printers die verbonden zijn "
+"met uw server."
#: ../samba_wizard/Samba.pm:141
msgid "Enable file sharing area"
@@ -2111,11 +2491,15 @@ msgid "Make home directories available for their owners"
msgstr "Maak de persoonlijke mappen beschikbaar voor hun eigenaars"
#: ../samba_wizard/Samba.pm:148
-msgid "You have selected to allow user access their home directories via samba but you/they must use smbpasswd to set a password."
-msgstr "U heeft ervoor gekozen om alle gebruikers toegang te geven tot hun persoonlijke mappen via Samba, maar u/zij moeten smbpasswd gebruiken om een wachtwoord aan te maken."
+msgid ""
+"You have selected to allow user access their home directories via samba but "
+"you/they must use smbpasswd to set a password."
+msgstr ""
+"U heeft ervoor gekozen om alle gebruikers toegang te geven tot hun "
+"persoonlijke mappen via Samba, maar u/zij moeten smbpasswd gebruiken om een "
+"wachtwoord aan te maken."
-#: ../samba_wizard/Samba.pm:154
-#: ../samba_wizard/Samba.pm:160
+#: ../samba_wizard/Samba.pm:154 ../samba_wizard/Samba.pm:160
#: ../samba_wizard/Samba.pm:230
msgid "Shared directory:"
msgstr "Gedeelde map:"
@@ -2138,18 +2522,19 @@ msgstr "Bestandsrechten"
#: ../samba_wizard/Samba.pm:176
msgid ""
-"Type users or groups separated by a comma (groups must be preceded by a '@') like this:\n"
+"Type users or groups separated by a comma (groups must be preceded by a '@') "
+"like this:\n"
"root, fred, @users, @wheel for each kind of permission."
msgstr ""
-"Geef gebruikersnamen en groepen, gescheiden door komma's (groepen moeten voorafgegaan worden door een '@') zoals dit vorbeeld:\n"
+"Geef gebruikersnamen en groepen, gescheiden door komma's (groepen moeten "
+"voorafgegaan worden door een '@') zoals dit vorbeeld:\n"
"root, fred, @users, @wheel voor elke soort van toegangsrechten."
#: ../samba_wizard/Samba.pm:183
msgid "Read list:"
msgstr "lees lijst:"
-#: ../samba_wizard/Samba.pm:183
-#: ../samba_wizard/Samba.pm:184
+#: ../samba_wizard/Samba.pm:183 ../samba_wizard/Samba.pm:184
msgid "root, fred, @users, @wheel"
msgstr "root, fred, @users, @wheel"
@@ -2171,7 +2556,8 @@ msgstr "Samba configureren"
#: ../samba_wizard/Samba.pm:219
msgid "The wizard collected the following parameters to configure Samba."
-msgstr "De wizard heeft de volgende gegevens verzameld om Samba te configureren."
+msgstr ""
+"De wizard heeft de volgende gegevens verzameld om Samba te configureren."
#: ../samba_wizard/Samba.pm:228
msgid "Server banner:"
@@ -2214,8 +2600,12 @@ msgid "Save config without test"
msgstr "Instellingen opslaan zonder te testen"
#: ../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 "Deze wizard helpt u bij het instellen van de tijd op uw server, gesynchroniseerd met een externe tijdserver."
+msgid ""
+"This wizard will help you to set the time of your server synchronized with "
+"an external time server."
+msgstr ""
+"Deze wizard helpt u bij het instellen van de tijd op uw server, "
+"gesynchroniseerd met een externe tijdserver."
#: ../time_wizard/Ntp.pm:82
msgid "Thus your server will be the local time server for your network."
@@ -2223,11 +2613,16 @@ msgstr "Uw server zal dan dienen als lokale tijdserver voor uw netwerk."
#: ../time_wizard/Ntp.pm:82
msgid "press next to begin, or cancel to leave this wizard"
-msgstr "Kies Volgende om te beginnen, of Annuleren om deze wizard te beëindigen"
+msgstr ""
+"Kies Volgende om te beginnen, of Annuleren om deze wizard te beëindigen"
#: ../time_wizard/Ntp.pm:87
-msgid "(we recommend using the server pool.ntp.org twice as this server randomly points to available time servers)"
-msgstr "(we raden aan om in beide gevallen de pool.ntp.org server te gebruiken omdat deze server willekeurig naar beschikbare tijdservers verwijst)"
+msgid ""
+"(we recommend using the server pool.ntp.org twice as this server randomly "
+"points to available time servers)"
+msgstr ""
+"(we raden aan om in beide gevallen de pool.ntp.org server te gebruiken omdat "
+"deze server willekeurig naar beschikbare tijdservers verwijst)"
#: ../time_wizard/Ntp.pm:87
msgid "Select a primary and secondary server from the list."
@@ -2237,18 +2632,15 @@ msgstr "Kies een primaire en secundaire server uit de lijst."
msgid "Time servers"
msgstr "Tijdservers"
-#: ../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 "Primaire tijdserver:"
-#: ../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 "Secundaire tijdserver:"
-#: ../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 "Kies een tijdzone:"
@@ -2261,8 +2653,12 @@ msgid "Choose a city:"
msgstr "Kies een stad:"
#: ../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 "Wanneer de tijdserver niet meteen beschikbaar is (vanwege het netwerk of iets anders), is er een vertraging van ongeveer 30 seconden."
+msgid ""
+"If the time server is not immediately available (network or other reason), "
+"there will be about a 30 second delay."
+msgstr ""
+"Wanneer de tijdserver niet meteen beschikbaar is (vanwege het netwerk of "
+"iets anders), is er een vertraging van ongeveer 30 seconden."
#: ../time_wizard/Ntp.pm:124
msgid "Press next to start the time servers test."
@@ -2293,8 +2689,12 @@ msgid "- other reasons..."
msgstr "- andere redenen..."
#: ../time_wizard/Ntp.pm:149
-msgid "- You can try again to contact time servers, or save configuration without actually setting time."
-msgstr "U kunt upnieuw proberen contact op te nemen met een tijdserver, of de configuratie bewaren zonder de tijd in te stellen."
+msgid ""
+"- You can try again to contact time servers, or save configuration without "
+"actually setting time."
+msgstr ""
+"U kunt upnieuw proberen contact op te nemen met een tijdserver, of de "
+"configuratie bewaren zonder de tijd in te stellen."
#: ../time_wizard/Ntp.pm:165
msgid "Time server configuration saved"
@@ -2310,7 +2710,8 @@ msgstr "Web wizard"
#: ../web_wizard/Apache.pm:71
msgid "This wizard will help you configuring the Web server for your network."
-msgstr "Deze wizard helpt u bij het configureren van de web server voor uw netwerk."
+msgstr ""
+"Deze wizard helpt u bij het configureren van de web server voor uw netwerk."
#: ../web_wizard/Apache.pm:71
msgid "Web server configuration wizard"
@@ -2329,8 +2730,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 "Uw server kan dienen als web server voor uw interne netwerk (intranet) en als een web server voor internet."
+msgid ""
+"Your server can act as a Web server toward your internal network (intranet) "
+"and as a Web server for the Internet."
+msgstr ""
+"Uw server kan dienen als web server voor uw interne netwerk (intranet) en "
+"als een web server voor internet."
#: ../web_wizard/Apache.pm:79
msgid "Enable the Web server for the intranet"
@@ -2341,8 +2746,14 @@ msgid "Enable the Web server for the Internet"
msgstr "Activeer de webserver voor het 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 "* Gebruikersmodule: laat gebruikers een map in hun persoonlijke map aanmaken die op uw http server beschikbaar is via http://www.uwserver.com/~gebruiker. U zult later worden gevraagd naar de naam van deze map."
+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 ""
+"* Gebruikersmodule: laat gebruikers een map in hun persoonlijke map aanmaken "
+"die op uw http server beschikbaar is via http://www.uwserver.com/~gebruiker. "
+"U zult later worden gevraagd naar de naam van deze map."
#: ../web_wizard/Apache.pm:90
msgid "Modules:"
@@ -2352,12 +2763,18 @@ msgstr "Modules:"
msgid ""
"Allows users to get a directory in their home directories \n"
"available on your http server via http://www.yourserver.com/~user."
-msgstr "Staat gebruikers toe om een map in gebruikersmappen beschikbaar te maken op de http server via http://www.yourserver.com/~user."
+msgstr ""
+"Staat gebruikers toe om een map in gebruikersmappen beschikbaar te maken op "
+"de http server via http://www.yourserver.com/~user."
-#: ../web_wizard/Apache.pm:100
-#: ../web_wizard/Apache.pm:103
-msgid "Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"
-msgstr "Voer de naam in van de map die gebruikers moeten aanmaken in hun persoonlijke map (zonder ~/) om hem bereikbaar te maken via http://www.uwserver.com/~gebruiker"
+#: ../web_wizard/Apache.pm:100 ../web_wizard/Apache.pm:103
+msgid ""
+"Type the name of the directory users should create in their homes (without "
+"~/) to get it available via http://www.yourserver.com/~user"
+msgstr ""
+"Voer de naam in van de map die gebruikers moeten aanmaken in hun "
+"persoonlijke map (zonder ~/) om hem bereikbaar te maken via http://www."
+"uwserver.com/~gebruiker"
#: ../web_wizard/Apache.pm:103
msgid "user http sub-directory: ~/"
@@ -2367,8 +2784,7 @@ msgstr "http sub-directory gebruiker: ~/"
msgid "Type the path of the directory you want being the document root."
msgstr "Voer het pad van de map in dat u als document hoofdmap wilt instellen."
-#: ../web_wizard/Apache.pm:111
-#: ../web_wizard/Apache.pm:139
+#: ../web_wizard/Apache.pm:111 ../web_wizard/Apache.pm:139
msgid "Document root:"
msgstr "Document hoofdmap:"
@@ -2377,8 +2793,12 @@ msgid "Configuring the Web server"
msgstr "De webserver configureren"
#: ../web_wizard/Apache.pm:131
-msgid "The wizard collected the following parameters needed to configure your Web server"
-msgstr "De wizard heeft de volgende gegevens verzameld om uw web server te configureren"
+msgid ""
+"The wizard collected the following parameters needed to configure your Web "
+"server"
+msgstr ""
+"De wizard heeft de volgende gegevens verzameld om uw web server te "
+"configureren"
#: ../web_wizard/Apache.pm:137
msgid "Intranet web server:"
@@ -2394,7 +2814,8 @@ msgstr "Gebruikersmap:"
#: ../web_wizard/Apache.pm:147
msgid "The wizard successfully configured your intranet/Internet Web server"
-msgstr "De wizard heeft uw intranet/internet web server succesvol geconfigureerd"
+msgstr ""
+"De wizard heeft uw intranet/internet web server succesvol geconfigureerd"
#: ../web_wizard/Apache.pm:236
msgid "Apache server"
@@ -2403,4 +2824,3 @@ msgstr "Apache webserver:"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "De computer wordt als Apache webserver geconfigureerd ..."
-
diff --git a/po/pl.po b/po/pl.po
index 9b173272..93430179 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-08-24 22:25+0200\n"
"Last-Translator: Arkadiusz Lipiec <arkadiusz.lipiec@gazeta.pl>\n"
"Language-Team: polski <pl@li.org>\n"
@@ -31,7 +31,7 @@ msgstr "druid konfiguracyjny"
msgid "Warning."
msgstr "Ostrzeżenie."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -41,10 +41,10 @@ msgid "Error."
msgstr "Błąd."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,18 +89,18 @@ msgstr "Ten druid pomoże ci dodać nowego klienta w lokalnym DNS-ie."
msgid "(you don't need to type the domain after the name)"
msgstr "(nie trzeba wpisywać domeny po nazwie)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identyfikacja klienta:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Zwróć uwagę, aby podany numer IP i nazwa klienta były unikalne w sieci."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -110,33 +110,33 @@ msgstr ""
"firma.net. Każdy komputer w sieci musi posiadać (unikalny) adres IP, w "
"standardowej postaci rozdzielanej kropkami."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nazwa komputera:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Adres IP maszyny:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Ostrzeżenie"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Jesteś w dhcp, serwer może nie pracować z tą konfiguracją."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Błąd"
@@ -301,7 +301,7 @@ msgstr "Interfejs:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Druid z powodzeniem skonfigurował usługi DHCP serwera."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -316,11 +316,11 @@ msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Uruchom ponownie program drakwizard i spróbuj zmienić niektóre parametry."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Należy ponownie skonfigurować nazwę komputera."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -331,24 +331,24 @@ msgstr ""
"zgodna z FQDN (Fully Qualified Domain Name - Pełna Złożona Nazwa Domeny). "
"Uruchom polecenie drakconnect, aby ją ustawić."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Podstawowy serwer DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Pomocniczy serwer DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Dodaj komputer w DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Usuń komputer z DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -356,11 +356,11 @@ msgstr ""
"DNS (Serwer Nazw Domenowych) jest usługą ustawiającą odpowiednie nazwy "
"komputerów w odpowiedzi na zapytanie w postaci numerycznej i na odwrót."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Druid konfiguracji podstawowego serwera DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -370,32 +370,47 @@ msgstr ""
"udostępni lokalną usługę DNS dla lokalnych nazw komputerów, na nielokanle "
"zapytanie przesyłane na zewnątrz DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Co chcesz zrobić:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Serwer DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(nie trzeba wpisywać domeny po nazwie)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Adres IP serwera:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nazwa domeny NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Wybierz komputer do usunięcia z poniższej listy."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Usuń komputer z istniejącej konfiguracji DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Usuń komputer:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nazwa komputera:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -405,11 +420,11 @@ msgstr ""
"oraz może pracować jako serwer zapasowy gdy z jakiegoś powodu serwer "
"podstawowy będzie niedostępny."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Adres IP podstawowego serwera DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -417,11 +432,11 @@ msgstr ""
"Przekierowywanie występuje tylko dla tych zapytań, dla których serwer nie "
"jest autorytarny i nie posiada odpowiedzi w pamięci podręcznej."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP komputera przesyłającego"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -429,15 +444,15 @@ msgstr ""
"Jeśli potrzebujesz tej funkcji i znasz adres komputera przekierowującego "
"wpisz go, jeśli nie pozostaw pole pustym."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Zewnętrzny DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Dodaj domenę wyszukiwania"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -445,7 +460,7 @@ msgstr ""
"Nazwa domeny tego serwera jest automatycznie dodawana i nie ma potrzeby "
"dodawania jej tutaj."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -458,28 +473,28 @@ msgstr ""
"poprzez wypisanie ścieżki żądanej domeny wyszukiwania poprzedzonej słowem "
"kluczowym wyszukiwania"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Domyślna nazwa domeny do przeszukiwania:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"To nie jest poprawny adres IP komp. przekierowującego... naciśnij dale, aby "
"kontynuować"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"To nie jest poprawny adres IP podstawowego DNS... naciśnij dalej aby "
"kontynuować"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "To nie jest poprawny adres IP... naciśnij dalej aby kontynuować"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -487,11 +502,11 @@ msgstr ""
"Wygląda na to, że komputer jest już w konfiguracji DNS... naciśnij dalej aby "
"kontynuować"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Błąd:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -499,7 +514,7 @@ msgstr ""
"Wygląda na to, że wpis nie jest obecny w konfiguracji DNS... naciśnij dalej "
"aby kontynuować"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -507,71 +522,71 @@ msgstr ""
"Wygląda na to, że żaden serwer DNS został ustawiony za pomocą druida. "
"Uruchom druida DNS: podstawowy serwer DNS."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Wygląda na to, że komputer nie jest podstawowym serwerem DNS, lecz serwerem "
"zapasowym. Tak więc nie można dodać/usunąć komputera."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Druid przeprowadzi teraz budowę konfiguracji zapasowego DNS"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "z tą konfiguracją:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient z tą tożsamością zostanie dodany do DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nazwa komputera:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Adres IP komputera:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient z tą tożsamością zostanie usunięty z DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Serwer DNS za chwilę skonfiguruje komputer z poniższą konfiguracją"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nazwa serwera:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nazwa domeny:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Druid pomyślnie dodał komputer do DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Druid pomyślnie usunął komputer z DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Druid pomyślnie skonfigurował usługę DNS na serwerze."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Uruchom ponownie drakwizard'a i spróbuj zmienić niektóre parametry."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurowanie systemu jako podstawowy serwer DNS ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurowanie systemu jako pomocniczy serwer DNS ..."
@@ -623,7 +638,7 @@ msgstr "Mapa autofs serwera NIS"
msgid "Mandrakelinux Install server"
msgstr "Serwer instalacyjny Mandrake"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Serwer Kolab"
@@ -932,7 +947,7 @@ msgstr "Wprowadź hasło dla konta zarządczego serwera Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Hasło się nie zgadza lub jest puste. Popraw je."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Hasło:"
@@ -968,27 +983,38 @@ msgstr "Instalacja trwa"
msgid "Installing Kolab server on your system..."
msgstr "Instalowanie serwera Kolab w systemie..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurowanie serwera Kolab w systemie..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Druid Samby"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Należy ponownie wprowadzić nazwę domeny. Dla serwera LDAP należy podać "
+"poprawną nazwę domeny, inną niż localdomain i none. Nazwa komputera musi być "
+"zgodna z FQDN (Fully Qualified Domain Name - Pełna Złożona Nazwa Domeny). "
+"Uruchom polecenie drakconnect, aby ją ustawić."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Wyświetl konfigurację Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Dodaj użytkownika do serwera Ldap "
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Usuń konfigurację Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -996,185 +1022,185 @@ msgstr ""
"To jest lekki protokół dostepowy do usług katalogowych, dokładniej usług "
"katalogowych opartych na protokole X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP to skrót od angielskiego \"Lightweight Directory Access Protocol\"."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Druid konfiguracji Ldap "
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Musisz najpierw zainstalować serwer Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Twój wybór:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Usuń konfigurację"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Zapisywanie istniejącej bazy w /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Dodawanie użytkownika LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Utworzono użytkownika w:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Imię:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nazwa:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Login użytkownika:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Wprowadź prawidłowe imię."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Wprowadź prawidłową Nazwę."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Wprowadź prawidłową nazwę użytkownika."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Hasło użytkownika LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "hasła muszą być takie same"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Hasło (ponownie):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Wprowadź hasło do LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Hasła nie zgadzają się"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Administrator jest nadrzędnym użytkownikiem z nadanym dostępem do bazy "
"danych LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfigurowanie serwera LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nazwa domeny: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrator LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Drzewo katalogów LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Nazewnictwo DNS jest używany do definicji drzewa katalogów LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Drzewo katalogów LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrator LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Hasło LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Hasło LDAP (ponownie):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Należy wprowadzić poprawne drzewo katalogów LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Potwierdź utworzenie użytkownika"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Imię:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nazwa użytkownika:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Utwórz w:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Potwierdzenie utworzenia serwera LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Pojemnik użytkowników:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Druid pomyślnie skonfigurował serwer LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Pomyślnie dodano użytkownika"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Błąd przy dodawaniu użytkownika do bazy danych LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Serwer jest już skonfigurowany"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Serwer Ldap został już skonfigurowany"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s zakończone niepowodzeniem"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Błąd!"
diff --git a/po/pt.po b/po/pt.po
index cee17e2c..a669fbb4 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-12 04:23+0100\n"
"Last-Translator: Américo José Melo <mmodem00@netvisao.pt>\n"
"Language-Team: Português <pt@li.org>\n"
@@ -38,7 +38,7 @@ msgstr "assistente de configuração"
msgid "Warning."
msgstr "Aviso."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -48,10 +48,10 @@ msgid "Error."
msgstr "Erro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,30 +85,31 @@ msgid ""
"The server will use the information you enter here to make the name of the "
"client available to other machines into your network."
msgstr ""
-"O servidor irá usar a informações que aqui introduzir para pôr o nomes "
-"do cliente disponível para outras maquinas na sua rede."
+"O servidor irá usar a informações que aqui introduzir para pôr o nomes do "
+"cliente disponível para outras maquinas na sua rede."
#: ../client_wizard/Bind_client.pm:55
msgid "This wizard will help you in adding a new client in your local DNS."
-msgstr "Este assistente irá ajuda-lo a adicionar um novo cliente no seu DNS local."
+msgstr ""
+"Este assistente irá ajuda-lo a adicionar um novo cliente no seu DNS local."
#: ../client_wizard/Bind_client.pm:61
msgid "(you don't need to type the domain after the name)"
msgstr "(não precisa escrever o domínio a seguir ao nome)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificação do cliente:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
-"Note que o endereço IP dado e o nome do cliente dados devem ser "
-"únicos na rede."
+"Note que o endereço IP dado e o nome do cliente dados devem ser únicos na "
+"rede."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -118,33 +119,33 @@ msgstr ""
"empresa.net. Toda a maquina na rede tem que ter um endereço IP (único), na "
"sintaxe com pontos habitual."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nome da maquina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Endereço IP da máquina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Aviso"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Erro"
@@ -166,16 +167,16 @@ msgid ""
"The wizard collected the following parameters needed to add a client to your "
"network:"
msgstr ""
-"O assistente reuniu os seguintes parâmetros necessários para adicionar "
-"um cliente à sua rede:"
+"O assistente reuniu os seguintes parâmetros necessários para adicionar um "
+"cliente à sua rede:"
#: ../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 ""
-"Para aceitar estes valores, e adicionar o seu cliente, clique em Seguinte "
-"ou use o botão Voltar para os corrigir."
+"Para aceitar estes valores, e adicionar o seu cliente, clique em Seguinte ou "
+"use o botão Voltar para os corrigir."
#: ../client_wizard/Bind_client.pm:90
msgid "Client name"
@@ -190,7 +191,8 @@ msgid "The wizard successfully added the client."
msgstr "O assistente adicionou com sucesso o cliente."
#: ../common/Wizcommon.pm:86
-msgid "The command is still running. Do you want to kill it and quit the Wizard?"
+msgid ""
+"The command is still running. Do you want to kill it and quit the Wizard?"
msgstr "O comando ainda está a correr. Deseja matá-lo e sair do assistente?"
#: ../common/Wizcommon.pm:103
@@ -206,12 +208,13 @@ msgid ""
"DHCP is a service that automatically assigns networking addresses to your "
"workstations."
msgstr ""
-"O DHCP é um serviço que atribui automaticamente endereços de rede às "
-"suas maquinas."
+"O DHCP é um serviço que atribui automaticamente endereços de rede às suas "
+"maquinas."
#: ../dhcp_wizard/Dhcp.pm:53
msgid "This wizard will help you configuring the DHCP services of your server."
-msgstr "Este assistente irá ajuda-lo a configurar os serviços DHCP do seu servidor."
+msgstr ""
+"Este assistente irá ajuda-lo a configurar os serviços DHCP do seu servidor."
#: ../dhcp_wizard/Dhcp.pm:58
msgid "Interface the dhcp server must listen to"
@@ -223,9 +226,9 @@ msgid ""
"eXecution Environment, a protocol that allows computers to boot through the "
"network)."
msgstr ""
-"Se deseja activar o PXE no seu servidor dhcp por favor marque a caixa "
-"(Pre-boot eXecution Enviroment, um protocolo que permite aos compu- "
-"tadores arrancarem através da rede)."
+"Se deseja activar o PXE no seu servidor dhcp por favor marque a caixa (Pre-"
+"boot eXecution Enviroment, um protocolo que permite aos compu- tadores "
+"arrancarem através da rede)."
#: ../dhcp_wizard/Dhcp.pm:72
msgid "Range of addresses used by DHCP"
@@ -237,9 +240,9 @@ msgid ""
"service; unless you have special needs, you can safely accept the proposed "
"values. (ie: 192.168.100.20 192.168.100.40)"
msgstr ""
-"Escolha o intervalo de endereços atribuidos às maquinas pelo serviço "
-"DHCP, a não ser que tenha necessidades especiais, pode aceitar com "
-"segurança os valores propostos. (p.ex.: 192.168.100.20 192.168.100.40)"
+"Escolha o intervalo de endereços atribuidos às maquinas pelo serviço DHCP, a "
+"não ser que tenha necessidades especiais, pode aceitar com segurança os "
+"valores propostos. (p.ex.: 192.168.100.20 192.168.100.40)"
#: ../dhcp_wizard/Dhcp.pm:82 ../dhcp_wizard/Dhcp.pm:115
msgid "Lowest IP address:"
@@ -309,7 +312,7 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "O assistente configurar com sucesso os serviços DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -323,51 +326,51 @@ msgstr "Falhou"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Relance o drakwizard, e tente modificar alguns parâmetros."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Precisa reajustar o seu hostname."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-"Precisa reajustar o seu nome de domínio. Para um servidor DNS que precisa "
-"de um nome de domínio correcto, diferente do domínio local ou nenhum. "
-"O Hostname tem que ser FQDN: (FQDN: Fully Qualified Domain Name). "
-"Execute o drakconnect para o ajustar."
+"Precisa reajustar o seu nome de domínio. Para um servidor DNS que precisa de "
+"um nome de domínio correcto, diferente do domínio local ou nenhum. O "
+"Hostname tem que ser FQDN: (FQDN: Fully Qualified Domain Name). Execute o "
+"drakconnect para o ajustar."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Servidor DNS master"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Servidor DNS slave"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Adicionar anfitrião no DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Remover anfitrião do DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-"DNS (Servidor de Nomes do Domínio) é um serviço que mapeia um endereço "
-"de IP de uma máquina com um nome de anfitrião (hostname) da Internet."
+"DNS (Servidor de Nomes do Domínio) é um serviço que mapeia um endereço de IP "
+"de uma máquina com um nome de anfitrião (hostname) da Internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Assistente de configuração DNS Master"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,82 +380,97 @@ msgstr ""
"Esta configuração irá fornecer um serviço DNS local para os nomes das "
"máquinas locais, com pedidos não locais dirigidos a um DNS exterior."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "O que deseja fazer:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servidor DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Não precisa adicionar o domínio a seguir ao nome)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP do servidor:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nome do Dominio NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Escolha o anfitrião que deseja remover da seguinte lista:"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Remova um anfitrião na na configuração DNS existente."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Remover anfitrião:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nome do Computador:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 ""
-"Um servidor de nome slave irá-lhe tirar algum peso (fardo) do seu servidor de "
-"nome primario, e irá também funcionar como um servidor de backup, no caso "
+"Um servidor de nome slave irá-lhe tirar algum peso (fardo) do seu servidor "
+"de nome primario, e irá também funcionar como um servidor de backup, no caso "
"do seu servidor master estar inalcançável."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Endereço IP do servidor DNS master:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
msgstr ""
-"O reenvio ocorre apenas naquelas questões onde o servidor não é "
-"autoritário e não possui a resposta na sua cache."
+"O reenvio ocorre apenas naquelas questões onde o servidor não é autoritário "
+"e não possui a resposta na sua cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP do seu reenviador"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
msgstr ""
-"Se precisar dele e souber o IP do seu reenviador introduza o endereço IP "
-"do mesmo, se não souber deixe em branco"
+"Se precisar dele e souber o IP do seu reenviador introduza o endereço IP do "
+"mesmo, se não souber deixe em branco"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS externo:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Adicionar domínio de procura"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-"O nome de domínio deste servidor é adicionado automáticamente, e não "
-"precisa de o adicionar aqui."
+"O nome de domínio deste servidor é adicionado automáticamente, e não precisa "
+"de o adicionar aqui."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -462,120 +480,123 @@ msgstr ""
"Lista de procura para busca de nome de anfitrião (host-name lookup). A lista "
"de procura é normalmente determinada a partir do nome de domínio local, "
"apenas contém o nome de domínio local. Isto pode ser alterado ao listar o "
-"caminho de procura do domínio desejado seguido da palavra-chave de "
-"procura"
+"caminho de procura do domínio desejado seguido da palavra-chave de procura"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Nome de domínio padrão para procurar:"
-#: ../dns_wizard/Bind.pm:169
-msgid "This is not a valid IP address for your forwarder... press next to continue"
+#: ../dns_wizard/Bind.pm:182
+msgid ""
+"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Isto não é um endereço IP válido para o seu reenviador... prima seguinte "
"para continuar"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Isto não é um endereço IP do DNS Master válido... prima seguinte para "
"continuar"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Isto não é um endereço IP válido... prima seguinte para continuar"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-"Parece que esse anfitrião já está na sua configuração DNS... prima "
-"seguinte para continuar"
+"Parece que esse anfitrião já está na sua configuração DNS... prima seguinte "
+"para continuar"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Erro:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-"Parece que isto não consta da sua configuração DNS... prima "
-"seguinte para continuar"
+"Parece que isto não consta da sua configuração DNS... prima seguinte para "
+"continuar"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-"Parece que nenhum servidor DNS foi configurado através do assistente. "
-"Por favor execute o Assistente DNS: Servidor DNS Master."
+"Parece que nenhum servidor DNS foi configurado através do assistente. Por "
+"favor execute o Assistente DNS: Servidor DNS Master."
-#: ../dns_wizard/Bind.pm:204
-msgid "It seems that you are not a master DNS server, so I can't add/remove host."
+#: ../dns_wizard/Bind.pm:217
+msgid ""
+"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Parece que não é um servidor DNS master, então não é possível adicionar/"
"remover o anfitrião."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "O assistente irá Agora construir a sua configurção DNS slave"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "com esta configuração:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Um cliente com esta identificação será adicionado ao seu DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nome do computador:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Endereço IP do computador:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "O cliente com esta identificação será removido do seu DNS"
-#: ../dns_wizard/Bind.pm:234
-msgid "The DNS server is about to be configured with the following configuration"
-msgstr "O servidor DNS está prestes a ser configurado com a seguinte configuração"
+#: ../dns_wizard/Bind.pm:249
+msgid ""
+"The DNS server is about to be configured with the following configuration"
+msgstr ""
+"O servidor DNS está prestes a ser configurado com a seguinte configuração"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Hostname do Servidor:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nome do domínio:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "O assistente adicionou com sucesso o anfitrião no seu DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "O assistente removeu com sucesso o anfitrião do seu DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "O assistente configurou com sucesso o serviço DNS do seu servidor."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Por favor Relance o drakwizard, e tente modificar alguns parâmetros."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "A configurar o seu sistema como um servidor DNS Master ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "A configurar seu sistema como um servidor DNS Slave ..."
@@ -627,7 +648,7 @@ msgstr "Servidor NIS mapa autofs"
msgid "Mandrakelinux Install server"
msgstr "Servidor de Instalação Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servidor Kolab"
@@ -666,7 +687,8 @@ msgstr "Assistente de Configuração do Servidor FTP"
#: ../ftp_wizard/Proftpd.pm:73
msgid "This wizard will help you configuring an FTP server for your network."
-msgstr "Este assistente irá ajudá-lo a configurar um servidor FTP para a sua rede."
+msgstr ""
+"Este assistente irá ajudá-lo a configurar um servidor FTP para a sua rede."
#: ../ftp_wizard/Proftpd.pm:79
msgid "Select the kind of FTP service you want to activate:"
@@ -695,8 +717,8 @@ msgstr "Admin email: endereço de email do administrador FTP"
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FTP resume: allow resume upload or download on FTP server."
msgstr ""
-"Permitir resumos FTP: permite o resumo de uploads ou downloads "
-"no servidor FTP."
+"Permitir resumos FTP: permite o resumo de uploads ou downloads no servidor "
+"FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Allow FXP: allow file transfer via another FTP."
@@ -704,7 +726,8 @@ msgstr "Permitir FXP: permite a transferência de ficheiros via outro FTP."
#: ../ftp_wizard/Proftpd.pm:88
msgid "Chroot home user: users will only see their home directory."
-msgstr "Chroot home user: os utilizadores irão apenas ver a sua directoria pessoal."
+msgstr ""
+"Chroot home user: os utilizadores irão apenas ver a sua directoria pessoal."
#: ../ftp_wizard/Proftpd.pm:88
msgid "FTP Proftpd server options"
@@ -808,7 +831,8 @@ msgstr "Permitir FXP"
#: ../ftp_wizard/Proftpd.pm:148
msgid "The wizard successfully configured your intranet/Internet FTP server"
-msgstr "O assistente configurou com sucesso o seu servidor FTP Intranet/Internet"
+msgstr ""
+"O assistente configurou com sucesso o seu servidor FTP Intranet/Internet"
#: ../ftp_wizard/Proftpd.pm:155 ../postfix_wizard/Postfix.pm:154
#: ../pxe_wizard/Pxe.pm:332
@@ -840,8 +864,8 @@ msgid ""
"Path to data: specify your source directory, should be base of a "
"Mandrakelinux installation."
msgstr ""
-"Caminho para os dados: especifique a sua directoria de origem, deve "
-"ser baseada numa instalação Mandrakelinux."
+"Caminho para os dados: especifique a sua directoria de origem, deve ser "
+"baseada numa instalação Mandrakelinux."
#: ../installsrv_wizard/Installsrv.pm:73
msgid "The destination directory could not be '/var/install/'"
@@ -861,7 +885,8 @@ msgstr ""
#: ../installsrv_wizard/Installsrv.pm:81
msgid "The destination directory is already in use. Please choose another one."
-msgstr "A directoria de destino encontra-se já em uso. Por favor escolha outra."
+msgstr ""
+"A directoria de destino encontra-se já em uso. Por favor escolha outra."
#: ../installsrv_wizard/Installsrv.pm:85
msgid "Your install server will be configured with these parameters"
@@ -886,8 +911,8 @@ msgid ""
"very easy to install Mandrakelinux through a network."
msgstr ""
"Parabéns, o servidor install Mandrakelinux está agora pronto. Pode agora "
-"configurar um servidor DHCP com suporte PXE, e um servidor PXE. Será "
-"então, muito fácil de instalar o Mandrakelinux através de uma rede."
+"configurar um servidor DHCP com suporte PXE, e um servidor PXE. Será então, "
+"muito fácil de instalar o Mandrakelinux através de uma rede."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
@@ -909,9 +934,9 @@ msgid ""
"(rev1) access to mail"
msgstr ""
"O Kolab é um servidor de groupware seguro, escalável e fiável. Algumas das "
-"suas principais características têm: uma interface de administração web, "
-"um livro de endereços partilhado com provisão para utilizadores mailbox "
-"como também contactos e um POP# e ainda acesso IMAP4 (rev1) ao mail"
+"suas principais características têm: uma interface de administração web, um "
+"livro de endereços partilhado com provisão para utilizadores mailbox como "
+"também contactos e um POP# e ainda acesso IMAP4 (rev1) ao mail"
#: ../kolab_wizard/Kolab.pm:59
msgid ""
@@ -920,8 +945,8 @@ msgid ""
"configuration files for these services."
msgstr ""
"Aviso: o Kolab precisa configurar muitos outros serviços: Proftpd, LDAP, "
-"Cyrus, Postfix, Imap, Saslauth. O assistente fará um backup de todos "
-"os ficheiros de configuração anteriores para estes serviços."
+"Cyrus, Postfix, Imap, Saslauth. O assistente fará um backup de todos os "
+"ficheiros de configuração anteriores para estes serviços."
#: ../kolab_wizard/Kolab.pm:59
msgid "Welcome to the Kolab Groupware server configuration Wizard."
@@ -935,7 +960,7 @@ msgstr "Introduza a senha para a conta do gestor do servidor Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "As senhas diferem, ou a senha é nula, por favor corrija."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Senha:"
@@ -945,7 +970,8 @@ msgstr "Senha de novo:"
#: ../kolab_wizard/Kolab.pm:89
msgid "The wizard will now configure Kolab server with these parameters"
-msgstr "O assistente irá agora configurar o servidor Kolab com estes parâmetros"
+msgstr ""
+"O assistente irá agora configurar o servidor Kolab com estes parâmetros"
#: ../kolab_wizard/Kolab.pm:92
msgid "Hostname:"
@@ -960,8 +986,8 @@ msgid ""
"The kolab server is now configured and running. Log in as 'manager' with the "
"password you entered at https://127.0.0.1/kolab/admin/"
msgstr ""
-"O servidor Kolab está agora configurado e a correr. Ligue-se como gestor "
-"com a senha que introduziu em https://127.0.0.1/kolab/admin/"
+"O servidor Kolab está agora configurado e a correr. Ligue-se como gestor com "
+"a senha que introduziu em https://127.0.0.1/kolab/admin/"
#: ../kolab_wizard/Kolab.pm:109
msgid "Install in progress"
@@ -971,27 +997,38 @@ msgstr "Instalação em progresso"
msgid "Installing Kolab server on your system..."
msgstr "A instalar o servidor Kolab no seu sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "A configurar o servidor Kolab no seu sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Assistente Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Precisa reajustar o seu nome de domínio. Para um servidor LDAP que precisa "
+"de um nome de domínio correcto, diferente do domínio local ou nenhum. O "
+"Hostname tem que ser FQDN: (FQDN: Fully Qualified Domain Name). Execute o "
+"drakconnect para o ajustar."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Mostrar a configuração Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Adicionar utilizador no servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Apagar a configuração Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -999,184 +1036,183 @@ msgstr ""
"É um protocolo ligeiro para aceder a serviços de directorias, "
"especificamente a serviços de directorias baseados em X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP significa Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Assistente de configuração Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Primeiro tem que configurar um servidor Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "A sua escolha:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Apagar configuração"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Gravar a base existente em /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Adicionar Utilizador"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Utilizador Criado em: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Primeiro Nome:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nome:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Login de Utilizador:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Tem que introduzir um Primeiro Nome válido"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Tem que introduzir um Nome válido"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Tem que introduzir um Nome de Utilizador válido"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Senha do utilizador LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "as senhas têm que ser iguais"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Senha (de novo):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Tem que introduzir uma senha para o LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "As senhas diferem"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrador"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-"Administrador é um utilizador poderoso com grande acesso à base "
-"de dadosLDAP"
+"Administrador é um utilizador poderoso com grande acesso à base de dadosLDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "A configurar o Servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Nome do domínio: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Administrador LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Arvore de directorias LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "O nome DNS é usado para a definição da arvore de directorias LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Arvore de directorias LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Administrador LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Senha LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Senha LDAP (de novo):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Tem que introduzir uma arvore de directorias LDAP válida ."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Confirmação do utilizador a criar"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Primeiro Nome:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nome de Utilizador:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Criar em:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Confirmação da Informação para criar o servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Recipiente de Utilizadores: "
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "O assistente configurou com sucesso o LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Utilizador adicionado com sucesso"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Erro ao adicionar um utilizador na base de dados Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Servidor já configurado"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Já configurou o seu Servidor Ldap"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Falhado"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Erro!"
@@ -1208,8 +1244,8 @@ msgid ""
"usually \"news.provider.com\"."
msgstr ""
"Os nomes de anfitrião Internet devem ser na forma \"anfitrião.domínio."
-"tipodedominio\"; por exemplo, se o seu fornecedor é \"fornecedor.com\", "
-"o servidor de notícias é habitualmente \"noticias.fornecedor.com\"."
+"tipodedominio\"; por exemplo, se o seu fornecedor é \"fornecedor.com\", o "
+"servidor de notícias é habitualmente \"noticias.fornecedor.com\"."
#: ../news_wizard/Inn.pm:49
msgid ""
@@ -1217,7 +1253,8 @@ msgid ""
"your network; the name is usually provided by your provider."
msgstr ""
"O nome do servidor de notícias é o nome do anfitrião que fornece as notícias "
-"Internet à sua rede, o nome é geralmente dado pelo seu fornecedor de Internet."
+"Internet à sua rede, o nome é geralmente dado pelo seu fornecedor de "
+"Internet."
#: ../news_wizard/Inn.pm:54
msgid "News server name:"
@@ -1242,8 +1279,8 @@ msgid ""
"attempts."
msgstr ""
"O seu servidor irá verificar regularmente o Servidor de Notícias para obter "
-"as ultimas Notícias Internet; o periodo de verificação define o intervalo entre "
-"duas verificações consecutivas."
+"as ultimas Notícias Internet; o periodo de verificação define o intervalo "
+"entre duas verificações consecutivas."
#: ../news_wizard/Inn.pm:65
msgid "Polling period (hours):"
@@ -1266,8 +1303,8 @@ msgid ""
"The wizard collected the following parameters needed to configure your "
"Internet News service:"
msgstr ""
-"O assistente reuniu os seguintes parâmetros necessários para "
-"configurar o seu serviço de Notícias Internet:"
+"O assistente reuniu os seguintes parâmetros necessários para configurar o "
+"seu serviço de Notícias Internet:"
#: ../news_wizard/Inn.pm:86 ../postfix_wizard/Postfix.pm:133
msgid ""
@@ -1286,10 +1323,11 @@ msgid "Polling interval:"
msgstr "Periodo de verificação:"
#: ../news_wizard/Inn.pm:95
-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 ""
-"O assistente configurou com sucesso o seu serviço de Notícias Internet "
-"no seu servidor."
+"O assistente configurou com sucesso o seu serviço de Notícias Internet no "
+"seu servidor."
#: ../nfs_wizard/NFS.pm:34
msgid "NFS Wizard"
@@ -1309,7 +1347,8 @@ msgstr "Assistente de Configuração do Servidor NFS"
#: ../nfs_wizard/NFS.pm:51
msgid "This wizard will help you configuring the NFS server for your network."
-msgstr "Este assistente irá ajudá-lo a configurar o servidor NFS para a sua rede."
+msgstr ""
+"Este assistente irá ajudá-lo a configurar o servidor NFS para a sua rede."
#: ../nfs_wizard/NFS.pm:56
msgid ""
@@ -1342,8 +1381,8 @@ msgid ""
"secure."
msgstr ""
"Escolha o nível que melhor sirva as suas necessidades. Se não sabe, o nível "
-"de rede local é normalmente o mais apropriado. Lembre-se que todos os "
-"níveis podem não ser seguros."
+"de rede local é normalmente o mais apropriado. Lembre-se que todos os níveis "
+"podem não ser seguros."
#: ../nfs_wizard/NFS.pm:69
msgid "NFS can be restricted to a certain ip class"
@@ -1391,8 +1430,8 @@ msgid ""
"correct NIS domainname, not equal to localdomain or none."
msgstr ""
"Precisa reajustar o seu nome de domínio NIS. Para um servidor NIS é "
-"necessário um nome de domínio NIS correcto, diferente do domínio "
-"local ou nenhum."
+"necessário um nome de domínio NIS correcto, diferente do domínio local ou "
+"nenhum."
#: ../nisautofs_wizard/Nisautofs.pm:71 ../nisautofs_wizard/Nisautofs.pm:77
#: ../nisautofs_wizard/Nisautofs.pm:98
@@ -1414,8 +1453,8 @@ msgid ""
"Users automatically mount their home directory from server, when they log on "
"a NIS client computer network."
msgstr ""
-"Os utilizadores montam automaticamente a sua directoria home do "
-"servidor, quando se ligam a um computador cliente NIS da rede."
+"Os utilizadores montam automaticamente a sua directoria home do servidor, "
+"quando se ligam a um computador cliente NIS da rede."
#: ../nisautofs_wizard/Nisautofs.pm:85
msgid "What do you want to do?"
@@ -1454,8 +1493,8 @@ msgid ""
"Home NIS: home base directory for users on NIS server. This directory will "
"be exported through NFS server."
msgstr ""
-"Home NIS: pasta pessoal (home) para os utilizadores no servidor "
-"NIS. Esta directoria será exportada através de um servidor NFS."
+"Home NIS: pasta pessoal (home) para os utilizadores no servidor NIS. Esta "
+"directoria será exportada através de um servidor NFS."
#: ../nisautofs_wizard/Nisautofs.pm:98
msgid "NIS domain: NIS domain to use (generally same as your DNS domain name)."
@@ -1506,9 +1545,7 @@ msgstr "Erro: deveria ser uma directoria."
#: ../nisautofs_wizard/Nisautofs.pm:136
msgid "Error: nisdomainname should not be 'none' or 'localdomain'."
-msgstr ""
-"Erro: o nome de domínio nis não deve ser 'none' ou "
-"'localdomain'."
+msgstr "Erro: o nome de domínio nis não deve ser 'none' ou 'localdomain'."
#: ../nisautofs_wizard/Nisautofs.pm:136
msgid "Please adjust it."
@@ -1516,15 +1553,16 @@ msgstr "Por favor ajuste."
#: ../nisautofs_wizard/Nisautofs.pm:142
msgid "The wizard successfully configured your machine to be a NIS client."
-msgstr "O assistente configurou com sucesso a sua máquina para ser um Cliente NIS."
+msgstr ""
+"O assistente configurou com sucesso a sua máquina para ser um Cliente NIS."
#: ../nisautofs_wizard/Nisautofs.pm:149
msgid ""
"The wizard successfully configured your machine to be a NIS server with "
"autofs map."
msgstr ""
-"O assistente configurou com sucesso a sua máquina para um servidor NIS "
-"com mapa autofs."
+"O assistente configurou com sucesso a sua máquina para um servidor NIS com "
+"mapa autofs."
#: ../nisautofs_wizard/Nisautofs.pm:310
msgid "Configuring your system to be a NIS server with Autofs map..."
@@ -1576,9 +1614,9 @@ msgid ""
"their mail gateway, and to make it appear as if the mail comes from the "
"gateway itself, instead of from individual machines."
msgstr ""
-"O mascarar endereços (address masquerading) é um método para esconder "
-"todos os anfitriões dentro de um domínio atrás do seu mail gateway, e para o "
-"fazer parecer como que o mail venha do seu poprio gateway, em vez de vir de "
+"O mascarar endereços (address masquerading) é um método para esconder todos "
+"os anfitriões dentro de um domínio atrás do seu mail gateway, e para o fazer "
+"parecer como que o mail venha do seu poprio gateway, em vez de vir de "
"máquinas individuais."
#: ../postfix_wizard/Postfix.pm:82
@@ -1598,12 +1636,13 @@ msgid ""
"You can select the kind of address that outgoing mail will show in the "
"\"From:\" and \"Reply-to\" field."
msgstr ""
-"Pode escolher o tipo de endereço que o mail que sai será mostrado nos "
-"campos \"From:\" e \"Reply-to:\"."
+"Pode escolher o tipo de endereço que o mail que sai será mostrado nos campos "
+"\"From:\" e \"Reply-to:\"."
#: ../postfix_wizard/Postfix.pm:88
msgid "Masquerade should be a valid domain name such as \"mydomain.com\"!"
-msgstr "A máscara deve ser um nome de domínio válido como p.ex.: \"meudominio.pt\"!"
+msgstr ""
+"A máscara deve ser um nome de domínio válido como p.ex.: \"meudominio.pt\"!"
#: ../postfix_wizard/Postfix.pm:93
msgid "Masquerade domain name:"
@@ -1770,7 +1809,8 @@ msgid "Proxy port:"
msgstr "Porta do proxy:"
#: ../proxy_wizard/Squid.pm:83
-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 ""
"Carregue em Seguinte para guardar estes valores, ou Voltar para mudar a sua "
"escolha."
@@ -1788,7 +1828,8 @@ msgid "You must choose a port greater than 1024 and lower than 65535"
msgstr "Deve escolher uma porta superior a 1024 e inferior a 65535"
#: ../proxy_wizard/Squid.pm:94
-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 ""
"O cache disco é a quantia de espaço no disco que pode ser utilizada como "
"antememoria."
@@ -1896,7 +1937,8 @@ msgid "Configuring the Proxy"
msgstr "A configurar o Proxy"
#: ../proxy_wizard/Squid.pm:150 ../proxy_wizard/Squid.pm:163
-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 ""
"O assistente recuperou os parametros seguintes necessários para configurar o "
"seu proxy:"
@@ -2033,7 +2075,8 @@ msgstr ""
#: ../pxe_wizard/Pxe.pm:142
msgid "Path to all.rdz: provide the full path to all.rdz image"
-msgstr "Caminho para all.rdz: introduza o caminho completo para a imagem all.rdz"
+msgstr ""
+"Caminho para all.rdz: introduza o caminho completo para a imagem all.rdz"
#: ../pxe_wizard/Pxe.pm:142
msgid ""
@@ -2047,7 +2090,8 @@ msgstr ""
"então escolher a imagem que deseja carregar através do PXE."
#: ../pxe_wizard/Pxe.pm:153
-msgid "Please choose the PXE boot image you want to remove from the PXE server."
+msgid ""
+"Please choose the PXE boot image you want to remove from the PXE server."
msgstr ""
"Por favor escolha a imagem de boot PXE que deseja remover do seu servidor "
"PXE."
@@ -2058,7 +2102,8 @@ msgstr "Remover uma imagem de boot"
#: ../pxe_wizard/Pxe.pm:153
msgid "The PXE boot image, and the related entry in PXE menu will be deleted."
-msgstr "A imagem de boot PXE, e a respectiva entrada no menu PXE serão apagadas."
+msgstr ""
+"A imagem de boot PXE, e a respectiva entrada no menu PXE serão apagadas."
#: ../pxe_wizard/Pxe.pm:155
msgid "Boot image to remove:"
@@ -2078,8 +2123,10 @@ msgstr ""
"boot com parâmetros comuns."
#: ../pxe_wizard/Pxe.pm:161
-msgid "Please choose, from the list below, the PXE boot image you want to modify"
-msgstr "Por favor escolha, da lista abaixo, a imagem de boot PXE que deseja modificar"
+msgid ""
+"Please choose, from the list below, the PXE boot image you want to modify"
+msgstr ""
+"Por favor escolha, da lista abaixo, a imagem de boot PXE que deseja modificar"
#: ../pxe_wizard/Pxe.pm:163 ../pxe_wizard/Pxe.pm:172 ../pxe_wizard/Pxe.pm:250
msgid "Boot image to modify:"
@@ -2090,7 +2137,8 @@ msgid "Add option to the PXE boot image"
msgstr "Adicionar uma opção à imagem de boot PXE"
#: ../pxe_wizard/Pxe.pm:170
-msgid "Install directory: the full path to Mandrakelinux install server directory"
+msgid ""
+"Install directory: the full path to Mandrakelinux install server directory"
msgstr ""
"Directoria de Instalação: o caminho completo para o directório do servidor "
"Mandrakelinux Install"
@@ -2192,7 +2240,8 @@ msgstr ""
#: ../pxe_wizard/Pxe.pm:200
msgid "We need an all.rdz or a network.img image. Please add one."
-msgstr "É necessária uma imagem all.rdz ou uma network.img. Por favor adicione uma."
+msgstr ""
+"É necessária uma imagem all.rdz ou uma network.img. Por favor adicione uma."
#: ../pxe_wizard/Pxe.pm:208
msgid ""
@@ -2218,7 +2267,8 @@ msgstr ""
"espaços."
#: ../pxe_wizard/Pxe.pm:224
-msgid "To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
+msgid ""
+"To add/remove/modify PXE boot image, you need to run 'Set PXE server' before."
msgstr ""
"Para adicionar/remover/modificar iamgens de boot PXE, necessita de correr "
"'Configurar servidor PXE' previamente."
@@ -2325,8 +2375,10 @@ msgid "Samba configuration wizard"
msgstr "Assistente de Configuração do Samba"
#: ../samba_wizard/Samba.pm:72
-msgid "This wizard will help you configuring the Samba services of your server."
-msgstr "Este assistente vai ajudar-lo a configurar os serviços Samba do seu servidor."
+msgid ""
+"This wizard will help you configuring the Samba services of your server."
+msgstr ""
+"Este assistente vai ajudar-lo a configurar os serviços Samba do seu servidor."
#: ../samba_wizard/Samba.pm:77
msgid "Samba needs to know the Windows Workgroup it will serve."
@@ -2352,7 +2404,8 @@ msgstr "Bandeira do Servidor."
msgid ""
"The banner is the way this server will be described in the Windows "
"workstations."
-msgstr "A bandeira é a maneira como o servidor vai ser visto na maquinas Windows."
+msgstr ""
+"A bandeira é a maneira como o servidor vai ser visto na maquinas Windows."
#: ../samba_wizard/Samba.pm:99
msgid "Banner:"
@@ -2492,7 +2545,8 @@ msgstr "Lista de escritura:"
#: ../samba_wizard/Samba.pm:194
msgid "Select which printers you want to be accessible from known users"
-msgstr "Escolha quais impressoras deseja por à disposição dos utilizadores conhecidos"
+msgstr ""
+"Escolha quais impressoras deseja por à disposição dos utilizadores conhecidos"
#: ../samba_wizard/Samba.pm:201
msgid "Enable all printers"
@@ -2556,11 +2610,13 @@ msgstr ""
#: ../time_wizard/Ntp.pm:82
msgid "Thus your server will be the local time server for your network."
-msgstr "Assim o seu servidor vai ser o servidor de tempo local para a sua rede."
+msgstr ""
+"Assim o seu servidor vai ser o servidor de tempo local para a sua rede."
#: ../time_wizard/Ntp.pm:82
msgid "press next to begin, or cancel to leave this wizard"
-msgstr "carregue em seguinte para começar, ou anular para sair deste assistente."
+msgstr ""
+"carregue em seguinte para começar, ou anular para sair deste assistente."
#: ../time_wizard/Ntp.pm:87
msgid ""
@@ -2658,7 +2714,8 @@ msgstr "Assistente Web"
#: ../web_wizard/Apache.pm:71
msgid "This wizard will help you configuring the Web server for your network."
-msgstr "Este assistente vai ajudar-lo a configurar o servidor Web para a sua rede."
+msgstr ""
+"Este assistente vai ajudar-lo a configurar o servidor Web para a sua rede."
#: ../web_wizard/Apache.pm:71
msgid "Web server configuration wizard"
@@ -2772,4 +2829,3 @@ msgstr "Servidor Apache"
#: ../web_wizard/Apache.pm:236
msgid "Configuring your system as Apache server ..."
msgstr "Configurando o seu sistema como um servidor Apache ..."
-
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 205163e0..97527239 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-05-06 14:21-0300\n"
"Last-Translator: Ricardo de Castilho <cast_brasil@ig.com.br>\n"
"Language-Team: Brazilian Portuguese <linux_pt_BR@yahoogrupos.com.br>\n"
@@ -32,7 +32,7 @@ msgstr "assistente de configuração"
msgid "Warning."
msgstr "Aviso"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "Erro."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -92,18 +92,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(você não precisa digitar o domínio após o nome)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificação do Cliente:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Note que o endereço de IP e o nome do cliente devem ser únicos na rede."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -113,33 +113,33 @@ msgstr ""
"empresa.net. Cada máquina na rede deve ter um endereço de IP único na "
"sintaxe pontilhada usual."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Nome da máquina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Endereço de IP da máquina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Aviso"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Você está em DHCP; o servidor pode não funcionar com sua configuração"
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Erro."
@@ -309,7 +309,7 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "O assistente configurou com sucesso os serviços DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -323,11 +323,11 @@ msgstr "Falha"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Reinicie o drakwizard, e tente mudar alguns parâmetros"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Você precisa reajustar seu nome de máquina (hostname)"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -338,24 +338,24 @@ msgstr ""
"um nome de domínio correto, não igual ao domínio local ou em branco. Execute "
"o drakconnect para ajustar isso."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Servidor NFS mestre"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Servidor DNS escravo"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Adicionar host no DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Remover hosts no DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -363,11 +363,11 @@ msgstr ""
"DNS (Servidor de Nomes de Domínio) é o serviço que relaciona um endereço IP "
"com um nome de domínio na internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Assistente de Configuração DNS Mestre"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,32 +377,47 @@ msgstr ""
"Esta configuração proverá um serviço local de DNS para os nomes de "
"computadores locais. Requisições não locais são enviadas a um DNS externo."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "O que você gostaria de fazer:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Servidor DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Você não precisa adicionar o domínio após o nome)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP do servidor:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nome de domínio NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Escolha o host que você deseja remover na lista:"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Remove um host na configuração DNS existe."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Remover hosts:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Nome do Computador:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -412,11 +427,11 @@ msgstr ""
"de nomes primário, e também funcionará como um servidor backup, no caso do "
"seu servidor mestre esteja inacessível."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Endereço de IP do servidor de DNS mestre:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -424,11 +439,11 @@ msgstr ""
"O forwarding ocorre somente naquelas perguntas para que o usuário não é "
"autorizado e não tem a resposta em seu cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "End. IP do seu \"forwarder\""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -437,15 +452,15 @@ msgstr ""
"pacotes IPs (IP forwarder) entre com o endereço IP. Se você não sabe este "
"endereço, deixe em branco."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS externo:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Adicionar procura de domínio"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -453,7 +468,7 @@ msgstr ""
"Nome de domínio deste servidor é automaticamente adicionado, e você não "
"precisa adicionar ele aqui."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -465,29 +480,29 @@ msgstr ""
"pode ser alterada acrescentando-se os domínio desejados como novas chaves de "
"pesquisa."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Nome de domínio padrão para pesquisar:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Este não é um endereço de IP válido para seu encaminhador...\n"
"pressione próximo para continuar"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Este não é um endereço de IP válido do DNS mestre... pressione próximo para "
"continuar"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Este não é um endereço de IP válido... pressione próximo para continuar"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -495,11 +510,11 @@ msgstr ""
"Parece que host já está na sua configuração de DNS... pressione próximo para "
"continuar"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Erro:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -507,7 +522,7 @@ msgstr ""
"Parece que isso não está presente na sua configuração DNS... pressione "
"próximo para continuar"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -515,71 +530,71 @@ msgstr ""
"Parece que nenhum servidor DNS tem sido configurado através do assistente. "
"Favor execute o assistente do DNS: Servidor DNS mestre."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Parece que o seu não é um servidor DNS mestre, mas só um escravo. Então eu "
"não posso adicionar/remover maquina."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "O Assistente irá construir sua configuração do DNS escravo"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "com esta configuração:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Cliente com esta identificação será adicionado ao seu DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Nome do Computador:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Endereço de IP com computador:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Cliente com esta identificação será removido do seu DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "O servidor DNS está para ser configurado com a seguinte configuração"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Nome da máquina servidora:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Nome de domínio:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "O assistente adicionou o host com sucesso em seu DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "O assistente removeu o host com sucesso de seu DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "O assistente configurou com sucesso o serviço de DNS do seu servidor."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Favor reiniciar o drakwizard, e tente mudar alguns parâmetros."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Configurando seu sistema como servidor de DNS mestre."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configurando seu sistema como um servidor DNS escravo..."
@@ -632,7 +647,7 @@ msgstr "Servidor NIS mapa autofs"
msgid "Mandrakelinux Install server"
msgstr "Instalação de Servidores Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Servidor Kolab"
@@ -837,8 +852,8 @@ msgid ""
"Easily configure a Mandrakelinux server installation directory, with NFS and "
"HTTP access."
msgstr ""
-"Configure facilmente um diretório de instalação do servidor Mandrakelinux, com "
-"acesso NFS e HTTP."
+"Configure facilmente um diretório de instalação do servidor Mandrakelinux, "
+"com acesso NFS e HTTP."
#: ../installsrv_wizard/Installsrv.pm:58
msgid "Destination directory: copy file in which directory?"
@@ -902,9 +917,9 @@ msgid ""
"configure a DHCP server with PXE support, and a PXE server. So it will be "
"very easy to install Mandrakelinux through a network."
msgstr ""
-"Parabéns, o servidor de instalação do Mandrakelinux está pronto agora. Você pode "
-"configurar agora um servidor DHCP com suporte PXE e um servidor PXE. Então "
-"será muito fácil instalar o Mandrakelinux através da rede."
+"Parabéns, o servidor de instalação do Mandrakelinux está pronto agora. Você "
+"pode configurar agora um servidor DHCP com suporte PXE e um servidor PXE. "
+"Então será muito fácil instalar o Mandrakelinux através da rede."
#: ../kolab_wizard/Kolab.pm:40
msgid "Kolab configuration wizard"
@@ -952,7 +967,7 @@ msgstr "Entre com a senha entrar no gerenciador de usuário Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Senha errada ou nula, digite a senha correta."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Senha:"
@@ -988,232 +1003,243 @@ msgstr "Instalação em andamento"
msgid "Installing Kolab server on your system..."
msgstr "Instalando o Kolab em seu sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Configurando o servidor Kolab no seu sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Assistente do samba"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Você precisa reajustar seu nome de domínio. Para o servidor LDAP é "
+"necessário um nome de domínio correto, não igual ao domínio local ou em "
+"branco. Execute o drakconnect para ajustar isso."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Assistente de configuração do LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Add - adiciona entrada no servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Assistente de configuração do LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Assistente de configuração do LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Definir o servidor PXE."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Configuração do servidor de instalação"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Nome de usuário:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Primeiro Nome:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Nome de usuário:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Recipiente:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Senha:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Senha novamente:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "As senhas não conferem"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Configurando o Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Nome de domínio:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Diretório TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Diretório TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Senha:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Senha novamente:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Diretório TFTP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Primeiro Nome:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Nome de usuário:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Configurando o servidor DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Recipiente:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "O assistente configurou com sucesso seu servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Dados adicionados com sucesso"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Add - adiciona entrada no servidor LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "O assistente configurou com sucesso seu servidor Samba"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Falha"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Erro."
diff --git a/po/ro.po b/po/ro.po
index 35238f96..3ec23e88 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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."
@@ -29,7 +29,7 @@ msgstr "asistent de configurare"
msgid "Warning."
msgstr "Avertisment."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Eroare."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr "Acest asistent vă va ajuta să adăugaţi un client nou în DNS-ul loca
msgid "(you don't need to type the domain after the name)"
msgstr "(nu trebuie să scrieţi domeniul după nume)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identificare client:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -103,7 +103,7 @@ msgstr ""
"Reţineţi că numărul IP alocat şi numele clientului trebuie să fie unic în "
"reţea."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -113,34 +113,34 @@ msgstr ""
"net. Orice maşină din reţea trebuie să aibă o adresă IP (unică) în formatul "
"uzual cu puncte."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Numele maşinii: "
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Numărul IP al maşinii:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Avertisment"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Eroare"
@@ -307,7 +307,7 @@ msgstr "Interfaţă:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Asistentul a configurat cu succes serviciile DHCP al serverului dvs."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -322,38 +322,38 @@ msgstr "Activat"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Refuză gazdele:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -361,12 +361,12 @@ msgstr ""
"DNS (Domain Name Server) este un serviciu care pune în corespondenţă o "
"maşină cu un nume de gazdă de Internet"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Asistent configurare DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,77 +377,92 @@ msgstr ""
"numele calculatoarelor locale, cu cererile ne-locale transmise către un DNS "
"exterior."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server NFS"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(nu trebuie să scrieţi domeniul după nume)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Antet server:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Nume de domeniu 'mascaradat':"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Refuză gazdele:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Nume server de ştiri:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Configurez serverul DNS"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -455,119 +470,119 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Aceasta nu este o adresă validă... apăsaţi Următorul pentru continuare"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Aceasta nu este o adresă validă... apăsaţi Următorul pentru continuare"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Aceasta nu este o adresă validă... apăsaţi Următorul pentru continuare"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Eroare"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "Dns (configurare)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr ""
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Nume server de ştiri:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Antet server:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Asistentul a adăugat clientul cu succes."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Asistentul a adăugat clientul cu succes."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Asistentul a configurat cu succes serviciile DNS ale serverului dvs."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Configurez serverul DNS"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Configurez serverul DNS"
@@ -624,7 +639,7 @@ msgstr "Server de ştiri"
msgid "Mandrakelinux Install server"
msgstr "Server de email"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Server Samba"
@@ -924,7 +939,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Parolă:"
@@ -964,231 +979,238 @@ msgstr "Director utilizator:"
msgid "Installing Kolab server on your system..."
msgstr "Configurez serverul FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Configurez serverul FTP"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Asistent Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "asistent de configurare"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "asistent de configurare"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "asistent de configurare"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Server Samba"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Configurare server de timp salvată"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Parola"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Parolă:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Parolele nu sunt identice"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Configurez Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Nume de domeniu 'mascaradat':"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Director utilizator:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Director utilizator:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Parolă:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Director utilizator:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Antet server:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Configurez serverul DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Nume server de ştiri:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Asistentul a configurat cu succes serviciul Proxy al serverului dvs."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Asistentul a configurat cu succes serviciul Samba al serverului dvs."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Activat"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Eroare"
diff --git a/po/ru.po b/po/ru.po
index a56cf0f0..e6d7b76b 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-10-14 12:05+0300\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -29,7 +29,7 @@ msgstr "мастер настройки"
msgid "Warning."
msgstr "Предупреждение."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Ошибка."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -87,18 +87,18 @@ msgstr "Этот мастер поможет вам добавить новог
msgid "(you don't need to type the domain after the name)"
msgstr "(вам не нужно вводить домен после имени)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Идентификация клиента:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Помните, что указанный IP-адрес и имя клиента должны быть уникальными в сети."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,33 +108,33 @@ msgstr ""
"net. Каждая машина в сети должна иметь (уникальный) IP-адрес с обычным "
"точечным синтаксисом."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Имя машины:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP-адрес машины:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Предупреждение"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Вы используете dhcp, сервер может не работать с вашей конфигурацией."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Ошибка"
@@ -300,7 +300,7 @@ msgstr "Интерфейс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Мастер успешно настроил службы DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -314,11 +314,11 @@ msgstr "Завершился неудачей"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Перезапустите drakwizard, и попробуйте изменить некоторые параметры."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Вам необходимо изменить имя своего хоста."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -329,24 +329,24 @@ msgstr ""
"должно быть полностью определенным именем домена (FQDN, Fully Qualified "
"Domain Name). Запустите drakconnect для его изменения."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Ведущий сервер DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Подчиненный сервер DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Добавить хост в DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Удалить хост из DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -354,11 +354,11 @@ msgstr ""
"DNS (сервер доменных имен) - это служба, которая сопоставляет IP адрес "
"машины с именем хоста в Интернете."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Мастер настройки ведущего DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -368,32 +368,47 @@ msgstr ""
"предоставит локальную службу DNS для имен локальных компьютеров с "
"нелокальными запросами, перенаправляемыми на внешние DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Что вы хотите сделать:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Сервер DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Вам не нужно вводить домен после имени)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP сервера:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Доменное имя NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Выберите хост, который вы хотите удалить из следующего списка."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Удалить хост из существующей конфигурации DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Удалить хост:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Имя компьютера:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -403,11 +418,11 @@ msgstr ""
"имен, а также будет работать в качестве резервного в случае, если ваш "
"ведущий сервер недоступен."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP-адрес ведущего сервера DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -415,11 +430,11 @@ msgstr ""
"Переадресация выполняется только для тех запросов, для которых сервер не "
"является аутентичным и не содержит ответа в своем кэше."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP вашего форвардера"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -427,15 +442,15 @@ msgstr ""
"Если вам это надо и вы знаете IP своего форвардера, введите его IP-адрес, "
"если вы не знаете, оставьте его пустым"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Внешний DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Добавить поисковый домен"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -443,7 +458,7 @@ msgstr ""
"Доменное имя этого сервера добавляется автоматически и вам нет необходимости "
"добавлять его здесь."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -455,27 +470,27 @@ msgstr ""
"может быть заменен списком желаемого поискового домена с путем поиска, "
"следующего за условием поиска"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Доменное имя для поиска по умолчанию:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Это недействительный IP-адрес вашего форвардера... Нажмите Далее для "
"продолжения"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Это недействительный IP-адрес ведущего DNS... Нажмите Далее для продолжения"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Это недействительный IP-адрес... Нажмите Далее для продолжения"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -483,11 +498,11 @@ msgstr ""
"Похоже, что этот хост уже есть в конфигурации вашей DNS... Нажмите Далее для "
"продолжения"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Ошибка:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -495,7 +510,7 @@ msgstr ""
"Похоже, что этот отсутствует в конфигурации вашей DNS... Нажмите Далее для "
"продолжения"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -503,72 +518,72 @@ msgstr ""
"Похоже, что сервер DNS не был настроен при помощи мастера. Пожалуйста, "
"запустите мастер DNS: Ведущий сервер DNS."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Похоже, что вы не являетесь ведущим сервером DNS, поэтому невозможно удалить/"
"добавить хост."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Сейчас мастер построит конфигурацию вашего ведомого DNS"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "с этой конфигурацией:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Клиент с этой идентификацией будет добавлен в вашу DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Имя компьютера:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP-адрес компьютера:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Клиент с этой идентификацией будет удален из вашей DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Сервер DNS будет настроен со следующей конфигурацией"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Имя хоста:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Доменное имя:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Мастер успешно добавил хост в вашу DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Мастер успешно удалил хост из вашей DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Мастер успешно настроил службу DNS вашего сервера."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Перезапустите drakwizard и попробуйте изменить некоторые параметры."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr ""
"Ваша система настраивается для работы в качестве ведущего сервера DNS..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr ""
"Ваша система настраивается для работы в качестве подчиненного сервера DNS..."
@@ -621,7 +636,7 @@ msgstr "Сервер NIS с картой autofs"
msgid "Mandrakelinux Install server"
msgstr "Сервер установки Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Сервер Kolab"
@@ -935,7 +950,7 @@ msgstr "Введите пароль для учетной записи мене
msgid "Password mismatch, or null password, please correct."
msgstr "Пароль не совпадает или отсутствует. Пожалуйста, исправьте."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Пароль:"
@@ -971,27 +986,38 @@ msgstr "Выполняется установка"
msgid "Installing Kolab server on your system..."
msgstr "В вашу систему устанавливается сервер Kolab..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Настраивается сервер Kolab для вашей системы..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Мастер LDAP"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Вам необходимо исправить имя своего домена. Для сервера LDAP вы должны "
+"изменить имя домена, не равное localdomain или пустому значению. Имя хоста "
+"должно быть полностью определенным именем домена (FQDN, Fully Qualified "
+"Domain Name). Запустите drakconnect для его изменения."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Показать конфигурацию LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Добавить пользователя в сервер LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Удалить конфигурацию LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -999,185 +1025,185 @@ msgstr ""
"Это облегчённый протокол доступа к службам каталогов - особых служб "
"каталогов на основе X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP означает Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Мастер настройки LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Вы должны сначала настроить сервер LDAP."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Ваш выбор:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Удалить конфигурацию"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Существующая база сохраняется в /root/LDAP-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Добавление пользователя LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Пользователь создан в: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Первое имя:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Имя:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Логин:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Вы должны ввести действительное первое имя."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Вы должны ввести действительное имя."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Вы должны ввести действительное имя пользователя."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Пароль пользователя LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Пароли должны совпадать"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Пароль (еще раз):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Вы должны ввести пароль для LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Пароли не совпадают"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Администратор"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Администратор - это привилегированный пользователь с неограниченным доступом "
"к базе данных LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Настраивается сервер LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Доменное имя:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Администратор LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Дерево каталога LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
"Для определения дерева каталога LDAP используется присваивание имён DNS"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Дерево каталога LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Администратор LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Пароль LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Пароль LDAP (еще раз):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Вы должны ввести действительное дерево каталога LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Подтверждение создания пользователя"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Первое имя:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Имя пользователя:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Создать в:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Информация для подтверждения создания сервера LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Контейнер пользователей:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Мастер успешно настроил LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Пользователь успешно добавлен"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Ошибка добавления пользователя в базу данных LDAP"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Сервер уже настроен"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Вы уже настроили свой сервер LDAP"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "Сбой %s"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Ошибка!"
diff --git a/po/sk.po b/po/sk.po
index bb8d630f..fab38e05 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-sk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-13 15:03+0200\n"
"Last-Translator: \n"
"Language-Team: <sk@li.org>\n"
@@ -29,7 +29,7 @@ msgstr "sprievodca konfiguráciou"
msgid "Warning."
msgstr "Varovanie:"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "Chyba."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,17 +88,17 @@ msgstr ""
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:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikácia klienta:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -108,33 +108,33 @@ msgstr ""
"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:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Meno počítača:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP adresa počítača:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Upozornenie"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Má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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Chyba"
@@ -299,7 +299,7 @@ msgstr "Rozhranie:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Sprievodca úspešne nakonfiguroval služby DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -313,11 +313,11 @@ msgstr "Zlyhalo"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Znovuspustiť drakwizard a skúsiť zmeniť niektoré nastavenia."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Je potrebné zmeniť vaše meno počítača."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -327,24 +327,24 @@ msgstr ""
"doménové meno, nie localdomain alebo žiadne. Spustite drakconnect pre jeho "
"nastavenie."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master DNS server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave DNS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Pridať hosta v DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Odstrániť adresu z DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -352,11 +352,11 @@ 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
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Sprievodca konfiguráciou master DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -366,32 +366,47 @@ msgstr ""
"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:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Čo si želáte spraviť:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(nie je potrebné zadávať doménu za menom)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP servera:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS doménové meno:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Vyberte si meno, ktoré si želáte odstrániť z nasledovného zoznamu."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Odstrániť meno v existujúcej DNS konfigurácii."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Odstrániť adresu:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Meno počítača:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -400,11 +415,11 @@ msgstr ""
"Slave doménový server môže plniť byť v prípade nedostupnosti primárneho "
"servera jeho zálohou ktorá ho zastupuje počas doby výpadku."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP adresa master DNS servera:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -412,11 +427,11 @@ msgstr ""
"Forwardovanie sa použije iba pre tie požiadavky ktoré nie sú autoritatívne a "
"nenachádzajú sa vo vyrovnávacej pamäti."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP adresa pre forwarder"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -424,15 +439,15 @@ msgstr ""
"Ak požadujete túto funkcionalitu a viete IP adresu vášho forwardera - "
"zadajte ju, ak neviete nechajte prázdne"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Externé DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Pridať doménu na vyhľadávanie"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -440,7 +455,7 @@ msgstr ""
"Doménové meno tohto server je automaticky pridané a nie je potrebné ho tu "
"pridávať."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -451,28 +466,28 @@ msgstr ""
"obsahuje lokálnu doménu. Toto môže byť zmenené zadaním zoznamu žiadaných "
"domén ktorám predchádza kľúčové slovo search"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Predvolená doména na vyhľadávanie:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
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:174
+#: ../dns_wizard/Bind.pm:187
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"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
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:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -480,11 +495,11 @@ 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:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Chyba:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -492,7 +507,7 @@ 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:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -500,71 +515,71 @@ msgstr ""
"Zdá sa, že nebol sprievodcom nastavený žiaden DNS server. Spustite prosím "
"DNS sprievodcu: Master DNS server."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Zdá sa, že nie toto nie je master DNS server ale slave. Preto nie je možné "
"pridať/odstrániť meno."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Sprievodca teraz vytvorí konfiguráciu pre slave DNS"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "s touto konfiguráciou:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient s nasledovnou identiikáciou bol pridaný do vášho DNS."
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Meno počítača:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP adresa počítača:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient s nasledovnou identifikáciou bol odstránený z DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS server bol nastavený podľa nasledovnej konfigurácie"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Meno servera:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Meno domény:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Sprievodca úspešne pridal hosta do vášho DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Sprievodca úspešne odstránil meno z vášho DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Sprievodca úspešne nakonfiguroval DNS službu na vašom serveri."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Spustite znova drakwizard a skúste zmeniť niektoré nastavenia."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurovať váš sysém ako master DNS server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurovať váš systém ako slave DNS server ..."
@@ -616,7 +631,7 @@ msgstr "Autofs mapa NIS servera"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux inštalačný server"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -925,7 +940,7 @@ msgstr "Vložte heslo pre manažéra konta na serveri Kolab."
msgid "Password mismatch, or null password, please correct."
msgstr "Heslá sú rôzne alebo žiadne, prosím opravte ich."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Heslo:"
@@ -962,27 +977,37 @@ msgstr "Inštalácia beží"
msgid "Installing Kolab server on your system..."
msgstr "Inštalácia servera Kolab na vašom systéme..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurácia Kolab servera na vašom systéme..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Sprievodca konfiguráciou samby"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Potrebujete zmeniť vaše doméhové meno. Pre LDAP server potrebujete správne "
+"doménové meno, nie localdomain alebo žiadne. Spustite drakconnect pre jeho "
+"nastavenie."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Ukázať konfiguráciu LDAP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Pridať používateľa do servera LDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Vymazať konfiguráciu LDAP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -990,184 +1015,184 @@ msgstr ""
"je to ľahkotonážny protokol umož ujúci adresárové služby, či špecifické "
"X.500 adresárové služby"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP znamená Lightweight Directory Acces Protocol - ľahkotonážny adresárový "
"protokol prístupu. "
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Sprievodca konfigáciou LDAP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Musíte najprv nastaviť LDAPserver"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Vaša voľba:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Zmazať konfiguráciu: "
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Ukladanie existujúceho základu do /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP pridávanie používateľa"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Používateľ vytvorený v: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Krstné meno:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Meno: "
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Používateľské meno:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Musíte vložiť skutočné krstné meno."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Musíte vložiť skutočné meno."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Musíte vložit skutočné meno používateľa."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP používateľské heslo"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "heslá musia byť rovnaké"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Heslo (znova):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Musíte vložiť heslo pre LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Zadané heslá nie sú rovnaké"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "Administrátor je superužívateľ s prístupom do databázy LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfigurácia LDAP servera"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Meno domény: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP Administrator"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP adresárový strom"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Pridelovanie DNS záznamov používané pre definíciu LDAP adresára"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP adresár:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP Administrator:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP Heslo:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP Heslo (znova):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Musíte vložiť skutočný LDAP adresárový strom. "
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Potvrdenie vytvorenia používateľa"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Krstné meno:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Používateľské meno:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Vytvoriť v:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Potvrdzovacia informácia pre vytvorenie LDAP používateľa"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Používateľský kontajnér:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Sprievodca úspešne nakonfiguroval LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Používateľ bol úspešne pridaný"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Pri pridávaní používateľa do LDAP databázy nastala chyba"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Server už bol nakonfigurovaný"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Už ste nastavili váš LDAP server"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s zlyhalo"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Chyba!"
diff --git a/po/sl.po b/po/sl.po
index bc3b4edf..51058a2b 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -30,7 +30,7 @@ msgstr "Nastavitveni čarovnik"
msgid "Warning."
msgstr "Opozorilo."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Napaka."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,18 +89,18 @@ msgstr "Čarovnik vam bo pomagal dodati nov odjemalec v lokalni DNS."
msgid "(you don't need to type the domain after the name)"
msgstr "(domena za imenom ni potrebna)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Ime odjemalca:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Opomba: IP naslov in ime odjemalca morata biti edinstvena v omrežju."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -109,22 +109,22 @@ msgstr ""
"Odjemalec bo na omrežju prepoznan z imenom, kot imeodjemalca.podjetje.net. "
"Vsak računalnik mora imeti edinstven IP naslov, v značilni obliki."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Ime računalnika:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP naslov računalnika:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Opozorilo"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -133,12 +133,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Napaka"
@@ -302,7 +302,7 @@ msgstr "Vmesnik:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Čarovnik je uspešno nastavil servise DHCP vašega strežnika."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -317,37 +317,37 @@ msgstr "Omogočeno"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Podatkovni strežnik"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Strežnik NFS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -355,12 +355,12 @@ msgstr ""
"DNS (Domain Name Server) je servis, ki pretvarja IP naslove računalnikov, v "
"gostiteljska imena."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Čarovnik za nastavitev DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -370,76 +370,91 @@ msgstr ""
"bo ponujala lokalne servise DNS za lokalne imena računalnikov, z nelokalnimi "
"zahtevami, posredovane zunanjim DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Kaj želite narediti:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS strežnik"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(domena za imenom ni potrebna)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Strežnikov IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Zamaskirano ime domene:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Zavrni gostiteljska imena:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Ime računalnika:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Zunanji protokolni konverter (gateway)"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -447,117 +462,117 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Naslov ni veljaven... kliknite Naprej za nadaljevanje"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Naslov ni veljaven... kliknite Naprej za nadaljevanje"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Naslov ni veljaven... kliknite Naprej za nadaljevanje"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Napaka:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "s to nastavitvijo."
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Ime računalnika:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "IP naslov strežnika:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Ime strežnika:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Čarovnik je uspešno dodal odjemalec."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Čarovnik je uspešno nastavil servise DNS vašega strežnika."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Čarovnik je uspešno nastavil servise DNS vašega strežnika."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Nastavljam strežnik DNS"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Nastavljam strežnik DNS"
@@ -615,7 +630,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr "Omogoči vse tiskalnike"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Samba strežnik"
@@ -917,7 +932,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Geslo:"
@@ -956,232 +971,239 @@ msgstr "Instalacijski imenik:"
msgid "Installing Kolab server on your system..."
msgstr "Nastavljam PXE strežnik na vašem sistemu..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Nastavljam PXE strežnik na vašem sistemu..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap strežnik"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Čarovnik za nastavitev DHCP"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Čarovnik za nastavitev DHCP"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Čarovnik za nastavitev DHCP"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Nastavi PXE strežnik."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Nastavitev časovnega strežnika shranjena"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Ime:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Geslo"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Geslo:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Gesli se ne ujemata."
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Nastavljam Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Zamaskirano ime domene:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Uporabniški imenik:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Uporabniški imenik:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Geslo:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Geslo:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Uporabniški imenik:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Ime:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Nastavljam strežnik DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Uporabniško ime:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Čarovnik je uspešno nastavil strežnik NFS"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Uspešno sem dodal podatke"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Čarovnik je uspešno nastavil strežnik samba"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Omogočeno"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Napaka"
diff --git a/po/sq.po b/po/sq.po
index dadd176d..2234be66 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -30,7 +30,7 @@ msgstr "Asistenti Konfigurues"
msgid "Warning."
msgstr "Kujdes"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Gabim."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -92,11 +92,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(ju nuk keni nevojë të futni pronën mbasë emrit)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikimi i klientit:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
@@ -105,7 +105,7 @@ msgstr ""
"Shënoni se numri i dhënë për IP dhe emri i klientit duhet të jenë të vetëm "
"në rrjet."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -115,22 +115,22 @@ msgstr ""
"emërklienti.kompani.net. Secila makinë në rrjet duhet të posedoj një adresë "
"IP (vetiake) në sitaksë të caktuar me pika shtypëse."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Emri i makinës:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "Adresa IP e makinës:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Kujdes"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -140,12 +140,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -319,7 +319,7 @@ msgid "The wizard successfully configured the DHCP services."
msgstr ""
"Asistenti i ka konfiguruar me sukses shërbimet e DHCP në serverin tuaj."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -334,38 +334,38 @@ msgstr "aktiv"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "Server NFS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Ftues të pa autorizuar:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -373,12 +373,12 @@ msgstr ""
"DNS (Pronë e Emrit të Serverit) është një shërbim i cili e vendos në "
"korrespondecë një makinë me emër ftues të internetit."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Asistenti Konfigurues DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -389,78 +389,93 @@ msgstr ""
"lokal, me rikthimin e kërkesave tjera e jo vetëm lokale, në drejtim të një "
"DNS të jashtëm."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Server NFS"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(ju nuk keni nevojë të futni pronën mbasë emrit)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Emri i Serverit:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Emri i pronës llogaritëse:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Ftues të pa autorizuar:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Emri i Pronës Llogaritëse"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Konfigurimi i Serverit DNS"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Kalimtare e jashtme"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -468,120 +483,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Kjo nuk është një adresë valide... Shtypni mbi tjetri për të vazhduar"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Kjo nuk është një adresë valide... Shtypni mbi tjetri për të vazhduar"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Kjo nuk është një adresë valide... Shtypni mbi tjetri për të vazhduar"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Gabim."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "Asistenti DNS (konfigurimi)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Emri i Pronës Llogaritëse"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "Adresa IP e Serverit:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Emri i Serverit:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Asistenti e ka shtuar një klient me sukses."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Asistenti e ka shtuar një klient me sukses."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Asistenti i ka konfigururuar me sukses shërbimet DNS në serverit tuaj."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurimi i Serverit DNS"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurimi i Serverit DNS"
@@ -644,7 +659,7 @@ msgstr "Server i Lajmeve"
msgid "Mandrakelinux Install server"
msgstr "Emri i Serverit Mail:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Server i Bazës së të Dhënave"
@@ -946,7 +961,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Parulla:"
@@ -987,233 +1002,240 @@ msgstr "Repertori i përdoruesit:"
msgid "Installing Kolab server on your system..."
msgstr "Konfigurimi i Serverit FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurimi i Serverit FTP"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Asistenti Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Asistenti Konfigurues"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Asistenti Konfigurues"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Asistenti Konfigurues"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Server i Bazës së të Dhënave"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Konfigurimi i Serverit të kohës është regjistruar"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Shtimi i përdoruesit"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Emri i Ftuesit:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Emri i përdoruesit:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Shtimi i përdoruesit"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Parulla:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Parulla:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Parullat nuk përputhen"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Konfigurimi Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Emri i pronës llogaritëse:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Repertori i përdoruesit:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Repertori i përdoruesit:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Parulla:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Parulla:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Repertori i përdoruesit:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Emri i Ftuesit:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Emri i përdoruesit:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Konfigurimi i Serverit DHCP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Shtimi i përdoruesit"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Asistenti e ka konfiguruar me sukses serverin proxy."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Asistenti e ka konfiguruar me sukses serverin tuaj Samba."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "aktiv"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Gabim."
diff --git a/po/sr.po b/po/sr.po
index 6f621560..b3c0fb8a 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -29,7 +29,7 @@ msgstr "Чаробњак за подешавање"
msgid "Warning."
msgstr "Упозорење"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Грешка у чаробњаку."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,18 +90,18 @@ msgstr "Овај чаробњак ће Вам помоћи да додате н
msgid "(you don't need to type the domain after the name)"
msgstr "(не морате да унесете domain након тог имена)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Идентификација клијента:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Унеста IP адреса и име клијента морају да буду јединствени на мрежи."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,22 +111,22 @@ msgstr ""
"net. Сваки рачунар на мрежи мора да има јединствену IP адресу, у обичном "
"формату (четири броја раздвојених тачкама)."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Име рачунара:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP адреса рачунара:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Упозорење"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Ви сте у dhcp, сервер може да не ради уз оваква подешавања."
@@ -134,12 +134,12 @@ msgstr "Ви сте у dhcp, сервер може да не ради уз ов
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -306,7 +306,7 @@ msgstr "Интерфејс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Чаробњак је успешно подесио DHCP сервисе Вашег сервера."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -321,38 +321,38 @@ msgstr "укључен"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS сервер"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS сервер"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Одбиј домаћине:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -360,12 +360,12 @@ msgstr ""
"DNS (Domain Name Server) је сервис који мапира IP адресу нашине са интернет "
"именом домаћина."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Чаробњак за подешавање DNS-а"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -375,78 +375,93 @@ msgstr ""
"подешавања ће пружити локални DNS сервис за локална имена рачунара, са не-"
"локалним захтевима који се шаљу ван DNS-а."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS сервер"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(не морате да унесете domain након тог имена)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Име сервера:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Прпрачунато Име домена"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Одбиј домаћине:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Прпрачунато Име домена"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Подешавање DNS сервера"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Спољни gateway"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -454,120 +469,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Адреса није исправна... притисните даље да би сте наставили"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Адреса није исправна... притисните даље да би сте наставили"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Адреса није исправна... притисните даље да би сте наставили"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Грешка у чаробњаку."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS чаробњак (подешавање)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Прпрачунато Име домена"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "IP адреса сервера:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Име сервера:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Чаробњак је успешно додао клијента."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Чаробњак је успешно додао клијента."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Чаробњак је успешно подесио DNS сервисе за Ваш сервер."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Подешавање DNS сервера"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Подешавање DNS сервера"
@@ -627,7 +642,7 @@ msgstr "News сервер"
msgid "Mandrakelinux Install server"
msgstr "Име сервера поште:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Сервер бази података"
@@ -923,7 +938,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Лозинка:"
@@ -963,233 +978,240 @@ msgstr "КОриснички директоријум:"
msgid "Installing Kolab server on your system..."
msgstr "Подешавање FTP сервера"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Подешавање FTP сервера"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap чаробњак"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Чаробњак за подешавање"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Чаробњак за подешавање"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Чаробњак за подешавање"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Сервер бази података"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Сачувао сам подешавања временског сервера"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Додавање корисника"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Име домаћина:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Додавање корисника"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Неподударност лозинки"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Подешавање Samba-е"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Прпрачунато Име домена"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "КОриснички директоријум:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "КОриснички директоријум:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Лозинка:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "КОриснички директоријум:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Име домаћина:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Корисничко име:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Подешавање DHCP сервера"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Додавање корисника"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Чаробњак је успешно подесио ваш прокси сервер."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Овај чаробњак је успешно подесио Samba сервер."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "укључен"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Грешка у чаробњаку."
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index b9143b68..bd52c5ce 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -29,7 +29,7 @@ msgstr "Čarobnjak za podešavanje"
msgid "Warning."
msgstr "Upozorenje"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Greška u čarobnjaku."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,18 +91,18 @@ msgstr "Ovaj čarobnjak će Vam pomoći da dodate novog klijenta lokalnom DNS-u.
msgid "(you don't need to type the domain after the name)"
msgstr "(ne morate da unesete domain nakon tog imena)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Identifikacija klijenta:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Unesta IP adresa i ime klijenta moraju da budu jedinstveni na mreži."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,22 +112,22 @@ msgstr ""
"net. Svaki računar na mreži mora da ima jedinstvenu IP adresu, u običnom "
"formatu (četiri broja razdvojenih tačkama)."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Ime računara:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "IP adresa računara:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Upozorenje"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -136,12 +136,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -309,7 +309,7 @@ msgstr "Interfejs:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Čarobnjak je uspešno podesio DHCP servise Vašeg servera."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -324,38 +324,38 @@ msgstr "uključen"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "Odbij domaćine:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -363,12 +363,12 @@ msgstr ""
"DNS (Domain Name Server) je servis koji mapira IP adresu našine sa internet "
"imenom domaćina."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "Čarobnjak za podešavanje DNS-a"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -378,78 +378,93 @@ msgstr ""
"podešavanja će pružiti lokalni DNS servis za lokalna imena računara, sa ne-"
"lokalnim zahtevima koji se šalju van DNS-a."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(ne morate da unesete domain nakon tog imena)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Ime servera:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Prpračunato Ime domena"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "Odbij domaćine:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "Prpračunato Ime domena"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "Podešavanje DNS servera"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "Spoljni gateway"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -457,120 +472,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "Adresa nije ispravna... pritisnite dalje da bi ste nastavili"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "Adresa nije ispravna... pritisnite dalje da bi ste nastavili"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "Adresa nije ispravna... pritisnite dalje da bi ste nastavili"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "Greška u čarobnjaku."
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS čarobnjak (podešavanje)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "Prpračunato Ime domena"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "IP adresa servera:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "Ime servera:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "Čarobnjak je uspešno dodao klijenta."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Čarobnjak je uspešno podesio DNS servise za Vaš server."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "Podešavanje DNS servera"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "Podešavanje DNS servera"
@@ -630,7 +645,7 @@ msgstr "News server"
msgid "Mandrakelinux Install server"
msgstr "Ime servera pošte:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Server bazi podataka"
@@ -927,7 +942,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Lozinka:"
@@ -967,233 +982,240 @@ msgstr "KOrisnički direktorijum:"
msgid "Installing Kolab server on your system..."
msgstr "Podešavanje FTP servera"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Podešavanje FTP servera"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap čarobnjak"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "Čarobnjak za podešavanje"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Server bazi podataka"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Sačuvao sam podešavanja vremenskog servera"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Dodavanje korisnika"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "Ime domaćina:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Dodavanje korisnika"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Lozinka:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Lozinka:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Nepodudarnost lozinki"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Podešavanje Samba-e"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Prpračunato Ime domena"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "KOrisnički direktorijum:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "KOrisnički direktorijum:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Lozinka:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Lozinka:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "KOrisnički direktorijum:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Ime domaćina:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "Korisničko ime:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Podešavanje DHCP servera"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Dodavanje korisnika"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr "Čarobnjak je uspešno podesio vaš proksi server."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Ovaj čarobnjak je uspešno podesio Samba server."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "uključen"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Greška u čarobnjaku."
diff --git a/po/sv.po b/po/sv.po
index 721c06d2..d6ddb32f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-sv\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-15 09:36+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-14 23:49+0200\n"
"Last-Translator: Kenneth Krekula <kenneth.krekula@kiruna.se>\n"
"Language-Team: <sv@li.org>\n"
@@ -33,7 +33,7 @@ msgstr "konfigurationsguide"
msgid "Warning."
msgstr "Varning."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -43,10 +43,10 @@ msgid "Error."
msgstr "Fel."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:237 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -92,18 +92,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(du behöver inte ange domänen efter namnet)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Klientidentifiering:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Observera att angivet IP-adress och klientnamn måste vara unika i nätverket."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -113,33 +113,33 @@ msgstr ""
"klientnamn.företag.se. Varje dator på nätverket måste ha en unik IP-adress i "
"den vanliga punktsyntaxen."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Datorns namn:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Datorns IP-adress:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Varning"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:111
-#: ../ldap_wizard/Ldap.pm:120 ../ldap_wizard/Ldap.pm:149
-#: ../ldap_wizard/Ldap.pm:153 ../ldap_wizard/Ldap.pm:157
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:177
-#: ../ldap_wizard/Ldap.pm:198 ../ldap_wizard/Ldap.pm:202
-#: ../ldap_wizard/Ldap.pm:206 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Fel"
@@ -305,7 +305,7 @@ msgstr "Gränssnitt:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Guiden lyckades med att konfigurera DHCP tjänsterna."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -319,11 +319,11 @@ msgstr "Misslyckades"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Kör om drakwizard, och försök ändra några parametrar."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Du bör ändra ditt värdnamn."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -333,24 +333,24 @@ msgstr ""
"domännamn, ej localdomain eller none. Värdnamnet måste vara ett FQDN: Fully "
"Qualified Domain Name. Kör drakconnect för att justera det."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "DNS-huvudserver"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "DNS-slavserver"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Lägg till värddator i DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Ta bort värddator i DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -358,11 +358,11 @@ msgstr ""
"DNS (Domain Name Server) är tjänsten som mappar en dators IP-adress med ett "
"Internetvärddatornamn."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Konfigurationsguide för DNS-huvudserver"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -372,32 +372,47 @@ 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."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Vad vill du göra:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS-server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(du behöver inte lägga till domänen efter namnet)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Server IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS-domännamn:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Välj den värd du vill ta bort i följande lista."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Ta bort en värd i en existerande DNS konfiguration."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Ta bort värddator:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Datornamn:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -407,11 +422,11 @@ msgstr ""
"server, och kommer också att fungera som backupserver, utifall din primära "
"server ej kan nås."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP Addressen för den primära DNS-servern"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -419,11 +434,11 @@ msgstr ""
"Vidarebefordran sker endast för de förfrågningar för vilka servern inte är "
"auktoritär och ej har svaret i sin cache."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP för din vidarebefordrare"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -431,15 +446,15 @@ msgstr ""
"Om du behöver det och vet din IP vidarebefordrare fyll i IP addressen för "
"den, om du inte vet lämna den tom."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Extern DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Lägg till sökdomän"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -447,7 +462,7 @@ msgstr ""
"Domännamnet för denna server läggs till automatiskt, så du behöver inte "
"lägga till det här."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -458,28 +473,28 @@ msgstr ""
"lokala domänen; som default, innehåller den bara det lokala domän- namnet. "
"Detta kan ändras genom att lista önskad domänsökväg efter söknyckelordet"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Default domänsöknamn att söka:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Detta är inte en giltig adress för din vidarebefordrare... klicka på nästa "
"för att fortsätta"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Detta är inte en giltig Primär DNS adress... klicka på nästa för att "
"fortsätta"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Detta är inte en giltig IP adress... klicka på nästa för att fortsätta"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -487,11 +502,11 @@ msgstr ""
"Det verkar som om värden redan finns i din DNS konfiguration... klicka på "
"nästa för att fortsätta"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Fel:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -499,7 +514,7 @@ msgstr ""
"Det verkar som om detta inte finns i din DNS konfiguration... klicka på "
"nästa för att fortsätta"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -507,71 +522,71 @@ msgstr ""
"Det verkar som om ingen DNS server har blivit konfigurerad via guiden. Var "
"vänlig kör DNS guiden: Primär DNS server."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Det verkar som om du inte är primär DNS server, så du kan inte lägga till/ta "
"bort värdar."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Guiden kommer nu att skapa din DNS slav konfiguration"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "med denna konfiguration:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Klient med denna identitet kommer att adderas till din DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Datornamn:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Datorns IP-adress:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Klient med denna identitet kommer att tas bort från din DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS servern kommer att konfigureras med denna konfiguration"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Servervärddatornamn:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domännamn:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Guiden lyckades med att lägga till klienten i din DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Guiden lyckades med att ta bort värden från din DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Guiden lyckades med att konfigurera DNS tjänsten på din server."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Var vänlig kör om drakwizard, och försök ändra några parametrar."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Konfigurerar ditt system som Primär DNS server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Konfigurerar ditt system som Slav DNS server"
@@ -623,7 +638,7 @@ msgstr "NIS server autofs karta"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux Installera server"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -933,7 +948,7 @@ msgstr "Ange lösenord för administratörens konto på Kolab servern."
msgid "Password mismatch, or null password, please correct."
msgstr "Felaktigt lösenord, eller inget lösenord, var vänlig åtgärda."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:168
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Lösenord:"
@@ -969,27 +984,37 @@ msgstr "Installation pågår"
msgid "Installing Kolab server on your system..."
msgstr "Installerar Kolab servern på ditt system..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Konfigurerar Kolab servern på ditt system..."
-#: ../ldap_wizard/Ldap.pm:28
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Guide för Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Du behöver ändra ditt domännamn. För en LDAP server behöver du ett korrekt "
+"domännamn, ej localdomain eller none. Värdnamnet måste vara ett FQDN: Fully "
+"Qualified Domain Name. Kör drakconnect för att justera det."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Visa Ldap konfiguration"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Lägg till användare på Ldap server"
-#: ../ldap_wizard/Ldap.pm:88
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Ta bort Ldap konfiguration"
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -997,182 +1022,182 @@ msgstr ""
"Det är ett lättviktsprotokoll för att komma åt katalogtjänster, specifikt "
"X.500-baserade katalogtjänster."
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP står för Lightweight Directory Access Protocol."
-#: ../ldap_wizard/Ldap.pm:93 ../ldap_wizard/Ldap.pm:103
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Konfigurationsguide för Ldap"
-#: ../ldap_wizard/Ldap.pm:111 ../ldap_wizard/Ldap.pm:120
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Du måste ställa in en Ldap server först."
-#: ../ldap_wizard/Ldap.pm:127
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Ditt val:"
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Ta bort konfiguration"
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Sparar nuvarande bas i /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:138
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP Lägga till användare"
-#: ../ldap_wizard/Ldap.pm:141
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Användare skapad i: "
-#: ../ldap_wizard/Ldap.pm:143
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Förnamn:"
-#: ../ldap_wizard/Ldap.pm:144 ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Namn:"
-#: ../ldap_wizard/Ldap.pm:145
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Användarnamn:"
-#: ../ldap_wizard/Ldap.pm:149
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Du måste fylla i ett korrekt förnamn."
-#: ../ldap_wizard/Ldap.pm:153
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Du måste fylla i ett korrekt namn."
-#: ../ldap_wizard/Ldap.pm:157
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Du måste fylla i ett korrekt användarnamn."
-#: ../ldap_wizard/Ldap.pm:165
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP Användarlösenord"
-#: ../ldap_wizard/Ldap.pm:168 ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "lösenorden måste stämma"
-#: ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Lösenord (igen):"
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:202
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Du måste skriva in ett lösenord för LDAP."
-#: ../ldap_wizard/Ldap.pm:177 ../ldap_wizard/Ldap.pm:206
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Du angav inte samma lösenord"
-#: ../ldap_wizard/Ldap.pm:184 ../ldap_wizard/Ldap.pm:193
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Administratör"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "Administratören är en användare med tillåt-åtkomst till LDAP databas"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Konfigurerar LDAP Server"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domännamn: "
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "LDAP Administratör"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP katalogträd"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS namngivning används för LDAP katalogträdets definition"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP katalogträd::"
-#: ../ldap_wizard/Ldap.pm:188 ../ldap_wizard/Ldap.pm:230
-#: ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "LDAP Administratör:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP Lösenord:"
-#: ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP Lösenord (igen):"
-#: ../ldap_wizard/Ldap.pm:198
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Du måste skriva in ett giltigt LDAP katalogträd."
-#: ../ldap_wizard/Ldap.pm:214
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Bekräftelse på den användare som skall skapas"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Förnamn:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Användarnamn:"
-#: ../ldap_wizard/Ldap.pm:220
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Skapad i:"
-#: ../ldap_wizard/Ldap.pm:226
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Bekräftelse på informationen för att skapa en LDAP server"
-#: ../ldap_wizard/Ldap.pm:231 ../ldap_wizard/Ldap.pm:277
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Behållare för användare:"
-#: ../ldap_wizard/Ldap.pm:240
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Guiden lyckades med att konfigurera LDAP."
-#: ../ldap_wizard/Ldap.pm:247
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Lyckades lägga till användare"
-#: ../ldap_wizard/Ldap.pm:257
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Fel när användare skulle läggas till i Ldap databas"
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Servern är redan konfigurerad"
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Du har redan konfigurerat din Ldap Server"
-#: ../ldap_wizard/Ldap.pm:408
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Falerade"
-#: ../ldap_wizard/Ldap.pm:408 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Fel!"
diff --git a/po/ta.po b/po/ta.po
index d8d86c66..29a32b15 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+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"
@@ -29,7 +29,7 @@ msgstr "வடிவமைப்பு மாயாவி"
msgid "Warning."
msgstr "எச்சரிக்ைக"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "மாயாவியில் பிழை நேர்ந்துள்ளது"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,18 +91,18 @@ msgstr "இந்த மாயாவி புதிய வேண்டியை
msgid "(you don't need to type the domain after the name)"
msgstr "(நீங்கள் கணினியின்/வேண்டியின் பெயரையடுத்து களத்தின் பெயரைத் தர வேண்டும்)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "வேண்டியின் அடையாளம்"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
#, fuzzy
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "வலையமைப்பில் உள்ள ஒவ்ெவாரு கணினிக்கும் தனிப்ெபயரும், IP எண்ணும் இருக்க வேண்டும்"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,22 +112,22 @@ msgstr ""
"company.net. அதே வகையில் ஒவ்ெவாரு கணினியும் தனி IP முகவரியுடன் அடையாளம் "
"காணப்படும்."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "கணினியின் பெயர்:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
#, fuzzy
msgid "IP address of the machine:"
msgstr "இயக்கத்தின் IP முகவரி"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "எச்சரிக்ைக"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
#, fuzzy
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
@@ -136,12 +136,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
#, fuzzy
msgid "Error"
@@ -308,7 +308,7 @@ msgstr "அட்ைட:"
msgid "The wizard successfully configured the DHCP services."
msgstr "இந்த மாயாவி உங்கள் DHCP சேவைகளை வெற்றிகரமாக வடிவமைத்துவிட்டது"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -323,38 +323,38 @@ msgstr "செயல்படுத்தப்பட்டுள்ளது"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Master DNS server"
msgstr "NFS சேவையகம்"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Slave DNS server"
msgstr "NFS சேவையகம்"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
#, fuzzy
msgid "Remove host in DNS"
msgstr "கணினிகளை மறுக்கவும்"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -362,12 +362,12 @@ msgstr ""
"DNS(Domain Name Server) என்ற சேவை முலம் தான் உலகில் உள்ள அனைத்து கணினிகளும் "
"ஒன்றுக்ெகன்று தொடர்பு கொள்கின்றன"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
#, fuzzy
msgid "DNS Master configuration wizard"
msgstr "DNS வடிவமைப்பு மாயாவி"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,78 +377,93 @@ msgstr ""
"வலையமைப்பகத்தில் உள்ள கணினிகளுக்கு DNS சேவைகளை வழங்கும். வெளியில் உள்ள வலையமைப்புகளைப் "
"பற்றிய DNS வினாக்களுக்கு வெளியிலுள்ள DNS சேவையகத்துக்குச் செல்லும்"
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr ""
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS சேவையகம்"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(நீங்கள் கணினியின்/வேண்டியின் பெயரையடுத்து களத்தின் பெயரைத் தர வேண்டும்)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "கணினியின் பெயர்:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "கண்டுபிடிக்கப்பட்ட இணையக்களப் பெயர்"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove host:"
msgstr "கணினிகளை மறுக்கவும்"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
#, fuzzy
msgid "Computer Name:"
msgstr "கண்டுபிடிக்கப்பட்ட இணையக்களப் பெயர்"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
#, fuzzy
msgid "IP Address of the master DNS server:"
msgstr "DNS சேவையகம் வடிவமைக்கப்படுகிறது"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
#, fuzzy
msgid "External DNS:"
msgstr "வெளிப்புற நுழைவாயில்"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -456,120 +471,120 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
#, fuzzy
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "இது தவறான முகவரி...தொடர்வதற்கு அடுத்தது என்ற பொத்தானை அழுத்து"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
#, fuzzy
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "இது தவறான முகவரி...தொடர்வதற்கு அடுத்தது என்ற பொத்தானை அழுத்து"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
#, fuzzy
msgid "This is not a valid IP address... press next to continue"
msgstr "இது தவறான முகவரி...தொடர்வதற்கு அடுத்தது என்ற பொத்தானை அழுத்து"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
#, fuzzy
msgid "Error:"
msgstr "மாயாவியில் பிழை நேர்ந்துள்ளது"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "with this configuration:"
msgstr "DNS மாயாவி (வடிவமைப்பு)"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
#, fuzzy
msgid "Computer name:"
msgstr "கண்டுபிடிக்கப்பட்ட இணையக்களப் பெயர்"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
#, fuzzy
msgid "Computer IP address:"
msgstr "கணினி முகவரி"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
#, fuzzy
msgid "Server Hostname:"
msgstr "கணினியின் பெயர்:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
#, fuzzy
msgid "The wizard successfully removed the host from your DNS."
msgstr "மாயாவி உங்கள் வேண்டியை வெற்றிகரமாகச் சேர்த்துவிட்டது"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
#, fuzzy
msgid "The wizard successfully configured the DNS service of your server."
msgstr "மாயாவி உங்கள் DNS சேவைகளை வெற்றிகரமாக வடிவமைத்தது"
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
#, fuzzy
msgid "Configuring your system as Master DNS server ..."
msgstr "DNS சேவையகம் வடிவமைக்கப்படுகிறது"
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
#, fuzzy
msgid "Configuring your system as Slave DNS server ..."
msgstr "DNS சேவையகம் வடிவமைக்கப்படுகிறது"
@@ -630,7 +645,7 @@ msgstr "செய்தியஞ்சல் சேவையகம்"
msgid "Mandrakelinux Install server"
msgstr "மின்னஞ்சல் சேவையகத்தின் பெயர்:"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "தரவுத்தளச் சேவையகம்"
@@ -929,7 +944,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "கடவுச்ெசால்:"
@@ -970,234 +985,241 @@ msgstr "பயனர் அடைவு:"
msgid "Installing Kolab server on your system..."
msgstr "FTP சேவையகம் வடிவமைக்கப்படுகிறது"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "FTP சேவையகம் வடிவமைக்கப்படுகிறது"
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "சம்பா மாயாவி"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "தரவுத்தளச் சேவையகம்"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "நேரச் சேவையக வடிவமைப்பு மாயாவி"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "பயனர் சேர்க்ைக"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
#, fuzzy
msgid "First Name:"
msgstr "கணினிப்ெபயர்"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "பயனரின்ெபயர்:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "பயனர் சேர்க்ைக"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "கடவுச்ெசாற்கள் இரண்டும் பொருந்தவில்ைல"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "சம்பா வடிவமைக்கப்படுகிறது"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "கண்டுபிடிக்கப்பட்ட இணையக்களப் பெயர்"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "பயனர் அடைவு:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "பயனர் அடைவு:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "கடவுச்ெசால்:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "பயனர் அடைவு:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "கணினிப்ெபயர்"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
#, fuzzy
msgid "User Name:"
msgstr "பயனரின்ெபயர்:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "DHCP சேவையகம் வடிவமைக்கப்படுகிறது"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "பயனர் சேர்க்ைக"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
#, fuzzy
msgid "The wizard successfully configured the LDAP."
msgstr ""
"இந்த மாயாவி பினாமிச் சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வெற்றிகரமாக வடிவமைத்தது"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "இந்த மாயாவி சம்பா சேவையை உங்கள் வலையமைப்புக்கு ஏற்றவாறு வடிவமைத்தது."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "செயல்படுத்தப்பட்டுள்ளது"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "மாயாவியில் பிழை நேர்ந்துள்ளது"
diff --git a/po/tg.po b/po/tg.po
index 1cd670bd..57426573 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-tg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-08-30 20:01+0000\n"
"Last-Translator: Abrorova <H_Abrorova@rambler.ru>\n"
"Language-Team: Tajik\n"
@@ -34,7 +34,7 @@ msgstr "устоди ба танзимдарорӣ"
msgid "Warning."
msgstr "Огоҳӣ."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -44,10 +44,10 @@ msgid "Error."
msgstr "Хатогӣ."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -94,11 +94,11 @@ msgstr "Барои мизоҷи навро ба DNS дохилкардан ин
msgid "(you don't need to type the domain after the name)"
msgstr "Баъд аз ном domain-ро дохил накунед"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Шиносонидани Мизоҷ"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -106,7 +106,7 @@ msgstr ""
"Дар хотир доред, ки IP суроға ва номи мизоҷи додашуда бояд дар шабака нодир "
"бошанд."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -116,21 +116,21 @@ msgstr ""
"company.net. Ҳамаи мошинаҳо дар шабака бояд IP суроға (ягона) дощта бошанд, "
"дар ситаксиси нуқтадори оддӣ"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Номи мошина"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP суроғаи мошина"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Огоҳ"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Шумо дар dhcp мебошед, эҳтимол хидматрасон бо ин танзимдарорӣ кор намекунад."
@@ -138,12 +138,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Хатогӣ"
@@ -312,7 +312,7 @@ msgstr "Интерфейс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Устод бо муваффақият DHCP хидматрасонро танзим кард."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -326,11 +326,11 @@ msgstr "Бо нокомӣ анҷомид"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Drakwizard-ро бозоғоз намоед ва баъзе гузаришҳоро тағир намоед."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Шумо бояд номи соҳибии худро ислоҳ кунед."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -341,24 +341,24 @@ msgstr ""
"Номи соҳиб бояд FQDN бошад: Номи Пурраю Муайяни Домен. Барои ислоҳи он "
"drakconnect-ро сар диҳед."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Хидматрасони соҳиби DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Хидматрасони фармонбари DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Соҳибро ба DNS илова кунед"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Соҳибро аз DNS хориҷ кунед"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -366,11 +366,11 @@ msgstr ""
"(номи шабака) хадамоти ки харитаи IP адресҳои мошинабо номи хидматкори "
"Интернет"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Устоди танзими соҳиби DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -380,32 +380,47 @@ msgstr ""
"шабака. Ин танзим дарори ба танзим даровардани шабакаи DNS барои номи "
"кампютератонбарои қабул кардани DNS-ни беруни"
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Чӣ кор кардан мехоҳед:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS хидматрасон"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Ба шумо лозим нест, ки баъди ном доминро илова кунед)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Хидматрасони IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Номи домени NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Соҳиберо, ки аз рӯйхати зерин хориҷ кардан мехоҳед, интихоб намоед."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Аз танзимоти DNS-и мавҷуда соҳибро хориҷ кунед."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Соҳибро хориҷ кунед:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Номи Компютер:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -415,11 +430,11 @@ msgstr ""
"ибтидоӣноми шумо мегирад ва ҳамчун хидматрасони захиравӣ ҳангоми дастрас "
"набудани хидматрасони соҳиб амал мекунад."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP Суроғаи хидматрасони соҳиби DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -427,11 +442,11 @@ msgstr ""
"Бозсуроғакунӣ танҳо бо он дархостҳо ба амал меояд, ки барои онҳо хидматрасон "
"эътибор надорад ва ҷавобро дар ҳофизаи ниҳонии худ надорад."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP - ин форворди шумо"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -439,15 +454,15 @@ msgstr ""
"Агар ба шумо ин лозим бошад ва шумо IP-и форвордери худро донед, номи IP - "
"суроғаи онро ворид кунед ва агар онро надонед, онро холӣ монед"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS-и берунӣ:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Домини ҷустуҷӯиро илова кунед"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -455,7 +470,7 @@ msgstr ""
"Номи димини ин хидматрасон ба таври худкор илова шудааст, ва ба шумо лозим "
"нест, ки онро дар ин ҷо илова кунед."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -467,27 +482,27 @@ msgstr ""
"мегирад. Он метавонад бо рӯйхати домини дилхоҳи ҷустуҷӯӣ бо роҳи ҷустуҷӯ, ки "
"аз паси гузарвожа меояд, иваз шавад."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Номи домин бо нобаёнӣ барои ҷустуҷӯ:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Ин IP суроғаи нодуруст барои форварди шумо аст... барои идомадиҳӣ Оянда-ро "
"пахш кунед"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Ин Master DNS IP суроғаи нодуруст аст... барои идомадиҳӣ Оянда-ро пахш кунед"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Ин IP суроғаи нодуруст аст... барои идомадиҳӣ Оянда-ро пахш кунед"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -495,11 +510,11 @@ msgstr ""
"Эҳтимолан ин соҳиб аллакай дар танзимоти DNS-и шумо ҳаст... барои идомадиҳӣ "
"Оянда-ро пахш кунед"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Хатогӣ:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -507,7 +522,7 @@ msgstr ""
"Эҳтимолан он дар танзимоти DNS-и шумо мавҷуд нест... барои идомадиҳӣ Оянда-"
"ро пахш кунед"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -515,73 +530,73 @@ msgstr ""
"Эҳтимолан DNS хидматрасон аз тарафи устод барпо нашудааст. Марҳамат карда "
"Устоди DNS-ро корандозӣ кунед. Хидматрасони соҳибии DNS."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Эҳтимолан шумо хидматрасони соҳиби DNS набуда, балки танҳо фармонбар ҳастед. "
"Бинобар ин ман соҳибро илова/хориҷ карда наметавонам."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Ҳоло устод танзими DNS-и фармонбари шуморо месозад."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "бо ин танзимдарорӣ:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Мизоҷ бо ин шиноса аз DNS-и шумо илова карда мешавад"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Номи компютер:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP суроғаи компютер:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Мизоҷ бо ин шиноса аз DNS-и шумо хориҷ карда мешавад"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS хидматрасон бо танзимдарориҳои зерин танзим мешавад"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Номи Соҳиби Хидматрасон:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Номи домен:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Устод бо мувофикият соҳибро ба DNS-и шумо илова кард."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Устод бо мувофикият соҳибро аз DNS-и шумо хориҷ кард."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Устод бо мувофикият хадамоти DNS-и хидматрасони шуморо танзим кард."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Drakwizard-ро дубора сар диҳед, ва кӯшиш намоед, ки баъзе параметрҳоро тағир "
"диҳед."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Танзими системаи шумо ҳамчун DNS хидматрасони соҳиб ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Танзими системаи шумо ҳамчун DNS хидматрасони фармонбар ..."
@@ -633,7 +648,7 @@ msgstr "NIS хидматрасон ба харитаи autofs"
msgid "Mandrakelinux Install server"
msgstr "Хидматрасони Коргузории Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Хидматрасони Kolab"
@@ -964,7 +979,7 @@ msgid "Password mismatch, or null password, please correct."
msgstr ""
"Гузарвожа мувофиқат намекунад ё мавҷуд нест, марҳамат карда ислоҳ кунед."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "гузарвожа"
@@ -1001,222 +1016,233 @@ msgstr "Коргузорӣ иҷро шуда истодааст"
msgid "Installing Kolab server on your system..."
msgstr "Ба танзим даровардани хидматрасони FTP"
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Танзимкунии хидматрасони Kolab дар системаи шумо..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Устоди Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Шумо бояд номи домини худро ислоҳ кунед. Барои хидматрасони LDAP шумо бояд "
+"номи доминро ислоҳ кунед, ки ба localdomain ё қиммати холӣ баробар нест. "
+"Номи соҳиб бояд FQDN бошад: Номи Пурраю Муайяни Домен. Барои ислоҳи он "
+"drakconnect-ро сар диҳед."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "бо ин танзимдарорӣ:"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Иловакунии корванд ба хидматрасони OpenLDAP"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "бо ин танзимдарорӣ:"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "устоди ба танзимдарорӣ"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Дар авваал шумо бояд OpenLDAP хидматрасонро барпо созед."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Интихоби шумо:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Танзими хидматрасонро коргузорӣ кунед"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Илвакунии Корванди LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Корванд Офарида шудааст дар: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Номи Аввала:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Ном:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Контейнери Корвандон:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Шумо бояд Номи Аввали дурустро ворид кунед."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Шумо бояд Номи дурустро ворид кунед."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Шумо бояд Номи дурусти Корвандро ворид кунед."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP Гузарвожаи Корванд"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "гузарвожаҳо бояд мувофиқат кунанд"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Гузарвожа (бори дигар):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Шумо бояд барои LDAP гузарвожаро ворид кунед."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Гузарвожаҳо мувофиқ нестанд"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Идоракунандаи"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Хидматрасони LDAP Танзим шуда истодааст"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Номи домен: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Идоракунандаи LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Феҳристи TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Феҳристи TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
#, fuzzy
msgid "LDAP Administrator:"
msgstr "Идоракунандаи LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Гузарвожаи LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Гузарвожаи LDAP (бори дигар):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Шумо бояд Номи Аввали дурустро ворид кунед."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Тасдиқоти корванд барои офариниш"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Ном аввала:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Номи Корванд:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Офаридан дар:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Ахборот барои тасдиқоти офаридани хидматрасони LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Контейнери Корвандон:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Устод бо муваффақият LDAP-ро танзим кард."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Корвандон бо муваффақият илова карда шуданд"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Хидматрасон аллакай танзим шудааст"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr ""
"Шумо аллакай Хидматрасони OpenLDAP-и худро ба воситаи drakwizard танзим "
"кардаед\n"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s Бо Нокомӣ Анҷомид"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Хатогӣ!"
diff --git a/po/tl.po b/po/tl.po
index b763f411..b5543d4e 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-tl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-04-09 00:08+0800\n"
"Last-Translator: Arys P. Deloso <arys@deloso.org>\n"
"Language-Team: Filipino <salinpinoy@list.comitus.net>\n"
@@ -28,7 +28,7 @@ msgstr "configuration wizard"
msgid "Warning."
msgstr "Babala."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -38,10 +38,10 @@ msgid "Error."
msgstr "Error."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,11 +89,11 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(hindi mo kailangang i-type ang domain pagkatapos ng pangalan)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Client identification:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -101,7 +101,7 @@ msgstr ""
"Tandaan na ang binigay na IP address at pangalan ng client ay dapat unique o "
"walang kapareho sa iyong network."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -111,21 +111,21 @@ msgstr ""
"sa pangalanngclient.kumpanya.net. Bawat makina sa network ay dapat may "
"(unique) na IP address, katulad ng dating syntax na may tuldok."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Pangalan ng makina:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP address ng makina:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Babala"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Ikaw ay nasa dhcp, ang server ay maaaring hindi gagana gamit ang "
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Error"
@@ -308,7 +308,7 @@ msgstr "Interface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Matagumpay na na-configure ng wizard ang mga DHCP service."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -322,11 +322,11 @@ msgstr "Nabigo"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Ilunsad muli ang drakwizard, at subukang baguhin ang ilang parameter."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Kailangan mong i-adjust muli ang hostname mo."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -337,24 +337,24 @@ msgstr ""
"mo ng tamang domainname, na hindi pareho sa localdomain o none (wala). "
"Ilunsad ang drakconnect para i-adjust ito."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Master DNS server"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Slave DNS server"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Magdagdag ng host sa DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Mag-alis ng host sa DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -362,11 +362,11 @@ msgstr ""
"DNS (Domain Name Server) ay ang service na nagma-map ng IP address ng isang "
"makina sa isang pangalan ng internet host."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Master configuration wizard"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -377,32 +377,47 @@ msgstr ""
"local na pangalan ng mga computer, na ang mga hindi local na hiling ay "
"ipinapadala sa DNS sa labas."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Ano ang gusto mong gawin:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS server"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(hindi mo kailangang idagdag ang domain pagkatapos ng pangalan)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Server IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domainname:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Piliin ang host na gusto mong alisin sa sumusunod na talaan."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Mag-alis ng host sa mayroon nang DNS configuration."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Alisin ang host:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Pangalan ng Computer:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -411,11 +426,11 @@ msgstr ""
"Ang slave name server ay magpapagaan ng pasan ng primary name server, at "
"aandar bilang backup na server, kung sakaling hindi maabot ang master server."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP Address ng master DNS server:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -423,11 +438,11 @@ msgstr ""
"Nangyayari lang ang forwarding (pagpapasa) sa mga query (tanong) na walang "
"kapangyarihan ang server at walang sagot sa cache nito."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP ng forwarder mo"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -435,15 +450,15 @@ msgstr ""
"Kung kailangan mo ito at alam mo ang IP ng forwarder mo ipasok ang IP "
"address nito, kung hindi mo alam iwanang blangko ito"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Panglabas na DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Magdagdag ng search domain"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -451,7 +466,7 @@ msgstr ""
"Ang domainname nitong server ay automatic na idinadagdag, at hindi mo na "
"kailangang idagdag ito dito."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -464,29 +479,29 @@ msgstr ""
"pamamagitan ng paglista ng nais na domain search path na sumusunod sa search "
"na keyword."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Default na domain name na hahanapan:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Hindi ito balidong IP address para sa forwarder mo... pindutin ang 'Kasunod' "
"para magpatuloy"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Hindi ito balidong IP address ng Master DNS... pindutin ang 'Kasunod' para "
"magpatuloy"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Hindi ito balidong IP address... pindutin ang 'Kasunod' para magpatuloy"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -494,11 +509,11 @@ msgstr ""
"Tila itong host ay nasa DNS configuration mo na... pindutin ang 'Kasunod' "
"para magpatuloy"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Error:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -506,7 +521,7 @@ msgstr ""
"Tila wala ito sa kasalukuyang DNS configuration mo... pindutin ang 'Kasunod' "
"para magpatuloy"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -514,72 +529,72 @@ msgstr ""
"Tila walang nai-set na DNS server sa pamamagitan ng wizard. Patakbuhin ang "
"DNS wizard: Master DNS server."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Tila ikaw ay hindi isang master DNS server, pero isang slave. Kaya hindi ako "
"makapagdagdag/makapag-alis ng host."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Bubuuin Ngayon ng wizard ang iyong DNS slave configuration"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "gamit itong configuration:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Ang client na may ganitong identification ay idadagdag sa DNS mo"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Pangalan ng computer:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP address ng computer:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Ang client na may ganitong identification ay aalisin mula sa DNS mo"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Ang DNS server ay ico-configure gamit ang sumusunod na configuration"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Server Hostname:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Domainname:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Matagumpay na naidagdag ng wizard ang host sa DNS mo."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Matagumpay na naalis ng wizard ang host mula sa DNS mo."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Matagumpay na na-configure ng wizard ang DNS service ng server mo."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Pakilunsad muli ang drakwizard, at subukang baguhin ang ilang parameter."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Kino-configure ang sistema mo bilang Master DNS server ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Kino-configure ang sistema mo bilang Slave DNS server ..."
@@ -632,7 +647,7 @@ msgstr "NIS server autofs map"
msgid "Mandrakelinux Install server"
msgstr "Mandrake Install server"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -956,7 +971,7 @@ msgstr "Magpasok ng password para sa account ng manager ng Kolab server."
msgid "Password mismatch, or null password, please correct."
msgstr "Password di-magkatugma, o null password, pakitama."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Password:"
@@ -994,232 +1009,243 @@ msgstr "Tumatakbo ang pag-i-install"
msgid "Installing Kolab server on your system..."
msgstr "Ini-install ang Kolab server sa iyong sistema..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Kino-configure ang Kolab server sa iyong sistema..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap wizard"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Kailangan mong i-adjust muli ang domainname mo. Para sa LDAP server "
+"kailangan mo ng tamang domainname, na hindi pareho sa localdomain o none "
+"(wala). Ilunsad ang drakconnect para i-adjust ito."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "LDAP configuration wizard"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Magdagdag - magdagdag ng entry sa LDAP server"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "LDAP configuration wizard"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "LDAP configuration wizard"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "Mag-set ng PXE server."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Install server configuration"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Pangalan ng User:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Unang Pangalan:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Pangalan ng User:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Container:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Password"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Password ulit:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Hindi pareho ang mga password"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Kino-configure ang Samba"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Domainname:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Directory ng TFTP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Directory ng TFTP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Password:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Password ulit:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "Directory ng TFTP:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "Unang Pangalan:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Pangalan ng User:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "Kino-configure ang DHCP server"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Container:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Matagumpay na na-configure ng wizard ang LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Matagumpay na naidagdag ang data"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Magdagdag - magdagdag ng entry sa LDAP server"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Matagumpay na na-configure ng wizard ang Samba server mo."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Nabigo"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Error"
diff --git a/po/tr.po b/po/tr.po
index f83659e3..f74873c3 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-03-01 11:43+0200\n"
"Last-Translator: S. Alp ŞENYER <ssenyer@linux-sevenler.org>\n"
"Language-Team: Turkish <Kde-i18n-tr@kde.org>\n"
@@ -34,7 +34,7 @@ msgstr "yapılandırma sihirbazı"
msgid "Warning."
msgstr "Uyarı."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -44,10 +44,10 @@ msgid "Error."
msgstr "Hata."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -93,18 +93,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(isimden sonra alanı yazmanız gerekmez)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "İstemci tanımı:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Verilen IP adresi ve istemci adının ağda tek olması gerektiğini unutmayın."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -114,33 +114,33 @@ msgstr ""
"tanınacak. Ağda bulunan her bilgisayarın kendine has bir IP adresi olmak "
"zorundadır."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Bilgisayarın adı:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Bİlgisayarın IP adresi:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Uyarı"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
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:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Hata"
@@ -310,7 +310,7 @@ msgid "The wizard successfully configured the DHCP services."
msgstr ""
"Sihirbaz, sunucunuz için DHCP servislerini başarılı bir şekilde yapılandırdı."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -324,11 +324,11 @@ msgstr "Başarısız"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Drakwizard'ı kapatıp açın ve bazı parametreleri değiştirmeyi deneyin."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Makine adınızı yeniden düzenlemeniz gerekiyor."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -339,24 +339,24 @@ msgstr ""
"alanadı belirtmeniz gerekir ve bu localdomain ya da none olmamalıdır. "
"Ayarlamak için drakconnect'i çalıştırın."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Ana DNS sunucusu"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "İkincil DNS sunucusu"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "DNS'e makine adı ekle"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "DNS'te makina adını kaldır"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -364,11 +364,11 @@ msgstr ""
"DNS(Domain Name Server=Alan Adı Sunucusu) internet bilgisayar adıyla makina "
"arasında bağ kuran servistir."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "DNS Ana Yapılandırma Sihirbazı"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -379,33 +379,48 @@ msgstr ""
"yönlendirme ile yerel bilgisayar isimleri için yerel bir DNS hizmeti "
"sağlayacak."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Ne yapmak istiyorsunuz:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS sunucusu"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(isimden sonra alanı yazmanız gerekmez)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Sunucu IP'si:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS alan adı:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Aşağıdaki listeden kaldırmak istediğiniz makine adını seçin."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Varolan dns yapılandırmasından bir makine adını kaldır."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Makina ismi kaldır:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Bilgisayar adı:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -415,11 +430,11 @@ msgstr ""
"yükümlülüğe sahip olacaktır ve aynı zamanda ana sunucunuz erişelemez "
"olduğunda yedek sunucu olarak işlev görecektir."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Ana DNS sunucusunun IP adresi:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -427,11 +442,11 @@ msgstr ""
"Yönlendirme ancak sunucunun yetkili olmadığı ve cevabın saklı belleğinde yer "
"almadığı sorgulamalarda meydana gelir."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Yönlendiricinizin IP'si"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -439,15 +454,15 @@ msgstr ""
"O halde eğer ihtiyacınız varsa ve ip yönlendiricinizi biliyorsanız, IP "
"adresini giriniz, eğer bilmiyorsanız boş bırakınız"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Dış DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Arama alanı ekle"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -455,7 +470,7 @@ msgstr ""
"Bu sunucunun alanadı otomatik olarak eklendi, böylece bu alanadını buraya "
"eklemenize gerek bulunmamaktadır."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -467,27 +482,27 @@ msgstr ""
"alanadını içerir. Bu değer arama anahtar kelimesini izleyen istenen alan "
"arama adımını listeleyerek değiştirilebilir."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Aranacak olan ön tanımlı alan adı:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Bu yönlendiriciniz için geçerli bir IP adresi değil... devam etmek için "
"İleri'ye basın."
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Bu geçerli bir Ana DNS IP adresi değil... devam etmek için İleri'ye basın."
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Bu geçerli bir IP adresi değil... devam etmek için İleri'ye basın."
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -495,11 +510,11 @@ msgstr ""
"Makine ismi zaten DNS yapılandırmanızın içinde yer almakta... devam etmek "
"için 'İleri'ye basın"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Hata:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -507,7 +522,7 @@ msgstr ""
"Bu sizin DNS yapılandırmanızda mevcut değil... devam etmek için 'İleri'ye "
"basın"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -515,7 +530,7 @@ msgstr ""
"Sihirbaz aracılığı ile hiçbir DNS sunucusu ayarlanmamış. Lütfen DNS "
"sihirbazını çalıştırın: Ana DNS sunucusu."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
#, fuzzy
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
@@ -523,67 +538,67 @@ msgstr ""
"Görünen o ki siz ana DNS sunucusu değil, ikincil bir sunucusunuz. Bu halde "
"makine adı ekleme/kaldırma işlemi yapamıyorum."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Tamam. Şimdi ikincil DNS yapılandırmanız gerçekleştiriliyor"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "bu yapılandırma ile:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Bu kimlikteki istemci DNS'inize eklenecek"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Bilgisayar adı:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Bilgisayar IP adresi:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Bu kimlikteki istemci DNS'inize taşınacak"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS sunucusu aşağıdaki yapılandırma ile yapılandırılacak"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Sunucu Makine İsmi:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Alanadı:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Sihirbaz, makina adını başarılı bir şekilde DNS'inize ekledi."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Sihirbaz,makineyi DNS nizden başarı ile sildi."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr ""
"Sihirbaz, sunucunuzun DNS servislerini başarılı bir şekilde yapılandırdı."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Lütfen, Drakwizard'ı kapatıp açın ve bazı parametreleri değiştirmeyi deneyin."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Sisteminiz ana DNS Sunucusu olarak yapılandırılıyor ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Sisteminiz ikincil DNS Sunucusu olarak yapılandırılıyor ..."
@@ -636,7 +651,7 @@ msgstr "NIS sunucusu autofs haritası"
msgid "Mandrakelinux Install server"
msgstr "Mandrake Kurulum sunucusu"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Samba sunucusu"
@@ -971,7 +986,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Parola:"
@@ -1012,233 +1027,244 @@ msgstr "Kurulum dizini:"
msgid "Installing Kolab server on your system..."
msgstr "Sisteminizde PXE sunucu yapılandırılıyor..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "Sisteminizde PXE sunucu yapılandırılıyor..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap sihibazı"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Alanadınızı yeniden düzenlemeniz gerekiyor. Bir LDAP sunucusu için doğru bir "
+"alanadı belirtmeniz gerekir ve bu localdomain ya da none olmamalıdır. "
+"Ayarlamak için drakconnect'i çalıştırın."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "LDAP yapılandırma sihirbazı"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
#, fuzzy
msgid "Add user in Ldap server"
msgstr "Ekle - LDAP sunucusuna veri ekle"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "LDAP yapılandırma sihirbazı"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "LDAP yapılandırma sihirbazı"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "PXE sunucusu kur."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Kurulum sunucusu yapılandırması"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "Kullanıcı eklenmesi"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "İsim:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "Kullanıcı Adı:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Kullanıcı eklenmesi"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "Parola"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "Parola:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Parolalar uyuşmuyor"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "Samba Yapılandırılıyor"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "Alanadı:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "TFTP dizini:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "TFTP dizini:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "Parola:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "Parola:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "TFTP dizini:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "İsim:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Kullanıcı Adı:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "DHCP Sunucusu yapılandırılıyor"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Kullanıcı eklenmesi"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Sihirbaz, LDAP sunucunuzu başarılı bir şekilde yapılandırdı."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
#, fuzzy
msgid "Successfully added User"
msgstr "Veri ekleme başarılı"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
#, fuzzy
msgid "Error when adding user in Ldap database"
msgstr "Ekle - LDAP sunucusuna veri ekle"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Sihirbaz, vekil sunucunuzu başarılı bir şekilde yapılandırdı."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Başarısız"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Hata"
diff --git a/po/uk.po b/po/uk.po
index 6561786d..13e4babe 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,5 +1,5 @@
# translation of drakwizard-uk.po to ukrainian
-# $Id: uk.po,v 1.94 2004-09-17 02:00:01 pablo Exp $
+# $Id: uk.po,v 1.95 2004-11-05 11:29:38 pablo Exp $
# Ukrainian translation of drakwizard
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# Gladky Dima <gladimdim@mail.ru>, 2002.
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-16 09:58+0300\n"
"Last-Translator: Taras Boychuk <btr1@ukrpost.net>\n"
"Language-Team: ukrainian <uk@li.org>\n"
@@ -32,7 +32,7 @@ msgstr "Помічник налаштування"
msgid "Warning."
msgstr "Попередження."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "Помилка."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -90,11 +90,11 @@ msgstr "Цей Помічник допоможе додати нового кл
msgid "(you don't need to type the domain after the name)"
msgstr "(Вам не потрібно вказувати домен після назви)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Ідентифікація клієнта:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
@@ -102,7 +102,7 @@ msgstr ""
"Зауважте, що задані IP-адреса та ім'я клієнта мають бути унікальними в "
"мережі."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,33 +112,33 @@ msgstr ""
"company.net. Кожна машина в мережі повинна мати свою (унікальну) IP-адресу в "
"звичайному синтаксисі з крапками."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Назва машини:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "IP-адреса машини:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Попередження"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "Ви знаходитесь в dhcp, сервер може не працювати з Вашою конфігурацією."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Помилка"
@@ -307,7 +307,7 @@ msgstr "Інтерфейс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Помічник успішно налаштував сервіси DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -321,11 +321,11 @@ msgstr "Збій"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Перезапустіть drakwizard і спробуйте змінити деякі параметри."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Вам потрібно виправити назву машини."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -335,35 +335,35 @@ msgstr ""
"правильну назву домену, не таку саму, як назва локального домена, і не "
"порожню. Виконайте drakconnect, щоб виправити."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Головний сервер DNS"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Підлеглий сервер DNS"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Додати машину в DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Вилучити машину з DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
"DNS (Domain Name Server) - це сервіс, який надає машині назву в Інтернеті."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Помічник налаштування головного DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -373,32 +373,47 @@ msgstr ""
"конфігурація надасть локальний сервіс DNS для локальних назв комп'ютерів, а "
"нелокальні запити відішле до зовнішнього DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Що Ви хочете зробити:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Сервер DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Вам не потрібно вказувати домен після назви)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP сервера:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "Назва домена NIS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Виберіть із списку машину, яку Ви хочете вилучити."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Вилучити машину з існуючої конфігурації DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Вилучити машину:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Назва комп'ютера:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -407,11 +422,11 @@ msgstr ""
"Підлеглий сервер DNS бере на себе частину роботи головного сервера і також "
"працює в ролі резервного сервера, якщо головний сервер недоступний."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "IP-адреса головного сервера DNS:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -419,11 +434,11 @@ msgstr ""
"Випередження стаються тільки для тих запитів, для яких сервер не "
"авторизовано і немає відповіді у кеші."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP передавача даних"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -431,15 +446,15 @@ msgstr ""
"Якщо це Вам потрібно і Ви знаєте IP-адресу передавача даних, введіть її, в "
"інакшому випадку залишіть її порожньою"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Зовнішній DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Додати домен для пошуку"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -447,7 +462,7 @@ msgstr ""
"Назву домена цього сервера додано автоматично і не потрібно знову робити це "
"тут."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -459,27 +474,27 @@ msgstr ""
"Цей спосіб може бути змінено шляхом вводу бажаного шляху домена з допомогою "
"пошуку по ключовому полі"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Типова назва домена для пошуку:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Це неправильна адреса для передавача... натисніть \"Далі\", щоб продовжити"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Це неправильна IP-адреса для головного DNS-сервера... натисніть \"Далі\", "
"щоб продовжити"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Це неправильна IP-адреса... натисніть \"Далі\", щоб продовжити"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -487,11 +502,11 @@ msgstr ""
"Здається, ця машина вже є конфігурації DNS... натисніть \"Далі\" для "
"продовження"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Помилка:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -499,7 +514,7 @@ msgstr ""
"Здається, що цього немає в конфігурації DNS... натисніть \"Далі\" для "
"продовження"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -507,72 +522,72 @@ msgstr ""
"Здається, не було встановлено DNS-сервер з допомогою Помічника. Будь ласка, "
"запустіть Помічника DNS: Головний сервер DNS."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Здається, Ви є не головним DNS сервером, а підлеглим. Тому я не можу "
"додавати/вилучати машини."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Помічник зараз створить конфігурацію підлеглого DNS"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "з цією конфігурацією:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Клієнта з цією ідентифікацією буде додано до DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Назва комп'ютера:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "IP-адреса комп'ютера:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Клієнта з цим кодом буде вилучено з DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "DNS-сервер буде налаштовано з наступною конфігурацією"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Назва сервера:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Назва домена:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Помічник успішно додав машину до DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Помічник успішно вилучив машину з DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Помічник успішно налаштував служби DNS на Вашому сервері."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
"Будь ласка, перезапустіть drakwizard і спробуйте змінити деякі параметри."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Система налаштовується як головний DNS-сервер..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Система налаштовується як підлеглий DNS-сервер..."
@@ -624,7 +639,7 @@ msgstr "Сервер NIS autofs map"
msgid "Mandrakelinux Install server"
msgstr "Сервер встановлення Мандрейклінакса"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Сервер Kolab"
@@ -936,7 +951,7 @@ msgstr "Введіть пароль для менеджера рахунку с
msgid "Password mismatch, or null password, please correct."
msgstr "Пароль не співпадає або порожній, будь ласка, виправте."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Пароль:"
@@ -972,27 +987,37 @@ msgstr "Встановлення в процесі"
msgid "Installing Kolab server on your system..."
msgstr "Встановлюється сервер kolab на Вашій системі..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Налаштовується сервер kolab на Вашій системі..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Помічник Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Вам потрібно виправити назву домена. Для сервера LDAP потрібно вказати "
+"правильну назву домену, не таку саму, як назва локального домена, і не "
+"порожню. Виконайте drakconnect, щоб виправити."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Показати налаштування Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Додати користувача в сервер Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Очистити налаштування Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1000,184 +1025,184 @@ msgstr ""
"Це простий протокол для доступу до утиліт роботи з теками, зокрема основаних "
"на утилітах на основі X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP означає Lightweight Directory Access Protocol (простий протокол для "
"доступу до тек)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Помічник налаштування Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Спочатку потрібно встановити сервер Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Ваш вибір:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Очистити налаштування"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Існуюча база зберігається /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Додавання користувача LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Користувача створено в: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Ім'я:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Ім'я:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Ім'я користувача:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Потрібно ввести правильне ім'я."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Потрібно ввести правильну назву."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Потрібно ввести правильне ім'я користувача."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Пароль користувача LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "паролі повинні співпадати"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Пароль ще раз:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Вам потрібно вести пароль для LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Паролі не співпадають"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Адміністратор"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "Адміністратор - це користувач із повним доступом до бази LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Налаштовується сервер LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Назва домена:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Адміністратор LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Дерево тек LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "Для генерування дерева тек LDAP використовується DNS"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Дерево тек LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Адміністратор LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Пароль LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Пароль LDAP ще раз:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Потрібно ввести правильне дерево тек LDAP."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Підтвердження створення користувача"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Ім'я:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Ім'я користувача:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Створити в:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Підтвердження інформації про створення сервера LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Контейнер користувачів:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Помічник успішно налаштував LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Користувача додано успішно"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Помилка при додаванні користувача в базу Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Сервер вже налаштовано"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Сервер Ldap вже було налаштовано"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "Збій %s"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Помилка!"
diff --git a/po/uz.po b/po/uz.po
index 851ca959..959f7764 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-15 09:34+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-10 22:36+0200\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <kmashrab@uni-bremen.de>\n"
@@ -28,7 +28,7 @@ msgstr "мослаш учун ёрдамчи"
msgid "Warning."
msgstr "Диққат."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgstr "Хато."
# M:
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:237 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -88,39 +88,39 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Клиентнинг номи ва IP рақами тармоқда ягона бўлиши шарт."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Компьютернинг номи:"
# M:
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Компьютернинг IP рақами:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Диққат"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Сиз DHCP'дан фойдаланаяпсиз, сервер бу мосламалар билан ишламаши мумкин."
@@ -128,12 +128,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:111
-#: ../ldap_wizard/Ldap.pm:120 ../ldap_wizard/Ldap.pm:149
-#: ../ldap_wizard/Ldap.pm:153 ../ldap_wizard/Ldap.pm:157
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:177
-#: ../ldap_wizard/Ldap.pm:198 ../ldap_wizard/Ldap.pm:202
-#: ../ldap_wizard/Ldap.pm:206 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Хато"
@@ -292,7 +292,7 @@ msgstr "Интерфейс:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Ёрдамчи DHCP хизматларини муваффақиятли мослади."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -306,119 +306,133 @@ msgstr "Муваффақиятсиз тугади"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Асосий DNS сервери"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Иккиламчи DNS сервери"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "DNS'га хостни қўшиш"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "DNS'дан хостни олиб ташлаш"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Асосий DNS хизматини мослаш учун ёрдамчи"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Сиз нима қилмоқчисиз:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS сервери"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Сервернинг IP рақами:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Олиб ташлаш учун қуйидаги рўйхатдан хостни танланг."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Хостни олиб ташлаш:"
# M:
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Компьютернинг номи:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Асосий DNS серверининг IP рақами:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Ташқи DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -426,111 +440,111 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Хато:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr ""
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Компьютернинг номи:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Компьютернинг IP рақами:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Сервернинг номи:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
# M:
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Ёрдамчи клиентни муваффақиятли DNS'га қўшди."
# M:
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Ёрдамчи клиентни муваффақиятли DNS'дан олиб ташлади."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Ёрдамчи серверингизнинг DNS хизматини муваффақиятли мослади."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Тизим асосий DNS сервер сифатида мосланмоқда..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Тизим иккиламчи DNS сервер сифатида мосланмоқда..."
@@ -583,7 +597,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr "Mandrake ўрнатиш сервери"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab сервери"
@@ -869,7 +883,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:168
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Махфий сўз:"
@@ -903,225 +917,232 @@ msgstr "Ўрнатиш давом этмоқда"
msgid "Installing Kolab server on your system..."
msgstr "Kolab сервери мосланмоқда..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Kolab сервери мосланмоқда..."
-#: ../ldap_wizard/Ldap.pm:28
+#: ../ldap_wizard/Ldap.pm:32
#, fuzzy
msgid "Ldap wizard"
msgstr "Samba ёрдамчиси"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Samba серверини мослаш учун ёрдамчи"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:88
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Ташқи хат-хабар серверини мослаш учун ёрдамчи"
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:93 ../ldap_wizard/Ldap.pm:103
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "мослаш учун ёрдамчи"
-#: ../ldap_wizard/Ldap.pm:111 ../ldap_wizard/Ldap.pm:120
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "LDAP серверини ўрнатиш."
-#: ../ldap_wizard/Ldap.pm:127
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "Ўрнатиш сервернинг мосламаси"
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:138
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:141
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Исми:"
-#: ../ldap_wizard/Ldap.pm:144 ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Номи:"
# M:
-#: ../ldap_wizard/Ldap.pm:145
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Фойдаланувчи:"
-#: ../ldap_wizard/Ldap.pm:149
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:153
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:157
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:165
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Махфий сўз"
-#: ../ldap_wizard/Ldap.pm:168 ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "passwords must match"
msgstr "Махфий сўзлар мос келмайди"
-#: ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Махфий сўз (яна):"
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:202
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:177 ../ldap_wizard/Ldap.pm:206
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Махфий сўзлар мос келмайди"
-#: ../ldap_wizard/Ldap.pm:184 ../ldap_wizard/Ldap.pm:193
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "LDAP сервери мослаш"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Директория:"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Директория:"
-#: ../ldap_wizard/Ldap.pm:188 ../ldap_wizard/Ldap.pm:230
-#: ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP махфий сўз:"
-#: ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP махфий сўз (яна):"
-#: ../ldap_wizard/Ldap.pm:198
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "LDAP серверини ўрнатиш."
-#: ../ldap_wizard/Ldap.pm:214
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Исми:"
# M:
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Фойдаланувчи:"
-#: ../ldap_wizard/Ldap.pm:220
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:226
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr ""
# M:
-#: ../ldap_wizard/Ldap.pm:231 ../ldap_wizard/Ldap.pm:277
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Фойдаланувчи:"
-#: ../ldap_wizard/Ldap.pm:240
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Ёрдамчи LDAP серверини муваффақиятли мослади."
-#: ../ldap_wizard/Ldap.pm:247
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Фойдаланувчи муваффақиятли қўшилди"
-#: ../ldap_wizard/Ldap.pm:257
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Ёрдамчи Samba серверингизни муваффақиятли мослади."
-#: ../ldap_wizard/Ldap.pm:408
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Муваффақиятсиз тугади"
-#: ../ldap_wizard/Ldap.pm:408 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Хато"
diff --git a/po/uz@Latn.po b/po/uz@Latn.po
index fb41bd8c..b7efc189 100644
--- a/po/uz@Latn.po
+++ b/po/uz@Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard-uz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-15 09:34+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-10 22:36+0200\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <kmashrab@uni-bremen.de>\n"
@@ -28,7 +28,7 @@ msgstr "moslash uchun yordamchi"
msgid "Warning."
msgstr "Diqqat."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgstr "Xato."
# M:
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:237 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -89,39 +89,39 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr ""
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "Klientning nomi va IP raqami tarmoqda yagona bo'lishi shart."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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 ""
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Kompyuterning nomi:"
# M:
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Kompyuterning IP raqami:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Diqqat"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Siz DHCP'dan foydalanayapsiz, server bu moslamalar bilan ishlamashi mumkin."
@@ -129,12 +129,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:111
-#: ../ldap_wizard/Ldap.pm:120 ../ldap_wizard/Ldap.pm:149
-#: ../ldap_wizard/Ldap.pm:153 ../ldap_wizard/Ldap.pm:157
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:177
-#: ../ldap_wizard/Ldap.pm:198 ../ldap_wizard/Ldap.pm:202
-#: ../ldap_wizard/Ldap.pm:206 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Xato"
@@ -297,7 +297,7 @@ msgstr "Interfeys:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Yordamchi DHCP xizmatlarini muvaffaqiyatli mosladi."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -311,119 +311,133 @@ msgstr "Muvaffaqiyatsiz tugadi"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr ""
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
"Qualified Domain Name. Launch drakconnect to adjust it."
msgstr ""
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Asosiy DNS serveri"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Ikkilamchi DNS serveri"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "DNS'ga xostni qo'shish"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "DNS'dan xostni olib tashlash"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Asosiy DNS xizmatini moslash uchun yordamchi"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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 ""
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Siz nima qilmoqchisiz:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS serveri"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "Serverning IP raqami:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr ""
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Olib tashlash uchun quyidagi ro'yxatdan xostni tanlang."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr ""
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Xostni olib tashlash:"
# M:
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Kompyuterning nomi:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Asosiy DNS serverining IP raqami:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr ""
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
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:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Tashqi DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr ""
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -431,111 +445,111 @@ msgid ""
"following the search keyword"
msgstr ""
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr ""
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Xato:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr ""
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr ""
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Kompyuterning nomi:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Kompyuterning IP raqami:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr ""
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr ""
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Serverning nomi:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr ""
# M:
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
#, fuzzy
msgid "The wizard successfully added the host in your DNS."
msgstr "Yordamchi klientni muvaffaqiyatli DNS'ga qo'shdi."
# M:
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Yordamchi klientni muvaffaqiyatli DNS'dan olib tashladi."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Yordamchi serveringizning DNS xizmatini muvaffaqiyatli mosladi."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr ""
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Tizim asosiy DNS server sifatida moslanmoqda..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Tizim ikkilamchi DNS server sifatida moslanmoqda..."
@@ -588,7 +602,7 @@ msgstr ""
msgid "Mandrakelinux Install server"
msgstr "Mandrake o'rnatish serveri"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab serveri"
@@ -877,7 +891,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:168
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Maxfiy so'z:"
@@ -911,225 +925,232 @@ msgstr "O'rnatish davom etmoqda"
msgid "Installing Kolab server on your system..."
msgstr "Kolab serveri moslanmoqda..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Kolab serveri moslanmoqda..."
-#: ../ldap_wizard/Ldap.pm:28
+#: ../ldap_wizard/Ldap.pm:32
#, fuzzy
msgid "Ldap wizard"
msgstr "Samba yordamchisi"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "Samba serverini moslash uchun yordamchi"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:88
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "Tashqi xat-xabar serverini moslash uchun yordamchi"
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:93
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:93 ../ldap_wizard/Ldap.pm:103
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "moslash uchun yordamchi"
-#: ../ldap_wizard/Ldap.pm:111 ../ldap_wizard/Ldap.pm:120
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "LDAP serverini o'rnatish."
-#: ../ldap_wizard/Ldap.pm:127
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "O'rnatish serverning moslamasi"
-#: ../ldap_wizard/Ldap.pm:133
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:138
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:141
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:143
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Ismi:"
-#: ../ldap_wizard/Ldap.pm:144 ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Nomi:"
# M:
-#: ../ldap_wizard/Ldap.pm:145
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "Foydalanuvchi:"
-#: ../ldap_wizard/Ldap.pm:149
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:153
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:157
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:165
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Maxfiy so'z"
-#: ../ldap_wizard/Ldap.pm:168 ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "passwords must match"
msgstr "Maxfiy so'zlar mos kelmaydi"
-#: ../ldap_wizard/Ldap.pm:169
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Maxfiy so'z (yana):"
-#: ../ldap_wizard/Ldap.pm:173 ../ldap_wizard/Ldap.pm:202
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:177 ../ldap_wizard/Ldap.pm:206
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Maxfiy so'zlar mos kelmaydi"
-#: ../ldap_wizard/Ldap.pm:184 ../ldap_wizard/Ldap.pm:193
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "LDAP serveri moslash"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "Direktoriya:"
-#: ../ldap_wizard/Ldap.pm:184
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "Direktoriya:"
-#: ../ldap_wizard/Ldap.pm:188 ../ldap_wizard/Ldap.pm:230
-#: ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP maxfiy so'z:"
-#: ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP maxfiy so'z (yana):"
-#: ../ldap_wizard/Ldap.pm:198
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "LDAP serverini o'rnatish."
-#: ../ldap_wizard/Ldap.pm:214
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Ismi:"
# M:
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Foydalanuvchi:"
-#: ../ldap_wizard/Ldap.pm:220
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:226
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr ""
# M:
-#: ../ldap_wizard/Ldap.pm:231 ../ldap_wizard/Ldap.pm:277
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "Foydalanuvchi:"
-#: ../ldap_wizard/Ldap.pm:240
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Yordamchi LDAP serverini muvaffaqiyatli mosladi."
-#: ../ldap_wizard/Ldap.pm:247
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Foydalanuvchi muvaffaqiyatli qo'shildi"
-#: ../ldap_wizard/Ldap.pm:257
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:270
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "Yordamchi Samba serveringizni muvaffaqiyatli mosladi."
-#: ../ldap_wizard/Ldap.pm:408
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "Muvaffaqiyatsiz tugadi"
-#: ../ldap_wizard/Ldap.pm:408 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "Xato"
diff --git a/po/vi.po b/po/vi.po
index f53984f2..f6424c18 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-05 18:12+0700\n"
"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -32,7 +32,7 @@ msgstr "đồ thuật cấu hình"
msgid "Warning."
msgstr "Cảnh báo."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -42,10 +42,10 @@ msgid "Error."
msgstr "Lỗi."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,18 +91,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(bạn không cần nhập miền sau tên)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Nhận biết máy khách:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Lưu ý là địa chỉ IP và tên máy khách nên là duy nhất (không đổi) trong mạng."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,21 +112,21 @@ msgstr ""
"company.net ; Mọi máy tính trong mạng phải có một địa chỉ IP đơn nhất, theo "
"cú pháp được phân cách bởi dấu chấm."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "Tên máy tính:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Địa chỉ IP của máy tính:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Cảnh báo"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Bạn đang trong DHCP, máy chủ có thể không hoạt động với cấu hình của bạn."
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Lỗi"
@@ -304,7 +304,7 @@ msgstr "Giao tiếp:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Đồ thuật cấu hình thành công các dịch vụ DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -318,11 +318,11 @@ msgstr "Lỗi"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Khởi chạy lại drakwizard và thử thay đổi một vài tham số."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
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
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -332,24 +332,24 @@ msgstr ""
"đúng, không tương đương với localdomain hay không có gì. Hostname phải là "
"FQDN: Fully Qualified Domain Name. Hãy chạy drakconnect để hiệu chỉnh."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Máy chủ DNS chính"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Máy chủ DNS phụ"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Thêm host vào DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Bỏ host khỏi DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -357,11 +357,11 @@ msgstr ""
"DNS (Máy Chủ Tên Miền) là dịch vụ đặt một máy tính tương xứng với một tên "
"chủ Internet."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Đồ thuật cấu hình DNS chính"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -371,32 +371,47 @@ msgstr ""
"cung cấp dịch vụ DNS cục bộ cho các tên máy tính cục bộ, với các yêu cầu bên "
"ngoài được chuyển tiếp đến một DNS bên ngoài."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Cái bạn muốn làm là:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "Máy chủ DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Không cần nhập thêm miền sau tên)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "IP máy chủ:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS domainname:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Chọn host mà bạn muốn bỏ khỏi danh sách sau đây."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Bỏ một host khỏi cấu hình DNS hiện thời."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Bỏ host:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "Tên máy tính:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -406,11 +421,11 @@ msgstr ""
"chức năng làm máy chủ sao lưu, trong trường hợp không truy cập được master "
"server."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Địa chỉ IP của máy chủ DNS chính:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -418,11 +433,11 @@ msgstr ""
"Forwarding chỉ xảy ra trên các tra vấn đó để làm cho máy chủ không được xác "
"thực và không có trả lời trong cache của nó."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "IP của forwarder"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -430,15 +445,15 @@ msgstr ""
"Do đó bạn cần nó và biết IP Forwarder của bạn, hãy nhập địa chỉ IP của nó. "
"Nếu bạn không biết, hãy để trống."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "DNS ngoài:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Thêm miền tìm kiếm"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -446,7 +461,7 @@ msgstr ""
"Domainname của máy chủ này được tự động thêm vào, nên bạn không cần phải "
"thêm nó tại đây."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -458,45 +473,45 @@ msgstr ""
"thay đổi việc này bằng cách liệt kê đường dẫn tìm kiếm miền mong muốn theo "
"từ khóa"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Tên miền mặc định để tìm:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Địa chỉ IP này không hợp lệ cho forwarder... nhấn Tiếp Theo (next) để tiếp "
"tục"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Địa chỉ IP này của DNS chính không hợp lệ... nhấn Tiếp Theo (next) để tiếp "
"tục"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "Địa chỉ IP này không hợp lệ... nhấn Tiếp Theo (next) để tiếp tục"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr "Có lẽ host đó đã có trong cấu hình DNS... nhấn Tiếp Theo để tiếp tục"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Lỗi:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr ""
"Có vẻ như host đó không có trong cấu hình DNS... nhấn Tiếp Theo để tiếp tục"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -504,70 +519,70 @@ msgstr ""
"Chưa thiết lập máy chủ DNS bằng đồ thuật. Hãy chạy đồ thuật DNS: Máy chủ DNS "
"chính."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"Hình như bạn không có máy chủ DNS chính, vì vậy không thể thêm/bỏ host."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Đồ thuật bây giờ sẽ cấu hình DNS phụ của bạn"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "với cấu hình này:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "Máy khách với định danh này sẽ được thêm vào DNS của bạn"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "Tên máy tính:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Địa chỉ IP của máy:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "Máy khách với định danh này sẽ bị bỏ khỏi DNS của bạn"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Máy chủ DNS sẽ được cấu hình với cấu hình sau đây"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "Hostname máy chủ:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Tên miền:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Đồ thuật hoàn thành việc thêm host vào DNS của bạn."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Đồ thuật hoàn thành việc bỏ host khỏi DNS của bạn."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Đồ thuật hoàn thành cấu hình dịch vụ DNS cho máy chủ của bạn."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Hãy khởi chạy lại drakwizard và thử thay đổi một vài tham số."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Cấu hình hệ thống làm máy chủ DNS chính..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Cấu hình hệ thống làm máy chủ DNS phụ..."
@@ -619,7 +634,7 @@ msgstr "NIS server autofs map"
msgid "Mandrakelinux Install server"
msgstr "Máy chủ cài đặt MandrakeLinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab server"
@@ -924,7 +939,7 @@ msgstr "Hãy nhập mật khẩu để quản trị tài khoản cho Kolab serve
msgid "Password mismatch, or null password, please correct."
msgstr "Mật khẩu không khớp hoặc để trống, hãy kiểm tra lại."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Mật khẩu:"
@@ -960,27 +975,37 @@ msgstr "Đang cài đặt"
msgid "Installing Kolab server on your system..."
msgstr "Đang cài đặt máy chủ Kolab..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Đang cấu hình máy chủ Kolab...."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Đồ thuật Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Bạn cần hiệu chỉnh lại domainname. Với máy chủ LDAP, bạn cần có domainname "
+"đúng, không tương đương với localdomain hay không có gì. Hostname phải là "
+"FQDN: Fully Qualified Domain Name. Hãy chạy drakconnect để hiệu chỉnh."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Hiển thị cấu hình Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Thêm người dùng vào máy chủ Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Xóa cấu hình Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -988,182 +1013,182 @@ msgstr ""
"Đây là một giao thức gọn nhỏ để truy cập các dịch vụ thư mục, đặc biệt là "
"dịch vụ thư mục dựa trên X500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP là giao thức gọn nhỏ để truy cập thư mục."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Đồ thuật cấu hình Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Trước tiên, bạn phải thiết lập máy chủ Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Lựa chọn của bạn:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Xóa cấu hình"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Lưu base hiện có trong /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Thêm Người Dùng LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Người dùng được tạo trong:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Tên:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "Tên:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "Đăng nhập người dùng:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Bạn phải nhập tên gọi hợp lệ."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Bạn phải nhập tên hợp lệ."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Bạn phải nhập tên người dùng hợp lệ."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Mật khẩu người dùng LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "Mật khẩu không khớp"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Mật khẩu (nhập lại):"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Bạn phải nhập mật khẩu cho LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Mật khẩu không khớp nhau"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Người quản trị"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "Người quản trị là người dùng có mọi quyền truy cập LDAP database"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Cấu hình LDAP Server"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "Domain name: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Quản trị LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP directory tree"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS naming được dùng cho LDAP directory tree definition"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP directory tree:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Quản trị LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Mật khẩu LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Mật khẩu LDAP (nhập lại):"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Bạn phải nhập một LDAP directory tree hợp lệ."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Khẳng định vệc tạo người dùng"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Tên đầu:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "Tên người dùng:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Tạo ở:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Thông tin xác định để cấu hình máy chủ LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Container người dùng:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Đồ thuật hoàn thành cấu hình LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Hoàn thành việc thêm người dùng"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Lỗi khi thêm người dùng trong Ldap datase"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Máy chủ đã được cấu hình rồi"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Bạn đã cấu hình Ldap Server rồi"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s lỗi"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Lỗi!"
diff --git a/po/wa.po b/po/wa.po
index 28d47d5e..f7c2c109 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-05 02:26+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"
@@ -30,7 +30,7 @@ msgstr "Macrea d' apontiaedje"
msgid "Warning."
msgstr "Adviertixhmint."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "Aroke."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -91,18 +91,18 @@ msgstr ""
msgid "(you don't need to type the domain after the name)"
msgstr "(vos n' divoz nén taper li dominne après li no)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "Idintifiaedje do cliyint:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr ""
"Notez ki l' adresse IP eyet l' no do cliyint dvèt esse unikes sol rantoele."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -112,21 +112,21 @@ msgstr ""
"eterprijhe.net ». Tchaeke éndjole sol rantoele doet aveur ene adresse IP "
"(unike), dj' ô bén ene adresse limerike, eg: «12.34.56.78»."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "No del éndjole:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "Adresse IP di l' éndjole:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "Adviertixhmint"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr ""
"Vos eployîz l' dhcp, li sierveu pout n' nén ovrer avou vost apontiaedje."
@@ -134,12 +134,12 @@ msgstr ""
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "Aroke"
@@ -310,7 +310,7 @@ msgstr "Eterface:"
msgid "The wizard successfully configured the DHCP services."
msgstr "Li macrea a-st apontyî comifåt les siervices DHCP."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -324,11 +324,11 @@ msgstr "Berwete"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "Renondez l' macrea, et s' sayîz d' candjî kékes parametes."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "Vos dvoz coridjî vosse no d' lodjoe."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -338,24 +338,24 @@ msgstr ""
"d' dominne corek, nén «localdomain» nerén on dominne vude. Enondez "
"drakconnect po l' candjî."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "Sierveu DNS mwaisse"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "Sierveu DNS esclåve"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "Radjouter on lodjoe å DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "Oister on lodjoe foû do DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
@@ -363,11 +363,11 @@ msgstr ""
"Li DNS (Sierveu di Nos d' Dominne) est l' siervice ki mete ene adresse IP po "
"tchaeke no d' lodjoe."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "Macrea d' apontiaedje do DNS mwaisse"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -378,32 +378,44 @@ msgstr ""
"copiutreces locåles, eyet les dmandes po les nos nén locås seront "
"redjiblêyes viè on sierveu DNS å dfoû."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "Cwè voloz vs fé:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+msgid "DNS server Interface"
+msgstr "Eterface do sierveu DNS"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(Vos n' divoz nén taper li dominne après li no)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+msgid "Server:"
+msgstr "Sierveu:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+msgid "DNS Domainname:"
+msgstr "No do dominne DNS:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "Tchoezixhoz l' lodjoe a oister foû del djivêye chal pa dzo."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "Oister on lodjoe foû d' l' apontiaedje do moumint do DNS."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "Oister lodjoe:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "No del copiutrece:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -413,11 +425,11 @@ msgstr ""
"mwaisse, et sievrè eto di sierveu di rapexhaedje s' i gn a måy des "
"problinmes et ki l' sierveu mwaisse ni pout nén esse eployî."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "Adresse IP do sierveu DNS mwaisse:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -425,11 +437,11 @@ msgstr ""
"Li redjiblaedje est fwait seulmint po les dmandes kel sierveu ni fwait nén "
"otorité eyet k' i n' a nén li response el muchete nerén."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "Adresse IP do redjibleu"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -437,15 +449,15 @@ msgstr ""
"Si vos nd avoz mezåjhe, et si vos cnoxhoz l' adresse IP do redjibleu, tapez "
"chal si adresse IP, ôtrumint leyîz l' vude"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "Difoûtrin DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "Radjouter on dominne di cweraedje"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
@@ -453,7 +465,7 @@ msgstr ""
"Li no d' dominne di ç' sierveu ci est otomaticmint radjouté, ça fwait ki vos "
"n' divoz nén l' mete chal."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -465,30 +477,30 @@ msgstr ""
"d' dominne locå. Çoula pout esse candjî, eyet vos ploz dner li dominne cweri "
"dvins après li mot clé «search» (cweraedje)."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "Prémetou no d' dominne a cweri:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr ""
"Çouchal n' est nén ene adresse IP valide... clitchîz so «Shuvant» po "
"continouwer"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr ""
"Çouchal n' est nén ene adresse IP valide... clitchîz so «Shuvant» po "
"continouwer"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr ""
"Çouchal n' est nén ene adresse IP valide... clitchîz so «Shuvant» po "
"continouwer"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
@@ -496,11 +508,11 @@ msgstr ""
"I shonnreut ki ci lodjoe chal est ddja dins vost apontiaedje DNS... clitchîz "
"so shuvant po continouwer"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "Aroke:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
@@ -508,7 +520,7 @@ msgstr ""
"I shonnreut ki ci lodjoe chal n' est nén edjîstré e vost apontiaedje DNS... "
"clitchîz so shuvant po continouwer"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
@@ -516,71 +528,71 @@ msgstr ""
"I shonnreut ki nou sierveu DNS n' åye sitî apontyî avou l' macrea. Enondez "
"l' macrea DNS po-z apontyî on sierveu DNS mwaisse s' i vs plait."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"I shonnreut ki vos n' estoz nén on sierveu DNS mwaisse, ça fwait k' dji "
"n' såreut radjouter/oister des lodjoes."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "Li macrea va asteure fé l' apontiaedje di vosse DNS esclåve"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "avou cist apontiaedje ci:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "On cliyint avou cist idintifiaedje la serè radjouté a vosse DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "No del copiutrece:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "Adresse IP del copiutrece:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "On cliyint avou cist idintifiaedje la serè oisté di vosse DNS"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "Li sierveu DNS va esse apontyî avou les parametes ki shuvèt"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "No do sierveu:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "Dominne:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "Li macrea a radjouté comifåt l' lodjoe a vosse DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "Li macrea a oisté comifåt l' lodjoe di vosse DNS."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "Li macrea a-st apontyî comifåt les siervices DNS sol sierveu da vosse."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "Renondez l' macrea, et s' sayîz d' candjî kékes parametes."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "Apontiaedje di vosse sistinme come sierveu DNS mwaisse..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "Apontiaedje di vosse sistinme come sierveu DNS esclåve..."
@@ -632,7 +644,7 @@ msgstr "Mape autofs pol sierveu NIS"
msgid "Mandrakelinux Install server"
msgstr "Sierveu d' astalaedje di Mandrakelinux"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Sierveu Kolab"
@@ -955,7 +967,7 @@ msgstr ""
"Les screts n' corespondèt nén, oudonbén end a onk k' est vude, coridjîz s' i "
"vs plait."
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "Sicret:"
@@ -992,27 +1004,37 @@ msgstr "Fijhant l' astalaedje"
msgid "Installing Kolab server on your system..."
msgstr "Astalaedje do sierveu Kolab so vosse sistinme..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "Apontiaedje do sierveu Kolab so vosse sistinme..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Macrea Ldap"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"Vos dvoz coridjî vosse no d' dominne. Po on sierveu LDAP vos dvoz aveur on "
+"no d' dominne corek, nén «localdomain» nerén on dominne vude. Enondez "
+"drakconnect po l' candjî."
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "Mostrer l' apontiaedje Ldap"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "Radjouter èn uzeu å sierveu Ldap"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "Disfacer l' apontiaedje Ldap"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
@@ -1020,187 +1042,187 @@ msgstr ""
"C' est on protocole ledjir po-z aveur accès åzès siervices di botins, "
"copurade les siervices di botins båzés so X.500."
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
"LDAP vout dir protocole ledjir d' accès åzès botins (Lightweight Directory "
"Access Protocol)."
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Macrea d' apontiaedje Ldap"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "Vos dvoz aprume apontyî on sierveu Ldap."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "Vosse tchuze:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "Disfacer l' apontiaedje"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "Wårdant li båze k' egzistêye dedja e /root/ldap-sav.ldiff"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "Radjoutaedje d' èn uzeu LDAP"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "Uzeu askepyî e: "
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "Pitit No:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "No:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "No d' elodjaedje:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "Vos dvoz dner on ptit no valide."
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "Vos dvoz dner on no valide."
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "Vos dvoz dner on no d' uzeu valide."
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "Sicret po l' uzeu LDAP"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "les screts èn corespondèt nén"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "Ritapez l' sicret:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "Vos dvoz dner on scret po LDAP."
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "Les screts èn corespondèt nén"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "Manaedjeu"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
"Li manaedjeu est èn uzeu k' a-st accès al båze di dnêyes LDAP, eyet "
"l' poleur candjî"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "Apontiaedje do sierveu LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "No d' dominne: "
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "Manaedjeu LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "Coxhlaedje di botins LDAP:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
"Li lomaedje DNS est eployî pol definixhaedje do coxhlaedje di botins LDAP"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "Coxhlaedje di botins LDAP:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "Manaedjeu LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "Sicret LDAP:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "Ritapez l' sicret LDAP:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "Vos dvoz dner on coxhlaedje di botins LDAP valide."
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "Acertinaedje di l' uzeu a-z askepyî"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "Pitit No:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "No d' elodjaedje:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "Askepyî e:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "Acertinaedje di l' informåcion po l' askepiaedje d' on sierveu LDAP"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "Contneu des uzeus:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "Li macrea a-st apontyî comifåt li LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "Uzeu radjouté comifåt"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "Åk n' a nén stî tot radjoutant èn uzeu å sierveu Ldap"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "Sierveu ddja apontyî"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "Vos avoz ddja apontyî vosse sierveu Ldap"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s a fwait berwete"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "Aroke!"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d6f10550..1ad1bab0 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakwizard 10.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-09-08 00:50+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: Mandrakelinux i18n Team <cooker-i18n@linux-mandrake.com>\n"
@@ -30,7 +30,7 @@ msgstr "配置向导"
msgid "Warning."
msgstr "警告。"
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -40,10 +40,10 @@ msgid "Error."
msgstr "出错。"
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,17 +85,17 @@ msgstr "此向导将帮助您把一个新的客户机添加到您的本地 DNS
msgid "(you don't need to type the domain after the name)"
msgstr "(在名字后面不必输入域名)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "客户机身份:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "注意提供的 IP 地址和客户机名字在网络上应该是唯一的。"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -104,33 +104,33 @@ msgstr ""
"您的网络客户机将通过名字来鉴别,例如 clientname.company.net。网络中每台机器必"
"须有一个(唯一的)IP 地址,使用常规的点分隔语法。"
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "机器名:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "机器的 IP 地址:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "警告"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "您在使用 dhcp,服务器可能无法按照您的配置工作。"
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "出错"
@@ -288,7 +288,7 @@ msgstr "网卡:"
msgid "The wizard successfully configured the DHCP services."
msgstr "向导成功地配置了 DHCP 服务。"
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -302,11 +302,11 @@ msgstr "失败"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "重新调用配置向导,然后试着更新一些参数。"
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "您需要重新调整您的主机名。"
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
@@ -316,35 +316,35 @@ msgstr ""
"localdomain 或不设置。主机名必须是 FQDN: 全称域名。请使用 DrakConnect 进行调"
"整。"
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "主 DNS 服务器"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "从 DNS 服务器"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "在 DNS 中添加主机"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "在 DNS 中删除主机:"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
"DNS(Domain Name Server,域名服务器)是通过网络主机名字找到相应机器的服务。"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "主 DNS 配置向导"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -353,32 +353,47 @@ msgstr ""
"此向导将帮助您配置您服务器上的 DNS 服务。所做的配置将提供 DNS 服务以解析本地"
"的计算机名字,非本地的请求将被转发给外部的 DNS。"
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "您想要执行何种操作:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS 服务器"
+
+#: ../dns_wizard/Bind.pm:134
msgid "(You don't need to add the domain after the name)"
msgstr "(在名字后面不必添加域名)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "服务器 IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS 域名:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "请在下面的列表中选择您想要删除的主机。"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove a host in existing DNS configuration."
msgstr "在现有的 DNS 配置中删除主机。"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "删除主机:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "计算机名:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -387,11 +402,11 @@ msgstr ""
"从域名服务器能够分担一部分主域名服务器的负担,并且可以作为一个备份用的服务"
"器,在您的主服务器无法连接上时继续提供服务。"
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "主 DNS 服务器的 IP 地址:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
@@ -399,32 +414,32 @@ msgstr ""
"向前查询只在要查询的服务器是非官方的或者在服务器的缓存中没有相应的回应的情况"
"下发生。"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "转发器的 IP 地址:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
msgstr ""
"如果您需要它,并且知道您的转发器的 IP 地址的话,请输入它;否则,请您留空。"
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "外部 DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "添加搜索域"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr "域名是服务器自动添加的,所以您不必在此处添加。"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -434,110 +449,110 @@ msgstr ""
"主机名查询的搜索列表。这个搜索列表通常由本地域名所决定;默认情况下,它仅仅包"
"含本地域名。它可以通过列出想要的搜索关键词的域搜索路径来修改。"
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "搜索的默认域名:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "您的转发器 IP 地址无效...按“下一步”继续"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "主 DNS 服务器的 IP 地址无效...按“下一步”继续"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "这个 IP 地址无效...按“下一步”继续"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr "看起来主机已经在您的 DNS 配置中了...按“下一步”继续"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "错误:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr "看起来它并不在您的 DNS 配置中...按“下一步”继续"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr "看起来在向导中并没有设定 DNS 服务器。请运行 DNS 向导: 主 DNS 服务器。"
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"看起来您的 DNS 服务器并不是主 DNS 服务器,而仅仅是从服务器。所以我无法添加/删"
"除主机。"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "Wizard will Now build your DNS slave configuration"
msgstr "向导现在将创建您的从 DNS 配置"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "使用这个配置:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "采用这个标识的客户端将被添加到您的 DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "计算机名:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "计算机的 IP 地址:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "采用这个标识的客户端将被从您的 DNS 中删除"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "这个 DNS 服务器即将按照以下配置情况进行配置"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "服务器主机名:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "域名:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "向导成功地在您的 DNS 中添加了主机。"
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "向导成功地从您的 DNS 中删除了主机。"
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "向导已成功地为您的服务器配置了 DNS 服务。"
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "请重新调用配置向导,然后试着更新一些参数。"
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "正在将您的系统配置为主 DNS 服务器..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "将您的系统配置为从 DNS 服务器..."
@@ -589,7 +604,7 @@ msgstr "NIS 服务器 Autofs 映射"
msgid "Mandrakelinux Install server"
msgstr "Mandrakelinux 安装服务器"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
msgid "Kolab server"
msgstr "Kolab 服务器"
@@ -880,7 +895,7 @@ msgstr "输入 Kolab 服务器管理员账户的密码。"
msgid "Password mismatch, or null password, please correct."
msgstr "密码不相配,或者密码为空,请纠正。"
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "密码:"
@@ -916,208 +931,218 @@ msgstr "安装进行中"
msgid "Installing Kolab server on your system..."
msgstr "正在您的系统中安装 Kolab 服务器..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
msgid "Configuring Kolab server on your system..."
msgstr "正在您的系统中配置 Kolab 服务器..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap 向导"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"您需要重新调整您的主机名。对于 LDAP 服务器,您需要正确的域名,而不能是"
+"localdomain 或不设置。主机名必须是 FQDN: 全称域名。请使用 DrakConnect 进行调"
+"整。"
+
+#: ../ldap_wizard/Ldap.pm:99
msgid "Show Ldap configuration"
msgstr "显示 Ldap 配置"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr "在 Ldap 服务器中添加用户"
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
msgid "Delete Ldap configuration"
msgstr "删除 Ldap 配置"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr "这是一种访问目录服务的轻量级协议,特别适用于基于 X.500 的目录服务。"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr "LDAP 代表轻量级目录访问协议。"
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
msgid "Ldap configuration wizard"
msgstr "Ldap 配置向导"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
msgid "You must setup an Ldap server first."
msgstr "您必须先设置 Ldap 服务器。"
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr "您的选择:"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Delete configuration"
msgstr "删除配置"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr "在 /root/ldap-sav.ldiff 保存已有基"
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr "LDAP 添加用户"
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
msgid "User Created in: "
msgstr "用户创建于:"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "名:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
msgid "Name:"
msgstr "名称:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
msgid "User Login:"
msgstr "用户登录:"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr "您必须输入有效的名。"
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr "您必须输入有效的名称。"
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr "您必须输入有效的用户名。"
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
msgid "LDAP User Password"
msgstr "LDAP 用户密码"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr "密码不匹配"
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
msgid "Password (again):"
msgstr "重输密码:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr "您必须为 LDAP 输入密码。"
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "密码不匹配"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr "管理员"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr "管理员是 LDAP 数据库中授权的超级用户"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Configuring LDAP Server"
msgstr "配置 LDAP 服务器"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Domain name: "
msgstr "域名:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr "管理员 LDAP"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP directory tree"
msgstr "LDAP 目录树"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr "DNS 命名用于 LDAP 目录树定义"
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
msgid "LDAP directory tree:"
msgstr "LDAP 目录树:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr "管理员 LDAP:"
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
msgid "LDAP Password:"
msgstr "LDAP 密码:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
msgid "LDAP Password (again):"
msgstr "LDAP 重输密码:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
msgid "You must enter a valid LDAP directory tree."
msgstr "您必须输入有效的 LDAP 目录树。"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr "确认创建用户"
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
msgid "First name:"
msgstr "名:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "用户名:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr "创建于:"
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
msgid "Confirmation Information for create an LDAP server"
msgstr "确认创建 LDAP 服务器的信息"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
msgid "Users Container:"
msgstr "用户容器:"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "向导成功地配置了 LDAP。"
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr "成功地添加了用户"
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr "在 Ldap 数据库中添加用户出错"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr "服务器已经配置"
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "You have already configured your Ldap Server"
msgstr "您已经配置了您的 Ldap 服务器"
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, perl-format
msgid "%s Failed"
msgstr "%s 失败"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
msgid "Error!"
msgstr "出错!"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2c744b8a..58f150c6 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-09-08 21:56+0200\n"
+"POT-Creation-Date: 2004-11-05 12:19+0100\n"
"PO-Revision-Date: 2004-02-21 22:10+0800\n"
"Last-Translator: Hilbert <h@mandrake.org>\n"
"Language-Team: Chinese Traditional <zh@li.org>\n"
@@ -29,7 +29,7 @@ msgstr "設定精靈"
msgid "Warning."
msgstr "警告."
-#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:189 ../ftp_wizard/Proftpd.pm:121
+#: ../Wiztemplate.pm:64 ../dns_wizard/Bind.pm:202 ../ftp_wizard/Proftpd.pm:121
#: ../news_wizard/Inn.pm:76 ../news_wizard/Inn.pm:81
#: ../samba_wizard/Samba.pm:88 ../samba_wizard/Samba.pm:104
#: ../samba_wizard/Samba.pm:166 ../samba_wizard/Samba.pm:171
@@ -39,10 +39,10 @@ msgid "Error."
msgstr "錯誤."
#: ../Wiztemplate.pm:78 ../client_wizard/Bind_client.pm:97
-#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:245
-#: ../dns_wizard/Bind.pm:255 ../dns_wizard/Bind.pm:262
+#: ../dhcp_wizard/Dhcp.pm:125 ../dns_wizard/Bind.pm:260
+#: ../dns_wizard/Bind.pm:266 ../dns_wizard/Bind.pm:273
#: ../ftp_wizard/Proftpd.pm:148 ../kolab_wizard/Kolab.pm:100
-#: ../ldap_wizard/Ldap.pm:236 ../news_wizard/Inn.pm:95
+#: ../ldap_wizard/Ldap.pm:250 ../news_wizard/Inn.pm:95
#: ../nfs_wizard/NFS.pm:102 ../nisautofs_wizard/Nisautofs.pm:141
#: ../nisautofs_wizard/Nisautofs.pm:148 ../postfix_wizard/Postfix.pm:148
#: ../proxy_wizard/Squid.pm:174 ../pxe_wizard/Pxe.pm:295
@@ -85,17 +85,17 @@ msgstr "本精靈會幫助您去增加一個新客戶端在您的本地端 DNS
msgid "(you don't need to type the domain after the name)"
msgstr "(您不需要在名字後鍵入網域)"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid "Client identification:"
msgstr "客戶端認證:"
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
msgid ""
"Note that the given IP address and client name should be unique in the "
"network."
msgstr "注意在網路上所給定的 IP 位址和客戶端名稱都應該是獨一的."
-#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:127
+#: ../client_wizard/Bind_client.pm:61 ../dns_wizard/Bind.pm:134
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, "
@@ -104,33 +104,33 @@ msgstr ""
"在網路上, 您的客戶端會用名稱來識別, 如clientname.company.net.網路上每一部機器"
"都必須有一個以常用小點記號排列方式的(獨一) IP 位址."
-#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:129
+#: ../client_wizard/Bind_client.pm:67 ../dns_wizard/Bind.pm:138
msgid "Name of the machine:"
msgstr "機器名稱:"
-#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:130
+#: ../client_wizard/Bind_client.pm:68 ../dns_wizard/Bind.pm:139
msgid "IP address of the machine:"
msgstr "機器的 IP 位址:"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:184
+#: ../dhcp_wizard/Dhcp.pm:100 ../dns_wizard/Bind.pm:197
msgid "Warning"
msgstr "警告"
#: ../client_wizard/Bind_client.pm:73 ../dhcp_wizard/Dhcp.pm:90
-#: ../dns_wizard/Bind.pm:184 ../web_wizard/Apache.pm:85
+#: ../dns_wizard/Bind.pm:197 ../web_wizard/Apache.pm:85
msgid "You are in dhcp, server may not work with your configuration."
msgstr "您正在 dncp 中, 伺服器可能不能與您的設定運作."
#: ../client_wizard/Bind_client.pm:78 ../client_wizard/Bind_client.pm:83
#: ../dhcp_wizard/Dhcp.pm:95 ../dhcp_wizard/Dhcp.pm:105 ../drakwizard.pl:80
#: ../drakwizard.pl:106 ../drakwizard.pl:157 ../drakwizard.pl:161
-#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:110
-#: ../ldap_wizard/Ldap.pm:119 ../ldap_wizard/Ldap.pm:148
-#: ../ldap_wizard/Ldap.pm:152 ../ldap_wizard/Ldap.pm:156
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:176
-#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:201
-#: ../ldap_wizard/Ldap.pm:205 ../nfs_wizard/NFS.pm:62
+#: ../kolab_wizard/Kolab.pm:114 ../ldap_wizard/Ldap.pm:124
+#: ../ldap_wizard/Ldap.pm:133 ../ldap_wizard/Ldap.pm:162
+#: ../ldap_wizard/Ldap.pm:166 ../ldap_wizard/Ldap.pm:170
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:190
+#: ../ldap_wizard/Ldap.pm:211 ../ldap_wizard/Ldap.pm:215
+#: ../ldap_wizard/Ldap.pm:219 ../nfs_wizard/NFS.pm:62
#: ../postfix_wizard/Postfix.pm:88
msgid "Error"
msgstr "錯誤"
@@ -285,7 +285,7 @@ msgstr "介面:"
msgid "The wizard successfully configured the DHCP services."
msgstr "這精靈成功為您的伺服器設定 DHCP 服務."
-#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:269
+#: ../dhcp_wizard/Dhcp.pm:130 ../dns_wizard/Bind.pm:280
#: ../ftp_wizard/Proftpd.pm:154 ../nfs_wizard/NFS.pm:107
#: ../nisautofs_wizard/Nisautofs.pm:155 ../postfix_wizard/Postfix.pm:153
#: ../proxy_wizard/Squid.pm:179 ../pxe_wizard/Pxe.pm:331
@@ -299,11 +299,11 @@ msgstr "失敗"
msgid "Relaunch drakwizard, and try to change some parameters."
msgstr "重新發動 drakwizard, 且嘗試改變某些參數."
-#: ../dns_wizard/Bind.pm:74
+#: ../dns_wizard/Bind.pm:73 ../ldap_wizard/Ldap.pm:61
msgid "You need to readjust your hostname."
msgstr "您須要重新調整您的主機名稱."
-#: ../dns_wizard/Bind.pm:77
+#: ../dns_wizard/Bind.pm:76
#, fuzzy
msgid ""
"You need to readjust your domainname. For a DNS server you need a correct "
@@ -313,35 +313,35 @@ msgstr ""
"您須要重新調整您的網域名稱. 對於一個 DNS 伺服器而言, 您需要一個正確 的網域名"
"稱, 不同等於本地端網域或沒有. 發動 drakconnect 來調整它."
-#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:83 ../dns_wizard/Bind.pm:718
msgid "Master DNS server"
msgstr "主要 DNS 伺服器"
-#: ../dns_wizard/Bind.pm:85 ../dns_wizard/Bind.pm:144
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:84 ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:732
msgid "Slave DNS server"
msgstr "次要 DNS 伺服器"
-#: ../dns_wizard/Bind.pm:86
+#: ../dns_wizard/Bind.pm:85
msgid "Add host in DNS"
msgstr "增加主機於 DNS"
-#: ../dns_wizard/Bind.pm:87
+#: ../dns_wizard/Bind.pm:86
msgid "Remove host in DNS"
msgstr "移除主機於 DNS"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid ""
"DNS (Domain Name Server) is the service that maps an IP address of a machine "
"with an internet host name."
msgstr ""
" DNS (Domain Name Server)是對應一個機器 IP 位址到一個網際網路主機名稱的服務."
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
msgid "DNS Master configuration wizard"
msgstr "主要 DNS 組態設定精靈"
-#: ../dns_wizard/Bind.pm:106
+#: ../dns_wizard/Bind.pm:105
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, "
@@ -350,34 +350,49 @@ msgstr ""
"這精靈會幫助您設定您的伺服器的 DNS 服務. 這設定會提供一個本地端 DNS服務給予本"
"地端電腦名稱, 並傳送非本地端性要求到外面的 DNS."
-#: ../dns_wizard/Bind.pm:122 ../postfix_wizard/Postfix.pm:76
+#: ../dns_wizard/Bind.pm:121 ../postfix_wizard/Postfix.pm:76
#: ../pxe_wizard/Pxe.pm:126
msgid "What do you want to do:"
msgstr "您想要做什麼:"
-#: ../dns_wizard/Bind.pm:127
+#: ../dns_wizard/Bind.pm:126
+#, fuzzy
+msgid "DNS server Interface"
+msgstr "DNS 伺服器"
+
+#: ../dns_wizard/Bind.pm:134
#, fuzzy
msgid "(You don't need to add the domain after the name)"
msgstr "(您不需要在名字後鍵入網域)"
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:136 ../dns_wizard/Bind.pm:232
+#, fuzzy
+msgid "Server:"
+msgstr "伺服器 IP:"
+
+#: ../dns_wizard/Bind.pm:137 ../dns_wizard/Bind.pm:233
+#, fuzzy
+msgid "DNS Domainname:"
+msgstr "NIS 網域名稱:"
+
+#: ../dns_wizard/Bind.pm:145
msgid "Choose the host you want to remove in the following list."
msgstr "請於下列清單中選擇您想要移除的主機."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
#, fuzzy
msgid "Remove a host in existing DNS configuration."
msgstr "於存在的 dns 組態設定中移除一個主機."
-#: ../dns_wizard/Bind.pm:136
+#: ../dns_wizard/Bind.pm:145
msgid "Remove host:"
msgstr "移除主機:"
-#: ../dns_wizard/Bind.pm:138
+#: ../dns_wizard/Bind.pm:147
msgid "Computer Name:"
msgstr "電腦名稱:"
-#: ../dns_wizard/Bind.pm:144
+#: ../dns_wizard/Bind.pm:153
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 "
@@ -386,21 +401,21 @@ msgstr ""
"一個附的名稱伺服器將承受一些主的名稱伺服器的負載, 且也會有備份伺服的功能, 以"
"備您的主要伺服器是不可達到的."
-#: ../dns_wizard/Bind.pm:146 ../dns_wizard/Bind.pm:211
+#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:224
msgid "IP Address of the master DNS server:"
msgstr "主要 DNS 伺服器的 IP 位址:"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"Forwarding occurs on only those queries for which the server is not "
"authoritative and does not have the answer in its cache."
msgstr "重新發送發生於那些伺服器並非授權且於它的 cache 中沒有答案的查詢."
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid "IP of your forwarder"
msgstr "您的重新發送者的 IP"
-#: ../dns_wizard/Bind.pm:153
+#: ../dns_wizard/Bind.pm:162
msgid ""
"If you need it and know your IP forwarder enter IP address of it, if you "
"dont know leave it blank"
@@ -408,21 +423,21 @@ msgstr ""
"如果您需要它且知道您的 ip 重新發送者, 輸入它的 IP 位址. 如果您不知道, 則留下"
"空白."
-#: ../dns_wizard/Bind.pm:155 ../dns_wizard/Bind.pm:238
+#: ../dns_wizard/Bind.pm:168 ../dns_wizard/Bind.pm:253
msgid "External DNS:"
msgstr "外部 DNS:"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid "Add search domain"
msgstr "增加搜尋網域"
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
msgid ""
"Domainname of this server is automatically added, and you dont need to add "
"it here."
msgstr "這個伺服器的網域名稱被自動加入, 且您不需要於此加入它."
-#: ../dns_wizard/Bind.pm:161
+#: ../dns_wizard/Bind.pm:174
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 "
@@ -432,111 +447,111 @@ msgstr ""
"查看主機名稱的搜尋清單. 搜尋清單一般是由本地端網域名稱決定; 預設為只有包含本"
"地端網域名稱. 這或許可藉由列出渴望的網域搜尋路徑 接著搜尋關鍵字而被改變."
-#: ../dns_wizard/Bind.pm:164 ../dns_wizard/Bind.pm:239
+#: ../dns_wizard/Bind.pm:177 ../dns_wizard/Bind.pm:254
msgid "Default domain name to search:"
msgstr "預設網域名稱以搜尋:"
-#: ../dns_wizard/Bind.pm:169
+#: ../dns_wizard/Bind.pm:182
msgid ""
"This is not a valid IP address for your forwarder... press next to continue"
msgstr "對您的轉寄者而言, 這不是一個有效的 IP 位址... 請按下一步繼續"
-#: ../dns_wizard/Bind.pm:174
+#: ../dns_wizard/Bind.pm:187
msgid "This is not a valid Master DNS IP address... press next to continue"
msgstr "這不是一個有效的主要 DNS IP 位址... 請按下一步繼續"
-#: ../dns_wizard/Bind.pm:179
+#: ../dns_wizard/Bind.pm:192
msgid "This is not a valid IP address... press next to continue"
msgstr "這不是一個有效的 IP 位址... 請按下一步繼續"
-#: ../dns_wizard/Bind.pm:189
+#: ../dns_wizard/Bind.pm:202
msgid ""
"It seems that host is already in your DNS configuration... press next to "
"continue"
msgstr "似乎主機已經存在於您的 DNS 組態設定中... 按下下一步以繼續"
-#: ../dns_wizard/Bind.pm:194 ../kolab_wizard/Kolab.pm:76
+#: ../dns_wizard/Bind.pm:207 ../kolab_wizard/Kolab.pm:76
msgid "Error:"
msgstr "錯誤:"
-#: ../dns_wizard/Bind.pm:194
+#: ../dns_wizard/Bind.pm:207
msgid ""
"It seems that this is not present in your DNS configuration... press next to "
"continue"
msgstr "似乎這個並不存在於您的 DNS 組態設定中... 按下下一步以繼續"
-#: ../dns_wizard/Bind.pm:199
+#: ../dns_wizard/Bind.pm:212
msgid ""
"It seems that no DNS server has been set through wizard. Please run DNS "
"wizard: Master DNS server."
msgstr "次乎沒有 DNS 伺服器由精靈中被設定. 請執行 DNS 精靈: 主要 DNS 伺服器."
-#: ../dns_wizard/Bind.pm:204
+#: ../dns_wizard/Bind.pm:217
msgid ""
"It seems that you are not a master DNS server, so I can't add/remove host."
msgstr ""
"似乎您並不是一個主要 DNS 伺服器, 但是只是一個次的. 所意我不能增加/移除主機."
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
#, fuzzy
msgid "Wizard will Now build your DNS slave configuration"
msgstr "OK 現在建構您的 DNS 次的組態設定"
-#: ../dns_wizard/Bind.pm:209
+#: ../dns_wizard/Bind.pm:222
msgid "with this configuration:"
msgstr "於這個組態設定:"
-#: ../dns_wizard/Bind.pm:217
+#: ../dns_wizard/Bind.pm:230
msgid "Client with this identification will be added to your DNS"
msgstr "合於這個識別的客戶端將會被增加到您的 DNS"
-#: ../dns_wizard/Bind.pm:219 ../dns_wizard/Bind.pm:228
+#: ../dns_wizard/Bind.pm:234 ../dns_wizard/Bind.pm:243
msgid "Computer name:"
msgstr "電腦名稱:"
-#: ../dns_wizard/Bind.pm:220
+#: ../dns_wizard/Bind.pm:235
msgid "Computer IP address:"
msgstr "電腦 IP 位址:"
-#: ../dns_wizard/Bind.pm:226
+#: ../dns_wizard/Bind.pm:241
msgid "Client with this identification will be removed from your DNS"
msgstr "合於這個識別的客戶端將會於您的 DNS 中被移除"
-#: ../dns_wizard/Bind.pm:234
+#: ../dns_wizard/Bind.pm:249
msgid ""
"The DNS server is about to be configured with the following configuration"
msgstr "此 DNS 伺服器將要被設定成下列組態"
-#: ../dns_wizard/Bind.pm:236
+#: ../dns_wizard/Bind.pm:251
msgid "Server Hostname:"
msgstr "伺服器主機名稱:"
-#: ../dns_wizard/Bind.pm:237
+#: ../dns_wizard/Bind.pm:252
msgid "Domainname:"
msgstr "網域名稱:"
-#: ../dns_wizard/Bind.pm:246
+#: ../dns_wizard/Bind.pm:261
msgid "The wizard successfully added the host in your DNS."
msgstr "精靈成功地加入主機於您的 DNS."
-#: ../dns_wizard/Bind.pm:256
+#: ../dns_wizard/Bind.pm:267
msgid "The wizard successfully removed the host from your DNS."
msgstr "精靈成功地於您的 DNS 中移除主機."
-#: ../dns_wizard/Bind.pm:263
+#: ../dns_wizard/Bind.pm:274
msgid "The wizard successfully configured the DNS service of your server."
msgstr "精靈成功地設定您的伺服器的 DNS 服務."
-#: ../dns_wizard/Bind.pm:270
+#: ../dns_wizard/Bind.pm:281
#, fuzzy
msgid "Please Relaunch drakwizard, and try to change some parameters."
msgstr "重新發動 drakwizard, 且嘗試改變某些參數."
-#: ../dns_wizard/Bind.pm:707
+#: ../dns_wizard/Bind.pm:718
msgid "Configuring your system as Master DNS server ..."
msgstr "正在設定您的系統成為主要 DNS 伺服器 ..."
-#: ../dns_wizard/Bind.pm:721
+#: ../dns_wizard/Bind.pm:732
msgid "Configuring your system as Slave DNS server ..."
msgstr "正在設定您的系統成為次要 DNS 伺服器 ..."
@@ -589,7 +604,7 @@ msgstr "NIS 伺服器 autofs 地圖"
msgid "Mandrakelinux Install server"
msgstr "Mandrake 安裝伺服器"
-#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:154
+#: ../drakwizard.pl:53 ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Kolab server"
msgstr "Samba 伺服器"
@@ -881,7 +896,7 @@ msgstr ""
msgid "Password mismatch, or null password, please correct."
msgstr ""
-#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:167
+#: ../kolab_wizard/Kolab.pm:82 ../ldap_wizard/Ldap.pm:181
msgid "Password:"
msgstr "密碼:"
@@ -921,230 +936,240 @@ msgstr "安裝目錄:"
msgid "Installing Kolab server on your system..."
msgstr "正在設定您的 Samba 伺服器..."
-#: ../kolab_wizard/Kolab.pm:154
+#: ../kolab_wizard/Kolab.pm:131
#, fuzzy
msgid "Configuring Kolab server on your system..."
msgstr "正在設定您的 Samba 伺服器..."
-#: ../ldap_wizard/Ldap.pm:27
+#: ../ldap_wizard/Ldap.pm:32
msgid "Ldap wizard"
msgstr "Ldap 精靈"
-#: ../ldap_wizard/Ldap.pm:85
+#: ../ldap_wizard/Ldap.pm:64
+#, fuzzy
+msgid ""
+"You need to readjust your domainname. For an LDAP server you need a correct "
+"domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully "
+"Qualified Domain Name. Launch drakconnect to adjust it."
+msgstr ""
+"您須要重新調整您的網域名稱. 對於一個 LDAP 伺服器而言, 您需要一個正確 的網域名"
+"稱, 不同等於本地端網域或沒有. 發動 drakconnect 來調整它."
+
+#: ../ldap_wizard/Ldap.pm:99
#, fuzzy
msgid "Show Ldap configuration"
msgstr "LDAP 組態設定精靈"
-#: ../ldap_wizard/Ldap.pm:86
+#: ../ldap_wizard/Ldap.pm:100
msgid "Add user in Ldap server"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:87
+#: ../ldap_wizard/Ldap.pm:101
#, fuzzy
msgid "Delete Ldap configuration"
msgstr "LDAP 組態設定精靈"
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid ""
"It is a lightweight protocol for accessing directory services, specifically "
"X.500-based directory services."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92
+#: ../ldap_wizard/Ldap.pm:106
msgid "LDAP stands for Lightweight Directory Access Protocol."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:92 ../ldap_wizard/Ldap.pm:102
+#: ../ldap_wizard/Ldap.pm:106 ../ldap_wizard/Ldap.pm:116
#, fuzzy
msgid "Ldap configuration wizard"
msgstr "LDAP 組態設定精靈"
-#: ../ldap_wizard/Ldap.pm:110 ../ldap_wizard/Ldap.pm:119
+#: ../ldap_wizard/Ldap.pm:124 ../ldap_wizard/Ldap.pm:133
#, fuzzy
msgid "You must setup an Ldap server first."
msgstr "設定 PXE 伺服器."
-#: ../ldap_wizard/Ldap.pm:126
+#: ../ldap_wizard/Ldap.pm:140
msgid "Your choice:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
#, fuzzy
msgid "Delete configuration"
msgstr "安裝伺服器組態設定"
-#: ../ldap_wizard/Ldap.pm:132
+#: ../ldap_wizard/Ldap.pm:146
msgid "Saving existing base in /root/ldap-sav.ldiff"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:137
+#: ../ldap_wizard/Ldap.pm:151
msgid "LDAP Adding User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:140
+#: ../ldap_wizard/Ldap.pm:154
#, fuzzy
msgid "User Created in: "
msgstr "增加使用者"
-#: ../ldap_wizard/Ldap.pm:142
+#: ../ldap_wizard/Ldap.pm:156
msgid "First Name:"
msgstr "名子:"
-#: ../ldap_wizard/Ldap.pm:143 ../ldap_wizard/Ldap.pm:216
+#: ../ldap_wizard/Ldap.pm:157 ../ldap_wizard/Ldap.pm:230
#, fuzzy
msgid "Name:"
msgstr "使用者名稱:"
-#: ../ldap_wizard/Ldap.pm:144
+#: ../ldap_wizard/Ldap.pm:158
#, fuzzy
msgid "User Login:"
msgstr "增加使用者"
-#: ../ldap_wizard/Ldap.pm:148
+#: ../ldap_wizard/Ldap.pm:162
msgid "You must enter a valid First Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:152
+#: ../ldap_wizard/Ldap.pm:166
msgid "You must enter a valid Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:156
+#: ../ldap_wizard/Ldap.pm:170
msgid "You must enter a valid User Name."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:164
+#: ../ldap_wizard/Ldap.pm:178
#, fuzzy
msgid "LDAP User Password"
msgstr "密碼"
-#: ../ldap_wizard/Ldap.pm:167 ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:181 ../ldap_wizard/Ldap.pm:182
msgid "passwords must match"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:168
+#: ../ldap_wizard/Ldap.pm:182
#, fuzzy
msgid "Password (again):"
msgstr "密碼:"
-#: ../ldap_wizard/Ldap.pm:172 ../ldap_wizard/Ldap.pm:201
+#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:215
msgid "You must enter a password for LDAP."
msgstr ""
-#: ../ldap_wizard/Ldap.pm:176 ../ldap_wizard/Ldap.pm:205
+#: ../ldap_wizard/Ldap.pm:190 ../ldap_wizard/Ldap.pm:219
msgid "The passwords do not match"
msgstr "密碼不符合"
-#: ../ldap_wizard/Ldap.pm:183 ../ldap_wizard/Ldap.pm:192
+#: ../ldap_wizard/Ldap.pm:197 ../ldap_wizard/Ldap.pm:206
msgid "Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "Administrator is a power user with grant access on LDAP database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Configuring LDAP Server"
msgstr "正在設定 Samba 中"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "Domain name: "
msgstr "網域名稱:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "LDAP Administrator"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
#, fuzzy
msgid "LDAP directory tree"
msgstr "TFTP 目錄:"
-#: ../ldap_wizard/Ldap.pm:183
+#: ../ldap_wizard/Ldap.pm:197
msgid "The DNS naming is used for LDAP directory tree definition"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:186 ../ldap_wizard/Ldap.pm:228
-#: ../ldap_wizard/Ldap.pm:274
+#: ../ldap_wizard/Ldap.pm:200 ../ldap_wizard/Ldap.pm:242
+#: ../ldap_wizard/Ldap.pm:288
#, fuzzy
msgid "LDAP directory tree:"
msgstr "TFTP 目錄:"
-#: ../ldap_wizard/Ldap.pm:187 ../ldap_wizard/Ldap.pm:229
-#: ../ldap_wizard/Ldap.pm:275
+#: ../ldap_wizard/Ldap.pm:201 ../ldap_wizard/Ldap.pm:243
+#: ../ldap_wizard/Ldap.pm:289
msgid "LDAP Administrator:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:188
+#: ../ldap_wizard/Ldap.pm:202
#, fuzzy
msgid "LDAP Password:"
msgstr "密碼:"
-#: ../ldap_wizard/Ldap.pm:189
+#: ../ldap_wizard/Ldap.pm:203
#, fuzzy
msgid "LDAP Password (again):"
msgstr "密碼:"
-#: ../ldap_wizard/Ldap.pm:197
+#: ../ldap_wizard/Ldap.pm:211
#, fuzzy
msgid "You must enter a valid LDAP directory tree."
msgstr "TFTP 目錄:"
-#: ../ldap_wizard/Ldap.pm:213
+#: ../ldap_wizard/Ldap.pm:227
msgid "Confirmation of the user to create"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:217
+#: ../ldap_wizard/Ldap.pm:231
#, fuzzy
msgid "First name:"
msgstr "名子:"
-#: ../ldap_wizard/Ldap.pm:218
+#: ../ldap_wizard/Ldap.pm:232
msgid "User Name:"
msgstr "使用者名稱:"
-#: ../ldap_wizard/Ldap.pm:219
+#: ../ldap_wizard/Ldap.pm:233
msgid "Create in:"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:225
+#: ../ldap_wizard/Ldap.pm:239
#, fuzzy
msgid "Confirmation Information for create an LDAP server"
msgstr "正在設定 DHCP 伺服器"
-#: ../ldap_wizard/Ldap.pm:230 ../ldap_wizard/Ldap.pm:276
+#: ../ldap_wizard/Ldap.pm:244 ../ldap_wizard/Ldap.pm:290
#, fuzzy
msgid "Users Container:"
msgstr "增加使用者"
-#: ../ldap_wizard/Ldap.pm:239
+#: ../ldap_wizard/Ldap.pm:253
msgid "The wizard successfully configured the LDAP."
msgstr "精靈成功地設定 LDAP."
-#: ../ldap_wizard/Ldap.pm:246
+#: ../ldap_wizard/Ldap.pm:260
msgid "Successfully added User"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:256
+#: ../ldap_wizard/Ldap.pm:270
msgid "Error when adding user in Ldap database"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
msgid "Server already configured"
msgstr ""
-#: ../ldap_wizard/Ldap.pm:269
+#: ../ldap_wizard/Ldap.pm:283
#, fuzzy
msgid "You have already configured your Ldap Server"
msgstr "這精靈成功設定您的 Samba 伺服器."
-#: ../ldap_wizard/Ldap.pm:407
+#: ../ldap_wizard/Ldap.pm:442
#, fuzzy, perl-format
msgid "%s Failed"
msgstr "失敗"
-#: ../ldap_wizard/Ldap.pm:407 ../ldap_wizard/ldapdef.pm:21
+#: ../ldap_wizard/Ldap.pm:442 ../ldap_wizard/ldapdef.pm:21
#, fuzzy
msgid "Error!"
msgstr "錯誤"