Here is a short description to configure a PXE server using dhcpd and tftpd. This allows a network boot for your ethernet card conforming to the Interl PXE specification. ******************************************************************************** ********** General overview ************ ******************************************************************************** You need a dhcp server and a tftp server on one or two machines to allow the network boot. We are not using a PXE server to achieve this as it is not mandatory. You can install tftp-server and dhcp-server package from the Mandrake distribution for example. On the server machine at 192.168.2.1, you will find a "/etc/dhcpd.conf" sample file written by Florin Grad , where "mydomain.com" is assumed to be your domain name, and 192.168.1.1 a name server. All install are done on subnet 192.168.2.0. All the files that will be downloaded by the tftp daemon are located under "/tftpboot" : "/tftpboot/pxelinux.0" is a program that is loaded directly by the machine where a network boot will be done, this program comes from the SYSLINUX package by H. Peter Anvin. (look at http://syslinux.zytor.com/pxe.php for more information) "/tftpboot/pxelinux.cfg/" is a directory where all configuration file for pxelinux.0 will be found, pxelinux.0 will download these file by itself. It searches first for a file named accordind to the machine IP address in hexadecimal, for example for 192.168.2.20, it looks for "C0A80214" first, then "C0A8021" and so on down to "C0", "C" and "default". "/tftpboot/network.rdz" is the standard network initrd for Mandrake installation. "/tftpboot/vmlinuz" is the boot kernel for installation. "/tftpboot/help.msg" is the message displayed by pxelinux.0, note that currently graphical message (as for install using SYSLINUX 1.48 with graphic patch by Mandrake) is not supported. All file "network.rdz", "vmlinuz", "help.msg" can be found by mounting "network.img", or the network floppy disk used for install, "pxelinux.cfg" is just an adaptation of the file found on the "network.img" called "syslinux.cfg" but without the reference to boot.msg (as it is not currently supported). Update network configuration for your needs and start dhcp server on the machine and tftp server and this should work. ******************************************************************************** * /etc/dhcpd.conf ************************************************************** ******************************************************************************** ddns-update-style ad-hoc; authoritative; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option PXE.discovery-control code 6 = unsigned integer 8; option PXE.discovery-mcast-addr code 7 = ip-address; default-lease-time 28800; max-lease-time 86400; option domain-name "mydomain.com"; option domain-name-servers 192.168.1.1; class "PXE" { match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; option vendor-class-identifier "PXEClient"; vendor-option-space PXE; option PXE.mtftp-ip 0.0.0.0; next-server 192.168.2.1; #tftp server location filename "pxelinux.0"; # standard TFTP } shared-network "mynetwork" { subnet 192.168.2.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option routers 192.168.2.1; ddns-domainname = "mydomain.com"; pool { range 192.168.2.10 192.168.2.20; allow members of "PXE"; } } } ******************************************************************************** * /tftpboot/pxelinux.cfg/default *********************************************** ******************************************************************************** default linux prompt 1 timeout 72 display help.msg label linux kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 vga=788 label vgalo kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 vga=785 label vgahi kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 vga=791 label vga16 kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 vga16 label text kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 text label patch kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 patch vga=788 label expert kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 expert vga=788 label rescue kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz root=/dev/ram3 rescue rw label oem kernel vmlinuz append ramdisk_size=32000 initrd=network.rdz automatic=method:cdrom root=/dev/ram3 rescue oem rw ******************************************************************************** * Usefull linkst *************************************************************** ******************************************************************************** http://syslinux.zytor.com/pxe.php http://www.kano.org.uk/projects/pxe/ itter
path: root/perl-install/share/po/ar.po
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-02-17 09:59:06 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-02-17 09:59:06 +0000
commit4ad6ccf57f748415810aa5df2900407c869a5d22 (patch)
tree4d94487c1f33b17ed9fdc6126d355d1ee3e8df75 /perl-install/share/po/ar.po
parentbedb9e58692e167ef4ac7c30b9e8f9a80720c106 (diff)
downloaddrakx-4ad6ccf57f748415810aa5df2900407c869a5d22.tar
drakx-4ad6ccf57f748415810aa5df2900407c869a5d22.tar.gz
drakx-4ad6ccf57f748415810aa5df2900407c869a5d22.tar.bz2
drakx-4ad6ccf57f748415810aa5df2900407c869a5d22.tar.xz
drakx-4ad6ccf57f748415810aa5df2900407c869a5d22.zip
updated Russian and Arabic files
Diffstat (limited to 'perl-install/share/po/ar.po')
-rw-r--r--perl-install/share/po/ar.po23631
1 files changed, 14319 insertions, 9312 deletions
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index ad1639033..e9d83837f 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -7,2294 +7,1157 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"POT-Creation-Date: 2002-12-05 19:52+0100\n"
-"PO-Revision-Date: 2001-5-12 HO:MI+ZONE\n"
+"PO-Revision-Date: 2003-02-16 13:15GMT+3\n"
"Last-Translator: Mohammed Gamal <f2c2001@yahoo.com>\n"
-"Language-Team: Arabic \n"
+"Language-Team: Arabic <support@arabeyes.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.8\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 كيلوبايت"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 كيلوبايت"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 ميغابايت"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 ميغابايت أو أكثر"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "إختر خادم X"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "خادم X"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "إعداد متعدد الرؤوس"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"نظامك يدعم الإعداد متعدد الرؤوس.\n"
-"ماذا تريد أن تفعل؟"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "إختر حجم ذاكرة بطاقة الشاشة"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "إعداد XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "أي اعداد لـXFree تريد؟"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "اعداد كل الرؤوس بشكل مستقل"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "استخدام امتداد Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "قم بإعداد البطاقة \"%s\" فقط (%s)"
+"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
+"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "الغاء"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s مع تسريع ثلاثي الأبعاد"
+msgid "Launch userdrake"
+msgstr "شغّل userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, c-format
msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
+"Would you like to allow users to share some of their directories?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror "
+"and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-"يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد لكن فقط مع XFree %s.\n"
-"بطاقتك مدعومة عن طريق XFree %s التي يمكن أن تكون مدعومة بشل أفضل في الوضع "
-"ثنائي الأبعاد."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد مع XFree %s"
+"هل تريد السماح للمستخدمين بمشاركة بعض الأدلة الخاصة بهم؟\n"
+"السماح بذلك سيسمح للمستخدمين بأن ينقروا زر المشاركة في كونكيورر و نوتيلوس.\n"
+"\n"
+"\"مخصص\" يسمح لك بعمل اعدادات خاص لكل مستخدم.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s مع دعم تجريبي للرسوم ثلاثية الأبعاد"
+msgid "Mandatory package %s is missing"
+msgstr "الحزمة الضرورية %s مفقودة"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, c-format
msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"يمكن لبطاقتك التمتع بدعم للتسريع ثلاثي الأبعاد لكن فقط مع XFree %s, \n"
-"لاحظ أن هذا الدعم تجريبي و قد يتسبب في ايقاف جهازك.\n"
-"بطاقتك مدعومة عن طريق XFree %s التي يمكن أن تكون مدعومة بشكل أفضل في وضعية "
-"الرسوم ثنائية الأبعاد."
+"You can export using NFS or Samba. Please select which you'd like to use."
+msgstr "يمكنك التصدير باستخدام NFS أو Samba. أي منهما تريد"
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"يمكن لبطاقتك التمتع بدعم للرسوم ثلاثية الأبعاد مع XFree %s, \n"
-"لاحظ أن هذا الدعم تجريبي و قد يتسبب في ايقاف جهازك."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (مشغل عرض التثبيت)"
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "مخصص"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "بطاقة الشاشة"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "الشاشة"
-
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "دقة العرض"
-
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr ""
-
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "خيارات"
-
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "موافق"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "اسمح لكل المستخدمين"
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "خروج"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "لا مشاركة"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"هل تريد حفظ التغييرات؟\n"
-"الإعداد الحالي هو:\n"
-"\n"
-"%s"
+msgid "More"
+msgstr "أكثر"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "إختر شاشة"
+#: ../../any.pm:1
+#, c-format
+msgid "Here is the full list of available countries"
+msgstr "ها هي قائمة كاملة بكل لوحات البلاد المتوفرة"
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Please choose your country."
+msgstr "فضلاً اختر بلدك."
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Generic"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Country"
+msgstr "البلد"
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "تراجع"
+#: ../../any.pm:1
+#, c-format
+msgid "Use Unicode by default"
+msgstr "استخدم يونيكود افتراضياً"
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "الكل"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
+"Mandrake Linux can support multiple languages. Select\n"
+"the languages you would like to install. They will be available\n"
+"when your installation is complete and you restart your system."
msgstr ""
-"المعاملان المهمان جدا هما نسبة الإنعاش الأفقي, و هي النسبة التي\n"
-"يتم فيها انعاش الشاشة كاملة, و الأهم هو نسبة التزامن الأفقي\n"
-"و التي في خلالها يتم عرض خطوط المسح.\n"
-"\n"
-"من *المهم جدا* أن لا تحدد نوع شاشة مع متوسط تزامن\n"
-"أكبر من مقدرة شاشتك لأنك بهذا قد تدمر شاشتك.\n"
-" اذا لم تكن متأكدا يمكنك اختيار اعدادات عادية."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "نسبة الإنعاش الأفقي"
+"يدعم Mandrake Linux العديد من اللغات. اختر\n"
+"اللغات التي تريد تثبيتها. ستكون هذه متوفرةً عند\n"
+"اكتمال التثبيت و اعداة تشغيل النظام."
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "نسبة الإنعاش الرأسي"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 لون (8 بت)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ألف لون (15 بت)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ألف لون (16 بت)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 مليون لون (24 بت)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 بليون لون (32 بت)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "دقة العرض"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "اختر دقة العرض و عمق الألوام"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "بطاقة الشاشة: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "الغاء"
-
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "اختبار الإعداد"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "هل تريد تجربة الإعداد؟"
-
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "تحذير: اختبار بطاقة العرض هذه قد يتسب في ايقاف جهازك"
+msgid "Please choose a language to use."
+msgstr "رجاء اختر لغة الاستخدام."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "لوحة المفاتيح: %s\n"
+msgid "Choose the window manager to run:"
+msgstr "اختر مدير النوافذ الذي سيتم تشغيله:"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "نوع الفأرة: %s\n"
+msgid "Choose the default user:"
+msgstr "اختر المستخدم الافتراضي:"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "جهاز الفأرة: %s\n"
+msgid "Do you want to use this feature?"
+msgstr "هل تريد استخدام هذه الميزة؟"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "الشاشة: %s\n"
+msgid "I can set up your computer to automatically log on one user."
+msgstr "يمكن اعداد جهازك لتسجيل الدخول آلياً لمستخدم معين."
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "تزامن الشاشة الأفقي: %s\n"
+msgid "Autologin"
+msgstr "دخول آلي"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "انعاش الشاشة الرأسي: %s\n"
+msgid "Icon"
+msgstr "أيقونة"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "بطاقة الشاشة: %s\n"
+msgid "Shell"
+msgstr "الغلاف"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "ذاكرة بطاقة الشاشة: %s كيلوبايت\n"
+msgid "Password (again)"
+msgstr "كلمة المرور (ثانية)"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "عمق الألوان: %s\n"
+msgid "Password"
+msgstr "كلمة المرور"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "دقة العرض: %s\n"
+msgid "User name"
+msgstr "اسم المستخدم"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "خادم XFree86: %s\n"
+msgid "Real name"
+msgstr "الاسم الحقيقي"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "مشغل XFree86: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "واجهة رسومية عند بدء التشغيل"
+msgid "Accept user"
+msgstr "وافق على المستخدم"
-#: ../../Xconfig/various.pm_.c:62
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
-msgstr ""
-"يمكنني جعل جهازك يبدأ X بشكل آلي بعد الإقلاع.\n"
-"هل تريد X أن بيدأ بعد إعادة تشغيل جهازك؟"
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Done"
+msgstr "انتهى"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
+"Enter a user\n"
+"%s"
msgstr ""
+"أدخل مستخدم\n"
+"%s"
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "القطاع اول من تجزئة الإقلاع"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "القطاع الأول من القرص (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "تثبيت SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "أين تريد تثبيت محمّل الإقلاع؟"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "تثبيت LILO/grub"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO مع قائمة نصية"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO مع قائمة رسومية"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "الإقلاع من DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "خيارات محمّل الإقلاع الرئيسية"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "محمّل الإقلاع المُستخدم"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "تثبيت محمل الإقلاع"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "جهاز الإقلاع"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "مدمج"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "مدمج"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "وضعية الفيدية"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "توقيت ما قبل اقلاع الصورة الافتراضية"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "كلمة المرور"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "كلمة المرور (ثانية)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "تشديد خيارات سطر الأوامر"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "تشديد"
+#: ../../any.pm:1
+#, c-format
+msgid "Add user"
+msgstr "اضف مستخدم"
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "قم بتنظيف /tmp عند كل إقلاع"
+#: ../../any.pm:1
+#, c-format
+msgid "This user name has already been added"
+msgstr "اسم المستخدم مُضاف مسبقا"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "حجم الذاكرة الدقيق عند الحاجة )تم ايجاد %d ميغابايت("
+msgid "The user name is too long"
+msgstr "اسم المستخدم طويل جداً"
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "تمكين التشكيلات المتعددة"
+#: ../../any.pm:1
+#, c-format
+msgid ""
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgstr "اسم المستخدم يجب أن يحتوي فقط على الحروف الصغيرة, الأرقام, `-' و `_'"
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "اكتب حجم الذاكرة بالميغابايت"
+#: ../../any.pm:1
+#, c-format
+msgid "Please give a user name"
+msgstr "رجاءً قم بإعطاء اسم مستخدم"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "خيار ``تشديد خيارات سطر الأوامر`` بدون قائدة من دون كلمة مرور"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "كلمة المرور هذه بسيطة جدا"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "رجاء جاول مرة أخرى"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "كلمات المرور غير متطابقة"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "رسالة Init"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(تم اضافة %s مسبقا)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "الوصول الى أدوات التجميع"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "الوقت الأقصى لإقلاع النواة"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "الوصول الى أدوات الشبكة"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "تمكين الإقلاع من القرص المدمج؟"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "الوصول الى ملفات الإدارة"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "تمكين اقلاع OF؟"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "اسمح بـ\"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "نظام التشغيل الافتراضي؟"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "الوصول الى أدوات rpm"
-#: ../../any.pm_.c:231
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
+msgstr "الوصول الى برامج X"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"ها هنا المدخلات المختلفة.\n"
"يمكنك اضافة مدخلات أخرى أو تغيير الموجودين."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "اضافة"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "انتهى"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "تعديل"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "ما نوع المدخل الذي تريد اضافته؟"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "لينكس"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "نظام آخر (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "نظام آخر (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "نظام آخر (Windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "صورة"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "نظام آخر (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "الجذر"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "نظام آخر (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "الحاق"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "لينكس"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "ما نوع المدخل الذي تريد اضافته؟"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "للقراءة و الكتابة"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "هذه العلامة مستخدمة مسبقا"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "الجدول"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "يجب عليك تحديد تقسيم جذر"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "غير آمن"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "يجب أن تحدد صورة النواة"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "عنوان"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "غير مسموح بالعلامات الفارغة"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "الإفتراضي"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "حجم Initrd"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "لا فيديو"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "ازل المدخل"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "غير مسموح بالعلامات الفارغة"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "يجب أن تحدد صورة النواة"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "يجب عليك تحديد تقسيم جذر"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "هذه العلامة مستخدمة مسبقا"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "تم ايجاد %s %s واجهات"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "هل عندك واحدة أخرى؟"
+msgid "Initrd-size"
+msgstr "حجم Initrd"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "هل لديك أي واجهات %s؟"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "لا"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "نعم"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "عرض معلومات العتاد"
+msgid "Append"
+msgstr "الحاق"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "جاري تثبيت مشغل %s للبطاقة %s"
+msgid "Label"
+msgstr "عنوان"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(الوحدة %s)"
+msgid "Unsafe"
+msgstr "غير آمن"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
+msgid "Table"
+msgstr "الجدول"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, c-format
-msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"يمكنك الآن اعطاء الخيارات للوحدة %s.\n"
-"الخيارات في هيئة ``name=value name2=value2 ...'' \n"
-"مثلا, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "خيارات الوحدة:"
+msgid "Root"
+msgstr "الجذر"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "أي مشغل %s يجب أن استخدمه؟"
+msgid "Read-write"
+msgstr "للقراءة و الكتابة"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"في بعض الأحيان يحتاج مشغل %s معلومات اضافية لكي يعمل\n"
-"بشكل صحيح, الا أنه يمكنه العمل جيدا بدونها. هل تريد تحديد\n"
-"خيارات اضافية له أو تسمح للمشغل بالتحقق في جهازك\n"
-"عن المعلومات التي سيحتاجها؟ في بعض الأحيان, قد يتسبب التحقق في تعليق الجهاز, "
-"لكن\n"
-"لا يجب أن يتسبب ذلك في أي مشاكل."
-
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "تحقق آلي"
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "حدد الخيارات"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "وضعية الفيديو"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"فشل تحميل الوحدة %s.\n"
-"هل تريد المحاولة ثانية بمعاملات أخرى؟"
+msgid "Image"
+msgstr "صورة"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "الوصول الى برامج X"
+#: ../../any.pm:1
+#, c-format
+msgid "Default OS?"
+msgstr "نظام التشغيل الافتراضي؟"
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "الوصول الى أدوات rpm"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
+msgstr "تمكين اقلاع OF؟"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "اسمح بـ\"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
+msgstr "تمكين الإقلاع من القرص المدمج؟"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "الوصول الى ملفات الإدارة"
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
+msgstr "الوقت الأقصى لإقلاع النواة"
-#: ../../any.pm_.c:738
-#, fuzzy
-msgid "access to network tools"
-msgstr "الوصول الى أدوات rpm"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Open Firmware Delay"
-#: ../../any.pm_.c:739
-#, fuzzy
-msgid "access to compilation tools"
-msgstr "الوصول الى أدوات rpm"
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "جهاز الإقلاع"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(تم اضافة %s مسبقا)"
+msgid "Init Message"
+msgstr "رسالة Init"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "كلمة المرور هذه بسيطة جدا"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "محمّل الإقلاع المُستخدم"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "رجاءً قم بإعطاء اسم مستخدم"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "خيارات محمّل الإقلاع الرئيسية"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "اسم المستخدم يجب أن يحتوي فقط على الحروف الصغيرة, الأرقام, `-' و `_'"
-
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "اسم المستخدم مُضاف مسبقا"
-
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "اسم المستخدم مُضاف مسبقا"
-
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "اضف مستخدم"
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr "خيار ``تشديد خيارات سطر الأوامر`` بدون قائدة من دون كلمة مرور"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"أدخل مستخدم\n"
-"%s"
+msgid "Give the ram size in MB"
+msgstr "اكتب حجم الذاكرة بالميغابايت"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "وافق على المستخدم"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "تمكين التشكيلات المتعددة"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "الاسم الحقيقي"
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "حجم الذاكرة الدقيق عند الحاجة )تم ايجاد %d ميغابايت("
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "اسم المستخدم"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "قم بتنظيف /tmp عند كل إقلاع"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "الغلاف"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "أنشئ قرص إقلاع"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "أيقونة"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "تشديد"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "دخول آلي"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "تشديد خيارات سطر الأوامر"
-#: ../../any.pm_.c:804
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"يمكنني اعداد جهازك لتسجيل الدخول آليل لمستخدم ما.\n"
-"هل تريد استخدام هذه الميزة؟"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "توقيت ما قبل اقلاع الصورة الافتراضية"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "اختر المستخدم الافتراضي:"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "مدمج"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "اختر مدير النوافذ الذي سيتم تشغيله:"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "مدمج"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "رجاء اختر لغة الاستخدام."
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "تثبيت محمل الإقلاع"
-#: ../../any.pm_.c:826
-msgid ""
-"Mandrake Linux can support multiple languages. Select\n"
-"the languages you would like to install. They will be available\n"
-"when your installation is complete and you restart your system."
-msgstr "يمكنكن اختيار لغات أخرى و التي ستكون متوفرة بعد التثبيت"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "القطاع اول من تجزئة الإقلاع"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "الكل"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "القطاع الأول من القرص (MBR)"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "اسمح لكل المستخدمين"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "أين تريد تثبيت محمّل الإقلاع؟"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "لا مشاركة"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "تثبيت LILO/grub"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
+msgid "SILO Installation"
+msgstr "تثبيت SILO"
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr "يمكنك التصدير باستخدام NFS أو Samba. أي منهما تريد"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "تخطي"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "الحزمة الضرورية %s مفقودة"
+msgid "On Floppy"
+msgstr "على قرص مرن"
-#: ../../any.pm_.c:987
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
+"You decided to install the bootloader on a partition.\n"
+"This implies you already have a bootloader on the hard drive you boot (eg: "
+"System Commander).\n"
"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "شغّل userdrake"
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"On which drive are you booting?"
msgstr ""
-"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
-"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "مرحبا بالمخترقين"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "فقير"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "القياسي"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "مرتفع"
+"لقد قررت تثبيت محمّل الإقلاع على تجزئة.\n"
+"هذا يعني أنه لديك محمّل إقلاع على القرص الذي تستخدمه للإقلاع (مثال: System "
+"Commander).\n"
+"\n"
+"على أي قرص تقوم بالإقلاع؟"
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "مرتفع أكثر"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "انشاء قرص الإقلاع..."
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "مرتفع جدا"
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "أدخل قرص مرن في %s"
-#: ../../any.pm_.c:1061
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "اختر سواقة الأقراص المرنة التي تريد استخدامها لعمل قرص الإقلاع"
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "سواقة القرص المرن الثانية"
-#: ../../any.pm_.c:1065
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "سواقة القرص المرن الأولى"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "آسف , لا مدخل مرن متاح"
-#: ../../any.pm_.c:1067
+#: ../../any.pm:1
+#, c-format
msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which can "
-"accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should choose a lower level."
+"A custom bootdisk provides a way of booting into your Linux system without\n"
+"depending on the normal bootloader. This is useful if you don't want to "
+"install\n"
+"LILO (or grub) on your system, or another operating system removes LILO, or "
+"LILO doesn't\n"
+"work with your hardware configuration. A custom bootdisk can also be used "
+"with\n"
+"the Mandrake rescue image, making it much easier to recover from severe "
+"system\n"
+"failures. Would you like to create a bootdisk for your system?\n"
+"%s"
msgstr ""
+"قرص اقلاع مخصص يوفر طريقة للوصول الى نظام لينكس الخاص بك دون\n"
+"الإعتماد على محمّل الإقلاع الإعتيادي. هذا مفيد اذا لم تكن تريد تثبيت\n"
+"LILO (أو grub) على نظامك, أو اذا أزال نظام تشغيل آخر LILO, أو اذا لم يتوافق "
+"LILO\n"
+"مع تهيئة نظامك. يمكن كذلك استخدام قرص اقلاع مخصص مع\n"
+"Mandrake rescue image, مما يجعل المعالجة من انهيارات النظام الخطيرة أكثر "
+"سهولة.\n"
+"هل تريد عمل قرص اقلاع لنظامك؟\n"
+"%s"
-#: ../../any.pm_.c:1070
+#: ../../any.pm:1
+#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+"\n"
+"\n"
+"(WARNING! You're using XFS for your root partition,\n"
+"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
+"because XFS needs a very large driver)."
msgstr ""
+"\n"
+"\n"
+"(تحذير! أنت تستخدم XFS للتجزئة الجذرية,\n"
+"عمل قرص مرن للإقلاع قد يفشل على الأرجح,\n"
+"لأن XFS يحتاج الى مشغل كبير الحجم)."
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "خيارات"
-
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "رجاء اختر تاريخ الإستعادة"
-
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "مستوى الأمن"
-
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "إستخدم libsafe للملقمات"
-
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"A custom bootdisk provides a way of booting into your Linux system without\n"
+"depending on the normal bootloader. This is useful if you don't want to "
+"install\n"
+"SILO on your system, or another operating system removes SILO, or SILO "
+"doesn't\n"
+"work with your hardware configuration. A custom bootdisk can also be used "
+"with\n"
+"the Mandrake rescue image, making it much easier to recover from severe "
+"system\n"
+"failures.\n"
+"\n"
+"If you want to create a bootdisk for your system, insert a floppy in the "
+"first\n"
+"drive and press \"Ok\"."
msgstr ""
+"قرص اقلاع مخصص يوفر طريقة للوصول الى نظام لينكس الخاص بك دون\n"
+"الإعتماد على محمّل الإقلاع الإعتيادي. هذا مفيد اذا لم تكن تريد تثبيت\n"
+"SILO على نظامك, أو اذا أزال نظام تشغيل آخر LILO, أو اذا لم يتوافق SILO\n"
+"مع تهيئة نظامك. يمكن كذلك استخدام قرص اقلاع مخصص مع\n"
+"Mandrake rescue image, مما يجعل المعالجة من انهيارات النظام الخطيرة أكثر "
+"سهولة.\n"
+"اذا كنت تريد انشاء قرص اقلاع لنظامك, أدخل قرص مرن في السواقة\n"
+"الأولى و اضغط \"موافق\"."
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "يمكنك تثبيت محمّل الإقلاع على التجزئة %s\n"
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:436
+#: ../../bootloader.pm:1
#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
+msgid "not enough room in /boot"
+msgstr "لا توجد مساحو كافية في /boot"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "The highlighted entry will be booted automatically in %d seconds."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:986
+#: ../../bootloader.pm:1
#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use the %c and %c keys for selecting which entry is highlighted."
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:989
+#: ../../bootloader.pm:1
+#, c-format
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Use the %c and %c keys for selecting which entry is highlighted."
+msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:995
+#: ../../bootloader.pm:1
#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "The highlighted entry will be booted automatically in %d seconds."
-
-#: ../../bootloader.pm_.c:999
-msgid "not enough room in /boot"
-msgstr "لا توجد مساحو كافية في /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1099
-msgid "Desktop"
-msgstr "سطح المكتب"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start Menu"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Welcome to GRUB the operating system chooser!"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "يمكنك تثبيت محمّل الإقلاع على التجزئة %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "اعداد أسلوب الإقلاع"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_ملف"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/ملف/_خروج"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<تحكم>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "شاشة NewStyle التصنيفية"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "شاشة NewStyle"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "شاشة تقليدية"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "شاشة Gtk+ التقليدية"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "شغّل Aurora عند الإقلاع"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "وضع Lilo/grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "وضع Yaboot"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "تثبيت النظام"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "اعمل تجزئة جديدة"
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr ""
-
-#: ../../bootlook.pm_.c:187
-#, fuzzy, c-format
-msgid "Copy %s to %s"
-msgstr "جاري نسخ %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "خطأ"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:235
+#: ../../bootloader.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgid "LILO with text menu"
+msgstr "LILO مع قائمة نصية"
-#: ../../bootlook.pm_.c:238
+#: ../../bootloader.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr ""
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "لا فيديو"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
-
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "اختر نوع التثبيت"
+msgid "LILO with graphical menu"
+msgstr "LILO مع قائمة رسومية"
-#: ../../bootlook.pm_.c:259
+#: ../../bootloader.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"أنت تستخدم %s كمدير اقلاع حاليا.\n"
-"اضغط على تهيئة لتشغيل معالج الإعداد"
-
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "إعداد"
-
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr ""
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr ""
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:273
+#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
+#: ../../bootloader.pm:1
+#, c-format
msgid ""
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
"\n"
-"Select theme for\n"
-"lilo and bootsplash,\n"
-"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
msgstr ""
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "وضع النظام"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "شغّل X-Window عند بدء التشغيل"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "لا, لا أريد دخولا أليا"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "نعم, أريد دخولا آليا مع هذا )المستخدم, سطح المكتب("
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
msgid "OK"
msgstr "موافق"
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "غيغابايت"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "كيلوبايت"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "ميغابايت"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "تيرابايت"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d دقائق"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "دقيقة واحدة"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "نعم, أريد دخولا آليا مع هذا )المستخدم, سطح المكتب("
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d ثوان"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "لا يمكنني غمل لقطات للشاشة قبل التجزئة"
+msgid "No, I don't want autologin"
+msgstr "لا, لا أريد دخولا أليا"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "فرنسا"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "كوستاريكا"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "بلجيكا"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "جمهورية التشيك"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "ألمانيا"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "اليونان"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "النرويج"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "السويد"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "هولندا"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "إيطاليا"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "النمسا"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "الولايات المتحدة"
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "جديد"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "ازل التجهيز"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "جهز"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "خادم"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "نقطة التجهيز"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "رجاء أدخل سرعة سواقة كتابة الأقراص"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "خادم"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "نقطة التجهيز: "
+msgid "Launch the graphical environment when your system starts"
+msgstr "شغّل X-Window عند بدء التشغيل"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "الخيارات: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "رجاء قم بعمل نسخة احتياطية من بياناتك أولا"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "اقرأ جيدا!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"اذا كنت تريد استخدام aboot, فلا تنسى أن تترك مساحة فارغة في\n"
-"بداية القرص (2048 قطاعات كافية)"
+msgid "System mode"
+msgstr "وضع النظام"
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "المعالج"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
+msgstr "Bootsplash!"
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "اختر حدثا"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
+msgstr "شاشة Lilo"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"لديك تجزئة FAT واحدة كبيرة\n"
-"(يستخدم عامة عن طريق Microsoft DOS/Windows).\n"
-"اقترح أن تغير حجم هذه التجزئة\n"
-"(اضغط عليها ثم اختر \"تغيير الحجم\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "فضلا اضغط على تجزئة"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "تفاصيل"
-
-#
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
+"\n"
+"Select the theme for\n"
+"lilo and bootsplash,\n"
+"you can choose\n"
+"them separately"
msgstr ""
-"لم يتم ايحاد طابعة محلية!\n"
"\n"
+"اختر تيمة\n"
+"Lilo و bootsplash,\n"
+"يمكنك اختيارهم\n"
+"بشكل منفصل"
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "التبديل"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "فارغ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "أخرى"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "أنواع أنظمة الملفات:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "عمل تجزئة"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "النوع"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "استخدم ``%s'' بدلا من ذلك"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "إلغاء"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "استخدم ``ازالة التجهيز'' أولا"
+msgid "Themes"
+msgstr "التيمات"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "بعد تغيير نوع التجزئة %s, فإنك ستسخر كل البيانات على التجزئة"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "إختر تجزئة"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "إختر شاشة"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "خروج"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "النتقال الى وضعية الخبير"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "الانتقال الى الوضع العادي"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "تراجع"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "هل تريد الاكمال على أي حال؟"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "الخروج بدون الحفظ"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "هل تريد الخروج بدون كتابة جدول التقسيم؟"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "هل تريد حفظ تعديلات /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "أمسح الكل"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "تحديد آلي"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "أكثر"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "معلومات القرص الصلب"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "كل التجزئات الرئيسية مستخدمة"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "لا يمكنني اضافة أي تجزئة أخرى"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr "لكي تمتلك تجزئات أكثر, يرجى الغاء تجزئة كي تتمكن من عمل تجزئة ممتدة"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "حفظ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "استعادة جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "إنقاذ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "إعادة تحميل جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "التجهيز الآلي للوسائط القابلة للإزالة"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "اختر ملف"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"جدول التقسيم المحفوظ ليس بنفس الحجم\n"
-"لا زلت تريد الإكمال؟"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "تحذير"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"أدخل قرصا مرنا في السواقة\n"
-"كل البيانات على القرص ستمحى"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "جاري محاولة انقاذ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "معلومات مفصّلة"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "تغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "نقل"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "تنسيق"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "اضافة الى RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "اضافة الى LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "ازالة من RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "ازالة من LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "تعديل RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "استخدام لـloopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "اعمل تجزئة جديدة"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "قطاع البداية: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "الحجم باليغابايت: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "نوع نظام المفات: "
+msgid "Splash selection"
+msgstr "اختيار الشاشات"
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "التفضيل: "
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Configure"
+msgstr "إعداد"
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
+"أنت تستخدم %s كمدير اقلاع حاليا.\n"
+"اضغط على تهيئة لتشغيل معالج الإعداد"
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "هل تريد ازالة ملف loopback؟"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "غير نوع التجزئة"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "تم تثبيت تيمات LiLo و Bootsplash بنجاح"
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "أي نظام ملفات تريد؟"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Theme installation failed!"
+msgstr "فشل تثبيت التيمات"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "جاري التغيير من ext2 الى ext3"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "ملاحظة"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "أين تريد تجهيز ملف loopback %s؟"
+msgid "Error"
+msgstr "خطأ"
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "أين تريد بجهيز الجهاز%s؟"
+msgid "Relaunch 'lilo'"
+msgstr "أعد تشغيل 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"لم يمكن ازالة تعيين نقطة التجهيز نظرا لأن هذه التجزئة مستخدمة لـloop back.\n"
-"قم بإزالة الـloopback أولا"
+"تعذرت اعادة تشغيل LiLo!\n"
+"شغّل \"lilo\" كمستخدم جذر في سطر الأوامر و أكمل تثبيت تيمات LiLo."
-#: ../../diskdrake/interactive.pm_.c:606
-#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "أين تريد بجهيز الجهاز%s؟"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "جاري حساب روابط نظام ملفات FAT"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "جاري تغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "هذا التقسيم غير قابل لتغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "كل البيانات على هذه التجزئة يجب حفظها احتياطيا"
-
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "بعد تغيير حجم التجزئة %s, فإن كل البيانات على هذه التجزئة ستفقد"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "اختر الحجم الجديد"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "الحجم الجديد بالميغابايت: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "أي قرص تريد نقله؟"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "القطاع"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "أي قطاع تريد نقله؟"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "جاري النقل"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "جاري نقل التجزئة..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "اختر RAID موجود للاضافة"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "جديد"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "اختر LVM l,جود للاضافة"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "اسم LVM؟"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "هذه التجزئة لا يمكن استخدامها لـloopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "اسم ملف Loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "اعط اسم ملف"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "هذا الملف مستخدم من loopback أخرى, اختر ملفا آخر"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "الملف موجود مسبقا, هل تريد استخدامه؟"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "خيارات التجهيز"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "متنوعة"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "وحدة"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "المستوى"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "حجم chunk"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "كن حذرا: هذه العملية خطيرة"
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "أي نوع من التجزئة؟"
-
-#: ../../diskdrake/interactive.pm_.c:978
-#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "اجعل initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:996
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "تعذر تشغيل mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:1002
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
+"تعذرت كتابة /etc/sysconfig/bootsplash\n"
+"لم يتم ايجاد الملف."
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "جدول اتتقسيم للقرص %s سيتم كتابته الى القرص!"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "ستحتاج الى اعادة التشغيل قبل أن يتم تفعيل التعديلات"
+msgid "Write %s"
+msgstr "اكتب %s"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "بعد تهيئة التقسيم %s, فإن كل البيانات الموجودة على التجزئة ستفقد"
-
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "جاري التهيئة"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "تعذرت كتابة /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "جاري تهيئة ملف loopback: %s"
+msgid "Lilo message not found"
+msgstr "لم يتم ايجاد رسالة Lilo"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "جاري تهيئة التجزئة %s"
+msgid "Copy %s to %s"
+msgstr "انسخ %s الى %s"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "خبء الملفات"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
+msgstr "انسخ %s احتياطياً الى %s.old"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "انقل الملفات الى تجزئة جديدة"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Create new theme"
+msgstr "انشئ تيمة جديدة"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+"Display theme\n"
+"under console"
msgstr ""
-"الدليل %s يحتوي مسبقا على بعض البيانات\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "جاري نقل الملفات الى التجزئة الجديدة"
+"اعرض التيمات\n"
+"في سطر الأوامر"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "جاري نسخ %s"
+msgid "Install themes"
+msgstr "ثبت التيمات"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "جاري ازالة %s"
+msgid "Lilo/grub mode"
+msgstr "وضع Lilo/grub"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "التجزئة %s معروفة الآن بالإسم %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "الجهاز: "
+msgid "Yaboot mode"
+msgstr "وضع Yaboot"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "حرف سواقة DOS: %s (مجرد تخمين)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "النوع: "
+msgid "Launch Aurora at boot time"
+msgstr "شغّل Aurora عند الإقلاع"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "الاسم: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "شاشة Gtk+ التقليدية"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "البداية: قطاع %s\n"
+msgid "Traditional Monitor"
+msgstr "شاشة تقليدية"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "الحجم: %s"
+msgid "NewStyle Monitor"
+msgstr "شاشة NewStyle"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../bootlook.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s قطاع"
+msgid "NewStyle Categorizing Monitor"
+msgstr "شاشة NewStyle التصنيفية"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "الاسطوانة %d الى %d\n"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "مجهز\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
+msgstr "/ملف/_خروج"
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "غير مجهز\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_ملف"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "محمل\n"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Boot Style Configuration"
+msgstr "اعداد أسلوب الإقلاع"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "consolehelper missing"
+msgstr "consolehelper missing"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
+msgid "kdesu missing"
+msgstr "kdesu missing"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
+#: ../../common.pm:1
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "المستوى %s\n"
+msgid "Can't make screenshots before partitioning"
+msgstr "لا يمكنني غمل لقطات للشاشة قبل التجزئة"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "حجم Chunk %s\n"
+msgid "%d seconds"
+msgstr "%d ثوان"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "أقراص RAID %s\n"
+msgid "1 minute"
+msgstr "دقيقة واحدة"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "اسم ملف Loopback: %s"
+msgid "%d minutes"
+msgstr "%d دقائق"
-#: ../../diskdrake/interactive.pm_.c:1141
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
+#: ../../common.pm:1
+#, c-format
+msgid "TB"
+msgstr "تيرابايت"
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
+#: ../../common.pm:1
+#, c-format
+msgid "GB"
+msgstr "غيغابايت"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr ""
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "ميغابايت"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "الحجم: %s\n"
+msgid "KB"
+msgstr "كيلوبايت"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "الهندسة: %s اسطوانة, %s رأس, %s قطاع\n"
+msgid "United States"
+msgstr "الولايات المتحدة"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "معلومات: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Austria"
+msgstr "النمسا"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "أقراص LVM %s\n"
+msgid "Italy"
+msgstr "إيطاليا"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "نوع جدول التقسيم: %s\n"
+msgid "Netherlands"
+msgstr "هولندا"
-#: ../../diskdrake/interactive.pm_.c:1169
-#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "على bus %d id %d\n"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Sweden"
+msgstr "السويد"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "مفتاح تشفير نظام الملفات"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "النرويج"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "اختر مفتاح تشفير نظام الملفات"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "اليونان"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "مفتاح التشفير هذا بسيط جدا (يجب أن يكون %d حرفا على الأقل)"
+msgid "Germany"
+msgstr "ألمانيا"
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "مفاتيح التشفير غير متطابقة"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "جمهورية التشيك"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "مفاتح التشفير"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "بلجيكا"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "مفاتح التشفير (مرة أخرى)"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "فرنسا"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "غيّر النوع"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "كوستاريكا"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgid "Error opening %s for writing: %s"
+msgstr " فتحة الخطإ %s للكتابة :%s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "التحقق"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "لا شيئ للعمل"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "إنترنت"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "لا توجد مساحة كافية للتحديد الآلي"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "اسم المستخدم"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "لا يمكنك استخدام نظام ملفات مرمّز لنقطة التحميل %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
+"تحتاج الى نظام ملفات حقيقي (ext2/ext3, resierfs, xfs, أو jfs) لنقطة التحميل "
+"هذه\n"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "اسم المستخدم"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS Domain"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "ابحث في أجهزة الخادم"
-
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s تجهيز %s قد فشل"
+msgid "This directory should remain within the root filesystem"
+msgstr "هذا الدليل يجب أن يكون في نظام الملفات الجذري"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "لا أعرف كيف أجهز %s في النوع %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "لا يمكنك استخدام LVM Logical Volume لنقطة التحميل %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
+msgid "There is already a partition with mount point %s\n"
+msgstr "هناك تجزئة مع نقطة التحميل %s مسبقاً\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "بسيط"
+msgid "Mount points must begin with a leading /"
+msgstr "يجب أن تبدأ نقاط التحميل بالعلامة /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "مع /usr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr "لا يمكنك استخدام ReiserFS للتجزئات أصغر من 32 ميغابايت"
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "خادم"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "لا يمكنك استخدام JFS للتجزئات أصغر من 16 ميغابايت"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2304,757 +1167,672 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
+"لا يمكنني قراءة جدول التجزئات للجهاز %s, يبدو أنه مخرّب :(\n"
+"يمكنني أن أحاول المتابعة مع ازالة التجزئات السيئة (ستضيع كل البيانات!).\n"
+"الحل الآخر هو أن تمنع DrakX من تعديل جدول التقسيمات.\n"
+"(الخطأ هو %s)\n"
+"\n"
+"هل أنت موافق على خسارة كل التجزئات؟\n"
-#: ../../fsedit.pm_.c:501
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "server"
+msgstr "خادم"
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "with /usr"
+msgstr "مع /usr"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr ""
+msgid "simple"
+msgstr "بسيط"
-#: ../../fsedit.pm_.c:526
+#: ../../fs.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
+msgid "Enabling swap partition %s"
+msgstr "جاري تمكين تجزئة التبديل %s"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr ""
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "خطأ في ازالة تحميل %s: %s"
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr "فشل تحميل التجزئة %s في الدليل %s"
-#: ../../fsedit.pm_.c:532
+# y, c-format
+#: ../../fs.pm:1
#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
+msgid "Mounting partition %s"
+msgstr "جاري تحميل التجزئة %s"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "لا توجد مساحة كافية للتحديد الآلي"
+#: ../../fs.pm:1
+#, c-format
+msgid "Checking %s"
+msgstr "جاري التأكد من %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "لا شيئ للعمل"
+#: ../../fs.pm:1
+#, c-format
+msgid "Formatting partition %s"
+msgstr "جاري تهيئة التجزئة %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " فتحة الخطإ %s للكتابة :%s"
+msgid "Creating and formatting file %s"
+msgstr "جاري انشاء و تجهيز الملف %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "لا أعرف كيف أجهز %s في النوع %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s تجهيز %s قد فشل"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../help.pm:1
#, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
+"اضغط \"التالي ->\" اذا كنت تريد حذف كل التجزئات الموجودة على القرص\n"
+"الصلب. خذ حذرك, بعد نقرك لزر \"التالي ->\" لن تتمكن من استعادة\n"
+"أي بيانات أو تجزئات كانت موجودة على هذا القرص الصلب,\n"
+"بما فيها بيانات Windows.\n"
+"\n"
+"انقر \"<- السابق\" لإيقاف هذه العملية دون خسارة أي بيانات أو تجزئات\n"
+"موجودة على القرص الصلب."
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr " CUPS اعدادات"
-
-#: ../../harddrake/sound.pm_.c:174
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"Choose the hard drive you want to erase in order to install your new\n"
+"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
+"and will not be recoverable!"
msgstr ""
+"اختر القرص الصلب الذي تريد محوه لتثبيت تجزئة\n"
+"Mandrake Linux الجديدة. خذ حذرك, كل البيانات الموجود عليه ستضيع\n"
+"و لن يمكن استعادتها!"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "المحرك"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "مساعدة"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
+"\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "يرجى الإنتظار... جاري تطبيق الإعدادات"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "من فضلك انتظر"
-
-#: ../../harddrake/sound.pm_.c:210
-#, fuzzy
-msgid "No known driver"
-msgstr "مشغل X"
-
-#: ../../harddrake/sound.pm_.c:211
+#: ../../help.pm:1
#, c-format
-msgid "There's no known driver for your sound card (%s)"
+msgid ""
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
+"\"بطاقة الصوت\": اذا تم اكتشاف بطاقة صوت على نظامك, سيتم عرضها\n"
+"هنا. اذا لاحظت أن بطاقة الصوت المعروضة هنا ليست تلك الموجودة\n"
+"فعلاً على نظامك, يمكنك النقر على الزر و اختيار مشغل\n"
+"آخر."
-#: ../../harddrake/sound.pm_.c:214
-#, fuzzy
-msgid "Unkown driver"
-msgstr "غير معروف"
-
-#: ../../harddrake/sound.pm_.c:215
+#: ../../help.pm:1
#, c-format
msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "تحقق آلي"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "Generic"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Card mem (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "غيّر النوع"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "حمل الإعدادات"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
+"Yaboot's main options are:\n"
+"\n"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
+"\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information.\n"
+"\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
+"\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\n"
+"\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
+"\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
+"\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"-- as you can actually enter whatever you want. DrakX will then take the\n"
-"first word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+"Yaboot's main options are:\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"لينكس هو نظام متعدد المستخدمين, أي أن كل مستخدم سيكون له اعداداته الخاصة و "
-"ملفاته\n"
-"الخاصة, الخ. يمكنك قراءة ``دليل المستخدم'' لتفاصيل أكثر.\n"
-"و على عكس \"الجذر\", أي مدير النظام, فإن المستخدمين الذين ستضيفهم هنا لن\n"
-"يتم السماح لهم بتغيير أي شئ ما عدا ملفاتهم و إعداداتهم الخاصة. سيجب عليك\n"
-"أن تضيق مستخدماً عادياً لك. و هذا الحساب هو الذي يجب أن تدخل عليه\n"
-"للاستخدام العادي. و برغم أنه من العملي الدخول بصفة \"جذر\" يوميا إلا أن\n"
-"هذا قد يكون خطيرا جدا! فأقل غلطة قد تعني أن نظامك لن يعمل بعد ذلك مطلقا.\n"
-"أما إذا ارتكبت خطأ كبيراً كمستخدم عادي, فقد تخسر بعض البيانات, ولكن ليس "
-"النظام ككل.\n"
-"\n"
-"أولا سيجب عليك أن تكتب اسمك الحقيقي. هذا ليس الزامياً بالطبع\n"
-"بما أنه من الممكن أن تكتب ما تريد. DrakX سيأخذ أول كلمة تدخلها في الصندوق\n"
-"و سيجلبها في خانة \"اسم المستخدم\". هذا الإسم هو الذي سيستخدمه المستخدم\n"
-"للدخول الى النظام. يمكنك تغييره أيضا. بعد ذلك ستحتاج لإدخال كلمة المرور "
-"هنا.\n"
-"كلمة المرور الخاصة بالمستخدم العادي ليست مهمة مثل كلمة مرور \"الجذر\"\n"
-"من وجهة نظر أمنية, لكن هذا ليس سببا لتناسي الموضوع لأنه في هذه الحال\n"
-"فإن ملفات ستكون في خطر.\n"
-"\n"
-"إذا ضغطت على زر \"وافق على المستخدم\", فسيمكنك بعد ذلك أن تضيف بقدر ما "
-"تريد.\n"
-"مثلا يمكنك أن تضيف اسم مستخدم لكل من أصدقائك أو والدك أو أختك. عندما تنتهي\n"
-"من إضافة كل المستخدمين الذين تريدهم, اختر زر \"انتهى\".\n"
-"\n"
-"ضغط زر \"متقدم\" سيسمح لك بتغيير \"الغلاف\" أو سطر الأوامر الإفتراضي لهذا\n"
-"المستخدم (bash هو الغلاف الإفتراضي)."
-
-#: ../../help.pm_.c:48
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+" * Boot Device: indicates where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
+"to hold this information.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux;\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected;\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"For Linux, there are a few possible options:\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"في الأعلى ستجد تقسيمات لينكس الموجودة و التي تم ايجادها على القرص الصلب "
-"الخاص بك.\n"
-"يمكنك أن تُبقي إختيارات المعالج, و هي جيدة لأغلب أنواع التثبيت.\n"
-"إذا قمت بعمل أي تغييرات فيجب عليك أن تعرف التقسيم الجذر (\"/\"). لا تختر\n"
-"تقسيمات ضغيرة جدا و إلا لن تستطيع تثبيت برامج كافية. إذا كنت تريد تخزين "
-"البيانات\n"
-"على تقسيم مستقل فستحتاج الى عمل تقسيم لـ\"/home\"\n"
-"(ممكن فقط إذا كان لديك أكثر من تقسيم للينكس).\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-"كل تقسيم مُعطى بالسكل التالي: \"الإسم\", \"السعة\".\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension.\n"
"\n"
-"\"الإسم\" مركب بالسكل التالي: \"نوع القرص الصلب\", \"رقم القرص الصلب\",\n"
-"\"رقم التقسيم\" (مثلا, \"hda1\").\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\n"
"\n"
-"\"رقم القرص الصلب\" دائما هو حرف بعد \"hd\" أو \"sd\". بالنسبة للأقراص "
-"الصلبة\n"
-"من نوع IDE فإن:\n"
-" * \"a\" تعني \"القرص الصلب الأساسي على متحكم IDE الأساسي\",\n"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-" * \"b\" تعني \"القرص الصلب الثانوي على متحكم IDE الأساسي\",\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"c\" تعني \"القرص الصلب الأساسي على متحكم IDE الثانوي\",\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * \"d\" تعني \"القرص الصلب الثانوي على متحكم IDE الثانوي\",\n"
+" * Initrd: this option can be used either to load initial modules before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation.\n"
"\n"
-"أما بالنسبة لأقراص سكزي SCSI فالحرف \"a\" يعني \"أقل معرف SCSI\", و الحرف \"b"
-"\"\n"
-"يعني \"ثاني أقل معرف SCSI\", الخ."
-
-#: ../../help.pm_.c:79
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
+"\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\n"
+"\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support.\n"
+"\n"
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-"تثبيت Mandrake Linux موزع على العديد من الأقراص. DrakX\n"
-"يعلم إذا كانت حزمة ما في قرص آخر و سيخرج القرص\n"
-"الحالي و سيطلب منك أن تدخل قرصاً مختلفا كما هو مطلوب."
-
-#: ../../help.pm_.c:84
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\n"
"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension.\n"
"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\n"
"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
+" * Initrd: this option can be used either to load initial modules before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation.\n"
"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\n"
"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful to repair or\n"
-"update an existing system."
-msgstr ""
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in ``novideo'' mode, with\n"
+"native frame buffer support.\n"
+"\n"
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\n"
"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\n"
"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-#: ../../help.pm_.c:171
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
msgstr ""
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\n"
"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:210
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:224
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely.\n"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\n"
"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:246
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\n"
+"\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\n"
+"\n"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
msgstr ""
-#: ../../help.pm_.c:253
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available.\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
+"This dialog allows to finely tune your bootloader:\n"
"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\n"
"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+" * \"Boot device\": in most cases, you will not change the default\n"
+"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
+"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\n"
"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful -- it is a powerful but dangerous option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There you are. Installation is now completed and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
+"This is the most crucial decision point for the security of your GNU/Linux\n"
+"system: you have to enter the \"root\" password. \"Root\" is the system\n"
+"administrator and is the only one authorized to make updates, add users,\n"
+"change the overall system configuration, and so on. In short, \"root\" can\n"
+"do everything! That is why you must choose a password that is difficult to\n"
+"guess - DrakX will tell you if the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
+"The password should be a mixture of alphanumeric characters and at least 8\n"
+"characters long. Never write down the \"root\" password -- it makes it too\n"
+"easy to compromise a system.\n"
"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. If you do happen to make the same typing error twice, this\n"
+"``incorrect'' password will have to be used the first time you connect.\n"
"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\n"
"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"فضلاً اختر المنفذ الصحيح. مثلاً لمنفذ \"COM1\" في\n"
+"Windows اسمه \"ttys0\" في لينكس."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
+"If you choose a mouse other than the default, a test screen will be\n"
+"displayed. Use the buttons and wheel to verify that the settings are\n"
+"correct and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"it.\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
-"Please be patient."
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now able to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
+"This step is activated only if an ols GNU/Linux partition has been found on\n"
+"your machine.\n"
"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
+"\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
+"\"البلد\": تأكد من اختيار البلد الحالي. اذا لم تكن في هذا\n"
+"البلد, اضغط على الزر و اختر بلداً آخر."
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose the one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
"\n"
-"If you do not know what to choose, keep the default option."
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
+"\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
+"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
+"\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
+"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
+"\n"
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, c-format
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3069,650 +1847,869 @@ msgid ""
"To partition the selected hard drive, you can use these options:\n"
"\n"
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\n"
+"and swap partitions in free space of your hard drive\n"
"\n"
"\"More\": gives access to additional features:\n"
"\n"
" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
"for later partition-table recovery, if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a floppy disk.\n"
"\n"
" * \"Rescue partition table\": if your partition table is damaged, you can\n"
"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
" * \"Wizard\": use this option if you wish to use a wizard to partition\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [Up/Down] arrows.\n"
"\n"
"When a partition is selected, you can use:\n"
"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system types available, please\n"
"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
+"``bootstrap'' partition of at least 1MB which will be used by the yaboot\n"
"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, c-format
msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able to download them from the Internet. Choose\n"
+"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
+"to install updated packages later.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+"At this time, you may wish to reformat some already existing partitions to\n"
+"erase any data they contain. If you wish to do that, please select those\n"
+"partitions as well.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"Please note that it is not necessary to reformat all pre-existing\n"
+"partitions. You must reformat the partitions containing the operating\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+"reformat partitions containing data that you wish to keep (typically\n"
+"\"/home\").\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"Please be careful when selecting partitions. After formatting, all data on\n"
+"the selected partitions will be deleted and you will not be able to recover\n"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
+"\n"
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide where you want to install the Mandrake\n"
+"Linux operating system on your hard drive. If your hard drive is empty or\n"
+"if an existing operating system is using all the available space you will\n"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
+"\n"
+"Depending on your hard drive configuration, several options are available:\n"
+"\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
+"\n"
+" * \"Use existing partition\": the wizard has detected one or more existing\n"
+"Linux partitions on your hard drive. If you want to use them, choose this\n"
+"option. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+" * \"Use the free space on the Windows partition\": if Microsoft Windows is\n"
+"installed on your hard drive and takes all the space available on it, you\n"
+"have to create free space for Linux data. To do so, you can delete your\n"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
+"\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
+"\n"
+" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
+"present on your hard drive and replace them with your new Mandrake Linux\n"
+"system, choose this option. Be careful, because you will not be able to\n"
+"undo your choice after you confirm.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
+"\n"
+" * \"Remove Windows\": this will simply erase everything on the drive and\n"
+"begin fresh, partitioning everything from scratch. All data on your disk\n"
+"will be lost.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
+"\n"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-#: ../../help.pm_.c:598
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\n"
"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
+"of your main disk (unless you are using another boot manager), to allow you\n"
+"to start up with either Windows or GNU/Linux (assuming you have Windows on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again.\n"
+"Finally, you will be asked whether you want to see the graphical interface\n"
+"at boot. Note this question will be asked even if you chose not to test the\n"
+"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
+"act as a server, or if you were not successful in getting the display\n"
+"configured."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
msgstr ""
-#: ../../help.pm_.c:638
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"Monitor\n"
+"\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-#: ../../help.pm_.c:642
+#: ../../help.pm:1
+#, c-format
msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
+"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) bundled with Mandrake Linux rely upon.\n"
"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password -- it makes it too\n"
-"easy to compromise a system.\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\n"
"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:678
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Monitor\n"
"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
+"Test\n"
"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose -- in the bootloader menu,\n"
-"another boot entry than the default one.\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\n"
"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
+"\n"
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
+"Graphic Card\n"
"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it. \"Add\" creates a new entry. and \"Done\" goes on to the next\n"
-"installation step.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
+"بطاقة الرسوم\n"
+"\n"
+" برنامج التثبيت يقوم باكتشاف و تهيئة البطاقة الموجودة على نظامك\n"
+"بشكل آلي. ان لم يحصل ذلك, يمكنك اختيار البطاقة التي لديك بالفعل\n"
+"من القائمة.\n"
+"\n"
+" في حال اذا كانت هناك خادمات رسومية مختلفة لبطاقتك, مع أو بدون\n"
+"تسريع للرسوم ثلاثية الأبعاد, يمكنك في هذه الحال اختيار الخادم الذي\n"
+"يناسب احتياجاتك أكثر."
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your first voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"!! At this stage, be very careful if you intend to use your machine as a\n"
+"server: you will probably not want to start any services that you do not\n"
+"need. Please remember that several services can be dangerous if they are\n"
+"enabled on a server. In general, select only the services you really need.\n"
+"!!"
msgstr ""
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\n"
"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\n"
"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present a tree containing all packages classified by groups and\n"
+"subgroups. While browsing the tree, you can select entire groups,\n"
+"subgroups, or individual packages.\n"
"\n"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"security holes are discovered after this version of Mandrake Linux was\n"
+"finalized. If you do not know what a particular service is supposed to do\n"
+"or why it is being installed, then click \"No\". Clicking \"Yes \" will\n"
+"install the listed services and they will be started automatically by\n"
+"default during boot. !!\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"It is now time to specify which programs you wish to install on your\n"
+"system. There are thousands of packages available for Mandrake Linux, and\n"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\n"
"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+" * \"With basic documentation\": installs the base system plus basic\n"
+"utilities and their documentation. This installation is suitable for\n"
+"setting up a server.\n"
"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
+"You can check the \"Individual package selection\" box, which is useful if\n"
+"you are familiar with the packages being offered or if you want to have\n"
+"total control over what will be installed.\n"
+"\n"
+"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
+"groups to avoid installing any new package. This is useful for repairing or\n"
+"updating an existing system."
msgstr ""
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+"تثبيت Mandrake Linux موزع على العديد من الأقراص. DrakX\n"
+"يعلم إذا كانت حزمة ما في قرص آخر و سيخرج القرص\n"
+"الحالي و سيطلب منك أن تدخل قرصاً مختلفا كما هو مطلوب."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
msgstr ""
-
-#: ../../help.pm_.c:860
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may not), see the following entries:\n"
+"في الأعلى ستجد تقسيمات لينكس الموجودة و التي تم ايجادها على القرص الصلب "
+"الخاص بك.\n"
+"يمكنك أن تُبقي إختيارات المعالج, و هي جيدة لأغلب أنواع التثبيت.\n"
+"إذا قمت بعمل أي تغييرات فيجب عليك أن تعرف التقسيم الجذر (\"/\"). لا تختر\n"
+"تقسيمات ضغيرة جدا و إلا لن تستطيع تثبيت برامج كافية. إذا كنت تريد تخزين "
+"البيانات\n"
+"على تقسيم مستقل فستحتاج الى عمل تقسيم لـ\"/home\"\n"
+"(ممكن فقط إذا كان لديك أكثر من تقسيم للينكس).\n"
"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
+"كل تقسيم مُعطى بالسكل التالي: \"الإسم\", \"السعة\".\n"
"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
+"\"الإسم\" مركب بالسكل التالي: \"نوع القرص الصلب\", \"رقم القرص الصلب\",\n"
+"\"رقم التقسيم\" (مثلا, \"hda1\").\n"
"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in;\n"
+"\"رقم القرص الصلب\" دائما هو حرف بعد \"hd\" أو \"sd\". بالنسبة للأقراص "
+"الصلبة\n"
+"من نوع IDE فإن:\n"
+" * \"a\" تعني \"القرص الصلب الأساسي على متحكم IDE الأساسي\",\n"
"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
+" * \"b\" تعني \"القرص الصلب الثانوي على متحكم IDE الأساسي\",\n"
"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+" * \"c\" تعني \"القرص الصلب الأساسي على متحكم IDE الثانوي\",\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+" * \"d\" تعني \"القرص الصلب الثانوي على متحكم IDE الثانوي\",\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
-msgstr ""
+"أما بالنسبة لأقراص سكزي SCSI فالحرف \"a\" يعني \"أقل معرف SCSI\", و الحرف \"b"
+"\"\n"
+"يعني \"ثاني أقل معرف SCSI\", الخ."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
+"\n"
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-#: ../../help.pm_.c:896
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "عليك أيضا تجهيز %s"
+
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
"missing), this generally means your boot floppy in not in sync with the "
"Installation medium (please create a newer boot floppy)"
msgstr ""
+"تعذر الوصول الى وحدات النواة الخاصة بنواة النظام (الملف %s مفقود), بشكل عام "
+"يعني هذا أن قرص الإقلاع المرن ليس محدّثاً مع وسيط التثبيت (فضلاً قم بإنشاء قرص "
+"اقلاع جديد)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
+msgid ""
+"An error occurred - no valid devices were found on which to create new "
+"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
+"لقد ظهر خطأ - لم يتم ايجاد أجهزة صالحة يمكن انشاء أنظمة ملفات جديدة. تأكد من "
+"العتاد الخاص بك لمعرفة شبب هذه المشكلة"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../partition_table.pm:1
#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
+msgid "Error reading file %s"
+msgstr "خطأ في قراءة الملف %s"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
msgstr ""
+"لاستخدام اختياراتك المحفوظة للحزم, قم ببدء التثبيت مع خيار ``linux "
+"defcfg=floppy''"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NIS لا تسطيع ا ستعمال هذ ا البرنامج مع"
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "هذا القرص المرن غير مجهز على نظام ملفات FAT"
-#: ../../install_any.pm_.c:879
+#: ../../install_any.pm:1
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
-msgstr ""
+msgstr "أدخل قرص مرن مجهز على نظام ملفات FAT في السواقة %s"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr ""
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Can't use broadcast with no NIS domain"
-#: ../../install_any.pm_.c:895
+#: ../../install_any.pm:1
+#, c-format
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
msgstr ""
+"سيتم حذف هذه الحزم لكي تتم ترقية النظام: %s\n"
+"\n"
+"\n"
+"هل تريد حذف هذه الحزم فعلاً؟\n"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr ""
+msgid "No"
+msgstr "لا"
-#: ../../install_any.pm_.c:1040
-msgid ""
-"An error occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "نعم"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"You have selected the following server(s): %s\n"
+"\n"
+"\n"
+"These servers are activated by default. They don't have any known security\n"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
msgstr ""
+"لقد اخترت الخادمات التالية: %s\n"
+"\n"
+"\n"
+"هذه الخادمات مفعّلة افتراضياً, و لا يوجد لهم مشاكل أمنية\n"
+"معروفة, و لكن قد تكتشف بعض المشاكل الجديدة. في هذه الحالة, تأكد من أن\n"
+"تقوم بالترقية في أقرب وقت ممكن.\n"
+"\n"
+"\n"
+"هل أنت متأكد أنك تريد تثبيت هذه الخادمات الآن؟\n"
-#: ../../install_interactive.pm_.c:56
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
+#: ../../install_gtk.pm:1
+#, c-format
+msgid "System configuration"
+msgstr "تهيئة النظام"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr ""
+#: ../../install_gtk.pm:1
+#, c-format
+msgid "System installation"
+msgstr "تثبيت النظام"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr "استمرّ بأيّة حال"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "جاري اغلاق الشبكة"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "جاري تشغيل الشبكة"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "استعمل مكانا حرا"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "فشلت التجزئة: %s"
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "عثر معالج التجزئة في DrakX على الحلول التالية:"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "لا يمكنني ايجاد مساحة فارغة للتثبيت"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid ""
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
msgstr ""
+"يمكنك الآن تجزئة %s.\n"
+"عندما تنتهي لا تنسى الحفظ باستخدام `w'"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "استخدم fdisk"
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "تجزئة مخصصة"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
+msgstr "كل التجزئات و بياناتها ستضيع من على السواقة %s"
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr "لديك أكثر من قرص صلب, في أيهم تريد تثبيت لينكس؟"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "امسح كل القرص"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "احذف Windows(TM)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr "لا توجد تجزئة FAT قابل لتغيير حجمها (أو لا توجد مساحة كافية متبقية)"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "فشل تغيير حجم FAT: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
-msgstr ""
+msgstr "جاري تغيير حجم تجزئة Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
+msgid "Resizing"
+msgstr "جاري تغيير الحجم"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "التجزئة %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "على أي مساحة تريد حفظ Windows"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -3723,294 +2720,176 @@ msgid ""
"installation. You should also backup your data.\n"
"When sure, press Ok."
msgstr ""
+"تحذير!\n"
+"\n"
+"DrakX سيقوم الآن بتغيير حجم تجزئة Windows. كن حذراً:\n"
+"هذه العملية خطرة. فإذا لم تكن فعلت ذلك,\n"
+"يجب عليك أولاً الخروج من التثبيت, ثم شغّل scandisk\n"
+"في Windows (و اختيارياً defrag), ثم أعد\n"
+"التثبيت. يجب عليك كذلك عمل نسخة احتياطية من بياناتك.\n"
+"عندما تكون متأكداً, انقر موافق."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:149
-#, c-format
-msgid "partition %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm:1
#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr ""
+msgid "Computing the size of the Windows partition"
+msgstr "جاري حساب مساحة تجزئة Windows"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:227
-msgid "You don't have enough free space on your Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:243
-msgid "I can't find any room for installing"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
+"لم تتمكن أداة تغيير حجم FAT من التعامل مع تجزئتك, \n"
+"ظهر الخطأ التالي: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:265
-msgid "Bringing down the network"
-msgstr ""
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
+msgid "Which partition do you want to resize?"
+msgstr "أي تجزئة تريد تغيير حجمها؟"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:380
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
+msgid "Use the free space on the Windows partition"
+msgstr "استخدم المساحة الفارغة على تجزئة Windows"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
+"لا توجد تجزئة FAT لاستخدامها كـ loopback (أو لا توجد مساحة كافية متبقية)"
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:146
-msgid ""
-"Your system is low on resources. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr ""
+msgid "Swap partition size in MB: "
+msgstr "حجم تجزئة التبديل بالميغابايت"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr ""
+msgid "Root partition size in MB: "
+msgstr "حجم التجزئة الجذرية بالميغابايت"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr ""
+msgid "Choose the sizes"
+msgstr "اختر الأحجام"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr ""
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "أي تجزئة تريد استخدامها من أجل Linux4Win"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr ""
+msgid "Use the Windows partition for loopback"
+msgstr "استخدم تجزئة Windows كـ loopback"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:360
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr ""
+msgid "There is no existing partition to use"
+msgstr "لا توجد تجزئة لاستخدامها"
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use existing partitions"
+msgstr "استخدم التجزئات الموجودة"
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Not enough free space to allocate new partitions"
+msgstr "لا توجد مساحة فارغة لعمل التجزئات الجديدة"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "استعمل مكانا حرا"
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
+#, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "لديك تجزئة FAT تم تحميلها على /boot/efi"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
+"ليست لديك تجزئة تبديل.\n"
+"\n"
+"هل تريد المتابعة على أي حال؟"
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
+msgid ""
+"You must have a root partition.\n"
+"For this, create a partition (or click on an existing one).\n"
+"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
+"يجب أن تكون لديك تجزئة جذرية.\n"
+"لهذا الغرض انشئ تجزئة (أو انقر على تجزئة موجودة).\n"
+"ثم اختر ``نقطة التحميل'' و اجعلها `/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "قبول"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
+msgid ""
+"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
+"You can find some information about them at: %s"
msgstr ""
+"بعض العتاد الموجود على جهازك يحتاج الى مشغلات ``تجارية'' كي تعمل.\n"
+"يمكنك ايجاد مزيد من المعلومات عنها في: %s"
-#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\n"
"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"Information on configuring your system is available in the post\n"
+"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
+"تهانينا, التثبيت قد انتهى.\n"
+"احذف وسيط الإقلاع و اضغط زر ادخل لإعادة التشغيل.\n"
+"\n"
+"\n"
+"لمعلومات حول الإصلاحات المتوفرة لهذا الإصدار من Mandrake Linux,\n"
+"زر صفحة تصحيح الأخطاء المتوفرة من:\n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"المعلومات حول تهيئة النظام متوفرة في فصل\n"
+"ما بعد التثبيت في دليل مستخدم Mandrake الرسمي."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr ""
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/91errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4042,19 +2921,8 @@ msgid ""
"copyright laws applicable to software programs.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "هل تريد فعلا مغادرة التثبيت؟"
-
-#: ../../install_steps_interactive.pm_.c:112
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4175,4343 +3043,9697 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr ""
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Entering step `%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "لوحة المفاتيح"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "هل تريد المتابعة على أي حال؟"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "رجاء, اختر لوحة المفاتيح."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "كان هناك خطأ في تثبيت الحزم:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "كان هناك خطأ في ترتيب الحزم:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Change your Cd-Rom!\n"
+"\n"
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done.\n"
+"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
+"غير القرص المدمج!\n"
+"\n"
+"فضلاً أدخل القرص المدمج المسمى \"%s\" في السواقة و انقر موافق عندما تنتهي.\n"
+"اذا لم يكن القرص لديك, اضغط الغاء لتجنب التثبيت من هذا القرص المدمج."
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "ارفض"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "اقبل"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "جاري تثبيت الحزمة %s"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Expert"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d حزم"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "ترقية"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "No details"
+msgstr "لا تفاصيل"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "تفاصيل"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "رجاء اختر لغة نوع الفأرة."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "انتر من فضلك, جاري التحضير للتثبيت..."
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "الوقت المتبقي"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "جاري الحساب التقريبي"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "جاري التثبيت"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "اختر الحزم التي تريد تثبيتها"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "تثبيت مصغّر"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "جاري تحديث اختيار الحزم"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "حمّل/احفظ على قرص مرن"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format