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
+msgid "<- Previous"
+msgstr "<- السابق "
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "ثبّت"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "أظهر الحزم المختارة ألياً"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "لا يمكنك ازالة اختيار هذه الحزمة. يجب ترقيتها"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
msgstr ""
+"يجب ترقية هذه الحزمة.\n"
+"هل أنت متأكد أنك لا تريد اختيارها؟"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "لا يمكن ازالة اختيار هذه الحزم. انها مثبتة مسبقاً"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "هذه الحزمة الزامية, لا يمكن عدم اختيارها"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "لا يمكنك اختيار/ازالة اختيار هذه الحزمة"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "سيتم حذف الحزم التالية"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "سيتم تثبيت الحزم التالية"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
+"You can't select this package as there is not enough space left to install it"
+msgstr "لا يمكنك اختيار هذه الحزمة لأنه لا يوجد مساحة كافية متبقية لتثبيتها"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "الأهمية: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "الحجم: %d كيلوبايت\n"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "الإصدار: %s\n"
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "الإسم: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "حزمة سيئة"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "أخرى"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "الحجم الإجمالي: %d / %d ميغابايت"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../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
-msgid "Creating and formatting file %s"
-msgstr ""
+msgid "Next ->"
+msgstr "التالي ->"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
+msgid "Individual package selection"
+msgstr "اختيار مفرد للحزم"
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "مساعدة"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "اختيار مجموعات الحزم"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 ""
+"النظام لديك قليل الموارد. قد تقابل بعض المشاكل قي تثبيت\n"
+"Mandrake Linux. اذا حدث ذلك, يمكنك التثبيت في وضع نصي, لهذا الغرض,\n"
+"اضغط `F1' عند الإقلاع من القرص المدمج, و اكتب `text'."
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "اختر الحزم التي ستُثبَّت"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "احفظ اختيار الحزم"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "آلي"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "اعادة"
+
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"The auto install can be fully automated if wanted,\n"
+"in that case it will take over the hard drive!!\n"
+"(this is meant for installing on another box).\n"
+"\n"
+"You may prefer to replay the installation.\n"
msgstr ""
+"التثبيت الآلي قد يتم بشكل تلقائي اذا أردت ذلك,\n"
+"في هذه الحالة سيستولي على كل القرص الصلب لديك!!\n"
+"(هذا بالنسبة للتثبيت على جهاز آخر).\n"
+"\n"
+"ربما تفضل اعادة عملية التثبيت.\n"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "انشئ قرص تثبيت آلي"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Reboot"
+msgstr "اعادة التشغيل"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
+"بعض الخطوات لم يتم تكملتها.\n"
+"\n"
+"هل تريد الخروج الآن فعلاً؟"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "جاري انشاء قرص التثبيت الآلي..."
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "أدخل قرص مرن فارغ في السواقة %s"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You may need to change your Open Firmware boot-device to\n"
+" enable the bootloader. If you don't see the bootloader prompt at\n"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Then type: shut-down\n"
+"At your next boot you should see the bootloader prompt."
msgstr ""
+"You may need to change your Open Firmware boot-device to\n"
+" enable the bootloader. If you don't see the bootloader prompt at\n"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Then type: shut-down\n"
+"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "فشل تثبيت محمّل الإقلاع. ظهر الخطأ التالي:"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "جاري تثبين محمّل الإقلاع"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
+"خطأ أثناء تثبيت aboot, \n"
+"حاول الإجبار على التثبيت حتى و لو أدي ذلك لتدمير التجزئة الأولى؟"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "هل تريد استخدام aboot؟"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX or some other means to boot your machine"
msgstr ""
+"You appear to have an OldWorld or Unknown\n"
+" machine, the yaboot bootloader will not work for you.\n"
+"The install will continue, but you'll\n"
+" need to use BootX or some other means to boot your machine"
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "جاري تحضير محمّل الإقلاع..."
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "كلمة المرور لمدير النطاق"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "اسم المستخدم لمدير النطاق"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "نطاق Windows"
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "تحقق نطاق Windows"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
+msgid "NIS Server"
+msgstr "خادم NIS"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "نطاق NIS"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
+msgid "Authentication NIS"
+msgstr "تحقق NIS"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr ""
+msgid "LDAP Server"
+msgstr "خادم LDAP"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr ""
+msgid "LDAP Base dn"
+msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:861
-msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "تحقق LDAP"
-#: ../../install_steps_interactive.pm_.c:876
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "ملفات محلية"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "التحقق"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
+msgstr "كلمة المرو هذه قصيرة جداً (يجب أن تكون %d رموز على الأقل)"
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "لا كلمة مرور"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "عيّن كلمة مرور المستخدم الجذر"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "خادم NTP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
+msgstr "لم تقم بتهيئة خادم X. هل أنت متأكد أنك تريد ذلك؟"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "الخدمات: %d منشّطة لـ %d مسجلة"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "الخدمات"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "بطاقة الصّوت ISA هل عندك عند"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "System"
+msgstr "النظام"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Bootloader"
+msgstr "محمّل الإقلاع"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Boot"
+msgstr "الإقلاع"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "disabled"
+msgstr "معطل"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "activated"
+msgstr "منشّط"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Firewall"
+msgstr "جدار ناري"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "الأمن"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Security Level"
+msgstr "مستوى الأمن"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "not configured"
+msgstr "غير معدّ"
-#: ../../install_steps_interactive.pm_.c:986
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "الشبكة"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Network & Internet"
+msgstr "الشبكة و الإنترنت"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Graphical interface"
+msgstr "الواجهة الرسومية"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
+msgstr "العتاد"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "بطاقة التلفاز"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
+msgstr "لم يتم ايجاد بطاقة الصوت. حاول تشغيل \"harddrake\" بعد التثبيت"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr "شغّل \"sndconfig\" بعد التثبيت لتهيئة بطاقة الصوت الخاصة بك"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "هل لديك بطاقة صوت ISA؟"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "بطاقة الصوت"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "خادم CUPS بعيد"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "لا طابعة"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "طابعة"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
msgid "Mouse"
msgstr "الفأرة"
-#: ../../install_steps_interactive.pm_.c:996
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "Timezone"
-msgstr ""
+msgstr "المنطقة الزمنية"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "طابعة"
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "لوحة المفاتيح"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "ملخص"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "خادم NTP"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "تزامن وقت آلي (باستخدام NTP)"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "ساعة الجهاز مضبوطة على توقيت غرينتش"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "ما هي منطقتك الزمنية؟"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "احصل على خطوط Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "جاري الإتصال بالمرآة للحصول على قائمة بالحزم المتوفرة..."
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "اختر مرآة سيتم من خلالها تنزيل الحزم"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
+"جاري الإتصال بموقع Mandrake Linux للحصول على قائمة بالمرايا المتوفرة..."
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated after the distribution was released. They may\n"
+"contain security or bug fixes.\n"
+"\n"
+"To download these packages, you will need to have a working Internet \n"
+"connection.\n"
+"\n"
+"Do you want to install the updates ?"
msgstr ""
+"تستطيع الآن تنزيل الحزم المحدّثة. هذه الحزم\n"
+"تم تحديثها بعد اصدار التوزيعة. قد\n"
+"تحتوي على اصلاحات أمنية أو اصلاحات لعيوب برمجية.\n"
+"\n"
+"لتنزيل هذه الحزم, تحتاج الى أن تكون لديك اتصال \n"
+"بالإنترنت.\n"
+"\n"
+"هل تريد تنزيل هذه التحديثات ؟"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr ""
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "فضلاً أدخل قرص وحدات التحديث في السواقة %s"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "التحقق"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "فضلاً أدخل قرص الإقلاع الذي تستخدمه في السواقة %s"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "تهيئة ما بعد التثبيت"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
msgstr ""
+"جاري تثبيت الحزمة %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "خادم LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "جاري التحضير للتثبيت"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "القرص المدمج المسمى \"%s\""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"If you have all the CDs in the list below, click Ok.\n"
+"If you have none of those CDs, click Cancel.\n"
+"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
+"اذا كانت لديك قل الأقراص في القائمة أدناه, اضغط موافق.\n"
+"اذا لم تمكن لديك أي من هذه الأقراص, اضغط الغاء.\n"
+"اذا كانت بعض هذه الأقراص مفقودة, قم بازالة اختيارهاثم اضغط موافق."
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS Domain"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "تثبيت مصغّر فعلاً (خصوصاً بدون urpmi)"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr " الخادم NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "مع وثائق المساعدة الأساسية (مفضّل)"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "مع X"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
msgstr ""
+"لم تختر أي مجموعة من الحزم.\n"
+"فضلاً اختر التثبيت المصغر الذي تريده:"
-#: ../../install_steps_interactive.pm_.c:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "التحقق"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "نوع التثبيت"
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Domain name"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "الحجم المختار أكبر من المساحة المتوفرة"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "أدخهل القرص المرن المحتوى على اختيارات الحزم"
-#: ../../install_steps_interactive.pm_.c:1144
-msgid ""
-"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 ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "جاري التحميل من القرص المرن"
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "اختيار الحزم"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "المدخل المرن الثّاني"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "احفظ على قرص مرن"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "تخطي"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "حمّل من قرص مرن"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"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"
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
+"فضلاُ اختر حفظ أو تحميل اختياراتك للحزم من القرص المرن.\n"
+"النسق مشابه لأقراص التثبيت الآلي المرنة."
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"\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 ""
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
+msgstr "لا يوجد في نظامك مساحة متبقة تكفي للتثبيت أو الترقية (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "آسف , لا مدخل مرن متاح"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "جاري البحث عن الحزم التي ستتم ترقيتها..."
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "جاري التعرف على الحزم المثبتة مسبقاً..."
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "أدخل قرص مرن بالدّاخل %s"
+msgid "Looking for available packages..."
+msgstr "جاري العثور على الحزم المتوفرة..."
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr " إنشاء قرص الا قلا ع "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "جاري البحث عن الحزم المتوفرة و اعداة بناء قاعدة بيانات rpm..."
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr " bootloader إعداد "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "لا توجد مساحة تبديل كافية للقيام بالتثبيت, فضلاً زد مساحة التبديل"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
msgstr ""
+"تعذر التأكد من صحة نظام المفات %s. هل تريد تصحيح الأخطاء (كن حذراً, يمكن أن "
+"تخسر بيانات)"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr " aboot هل تريد أن تستخدم "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "تحقق من البلوكات السيئة؟"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "اختر التجزئات التي تريد تجهيزها"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr "تحتاج الى اعداة التثبيت لتفعيل التعديلات على جدول التجزئات"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "bootloader التّركيب "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "اختر نقاط التحميل"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "جاري عمل مسح للتجزئات لإيجاد نقاط التحميل"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
+msgid "No partition available"
+msgstr "لا توجد تجزئة"
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr ""
+msgid "Configuring IDE"
+msgstr "جاري تهيئة IDE"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "جاري تهيئة بطاقات PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\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 ""
+msgid "PCMCIA"
+msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:1313
-#, fuzzy
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "محاكاة الزر 3"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "محاكاة الزر 2"
-#: ../../install_steps_interactive.pm_.c:1320
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "محاكاة الأزرار"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "فضلاً اختر المنفذ التسلسلي الموصلة به الفأرة"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "منفذ الفأرة"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "فضلاً اختر نوع الفأرة."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "ترقية"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade %s"
+msgstr "ترقية %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "هل هذا تثبيت أم ترقية؟"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Install/Upgrade"
+msgstr "تثبيت/ترقية"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "ها هي قائمة كاملة بكل لوحات المفاتيح المتوفرة"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "رجاء, اختر لوحة المفاتيح."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "اتفاقية الترخيص"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "default:LTR"
+msgstr "default:RTL"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "ظهر خطأ"
+
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid ""
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-#: ../../install_steps_newt.pm_.c:20
+#: ../../install_steps_newt.pm:1
#, c-format
msgid "Mandrake Linux Installation %s"
+msgstr "تثبيت Mandrake Linux %s"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "لا توجد سواقة أقراص مرنة"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "أهلا بكم في %s"
+
+#: ../../install_steps.pm:1
+#, c-format
+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 ""
+"لم يتم تثبيت بعض الحزم المهمة بشل صحيح.\n"
+"إما أن سواقة القرص المدمج أو أن القرص المدمج نفسه به عيب ما.\n"
+"تأكد من صحة القرص المدمج على كمبيوتر مثبّت باستخدام الأمر \"rpm -qpl Mandrake/"
+"RPMS/*.rpm\"\n"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "نقطة تحميل مكررّة %s"
+
+#: ../../install_steps.pm:1
+#, c-format
msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
+"ظهر خطأ و لا أعرف كيف أتعامل معه بأسلوب جيد.\n"
+"تابع على مسؤوليتك."
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu missing"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "من فضلك انتظر"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper missing"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "موافق"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "إختر ملف"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "إنتهاء"
+
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "أساسي"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm:1
+#, c-format
msgid "Advanced"
msgstr "متقدم"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Basic"
-
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<-سابق "
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Remove"
+msgstr "احذف"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "التالي"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "تعديل"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr ""
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "اضافة"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../interactive.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "اختيارك ? (default %s) "
+msgid "Choose a file"
+msgstr "إختر ملف"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+"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 ""
+"هنا يمكنك اختيار اختصارات لوحة المفاتيح التي \n"
+"ستسمح لك بالتبديل بين لغات لوحة المفاتيح المختلفة\n"
+"(مثلاً: لاتيني و غير لاتيني)"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr ""
+msgid "Right \"Windows\" key"
+msgstr "مفتاح \"Windows\" الأيمن"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Button `%s': %s"
+msgid "Left \"Windows\" key"
+msgstr "مفتاح \"Windows\" الأيسر"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "هل تريد الضغط على هذا الزر؟ "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "مفتاح \"Menu\""
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr "مفاتيح Alt و Shift في نفس الوقت"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "اختيارك ? (default `%s'%s) "
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "مفاتيح Ctrl و Alt في نفس الوقت"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
+msgid "CapsLock key"
+msgstr "مفتاح CapsLock"
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "مفاتيح Control و Shift في نفس الوقت"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
+msgid "Both Shift keys simultaneously"
+msgstr "مفتاحيّ Shift في نفس الوقت"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "إعادة تسليم"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "مفتاح Alt الأيمن"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "التشيكية (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "اليوغوسلافية (لاتيني)"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "الألمانية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "افيتنامية \"صف رقمي\" QWERTY"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "لوحة مفاتيح أمريكية (دولي)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "الإسبانية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "لوحة المفاتيح الأمريكية"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "الفنلندية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "لوحة المفاتيح البريطانية"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "الفرنسية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "الأوكرانية"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "النرويجية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "التركية (طراز \"Q\" الحديث)"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "البولندية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "التّركية (طراز \"F\" التقليدي)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "الروسية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "لوحة المفاتيح الطاجيكية"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "لوحة المفاتيح التايلاندية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "التاميل (آلة كاتبة)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "التاميل (ISCII)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "الصربية (سيريلي)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "السلوفاكية (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "السلوفاكية (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "السلوفينية"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Swedish"
msgstr "السويدية"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "لوحة المفاتيح البريطانية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "الرّوسية (Yawerty)"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "لوحة المفاتيح الأمريكية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "الروسية"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "الألبانيةّ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "الرومانية (qwertz)"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "الأرمينية (قديم)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "الرومانية (qwertz)"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "الأرمينية (آلة كاتبة)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "الكنديّة (كيبيك)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "الأرمينيةّ (صوتي)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "البرتغالية"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "الأذربيجانية (لاتيني)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "البولندية (qwertz layout)"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "البلجيكية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "البولندية (qwerty layout)"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "تمكين"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "النرويجية"
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "البلغارية (صوتية)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "الهولندية"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "البلغارية (BDS)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "المالطية (أمريكا)"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "البرازيليةّ (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "المالطية (بريطانيا)"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "المنغولية (سيريلية)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "ميانمار (البورمية)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "المقدونية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
+msgstr "المالايالام"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "اللاتفية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "الليتوانية \"صوتي\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "الليتوانية \"صف رقمي\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "الليتوانية AZERTY (جديد)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "الليتوانية AZERTY (قديم)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "اللاوسية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "الأمريكية اللاتينية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "لوحة المفاتيح الكورية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "اليابانية 106 مفاتيح"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "اينوكتيتوت"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "الإيطالية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "الآيسلاندية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "الإيرانيّة"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "العبرية (صوتية)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "العبرية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "الكرواتية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "المجرية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "غورموكهي"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "غوجاراتي"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "اليونانية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "الجورجيةّ (التصميم اللاتيني)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "الجورجية (التصميم الروسي)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "الفرنسية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "الفنلندية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "الإسبانية"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
msgstr "الإستونية"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "البيلاروسية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (سويدية)"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "السويسرية (تصميم ألماني)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (نرويجيةّ)"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "السويسرية (تصميم فرنسي) "
+# U+200F (RTL mark) has been inserted between "Dvorak" and "(US)", so
+# it displays on screen as "(US) Dvorak", following the same schema
+# as others "Dvorak (xxxx)" with xxx in Arabic that display as "(xxxx) Dvorak"
+# that way the entry is also listed together with the other "Dvorak" entries.
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak‏ (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "الدنماركية"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "ديفانغاري"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "الألمانية (لا مفاتيح ميتة)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "الألمانية"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Czech (QWERTY)"
msgstr "التشيكية (QWERTY)"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr " الألمانيةّ (no dead keys)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "التشيكية (QWERTZ)"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "السويسرية (تصميم فرنسي)"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "الدنماركية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "السويسرية (تصميم ألماني)"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "البيلاروسية"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (نرويجيةّ) "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "البوسنية"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (سويدية)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "البرازيلية (ABNT-2)"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "الإستونية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "البلغارية (BDS)"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "الجورجية (التصميم الروسي)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "البلغارية (صوتية)"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "الجورجيةّ (التصميم اللاتيني)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "البنغالية"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "اليونانية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "البلجيكية"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "الأذربيجانية (لاتيني)"
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "الأرمينية (صوتي)"
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "المجرية الهنغارية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "الأرمينية (آلة كاتبة)"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "الكرواتية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "الأرمينية (قديم)"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "العبرية"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "الألبانيةّ"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "العبرية (صوتية)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "البولندية"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "الإيرانيّة"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "الآيسلاندية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "زيمبابوي"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "الإيطالية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "زامبيا"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr ""
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "جنوب أفريقيا "
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "اليابانية 106 مفاتيح"
+#: ../../lang.pm:1
+#, c-format
+msgid "Serbia"
+msgstr "صربيا"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "لوحة المفاتيح الكورية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "مايوت"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "الأمريكية اللاتينية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "اليمن"
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "اللاتفية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "ساموا"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "اللّيتوانيةّ AZERTY ( قديم ) "
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
+msgstr "واليس و فوتونا"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "اللّيتوانيّة AZERTY ( جديد ) "
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "فاناتو"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "اللّيتوانيةّ \"number row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vietnam"
+msgstr "فييتنام"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr " اللّيتوانيةّ \"phonetic\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "الجزر العذراء (الولايات المتحدة)"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "اللاتفية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "الجزر العذراء (بريطانيا)"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "فينزويلا"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "المقدونية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "سانت فينسنت و الغرينادين"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Vatican"
+msgstr "الفاتيكان"
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "الصّربيةّ (cyrillic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "أوزبكستان"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "أوروغواي"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "جزر الولايات المتحدة"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "الهولنديّة"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "أوغندا"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "البولندية (qwerty layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "أوكرانيا"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "البولندية (qwertz layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr "تنزانيا"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "البرتغالية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Taiwan"
+msgstr "تايوان"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "الكنديّة (كيبيك)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "توفالو"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "الرّومانيّة (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "ترينياد و توباجو"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "الرّومانيةّ (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "تركيا"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "الرّوسيةّ (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "تونجو"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "السلوفينية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "تونس"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "السلوفاكية (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "تركمانستان"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "السلوفاكية (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "تيمور الشرقية"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "الصّربيةّ (cyrillic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "توكلاو"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "التاميل (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "طاجكستان"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "التاميل (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "تايلاند"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "لوحة المفاتيح التّايلانديّة"
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "توجو"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "لوحة مفاتيح الطّاجيكيّة"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "مناطق جنوب فرنسا"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "التّركيّ (traditional \"F\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "تشاد"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "التّركيّ (modern \"Q\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "جزر الترك و الكايكوس"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "الأوكرانية"
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "سوازيلاند"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "( "
+#: ../../lang.pm:1
+#, c-format
+msgid "Syria"
+msgstr "سورية"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "الفيتناميّ \"numeric row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "السلفادور"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "( يوغسلافيّ ( اللّاتينيّة "
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "ساو تومي و البرينسيب"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "مفتاح Alt key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "سورينام"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "الصومال"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "السنغال"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "مفتاح CapsLock"
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "سان مارينو"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl and Alt keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "سيراليون"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "سلوفاكيا"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "\"Menu\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "جزر سفالبارد و جان ماين"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "سلوفينيا"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "سانت هيلانة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "سنغافورة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "السودان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "جزر سيشل"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "جزر سليمان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "السعودية"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "رواندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Russia"
+msgstr "روسيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "رومانيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "ريونيون"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "قطر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "بالاو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "البارجواي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "البرتغال"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palestine"
+msgstr "فلسطين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "بورتوريكو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "بيتكايرن"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "سانت بيير و ميكيلون"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "بولندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "باكستان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "الفيليبين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "بابوا غينيا الجديدة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "بولينيسيا الفرنسية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "بيرو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "بنما"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "عمان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "نيوزيلندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "نيوي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "ناورو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "نيبال"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "نيكاراغوا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "نيجيريا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "جزيرة نورفولك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "النيجر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "نيوكاليدونيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "ناميبيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "موزمبيق"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "ماليزيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "المكسيك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "مالاوي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "جزر المالديف"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "موريشيوس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "مالطة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "مونتسيرات"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "موريتانيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "مارتينيك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "جزر ماريانا الشمالية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "منغوليا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "ميانمار"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "مالي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "مقدونيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "جزر مارشال"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "مدغشقر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "مولدوفا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "موناكو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "المغرب"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Libya"
+msgstr "ليبيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "لاتفيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "لوكسمبورغ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "ليتوانيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "ليسوتو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "ليبريا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "سريلانكا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "ليشتنشتاين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "سانت لوسيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "لبنان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
+msgstr "لاوس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "كازاخستان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "جزر كايمان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "الكويت"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea"
+msgstr "كوريا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr "كوريا الشمالية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "سانت كيتس و نيفيس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "جزر القمر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "كيريباتي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "كمبوديا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "قيرغيزستان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "كينيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "اليابان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr "الأردن"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "جامايكا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "آيسلندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iran"
+msgstr "ايران"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "العراق"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "منطقة جزر المحيط الهادي البريطانية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "الهند"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "اسرائيل"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "أيرلندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "اندونيسيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "المجر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "هايتي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "كرواتيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "هندوراس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Heard and McDonald Islands"
+msgstr "جزر هيرد و ماكدونالد"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "هونج كونج"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "غويانا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "غينيا-بيساو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "غوام"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "غواتيمالا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "جوجيا الجنوبية و جزر ساندويتش الجنوبية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "غينيا الإستوائية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "غواديلوب"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "غينيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "غامبيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "غرينلاند"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "جبل طارق"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "غانا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "غويانا الفرنسية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "جورجيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "عرينادا"
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "المملكة المتحدة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "الغابون"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "جزر الفيرو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "ميكرونيزيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "جزر فوكلاند"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "فيجي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "فنلندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "اثيوبيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "أسبانيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "اريتريا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "الصحراء الغربية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "مصر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "استونيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "الإكوادور"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "الجزائر"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "جمهورية الدومينيكان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "دومينيكا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "الدنمارك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "جيبوتي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "قبرص"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "جزر الكريسماس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "كيب فيردي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "كوبا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "كولومبيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "الصين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "الكاميرون"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "تشيلي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "جزر الكوك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "كوت ديفوار"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "السويسرية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr "الكونغو برازافيل"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "جمهورية وسط أفريقية"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr "الكونغو كينشاسا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "جزر الكوكوس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "كندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "بيليز"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "روسيا البيضاء"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "بوتسوانا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "جزيرة بوفيه"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "بوتان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "جزر الباهاما"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "البرازيل"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "بوليفيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "سلطنة بروناي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "برمودا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "بنين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "بوروندي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "البحرين"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "بلغاريا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "بوركينافاسو"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "بنغلاديش"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "باربادوس"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "البوسنة و الهرسك"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "أذربيجان"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "أروبا"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "أوستراليا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "ساموا الأمريكية"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "الأرجنتين "
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "القطب الجنوبي"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "أنغولا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "أنتيل هولندا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "أرمينيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "ألبانيا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "أنغويلا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "أنتيغوا و باربودا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "الإمارات العربية المتحدة"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "أندورا"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "أفغانستان"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Circular mounts %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
-msgstr ""
+msgstr "احذف logical volumes أولاً\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
+"دعم PCMCIA غير موجود بعد الآن لإصدار النواة 2.2. فضلا استخدم الإصدار 2.4"
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "آسف , لا مدخل مرن متاح"
-
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "رقم التّليفون "
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "حرك عجلة الفأرة!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr ""
+msgid "To activate the mouse,"
+msgstr "لتنشيط الفأرة,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "من فضلك اختبر الفأرة"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "لا فأرة"
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "تجهيز التجزئات"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "لا شئ"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 أزرار"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "زرّين"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generic PS2 Wheel Mouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "زر واحد"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (serial, old C7 type)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 button"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Generic 3 Button Mouse"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Generic 2 Button Mouse"
-#: ../../mouse.pm_.c:47
-msgid "Wheel"
-msgstr "Wheel"
-
-#: ../../mouse.pm_.c:51
+#: ../../mouse.pm:1
+#, c-format
msgid "serial"
msgstr "serial"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Generic 3 Button Mouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Wheel"
+msgstr "Wheel"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Generic"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generic PS2 Wheel Mouse"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "القياسي"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serial, old C7 type)"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Toggle between flat and group sorted"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 buttons"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Collapse Tree"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 buttons"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Expand Tree"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "ولا واحد"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "المعلومات"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "No mouse"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "هل هذا صحيح ? "
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "من فضلك اختبر الفأرة"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "To activate the mouse,"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "خطأ أثناء الكتابة الى الملف %s"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr " WHEEL! حرّك "
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "ملف نسخ احتياطي سيئ"
-#: ../../my_gtk.pm_.c:65
-#, fuzzy
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "فشلت الإستعادة من الملف %s: %s"
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "إنتهاء"
+#: ../../partition_table.pm:1
+#, c-format
+msgid ""
+"You have a hole in your partition table but I can't use it.\n"
+"The only solution is to move your primary partitions to have the hole next "
+"to the extended partitions."
+msgstr ""
+"توجد مساحة فارغة في جدول التجزئات لديك لكني لا أستطيع استخدامها.\n"
+"الحل الوحيد هو أن تنقل التجزئات الأساسية لتحصل على المساحة بين التجزئات "
+"الممتدة."
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "التالي ->"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "التجزئات الممتدة غير مدعومة على هذه البيئة"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "هل هذا صحيح ? "
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "فشل التحميل: "
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "المعلومات"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "ربما"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Expand Tree"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "ظريف"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Collapse Tree"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "ظريف جداً"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr ""
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "مهم"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "use pppoe"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "يجب أن يكون لديك"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "use pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "التجزئات ليست كافية لمستوى RAID %d\n"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "use dhcp"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "فشل mkraid"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "فشل mkraid (ربما تكون حزمة raidtools مفقودة؟)"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
-msgstr ""
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "لا يمكن اضافة تجزئة الى RAID _المجهز_ md%d"
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "وصّل إلى الإنترنت "
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "توقف"
-#: ../../network/adsl.pm_.c:30
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "ابدأ"
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "عند الإقلاع"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"عفواً, لا توجد معلومات\n"
+"اضافية حزل هذه الحزمة."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "خادم"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "الخدمات و المراقبات"
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Domain name"
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "متوقفة"
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "تعمل"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "اختر أي خدمات تريدها أن تبدأ آلياً عند التثبيت"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
msgstr "خادم قواعد بيانات"
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "خادم LDAP"
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "ادارة عن بعد"
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "لا بطاقة شبكة وجدت "
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "مشاركة الملفات"
-#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "الإنترنت"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "الطباعة"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "تبدأ خادم خطوط X (هذا الزامي لكي يعمل XFree)"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "حمّل مشغلات أجهزة USB."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
+"Syslog is the facility by which many daemons use to log messages\n"
+"to various system log files. It is a good idea to always run syslog."
msgstr ""
-"أداة تهيئة الجدار الناري البسيط\n"
-"\n"
-"هذه الأداة تسمح لك بتهيئة جدار ناري شخصي لنظام Mandrake Linux هذا.\n"
-"إذا كنت تريد جدارا ناريا متخصصا, الق نظرة على\n"
-"توزيعة MandrakeSecurity Firewall."
+"Syslog هي الوسيلة التي تستخدمها العديد من المراقبات لتسجيل الرسائل\n"
+"الى ملفات سجلات عديدة. انها فكرة جيدة أن تقوم دائماً بتشغيل syslog."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "يشغل نظام الصوت على جهازك"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"The rwho protocol lets remote users get a list of all of the users\n"
+"logged into a machine running the rwho daemon (similiar to finger)."
msgstr ""
+"بروتوكول rwho يسمح للمستخدمين البعيدين بالحصول على قائمة بكل المستخدمين\n"
+"الذين سجلوا الدخول الى جهاز يشغّل مراقب rwho (مماثل لـ finger)."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
msgstr ""
+"بروتوكول rusers يسمح للمستخدمين على الشبكة أن يتعرفوا على من\n"
+"سجل الدخول الى الأجهزة المستجيبة الأخرى."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
msgstr ""
+"بروتوكول rstat يسمح للمستخدمين على الشبكة باسترجاع\n"
+"احصائيات آداء أي جهاز على هذه الشبكة."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"The routed daemon allows for automatic IP router table updated via\n"
+"the RIP protocol. While RIP is widely used on small networks, more complex\n"
+"routing protocols are needed for complex networks."
msgstr ""
+"مراقب routed يسمح بتحديث جدول موجه IP الآلي (IP router table) عن طريق\n"
+"بروتوكول RIP. بينما يستخدم RIP على الشبكات الصغيرة, تحتاج الشبكات الأكبر\n"
+"الى بروتوكولات توجيه معقدة أكثر."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
msgstr ""
+"عين الأجهزة الخام الى أجهزة في وضع الكليشيه (مثل تجزئات\n"
+"الأقراص الصلبة), للاستخام في تطبيقات مثل Oracle"
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "أخرى"
-
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
-"تريد أن تستخدم dhcp أيّ عميل ?\n"
-" Default is dhcp-client"
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
+"Postfix هو عميل لنقل البريد, أي البرنامج الذي ينقل البريد من جهاز الى آخر."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "اختر السّطح البينيّ للشبكة "
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The portmapper manages RPC connections, which are used by\n"
+"protocols such as NFS and NIS. The portmap server must be running on "
+"machines\n"
+"which act as servers for protocols which make use of the RPC mechanism."
+msgstr ""
+"يقوم portmapper بإدارة اتصالات RPC, و التي تستخدم عن طريق\n"
+"بروتوكولات مثل NFS و NIS. خادم portmap من اللازم أن يعمل على الأجهزة\n"
+"التي تعمل كخادمات تستخدم البروتوكولات التي تستفيد من آلية عمل RPC."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"PCMCIA support is usually to support things like ethernet and\n"
+"modems in laptops. It won't get started unless configured so it is safe to "
+"have\n"
+"it installed on machines that don't need it."
msgstr ""
+"دعم PCMCIA مهم لدعم أشياء مثل بطاقات الإيثرنت و\n"
+"المودمات على الأجهزة الدفترية. لن يتم بدء هذه الخدمة الا عند تهيئتها لذا فلا "
+"مسكلة عند تشغيله\n"
+"على الأجهزة التي لا تحتاجه."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "لا بطاقة شبكة وجدت "
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "دعم طابعات OKI 4w و الطابعات المتوافقة."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "ا عداد شبكة"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
+msgstr ""
+"تقوم بتشغيل مفتاح numlock آلياً في سطر الأوامر\n"
+"و XFree عند الإقلاع."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
+"NFS بروتوكول شائع لمشاركة الملفات على شبكات\n"
+"TCP/IP. هذه الخدمة تسمح لك بالتحكم بالملفات عن طريق NFS."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Host اسم "
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
+"This service provides NFS server functionality, which is configured via the\n"
+"/etc/exports file."
+msgstr ""
+"NFS بروتوكول شائع لمشاركة الملفات على شبكات TCP/IP.\n"
+"هذه الخدمة توفر وظائف NFS للأجهزة الخادمة, و التي يتم تهيئتها عن طريق\n"
+"ملف /etc/exports."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "معالج إعداد الشبكة"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"تنشط/تخمد كل واجهات الشبكة المهيئة كي تبدأ\n"
+"عند بدء الإقلاع."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "External ISDN modem"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
+msgstr ""
+"تحمّل و تزيل تحميل كل نقاط تحميل أنظمة ملفات الشبكة (NFS)و SMB (مدير\n"
+"الشبكة المحلية/Windows) و NCP (NetWare)."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internal ISDN card"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
+msgstr ""
+"named (BIND) هو خادم أسماء نطاق (DNS) و الذي يستخدم لمعرفة أسماء المستضيفات "
+"أو عناوين IP."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
msgstr ""
+"Linux Virtual Server, يستخدم لعمل خادم عالي الأداء\n"
+"و يعتمد عليه."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
+"lpd is the print daemon required for lpr to work properly. It is\n"
+"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
+"lpd هو مراقب الطباعة الذي يحتاجه أمر lpr للعمل بشل صحيح. أساساً\n"
+"هو خادم يوصل وظائف الطباعة الى الطابعات."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "إعداد جديد (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"Linuxconf يقوم في بعض الأحيان بالترتيب لعمل بعض الأعمال\n"
+"عند الإقلاع للمحافظة على اعدادات النظام."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "إعداد قديم (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "تحقق و تهيئة آلية للعتاد عند الإقلاع."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN إعداد "
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
+msgstr ""
+"اعادة توليد آلية لترويسة النواة في دليل /boot لـ\n"
+"/usr/include/linux/{autoconf,version}.h"
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"This package loads the selected keyboard map as set in\n"
+"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
+"You should leave this enabled for most machines."
msgstr ""
+"هذه الحزمة تقوم بتحميل خريطة لوحة المفاتيح المختارة كما\n"
+"تم تعيينها في /etc/sysconfig/keyboard. يمكن اختيار لوخة المفاتيح باستخدام "
+"أداة kbdconfig.\n"
+"يجب تركها ممكّنة في أغلب الأجهزة."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
msgstr ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The internet superserver daemon (commonly called inetd) starts a\n"
+"variety of other internet services as needed. It is responsible for "
+"starting\n"
+"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
+"disables\n"
+"all of the services it is responsible for."
msgstr ""
+"مراقب الإنترنت الأساسي (يسمى عادةً بـ inetd) يبدأ\n"
+"مجموعة من خدمات الإنترنت الأخرى عند الحاجة. انه مسؤول عن بدء\n"
+"العديد من الخدمات, بما فيها telnet, ftp, rsh, و rlogin. تعطيل inetd سيعطل\n"
+"كل الخدمات المذكورة."
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgstr "Apache هو خادم ويب. و يُستخدم لخدمة ملفات HTML و CGI."
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
msgstr ""
+"HardDrake يقوم بالتحقق من العتاد, و يقوم بتهيئة العتاد\n"
+"الجديد/المتغير بشكل اختياري."
-#: ../../network/isdn.pm_.c:181
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"GPM adds mouse support to text-based Linux applications such the\n"
+"Midnight Commander. It also allows mouse-based console cut-and-paste "
+"operations,\n"
+"and includes support for pop-up menus on the console."
msgstr ""
+"يقوم GPM بإضافة دعم الفأرة لتطبيقات لينكس في الوضع النصي مثل\n"
+"Midnight Commander. اضافة الى ذلك فإنه يسمح بعمليات القص و اللصق في سطر "
+"الأوامر,\n"
+"كما يتضمن دعم القوائم المختصرة في سطر الأوامر."
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"cron is a standard UNIX program that runs user-specified programs\n"
+"at periodic scheduled times. vixie cron adds a number of features to the "
+"basic\n"
+"UNIX cron, including better security and more powerful configuration options."
msgstr ""
+"cron هو برنامج UNIX القياسي لتشغيل البرامج المحددة من قبل المستخدم\n"
+"عند أدوقات محددة دورياً. vixie cron يضيف عدداً من المزايا الى UNIX\n"
+"cron الأساسي, بما فيها حماية أمنية أفضل, و خيارات تهيئة أقوى."
-#: ../../network/isdn.pm_.c:196
+#: ../../services.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"Runs commands scheduled by the at command at the time specified when\n"
+"at was run, and runs batch commands when the load average is low enough."
msgstr ""
+"تشغل الأوامر المُجدولة عن طريق أمر at عند الوقت المحدد\n"
+"لتشغيل at, و تقوم بتشغيل الأوامر الدقعية عندما يكون متوسط التحميل قليلاَ."
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
+"تُستخدم apmd لمراقبة حالة البطارية و تسجيلها عن طريق syslog.\n"
+"يمكن كذلك استخدامها لإغلاق الجهاز عند ضعف البطارية."
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "لا أعرف "
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron أداة لتشغيل الأوامر في أوقات محددة."
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "تشغّل نظام الصوت ALSA (Advanced Linux Sound Arachitecture)"
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "جاري تركيب الجزم..."
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
msgstr ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "إنهاء"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "تابع"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "ISDN ما هية بطاقتك"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
-#: ../../network/isdn.pm_.c:239
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid "[keyboard]"
+msgstr "[keyboard]"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
msgstr ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
msgstr ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Dialup options"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "رقم التّليفون "
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
+" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
+" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
+" أي نسخة تالية (حسب اختيارك).\n"
+"\n"
+" هذا البرنامج يُوزَّع على أمل أن يكون مفيدا,\n"
+" لكن دون أي ضمان’; حتى بدون الضمانة المفهومة\n"
+" للإتجار أو المناسبة لغرض معين. انظر\n"
+" رخصة GNU العمومية الشاملة للتفاصيل.\n"
+"\n"
+" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
+" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
+"التالي\n"
+" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
+"02111-1307,\n"
+" USA.\n"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Login ID"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "الخروج من التثبيت"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "تثبيت تحديثات النظام"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "تهيئة الخدمات"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Script-based"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "تهيئة X"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminal-based"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "تثبيت محمِّل الإقلاع"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Domain name"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "تهيئة الشبكة"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "( خادم ا الأوّل ( اختياريّ "
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "أضف مستخدم"
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "تثبيت النظام"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "اختر الحزم التي ستُثبَّت"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "تجهيز التجزئات"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Partitioning"
+msgstr "تجزئة الأقراص"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "اختر لوحة المفاتيح الخاصة بك"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "اختر نوع التثبيت"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "التحقق من الأقراص الصلبة"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "إعداد الفأرة"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr "الترخيص"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "اختر لغتك"
+
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr "utopia 25"
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (مشغل عرض التثبيت)"
+
+#: ../../Xconfig/card.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:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s مع دعم تجريبي للرسوم ثلاثية الأبعاد"
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgstr "يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد مع XFree %s"
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s مع تسريع ثلاثي الأبعاد"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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 التي يمكن أن تكون مدعومة بشكل أفضل في وضعية "
+"الرسوم ثنائية الأبعاد."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
msgstr ""
+"يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد لكن فقط مع XFree %s.\n"
+"بطاقتك مدعومة عن طريق XFree %s التي يمكن أن تكون مدعومة بشل أفضل في الوضع "
+"ثنائي الأبعاد."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "لكن ليس موائمة"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "تثبيت النظام"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "قم بإعداد البطاقة \"%s\"%s فقط"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "الجدول"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "استخدام امتداد Xinerama"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "اعداد كل الرؤوس بشكل مستقل"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "أي اعداد لـXFree تريد؟"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "إعداد XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "إختر حجم ذاكرة بطاقة الشاشة"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
+"نظامك يدعم الإعداد متعدد الرؤوس.\n"
+"ماذا تريد أن تفعل؟"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "إعداد متعدد الرؤوس"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Choose an X server"
+msgstr "إختر خادم X"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "خادم X"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 ميغابايت أو أكثر"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 ميغابايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 كيلوبايت"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 كيلوبايت"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"هل تريد حفظ التغييرات؟\n"
+"الإعداد الحالي هو:\n"
+"\n"
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr ""
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "خيارات"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "اختبار"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "دقة العرض"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "الشاشة"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "بطاقة الشاشة"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "خروج"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "نسبة الإنعاش الرأسي"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "نسبة الإنعاش الأفقي"
+
+#: ../../Xconfig/monitor.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"
-"You can connect to Internet or reconfigure your connection."
+"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
+"range\n"
+"that is beyond the capabilities of your monitor: you may damage your "
+"monitor.\n"
+" If in doubt, choose a conservative setting."
msgstr ""
+"المعاملان المهمان جدا هما نسبة الإنعاش الأفقي, و هي النسبة التي\n"
+"يتم فيها انعاش الشاشة كاملة, و الأهم هو نسبة التزامن الأفقي\n"
+"و التي في خلالها يتم عرض خطوط المسح.\n"
+"\n"
+"من *المهم جدا* أن لا تحدد نوع شاشة مع متوسط تزامن\n"
+"أكبر من مقدرة شاشتك لأنك بهذا قد تدمر شاشتك.\n"
+" اذا لم تكن متأكدا يمكنك اختيار اعدادات عادية."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr ""
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr "تعذر التأكد من وجود Plug 'n Play. فضلاً اختر الشاشة الصحيحة"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "اتصل"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "المصنع"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "اقطع الإتصال"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n Play"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "قم بإعداد الإتصال"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "إختر شاشة"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr ""
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "بطاقة الشاشة: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
+msgid "Choose the resolution and the color depth"
+msgstr "اختر دقة العرض و عمق الألوام"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "دقة العرض"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 بليون لون (32 بت)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 مليون لون (24 بت)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 ألف لون (16 بت)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 ألف لون (15 بت)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 لون (8 بت)"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Is this the correct setting?"
+msgstr "هل هذا هو الإعداد الصحيح؟"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Leaving in %d seconds"
+msgstr "ستتم المغادرة في %d ثوان"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid ""
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+"ظهر خطأ:\n"
+"%s\n"
+"حاول تغيير بعض المعاملات"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "تحذير: اختبار بطاقة العرض هذه قد يتسب في ايقاف جهازك"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "هل تريد تجربة الإعداد؟"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "اختبار الإعداد"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "أي نظام يستخدمه جهاز التلفاز لديك؟"
+
+#: ../../Xconfig/various.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 ""
+"بطاقة الرسوم الخاصة بك يبدو أنها تحتوي على موصل للتلفاز.\n"
+"يمكن تهيئة البطاقة للعمل باستخدام الـ frame-buffer.\n"
"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
+"لهذا الغرض يجب عليك توصيل بطاقة الرسوم بالتلفاز قبل بدء تشغيل الكمبيوتر.\n"
+"ثم اختر \"TVout\" من محمّل الإقلاع\n"
"\n"
-"Press OK to continue."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr ""
+"هل لديك هذه الميزة؟"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
+"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 أن بيدأ بعد إعادة تشغيل جهازك؟"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "واجهة رسومية عند بدء التشغيل"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "مشغل XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "خادم XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "دقة العرض: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "عمق الألوان: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "ذاكرة بطاقة الشاشة: %s كيلوبايت\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "بطاقة الشاشة: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "انعاش الشاشة الرأسي: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "تزامن الشاشة الأفقي: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "الشاشة: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "جهاز الفأرة: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "نوع الفأرة: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "لوحة المفاتيح: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "الخيارات: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "نقطة التحميل: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "الخادم: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "العنوان يجب أن يبدأ بـ http:// أو https://"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "رجاء أدخل عنوان خادم WebDav"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "نقطة التحميل"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "خادم"
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "حمل"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "احذف التحميل"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "جديد"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
msgid ""
-"Welcome to The Network Configuration Wizard.\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
+"WebDAV هو برتوكول يسمج لك بتحميل دليل في خادم الويب بشكل\n"
+"محلي, و معاملته كنظام ملفات محلي (يجب أن يكون خادم الويب معدّ\n"
+"كخادم WebDAV). اذا كنت تريد اضافة نقاط تحميل\n"
+"WebDAV, اختر \"جديد\"."
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "استخدم ``%s'' بدلا من ذلك"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "النوع"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "وضعية الخبير"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "استخدم ``ازالة التحميل'' أولا"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "إلغاء"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "انشاء تجزئة"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr ""
+msgid "Filesystem types:"
+msgstr "أنواع أنظمة الملفات:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "وصلة انترنت"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "فارغ"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "detected %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Windows"
+msgstr "Windows"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN connection"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "detected %s"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "وصلة ADSL"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "التبديل"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journalised FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "وصلة LAN"
+#
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "نعذر ايجاد أقراص صلبة"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "فضلا اضغط على تجزئة"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
msgstr ""
+"لديك تجزئة Microsofr Windows كبيرة.\n"
+"اقترح أن تغير حجم هذه التجزئة\n"
+"(اضغط عليها ثم اختر \"تغيير الحجم\")"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "اختر حدث"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "المعالج"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 قطاعات كافية)"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "وصلة انترنت"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "رجاء قم بعمل نسخة احتياطية من بياناتك أولا"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "اقرأ جيدا!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "ا عداد الشّبكة "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "مفاتح التشفير (مرة أخرى)"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "مفاتح التشفير"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "مفاتيح التشفير غير متطابقة"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "مفتاح التشفير هذا بسيط جدا (يجب أن يكون %d حرفا على الأقل)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "اختر مفتاح تشفير نظام الملفات"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "مفتاح تشفير نظام الملفات"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "النوع: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "على القناة %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "نوع جدول التقسيم: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "أقراص LVM %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "معلومات: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "الهندسة: %s اسطوانة, %s رأس, %s قطاع\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "الحجم: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "للقراءة فقط"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "الجهاز: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
+"\n"
+"تجزئة الإقلاع\n"
+"هذه هي\n"
+"للإقلاع المزدوج في نظامك.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
-#: ../../network/netconnect.pm_.c:286
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "اسم ملف Loopback: %s"
-#: ../../network/netconnect.pm_.c:287
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "أقراص RAID %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "حجم Chunk %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "المستوى %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"WARNING: this device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
+"التجزئة التي يتم اقلاعها افتراضيا\n"
+" (لـ MS-DOS و ليس لـ lilo)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
+"Loopback file(s):\n"
+" %s\n"
msgstr ""
+"ملف(ات) Loopback:\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr ""
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr "(driver %s)"
+msgid "Mounted\n"
+msgstr "محمل\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP address"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "غير مجهز\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmask"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "مجهز\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "الاسطوانة %d الى %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Automatic IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s قطاع"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "ابدأ عند الإقلاع"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "الحجم: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "البداية: قطاع %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "الاسم: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "حرف سواقة DOS: %s (مجرد تخمين)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "التجزئة %s معروفة الآن بالإسم %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "جاري ازالة %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "جاري نسخ %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "جاري نقل الملفات الى التجزئة الجديدة"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
+"الدليل %s يحتوي مسبقا على بعض البيانات\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "خبئ الملفات"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "انقل الملفات الى تجزئة جديدة"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "بعد تهيئة التقسيم %s, فإن كل البيانات الموجودة على التجزئة ستفقد"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "ستحتاج الى اعادة التشغيل قبل أن يتم تفعيل التعديلات"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "جدول اتتقسيم للقرص %s سيتم كتابته الى القرص!"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"لقد اخترت تجزئة RAID برمجية كتجزئة جذرية (/).\n"
+"لا يستطيع أي محمّل اقلاع التعامل مع ذلك بدون تجزئة /boot.\n"
+"فضلاً تأكد من اضافة تجزئة /boot"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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 ""
+"التجزئة التي اخترتها كتجزئة جذرية (/) موجودة مادياً بعد\n"
+"الإسطوانة 1024 من القرص الصلب, و ليست لديك تجزئة /boot.\n"
+"اذا كنت تنوي استخدام LILO كمدير اقلاع فلا تنسى اضافة تجزئة /boot"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
+"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 ""
+"عفواً, لن أقبل انشاء دليل /boot بهذا البعد على القرص (على أسطوانة أكبر من "
+"1024).\n"
+"إما أن تستخدم LILO و لن يعمل هذا, أو لا تستخدم LILO و لن تحتاج الى /boot"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "الخادم DNS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The package %s is needed. Install it?"
+msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (e.g. %s)"
+msgid "What type of partitioning?"
+msgstr "أي نوع من التجزئة؟"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Gateway device"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "كن حذرا: هذه العملية خطيرة"
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "حجم chunk"
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "المستوى"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxies اعداد"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "وحدة"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "متنوعة"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "خيارات التحميل"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "الملف موجود مسبقا, هل تريد استخدامه؟"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "هذا الملف مستخدم من loopback أخرى, اختر ملفا آخر"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "اعط اسم ملف"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "تم اكتشاف إعداد للجدار الناري!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "نوع نظام المفات: "
-#: ../../network/shorewall.pm_.c:27
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"تحذير! تم إيجاد إعداد جدار ناري موجود مسبقا. ربما تحتاج الى اصلاح يدوي بعد "
-"التثبيت."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "الحجم باليغابايت: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "اعداد Internet "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "اسم ملف Loopback: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "هذه التجزئة لا يمكن استخدامها لـloopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "اسم LVM؟"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "جديد"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "اختر LVM l,جود للاضافة"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "اختر RAID موجود للاضافة"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "جاري نقل التجزئة..."
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "جاري النقل"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "أي قطاع تريد نقله؟"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "القطاع"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "أي قرص تريد نقله؟"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "نقل"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "الحجم الجديد بالميغابايت: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "اختر الحجم الجديد"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "تغيير الحجم"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "بعد تغيير حجم التجزئة %s, فإن كل البيانات على هذه التجزئة ستفقد"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "كل البيانات على هذه التجزئة يجب حفظها احتياطيا"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "هذا التقسيم غير قابل لتغيير الحجم"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "جاري حساب روابط نظام ملفات FAT"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "أين تريد تحميل الجهاز %s؟"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
+"لم يمكن ازالة تعيين نقطة التحميل نظرا لأن هذه التجزئة مستخدمة لـloop back.\n"
+"قم بإزالة الـloopback أولا"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "أين تريد تحميل الجهاز %s؟"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "أين تريد تحميل ملف loopback %s؟"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "جاري التغيير من ext2 الى ext3"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Card mem (DMA)"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "أي نظام ملفات تريد؟"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "Card IO"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "غير نوع التجزئة"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "Card IO_0"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr "بعد تغيير نوع التجزئة %s, فإنك ستسخر كل البيانات على التجزئة"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "Card IO_1"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "هل تريد ازالة ملف loopback؟"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
+#: ../../diskdrake/interactive.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."
msgstr ""
+"لا يمكنك انشاء تجزئة جديدة\n"
+"(لأنك وصلت الى العدد الأقصى من التجزئات الأساسية).\n"
+"أولاً اخذف تجزئة أساسية و قم بإنشاء تجزئة ممتدة."
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "التفضيل: "
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "قطاع البداية: "
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "انشئ تجزئة جديدة"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "استخدم لـloopback"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "إختر بلدك"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "تعديل RAID"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "ازالة من LVM"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "سرعة الإتصال"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "ازالة من RAID"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "الوقت الأقصى للاتصال (بالثواني)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "اضافة الى LVM"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "اضافة الى RAID"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Account Password"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "تنسيق"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "معلومات مفصّلة"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "فشل التحميل: "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "جاري محاولة انقاذ جدول التقسيم"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"أدخل قرصا مرنا في السواقة\n"
+"كل البيانات على القرص ستمحى"
+
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "تحذير"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "اختر ملف"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
+"جدول التقسيم المحفوظ ليس بنفس الحجم\n"
+"لا زلت تريد الإكمال؟"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr ""
+msgid "Removable media automounting"
+msgstr "التحميل الآلي للوسائط القابلة للإزالة"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "إعادة تحميل جدول التقسيم"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr ""
+msgid "Rescue partition table"
+msgstr "إنقاذ جدول التقسيم"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "استعادة جدول التقسيم"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "حفظ جدول التقسيم"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
+msgstr "لكي تمتلك تجزئات أكثر, يرجى الغاء تجزئة كي تتمكن من عمل تجزئة ممتدة"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "لا يمكنني اضافة أي تجزئة أخرى"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "كل التجزئات الرئيسية مستخدمة"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "معلومات القرص الصلب"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "تحديد آلي"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "أمسح الكل"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "هل تريد حفظ تعديلات /etc/fstab"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "هل تريد الخروج بدون كتابة جدول التقسيم؟"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "الخروج بدون الحفظ"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "هل تريد الاكمال على أي حال؟"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "النتقال الى وضعية الخبير"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "الانتقال الى الوضع العادي"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "تراجع"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "خروج"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-#, fuzzy
-msgid "Unknown Model"
-msgstr "غير معروف"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "إختر تجزئة"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "طابعة محلية"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "إختر شاشة"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "طابعة بعيدة"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "غيّر النوع"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "ابحث في أجهزة الخادم"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "النطاق"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "طابعة شبكة (TCP/Socket)"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "اسم المستخدم"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
msgstr ""
+"فضلاً أدخل اسم المستخدم, كلمة المرور و النطاق الخاص بك للدخول الى هذا "
+"المستضيف."
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Domain Authentication Required"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "آخر"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "أي اسم مستخدم"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr ""
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr "تعذر الدخول باستخدام اسم المستخدم %s (كلمة مرور سيئة؟)"
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "الطابعات المحلية"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr "cpu # "
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "الطابعات البعيدة"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr "متحكمات SMBus"
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
+msgid "USB controllers"
+msgstr "متحكمات USB"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
+msgid "SCSI controllers"
+msgstr "متحكمات SCSI"
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
+msgid "(E)IDE/ATA controllers"
+msgstr "متحكمات (E)IDE/ATA"
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr "عصا الألعاب"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Scanner"
+msgstr "الماسح الضوئي"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ""
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Unknown/Others"
+msgstr "غير معروف/أخرى"
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ""
+msgid "Bridges and system controllers"
+msgstr "متحكمات النظام"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr ""
+msgid "Modem"
+msgstr "المودم"
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
+msgid "Ethernetcard"
+msgstr "بطاقة ايثرنت"
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr ""
+msgid "Processors"
+msgstr "المعالجات"
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr ""
+msgid "Webcam"
+msgstr "كاميرات الويب"
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ""
+msgid "Soundcard"
+msgstr "بطاقة الصوت"
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Other MultiMedia devices"
+msgstr "أجهز وسائط متعددة أخرى"
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr ""
+msgid "Tvcard"
+msgstr "بطاقة التلفاز"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Videocard"
+msgstr "بطاقة الفيديو"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "على خادم CUPS \"%s\""
+msgid "Tape"
+msgstr "شريط البيانات"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr "DVD-ROM"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr "أجهزة نسخ CD/DVD"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr ""
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr "القرص المدمج"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Disk"
+msgstr "القرص"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr "Zip"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Floppy"
+msgstr "القرص المرن"
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr "اسمح لي أن أختار مشغل"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "المشغل:"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
+"اذا كنت تعتقد فعلاً أنك تعرف ما هو المشغل الصحيح لبطاقتك\n"
+"يمكنك اختياره من القائمة أعلاه.\n"
+"\n"
+"المشغل الحالي لبطاقة الصوت \"%s\" الخاصة بك هو \"%s\" "
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr "جاري اختيار مشغل عام"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr " CUPS اعدادات"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr "حل مشاكل الصوت"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "الخادم CUPS حدّد"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "خطأ: مشغل \"%s\" لبطاقة الصوت الخاصة بك غير موجود في القائمة"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "مشغل غير معروف"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "لا يوجد مشغل معروف لبطاقة الصوت (%s)"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "لا يوجد مشغل معروف"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
+"لا يوجد مشغل مفتوح المصدر لبطاقة الصوت (%s), لكن هناك مشغل تجاري في \"%s\"."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
+msgstr "لا يوجد مشغل مفتوح المصدر"
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "يرجى الإنتظار... جاري تطبيق الإعدادات"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"The old \"%s\" driver is blacklisted.\n"
"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
+"مشغل \"%s\" القديم على القائمة السوداء.\n"
+"\n"
+"في بعض الحالات قيل أنه يسبب انهيار في النواة عند ازالة التحميل.\n"
+"\n"
+"مشغل \"%s\" الجديد سيتم استخدامه عند تشغيل الجهاز في المرة القادمة."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr "حل المشاكل"
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+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"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
+"\n"
+"\n"
+"بطاقتك تستخدم المشغل %s\"%s\" حالياً (المشغل الحالي لبطاقتك هو \"%s\")"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "عنوان IP لخادم CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr "يمكنك هنا اختيار مشغل بديل (ALSA أو OSS) لبطاقة الصوت (%s)."
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "البوابة"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "اعدادات الصوت"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "تهيئة CUPS آلية"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr "لا يوجد مشغل بديل (ALSA أو OSS) لبطاقة الصوت (%s) التي تستخدم \"%s\""
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "لا مشغل بديل"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "تمكين دعم الراديو"
-#: ../../printer/printerdrake.pm_.c:167
-msgid ""
-"There are no printers found which are directly connected to your machine"
-msgstr ""
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "دعم الراديو:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "اعداد PLL:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "number of capture buffers for mmap'ed capture"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Number of capture buffers:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "نوع التونر:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "نوع البطاقة"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
+"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 ""
+"لأغلب بطاقات التلفاز الحديثة, وحدة bttv لنواة لينكس يمكنها التحقق آلياً من "
+"المعاملات الصحيحة.\n"
+"اذا تم التعرف على البطاقة بشكل خاطئ, يمكنك ادخال التونر و نوع البطاقة الصحيح "
+"هنا. فقط اختر المعاملات المناسبة لبطاقة الشاشة."
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "غير معروف|عام"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "غير معروف|CPH06X (bt878) [مصنعون كثيرون]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "غير معروف|CPH05X (bt878) [مصنعون كثيرون]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "تحقق آلي"
+
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Do"
+msgstr "افعل"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "اختيارك ? (default %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "اختيار سيئ, حاول مرة أخرى\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "إعادة تسليم"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
+"=> Notice, a label changed:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> There are many things to choose from (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Your choice? (default `%s'%s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr " enter `void' for void entry"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Do you want to click on this button?"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Button `%s': %s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Your choice? (0/1, default `%s') "
+
+#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
+"Entries you'll have to fill:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
+"فشل تحميل الوحدة %s.\n"
+"هل تريد المحاولة ثانية بمعاملات أخرى؟"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "حدد الخيارات"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "تحقق آلي"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. Would you like to "
+"specify\n"
+"extra options for it or allow the driver to probe your machine for the\n"
+"information it needs? Occasionally, probing will hang a computer, but it "
+"should\n"
+"not cause any damage."
msgstr ""
+"في بعض الأحيان يحتاج مشغل %s معلومات اضافية لكي يعمل\n"
+"بشكل صحيح, الا أنه يمكنه العمل جيدا بدونها. هل تريد تحديد\n"
+"خيارات اضافية له أو تسمح للمشغل بالتحقق في جهازك\n"
+"عن المعلومات التي سيحتاجها؟ في بعض الأحيان, قد يتسبب التحقق في تعليق الجهاز, "
+"لكن\n"
+"لا يجب أن يتسبب ذلك في أي مشاكل."
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "انسخ الخطوط الى نظامك"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "أي مشغل %s يجب أن استخدمه؟"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "خيارات الوحدة:"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"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''"
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
+"يمكنك الآن اعطاء الخيارات للوحدة %s.\n"
+"لاحظ أن أي عنوان يجب ادخاله مسبوقاً بـ 0x مثل '0x123'"
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(الوحدة %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "جاري تثبيت مشغل %s للبطاقة %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "عرض معلومات العتاد"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "هل لديك أي واجهات %s؟"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "هل عندك واحدة أخرى؟"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "تم ايجاد %s %s واجهات"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "يمكنك تهيئة كل معامل للوحدة هنا."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "حرفيات مفصولة بالفاصلة"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "أرقام مفصولة بالفاصلة"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d حرفيات مفصولة بالفاصلة"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d أرقام مفصولة بالفاصلة"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "رقم"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
+"تحتاج الى alcatel microcode.\n"
+"قم بتنزيلها على\n"
+"http://www.speedtouchdsl.com/dvreg_lx.htm\n"
+"و انسخ الملف mgmt.o الى /usr/share/speedtouch"
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
msgstr ""
-"هل تريد تعيين هذه الطابعة (\"%s\")\n"
-"كطابعة افتراضية؟"
+"الطريقة الأكثر شيوعاً للإتصال بـ adsl هي pppoe.\n"
+"بعض الإتصالات تستخدم pptp, و القليل تستخدم dhcp.\n"
+"اذا لم تكن تعلم, اختر 'استخدم pppoe'"
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "وصّل إلى الإنترنت "
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr "Sagem (using pppoe) usb"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch usb"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "استخدم dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "استخدم pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "استخدم pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "منافذ أخرى"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "كل شئ (لا جدار ناري)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
msgstr ""
+"تم اعطاء منفذ غير صالح: %s.\n"
+"النسق الصحيح هو \"port/tcp\" أو \"port/udp\", \n"
+"في حين يكون المنفذ (port) بين 1 و 65535."
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
msgstr ""
+"يمكنك ادخال منافذ متنوعة. \n"
+"أمثلة صالحة هي: 139/tcp 139/udp.\n"
+"الق نظرة على /etc/services لمزيد من المعلومات."
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "أضف طابعة جديدة"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "أي خدمة تريد السماح للإنترنت أن تتصل بها؟"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
+msgstr ""
+"أداة تهيئة DrakFirewall\n"
"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
+"تأكد من أنك قمت بتهيئة اتصالك بالشبكة/الإنترنت باستخدام\n"
+"drakconnect قبل المتابعة."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"drakfirewall configurator\n"
"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"أداة تهيئة drakfirewall\n"
+"\n"
+"هذه الأداة تسمح لك بتهيئة جدار ناري شخصي لنظام Mandrake Linux هذا.\n"
+"إذا كنت تريد جدارا ناريا متخصصا, الق نظرة على\n"
+"توزيعة MandrakeSecurity Firewall."
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "لا توجد بطاقة شبكة"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "خادم POP و IMAP"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "خادم بريد"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "خادم اسم النطاق"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "خادم الويب"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr "يجب أن يحتوي اسم مستضيف Zeroconf على ."
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf Host name"
+msgstr "اسم مستضيف Zeroconf"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "اسم المستضيف"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
+msgstr ""
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"أدخل اسم مستضيف Zeroconf بدون أي نقاط اذا لم تكن تريد\n"
+"استخدام اسم المستضيف الإفتراضي."
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Please enter your host name if you know it.\n"
+"Some DHCP servers require the hostname to work.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''."
msgstr ""
+"فضلاً أدخل اسم المستضيف اذا كنت تعرفه.\n"
+"بعض خادمات DHCP تحتاج الى اسم المستضيق كي تعمل.\n"
+"يجب أن يكون اسم المستضيف صالحاً و كاملاً,\n"
+"مثل ``mybox.mylab.myco.com''."
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "جاري اعداد الشبكة"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "لا بطاقة شبكة وجدت "
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Please choose which network adapter you want to use to connect to Internet."
+msgstr "فضلاً اختر موائم الإنترنت الذي تريد استخدامه للإتصال بالإنترنت."
+
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "اختر واجهة الشبكة"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
+"لم يتم اكتشاف أي موائم شبكة ايثرنت على نظامك.\n"
+"لا يمكنني اعداد نوع الإتصال هذا."
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
+"أي عميل DHCP تريد أن تستخدم؟\n"
+"الإفتراضي هو dhcp-client."
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "تحقق من الطابعات آليا"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr "لم يتم ايجاد بطاقات ISDN PCI. فضلاً اختر واحدة في الشاشة التالية."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"PCI card on the next screen."
msgstr ""
+"تم اكتشاف بطاقة ISDN PCI, لكن لم يتم التعرف على نوعها. فضلاً اختر بطاقة PCI "
+"في الشاشة التالية."
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "أي من الآتي هي بطاقة ISDN الخاصة بك؟"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "تهيئة ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "إنهاء"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "تابع"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
+"\n"
+"اذا كانت لديك بطاقة ISA, فإن القيم التي ستعرض على الشاشة التالية يجب أن تكون "
+"صحيحة.\n"
+"\n"
+"اذا كانت لديك بطاقة PCMCIA, يجب عليك أن تعرف قيم \"irq\" و \"io\" الخاصة "
+"ببطاقتك.\n"
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
-msgstr "تحقق آلي"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "لا أعرف "
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/isdn.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ""
+msgid "PCI"
+msgstr "PCI"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/isdn.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ""
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "تم التحقق من %s"
+msgid "What kind of card do you have?"
+msgstr "ما هو نوع البطاقة لديك؟"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "تم ايجاد الواجهة \"%s\" هل تريد استخدامها؟"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/isdn.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
+msgid "Which protocol do you want to use?"
+msgstr "ما هو البروتوكول الذي تريد استخدامه؟"
-#: ../../printer/printerdrake.pm_.c:399
-#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "طابعة شبكة (TCP/Socket)"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "بروتوكول لبقية العالم"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgid ""
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
msgstr ""
+"بروتوكول لبقية العالم\n"
+"لا D-Channel (خطوط مؤجرة)"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "طابعة محلية"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol"
+msgstr "البروتوكول الأوروبي"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "البروتوكول الأوروبي (EDSS1)"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
msgstr ""
+"اختر موفر الخدمة الخاص بك.\n"
+"ان لم يكن موجوداً في القائمة, اختر غير موجود."
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr ""
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "مودم ISDN خارجي"
-#
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "بطاقة ISDN داخلية"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "ما هو نوع وصلة ISDN لديك؟"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "معالج إعداد الشبكة"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "إعداد قديم (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "إعداد جديد (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
+"\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
+"\n"
+"We recommand the light configuration.\n"
msgstr ""
-"لم يتم ايحاد طابعة محلية!\n"
+"ما هي تهيئة ISDN التي تفضلها؟\n"
"\n"
+"* التهيئة القديمة تستخدم isdn4net. و هي تحتوي على أدوات\n"
+" قوية و لكنها صعبة التهيئة, و غير قياسية.\n"
+"\n"
+"* التهيئة الجديدة أسهل في الفهم, و أكثر\n"
+" قياسية, و لكن مع أدوات أقل.\n"
+"\n"
+"نحن نفضّل لك التهيئة الخفيفة.\n"
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "طابعة محلية"
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Do nothing"
+msgstr "لا تفعل شيئاً"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Install rpm"
+msgstr "ثبت rpm"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr "تم ايجاد الوينمودم \"%s\", هل تريد تثبيت البرامج المطلوبة ؟"
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Title"
+msgstr "العنوان"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
msgstr ""
+"المودم لديك غير مدعوم من النظام.\n"
+"الق نظرة على http://www.linmodems.org"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "خادم DNS الثاني (اختياري)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "خادم DNS الأول (اختياري)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "اسم النطاق"
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Script-based"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminal-based"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "اسم الدخول"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "رقم التّليفون "
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "اسم الإتصال"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "خيارات الإتصال"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "فضلاً اختر المنفذ التسلسلي المرتبط به المودم لديك."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "اعدادات الشبكة"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration."
msgstr ""
+"ظهرت مشاكل أثناء التثبيت.\n"
+"اختبر الوصلة باستخدام net_monitor أو mcc. اذا لم تعمل الوصلة, فقد تريد اعادة "
+"التهيئة."
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
+"بعد عمل ذلك, ننصح بإعادة تشغيل بيئة X لديك لتفادي أي مشاكل تتعلق بإسم "
+"المستضيف."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
+"تهانينا, انتهت تهيئة الشبكة و الإنترنت.\n"
+"سيتم تطبيق التهيئة على نظامك الآن.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
-
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
msgstr ""
+"ظهرت مشكلة أثناء اعادة تشغيل الشبكة: \n"
+"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "يجب اعادة تشغيل الشبكة. هل تريد اعادة تشغيلها ؟"
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "إعداد يدوي"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "اعدادات الشبكة"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "هل تريد بدء الوصلة عند الإقلاع؟"
-#: ../../printer/printerdrake.pm_.c:634
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "وصلة انترنت"
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
+"\n"
msgstr ""
+"لقد قمت بتهيئة طرق متعددة للإتصال بالإنترنت.\n"
+"اختر الطريقة التي تريد استخدامها.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "اختر الوصلة التي تريد تهيئتها"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "تم اكتشاف بطاقة/بطاقات ايثرنت"
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "وصلة LAN"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
-#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "تم التحقق من %s"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "تم اكتشاف وصلة كيبل"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "جاري بدء الشبكة..."
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "وصلة كيبل"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../network/netconnect.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ""
+msgid "detected"
+msgstr "تم اكتشافه"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
-#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "جاري الطباعة على الطابعة \"%s\""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "وصلة ADSL"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "تم اكتساف %s"
-#: ../../printer/printerdrake.pm_.c:796
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "وصلة ISDN"
-#: ../../printer/printerdrake.pm_.c:797
-msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Winmodem connection"
+msgstr "وصلة Winmodem"
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "تم اكتشافه على المنفذ %s"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "وصلة مودم عادية"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr ""
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "جاري التحقق من الأجهزة..."
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "مجموعة العمل"
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "وضعية الخبير"
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
-msgstr "تحقق آلي"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "استخدم التحقق الآلي"
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "اختر التشكيل الذي تريد تهيئته"
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
+"\n"
+"We are about to configure your internet/network connection.\n"
+"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
+"أهلاً بك في معالج تهيئة الشبكة.\n"
+"\n"
+"نحن على وشك تهيئة وصلة الشبكة/الإنترنت الخاصة بك.\n"
+"اذا لم تريد استخدام التحقق الآلي, احذف التأشير من على الصندوق.\n"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Because you are doing a network installation, your network is already "
+"configured.\n"
+"Click on Ok to keep your configuration, or cancel to reconfigure your "
+"Internet & Network connection.\n"
msgstr ""
+"لأنك تقوم بالتثبيت عبر الشبكة, فقد تمت تهيئة الشبكة مسبقاً.\n"
+"انقر موافق لحفظ التهيئة الخاصة بك, أو انقر الغاء لإعادة تهيئة وصلات الإنترنت "
+"و الشبكة.\n"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../network/netconnect.pm:1
#, c-format
msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
+"We are now going to configure the %s connection.\n"
+"\n"
"\n"
+"Press OK to continue."
msgstr ""
+"\n"
+"\n"
+"\n"
+"نحن الآن سنقوم بتهيئة الوصلة %s.\n"
+"\n"
+"اضغط موافق للمتابعة."
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "نحن الآن سنقوم بتهيئة الوصلة %s."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "وصلة الإنترنت و الإعدادات"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "قم بإعداد الإتصال"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "اقطع الإتصال"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "اتصل"
+
+#: ../../network/netconnect.pm:1
#, c-format
msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
"\n"
+"You can reconfigure your connection."
msgstr ""
+"\n"
+"يمكنك اعادة تهيئة الوصلة."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
+"\n"
+"يمكنك الآن الإتصال بالإنترنت أو اعادة تهيئة الوصلة."
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "أنت لست متصل بالإنترنت حالياً"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
+"\n"
+"You can disconnect or reconfigure your connection."
msgstr ""
+"\n"
+"يمكنك قطع الإتصال أو اعادة تهيئة الوصلة."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "أنت متصل بالإنترنت حالياً"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr ""
+#: ../../network/network.pm:1
+#, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "يجب أن يبدأ العنوان بـ 'ftp:' أو 'http:'"
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr ""
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxy should be http://..."
+msgstr "البروكسي يجب أن يكون http://..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr ""
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "بروكسي FTP"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../network/network.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ""
+msgid "HTTP proxy"
+msgstr "بروكسي HTTP"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../network/network.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr ""
+msgid "Proxies configuration"
+msgstr "اعدادات البروكسي"
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "عنوان البوابات يجب أن تكون على النسق 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "عنوان خادم DNS يجب أن يكون على النسق 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "جهاز البوابة"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "البوابة (مثلاً %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "خادم DNS"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Please enter your host name.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''.\n"
+"You may also enter the IP address of the gateway if you have one."
msgstr ""
+"فضلاً أدخل اسم المستضيف.\n"
+"يجب أن يكون اسم المستضيف صالحاً و كاملاً,\n"
+"مثل ``mybox.mylab.myco.com''.\n"
+"يمكنك أيضاً ادخال عنوان IP الخاص بالبوابة ان وُجدت."
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
msgstr ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "اسم مستضيف الطابعة"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "عنوان IP يجب أن يكون على النسق 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "اسم مستضيف الطابعة"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "ابدأ عند الإقلاع"
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr ""
+#: ../../network/network.pm:1
+#, c-format
+msgid "Network Hotplugging"
+msgstr "Network Hotplugging"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "تتبع هوية بطاقة الشبكة (مفيد للجاسبات الدفترية)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp/zeroconf)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Automatic IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmask"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "عنوان IP"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (driver %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "جاري تهيئة جهاز الشبكة %s"
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
+"Please enter the IP configuration for this machine.\n"
+"Each item should be entered as an IP address in dotted-decimal\n"
+"notation (for example, 1.2.3.4)."
msgstr ""
+"فضلاً أدخل تهيئة IP الخاصة بهذه الماكينة.\n"
+"كل مادة يجب ادخالها كعنوان IP بشكل منقوط\n"
+"(مثلاً, 1.2.3.4)."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"WARNING: this device has been previously configured to connect to the "
+"Internet.\n"
+"Simply accept to keep this device configured.\n"
+"Modifying the fields below will override this configuration."
msgstr ""
+"تحذير: تمت تهيئة هذا الجهاز سابقاً للإتصال بالإنترنت.\n"
+"بكل بساطة اقبل أن تُبقي هذا الجهاز معدّ.\n"
+"تعديل الحقول أدناه سيغيّر هذه التهيئة."
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../network/shorewall.pm:1
+#, c-format
msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
+"تحذير! تم إيجاد إعداد جدار ناري موجود مسبقا. ربما تحتاج الى اصلاح يدوي بعد "
+"التثبيت."
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr ""
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "تم اكتشاف إعداد للجدار الناري!"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "الوصف"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "كلمة المرور للحساب"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "المكان"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "اسم المدخول للحساب"
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr ""
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "الوقت الأقصى للاتصال (بالثواني)"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr ""
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "سرعة الإتصال"
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr ""
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "وضعية الإتصال"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "إختر بلدك"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "DNS الثاني للموفر (اختياري)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "DNS الأول للموفر (اختياري)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "رقم هاتف الموفر"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "اسم الموفر (مثلاً provider.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "رقم الهاتف الشخصي الخاص بك"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "Card IO_1"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "Card IO_0"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "Card IO"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Card mem (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "Card IRQ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "فضلاً املأ أو أشّر على الحقل أدناه"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "اعدادات الوصلة"
+
+#: ../../network/tools.pm:1
#, c-format
msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
+"لا يبدو أن النظام متصل بالإنترنت.\n"
+"حاول اعادة تهيئة الوصلة."
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr ""
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "لأسباب أمنية, سيتم قطع الإتصال الآن."
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "تم اختيار النّموذج يدويًّا"
+#: ../../network/tools.pm:1
+#, c-format
+msgid "The system is now connected to the Internet."
+msgstr "النظام الآن متصل بالإنترنت"
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "إختيار وحدات الطابعة"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "جاري اختبار الوصلة..."
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "ما هو نوع الطابعة لديك؟"
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "هل تريد أن تحاول أن تتصل بالإنترنت الآن؟"
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "اعدادات الإنترنت"
+
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
+"Something bad is happening on your drive. \n"
+"A test to check the integrity of data has failed. \n"
+"It means writing anything on the disk will end up with random, corrupted "
+"data."
msgstr ""
+"هناك شئ سيئ يحصل للقرص. \n"
+"لقد فشل اختبار للتأكد من صحة البيانات. \n"
+"هذا يعني أن كتابة أي شئ على هذا القرص سينتهي ببيانات عشوائية و فاسدة."
+
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (افتراضي)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "على خادم CUPS \"%s\""
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "الطابعات البعيدة"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(على هذا الجهاز)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(على %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "طراز غير معروف"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "طراز غير معروف"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Host %s"
+msgstr "المستضيف %s"
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network %s"
+msgstr "الشبكة %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Interface \"%s\""
+msgstr "الواجهة \"%s\""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local network(s)"
+msgstr "الشبكة/الشبكات المحلية"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "طابعة خام (لا مشغل)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", باستخدام الأمر %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr " على خادم Novell \"%s\", الطابعة \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr "على خادم SMB/Windows \"%s\", المشاركة \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", مستضيف TCP/IP \"%s\", المنفذ \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr "على خادم LPD \"%s\", الطابعة \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", جاري الطباعة الى %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", جهاز متعدد الوظائف"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", جهاز متعدد الوظائف على HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", جهاز متعدد الوظائف على منفذ USB"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", جهاز متعدد الوظائف على المنفذ المتوازي \\#%s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", USB printer"
+msgstr ", طابعة USB"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ", طابعة USB \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr " على المنفذ المتوازي \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "الطابعات المحلية"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "حوّل الوظيفة الى الأمر"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "أدخل URI الخاص بالطابعة"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "طابعة على خادم NetWare"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "طابعة على خادم SMB/Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "طابعة شبكة (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "طابعة على خادم lpd بعيد"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "طابعة على خادم CUPS بعيد"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "طابعة بعيدة"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "طابعة محلية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "جاري إعداد التطبيقات..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "جاري ازالة الطابعة \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "هل تريد فعلاً حذف الطابعة \"%s\"؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "احذف الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "اعرف كيف تستخدم هذه الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "اطبع صفحات اختبارية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "تعذر حذف الطابعة \"%s\" من Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "إعداد OKI WinPrinter"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "تم حذف الطابعة \"%s\" من Star Office/OpenOffice.org/GIMP بنجاح."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "جاري حذف الطابعة من Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "احذف هذه الطابعة من Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "تعذرت اضافة الطابعة \"%s\" الى Star Office/OpenOffice.org/GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr "تمت اضافة الطابعة \"%s\" الى Star Office/OpenOffice.org/GIMP بنجاح."
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "إعداد Lexmark Inkjet"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "جاري اضافة الطابعة الى Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "أضف هذه الطابعة الى Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "تم تعيين الطابعة \"%s\" كطابعة افتراضية الآن."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "الطابعة الإفتراضية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr "عيّن هذه الطابعة كطابعة افتراضية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "خيارات الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr "مصنّع الطابعة, الطراز"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr "مصنّع الطابعة, الطراز, المشغّل"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "جاري ازالة الطابعة القديمة \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "اسم الطابعة, وصف, المكان"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "نوع وصلة الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Learn how to use this printer"
+msgstr "تعلم كيف تستخدم هذه الطابعة"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "طابعة خام"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "افعلها!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "إغلاق"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
+"Printer %s\n"
+"What do you want to modify on this printer?"
msgstr ""
+"الطابعة %s\n"
+"هل تريد تعديل تلك الطابعة؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "تعديل اعدادات الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "أضف طابعة جديدة"
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "وضع عادي"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "تغيير نظام الطباعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing"
+msgstr "مشاركة الطابعات"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "CUPS تهيئة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr "أعد تحميل قائمة الطابعات (لعرض كل طابعات CUPS البعيدة المتوفرة)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
-"\"Linux\" as operating system. The drivers come as RPM packages or shell "
-"scripts with interactive graphical installation. You do not need to do this "
-"configuration by the graphical frontends. Cancel directly after the license "
-"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
-"adjust the head alignment settings with this program."
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
msgstr ""
+"تمت تهيئة الطابعات الآتية. انقر نقرة مزدوجة على الطابعة لتغيير اعداداتها "
+"لجعلها طابعة افتراضية أو لرؤية معلومات حولها."
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org/GIMP."
msgstr ""
+"تمت تهيئة الطابعات الآتية. انقر نقرة مزدوجة على الطابعة لتغيير اعداداتها "
+"لجعلها طابعة افتراضية أو لرؤية معلومات حولها أو لجعل اطابعة على خادم CUPS "
+"البعيد متوفرة لـStar Office/OpenOffice.org/GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "نظام الطباعة: "
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "هل تريد تهيئة الطباعة؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "جاري تجهيز Printerdrake..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "جاري التأكد من البرامج المثبّتة..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "جاري تثبيت Foomatic..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "تعذرت تهيئة الطابعة \"%s\"!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "جاري إعداد الطابعة \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "جاري قراءة بيانات الطابعة..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "أي نظام طباعة تريد أن تستخدم؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "اختر Printer Spooler"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing %s ..."
+msgstr "جاري تثبيت %s ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing %s ..."
+msgstr "جاري حذف %s ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
"\n"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
+"نظام الطباعة (%s) لن يتم بدؤه بشكل آلي عند بدء تشغيل الماكينة.\n"
+"\n"
+"من الممكن أن يكون قد تم تعطيل البدء الآلي بسبب التغيير الى مستوى أعلى لأن "
+"نظام الطباعة قد يكون نقطة مبدئية لهجمات المخترقين.\n"
+"\n"
+"هل تريد تمكين البدء الآلي لنظام الطباعة عند بدء التشغيل مرة أخرى؟"
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "بدء نظام الطباعة عند الإقلاع"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer default settings\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
msgstr ""
+"أنت على وشك تثبيت نظام الطباعة %s على نظام يعمل على المستوى الأمني %s.\n"
+"نظام الطباعة يشغّل مراقب (عملية خلفية) يقوم بانتظار وظائف الطباعة و يتعامل "
+"معها. هذا المراقب يمكن الوصول اليه عن من قِبل الماكينات البعيدة على الشبكة و "
+"لذا فقد يمكن أن يكون نقطة مبدئية لهجمات المخترقين. لهذا يتم اختيار القليل من "
+"المراقبات لتشغيلها افتراضياً على هذا المستوى الأمني.\n"
+"\n"
+"هل تريد فعلاً تهيئة الطباعة على هذه الماكينة؟"
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
+msgid "Installing a printing system in the %s security level"
+msgstr "جاري تثبيت نظام طباعة في مستوى الأمن %s"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
+msgid "paranoid"
+msgstr "مرتفع بجنون"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr ""
+msgid "high"
+msgstr "مرتفع"
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "جاري اعادة تشغيل نظام الطباعة..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "تهيئة طابعة بعيدة"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-"هل تريد تعيين هذه الطابعة (\"%s\")\n"
-"كطابعة افتراضية؟"
+"الوصول الى الشبكة لا يعمل و لم يمكن بدؤه. فضلاً تأكد من التهيئة لديك و العتاد "
+"الخاص بك. ثم حاول تهيئة الطابعة البعيدة مرة أخرى."
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
+"لا يمكن بدء تهيئة الشبكة التي تم عملها أثناء التثبيت الآن. فضلاً تأكد اذا كان "
+"يمكن الوصول الى الشبكة بعد اقلاع النظام و صحّح التهيئة باستخدام مركز تحكم "
+"Mandrake في قسم \"الشبكة و الإنترنت\"/\"الوصلات\", و بعد ذلك قم بتهيئة "
+"الطابعة, كذلك باستخدام مركز تحكم Mandrake في قسم \"العتاد\"/\"الطابعة\""
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "قم بتهيئة الشبكة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "تابع دون تهيئة الشبكة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
+"أنت على وشك تهيئة طابعة بعيدة. هذا يحتاج الى أن تكون وصلة الشبكة تعمل و لكن "
+"الشبكة لم يتم اعدادها حتى الآن. اذا كنت تريد المتابعة دون تهيئة الشبكة, "
+"ستكون قادراً على استخدام الطابعة التي تقةم بتهيئتها الآن. كيف تريد المتابعة؟"
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "لم يتم تحديد وظيفية الشبكة"
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "إطبع"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "جاري بدء الشبكة..."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "جاري اعادة تحميل بيانات الطابة..."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
+"لقد قمت بنقل الطابعة الإفتراضية السابقة (\"%s\"), هل يجب أيضاً أن تكون "
+"الطابعة الإفتراضية تحت نظام الطباعة الجديد %s؟"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer printer configuration"
+msgstr "نقل إعدادات الطابعة"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr "جاري نقل %s..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "اسم الطابعة الجديدة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
+"الطابعة \"%s\" موجودة مسبقاً,\n"
+"هل تريد فعلاً الكتابة فوق التهيئة الخاصة بها؟"
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr "اسم الطابعة يجب أن يحتوي فقط على حروف و أرقام و شارطات تحتية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "انقل"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
msgstr ""
+"الطابعة المسماة \"%s\" موجودة مسبقا تحت %s. \n"
+"انقر \"انقل\" للكتابة فوقه.\n"
+"يمكنك كذلك كتابة اسم جديد أو تحطي هذه الطابعة."
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "لا تنقل الطابعات"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
+"\n"
+"علّم على الطابعات التي تريد نقلها ثم انقر \n"
+"\"انقل\"."
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
+"\n"
+"أيضاً الطابعات المهيئة بملفات PPD من مصنّعيها أو بمشغلات CUPS الخاصة بها لا "
+"يمكن نقلها."
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
+"بالإضافة الى ذلك, فإن الصفوف التي لم يتم عملها بهذا البرنامح أو \"foomatic-"
+"configure\" لا يمكن نقلها."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD و LPRng لا تدعم طابعات IPP.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
+"PDQ يدعم فقط الطابعات المحلية و طابعات LPD البعيدة و طابعات Socket/TCP.\n"
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "طابعة خام"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+"CUPS لا يدعم الطابعات على أجهزة Novell الخادمة أو الطابعات التي ترسل "
+"البيانات الى أمر حر.\n"
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
+"يمكنك نقل تهيئة الطابعة التي تم عملها للـSpooler %s الى %s, الـspooler "
+"الحالي. كل بيانات التهيئة (اسم الطابعة, الوصف, المكان, نوع الوصلة, و خيارات "
+"الإعداد الإفتراضي) يتم أخذها, لكن لن يتم نقل الوظائف.\n"
+"لا يمكن نقل كل الصفوف للأسباب التالية:\n"
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
+"Your multi-function device was configured automatically to be able to scan. "
+"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
+"scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" on the command line to get more "
+"information.\n"
"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "جاري طباعة الصفحات الإختبارية..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "قائمة خيارات الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "جاري الطباعة على الطابعة \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Printing/Photo Card Access on \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "جاري الطباعة/المسح على \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Printing/Scanning/Photo Cards on \"%s\""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
"list shown below or click on the \"Print option list\" button.%s%s\n"
"\n"
msgstr ""
+"للمعرفة حول الخيارات المتوفرة للطابعة الحالية, إما أن تقرأ القائمة أدناه و "
+"انقر \"قائمة خيارات الطابعة\".%s%s\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
msgstr ""
+"\n"
+"الأوامر \"%s\" و \"%s\" تسمح لك بتعديل اعدادات الخيارات لوظيفة طباعة محددة. "
+"ببساطة قم بإضافة الإعداد المطلوب الى سطر الآوامر, مثال \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"<file>\".\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "هل عملت بالشكل الصحيح؟"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+"Printing status:\n"
+"%s\n"
"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2271
-#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "جاري الطباعة/المسح على \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "لا تطبع أي صفحات اختبارية"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "جاري الطباعة/المسح على \"%s\""
+msgid "Photo test page"
+msgstr "صفحة اختبارية لصورة"
-#: ../../printer/printerdrake.pm_.c:2274
-#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "جاري الطباعة/المسح على \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "صفحة اختبارية بديلة (A4)"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "جاري الطباعة على الطابعة \"%s\""
+msgid "Alternative test page (Letter)"
+msgstr "صفحة اختبارية بديلة (Letter)"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "إغلاق"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "صفحة اختبارية قياسية"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "قائمة خيارات الطابعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "إطبع"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "لا صفحات اختبارية"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your multi-function device was configured automatically to be able to scan. "
-"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
-"scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "صفحات اختبارية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
+"هل تريد تعيين هذه الطابعة (\"%s\")\n"
+"كطابعة افتراضية؟"
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "الخيار %s خارج المتوسط!"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "نقل إعدادات الطابعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "الخيار %s يجب أن يكون رقماً!"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "الخيار %s يجب أن يكون رقما صحيحاً!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "إعداد Lexmark Inkjet"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "إعداد OKI WinPrinter"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "ما هو نوع الطابعة لديك؟"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "إختيار وحدات الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "جاري قراءة قاعدة بيانات الطابعات..."
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "تم اختيار النّموذج يدويًّا"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "الطراز غير صحيح"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "طراز الطابعة الخاصة بك"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "جاري تحضير قاعدة بيانات الطابعات..."
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "المكان"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "الوصف"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "اسم الطابعة"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
+"كل طابعة تحتاج الى اسم (مثال \"printer\"). حقول الوصف و المكان ليس من "
+"الضروري ملؤها. انها مجرد ملاحظات للمستخدمين."
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr "أدخل اسم الطابعة و التعليقات"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr ""
+msgid "Making printer port available for CUPS..."
+msgstr "جاري جعل منفذ الطابعة متوفراً لـCUPS..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr "الوصول الى بطاقة الذاكرة على جهاز HP متعدد الوظائف"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr "جاري المسح على جهاز HP متعدد الوظائف"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing mtools packages..."
+msgstr "جاري تثبيت حزم mtools"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing SANE packages..."
+msgstr "جاري تثبيت حزم SANE..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
+msgstr "جاري التأكد من الجهاز و تهيئة HPOJ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing HPOJ package..."
+msgstr "جاري تهيئة حزمة HPOJ..."
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
+"اذا كانت طابعتك جهازاً متعدد الوظائف من HP أو Sony (OfficeJet, PSC, LaserJet "
+"1100/1200/1220/3200/3300 مع ماسح ضوئي, Sony IPJ-V100) أو جهاز HP PhotoSmart "
+"أو HP LaserJet 2200?"
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr "يجب ادخال سطر أوامر"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Command line"
+msgstr "سطر الأوامر"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
+"هنا يمكنك تحديد أي أمر هلامي يمكن تحويل وظيفة الطباعة اليه بدلاً من ارسالها "
+"مباشرةً الى الطابعة."
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "جاري بدء الشبكة..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr "حول الى الأمر"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "تم اكتشاف الطراز: %s %s"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "لم يتم تحديد وظيفية الشبكة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "يجب ادخال URI صالح!"
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "URI جهاز الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
msgstr ""
+"يمكنك تحديد الـURI مباشرة للوصول الى الطابعة. الـURI يجب أن يتوافق مع "
+"متطلبات CUPS أو Foomatic. لاحط أنه ليست كل أنواع الـURI مدعومة من "
+"الـspoolers."
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "البوابة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "اسم مستضيف الطابعة أو الـ IP"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "يجب أن يكون رقم المنفذ رقماً صحيحاً!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "اسم مستضيف الطابعة أو الـ IP مفقود!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
+"للطباعة الى طابعة TCP أو socket, يجب عليك اعطاء اسم المستضيف أو عنوان IP "
+"الخاص بالطابعة و اختيارياً يمكنك اضافة رقم منفذ الطابعة (الإفتراضي هو 9100). "
+"على خادمات HP JetDirect يكون رقم المنفذ عادةً هو 9100, على الخادمات الأخرى "
+"يمكن أن يكون الرقم غير ذلك. الق نظرة على دليل المستخدم للعتاد الخاص بك."
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
+"اختر واحدة من الطابعات التي تم التحقق منها آلياً من القائمة أو أدخل اسم "
+"المستضيف أو رقم IP و رقم المنفذ الإختياري (الإفتراضي هو 9100) في حقول "
+"الإدخال."
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "خيارات طابعة TCP/Socket"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "مرتفع"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "المستضيف \"%s\", المنفذ %s"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", المستضيف \"%s\", المنفذ %s"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid "Scanning network..."
+msgstr "جاري مسح الشبكة..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "تحقق آلي من الطابعات"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "اسم صف NCP مفقود!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "اسم خادم NCP مفقود!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "اسم صف الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "خادم الطابعة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
+"للطباعة على طابعة NetWare, تحتاج الى اعطاء اسم خادم طباعة NetWare (لاحط أنه "
+"قد يختلف عن اسم مستضيف TCP/IP!) بالإضافة الى اسم الصف للطابعة التي رغب في "
+"الوصول اليها بالإضافة الى اسم مستخدم و كلمة مرور مناسبتين."
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "خيارات طابعة NetWare"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
+"وصّل الطابعة الى خادم لينكس و اجعل ماكينات Windows تتصل به كعملاء.\n"
+"\n"
+"هل تريد فعلاً متابعة اعداد هذه الطابعة كما تفعل الآن؟"
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
msgstr ""
+"قم بإعداد خادم Windows لجعل الطابعات متوفرة تحت بروتوكول IPP و قم بإعداد "
+"الطباعة من هذه الماكينة باستخدام نوع الوصلة \"%s\" في Printerdrake.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
+msgstr "تحذير أمني!"
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "جاري ازالة %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr "اسم مشاركة Samba مفقود!"
-#: ../../printer/printerdrake.pm_.c:2636
-#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "تركيب طرود ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr "يجب اعطاء اسم الخادم أو رقم IP الخاص بالخادم!"
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detected"
+msgstr "تحقق آلي"
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "أي نظام طباعة تريد أن تستخدم؟"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "مجموعة العمل"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "جاري إعداد الطابعة \"%s\" ..."
+msgid "Share name"
+msgstr "اسم المشاركة"
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP خادم SMB"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "مستضيف خادم SMB"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "جاري قراءة بيانات الطابعة ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "خيارات طابعة SMB (Windows 9x/NT)"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "جاري إعداد التطبيقات..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "الطابعة \"%s\" على الخادم \"%s\""
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", الطابعة \"%s\" على الخادم \"%s\""
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "اسم الطابعة البعيدة مفقود!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "اسم المستضيف البعيد مفقود!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "اسم الطابعة البعيدة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "اسم المستضيف البعيد"
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org/GIMP."
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "خيارات طابعة lpd البعيد"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "إعداد يدوي"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "يجب عليك ادخال/اختيار طابعة/جهاز"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "تغيير نظام الطباعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "رجاء اختر الطابعة التي ستذهب اليها وظائف الطباعة."
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up. The configuration of the "
+"printer will work fully automatically. If your printer was not correctly "
+"detected or if you prefer a customized printer configuration, turn on "
+"\"Manual configuration\"."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr "ها هي قائمة بكل الطابعات المتحقَّق منها آلياً. "
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "تعديل اعدادات الطابعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr "حالياً لا يوجد احتمال بديل"
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+"The configuration of the printer will work fully automatically. If your "
+"printer was not correctly detected or if you prefer a customized printer "
+"configuration, turn on \"Manual configuration\"."
msgstr ""
-"الطابعة %s\n"
-"هل تريد تعديل تلك الطابعة؟"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr ""
-
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "نوع وصلة الطابعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The following printer was auto-detected. "
+msgstr "تم اكتشاف طابعتك آلياً. "
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "الطابعات المتوفرة"
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No printer found!"
+msgstr "لا توجد طابعة!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "اعرف كيف تستخدم هذه الطابعة"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "طابعة محلية"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "USB printer \\#%s"
+msgstr "طابعة USB \\#%s"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "جاري ازالة الطابعة القديمة \"%s\" ..."
+msgid "Printer on parallel port \\#%s"
+msgstr "الطابعة على المنفذ المتوازي \\#%s"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "الطابعة \"%s\" على خادم SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
+msgid "Network printer \"%s\", port %s"
+msgstr "طابعة شبكة \"%s\", المنفذ %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "تم التحقق من %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", الطابعة \"%s\" على خادم SMB/Windows \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", طابعة شبكة \"%s\", المنفذ %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr "تحقّق آلياً من الطابعات الموصولة بماكينات تعمل على Microsoft Windows"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr "تحقّق آلياً من الطابعات الموصولة مباشرةً بالشبكة المحلية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "تحقق أليا من الطابعات المتصلة بهذا الجهاز"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
+"\n"
+"أهلاً بكم في معالج اعداد الطابعات\n"
+"\n"
+"هذا المعالج سيساعدك على تثبيت الطابعة/الطابعات الموصولة بهذا الكمبيوتر.\n"
+"\n"
+"اذا كانت لديك طابعة/طابعات موصولة بهذه الماكينة, فضلاً قم بتوصيلها الى هذا "
+"الكمبيوتر و قم بتشغيلها كي يتم التحقق منها/منهم آلياً.\n"
+"\n"
+" انقر \"التالي\" عندما تكون مستعداً, و على \"الغاء\" اذا لم تكن تريد اعداد "
+"الطابعة/الطابعات الآن."
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
+"\n"
+"أهلاً بكم في معالج اعداد الطابعات\n"
+"هذا المعالج سيساعدك على تثبيت الطابعة/الطابعات الموصولة بهذا الكمبيوتر أو "
+"الموصولة مباشرةً بالشبكة.\n"
+"\n"
+"اذا كانت لديك طابعة/طابعات موصولة بهذه الماكينة, فضلاً قم بتوصيلها الى هذا "
+"الكمبيوتر و قم بتشغيلها كي يتم التحقق منها/منهم آلياً. أيضاً يجب أن تكون طابعة/"
+"طابعات الشبكة موصولة و مشغّلة.\n"
+"\n"
+"لاحظ أن التحقق الآلي من الطابعات على الشبكة قد يستغرق وقتاً أطول من التحقق "
+"الآلي من الطابعات الموصولة بهذه الماكينة فقط. لذا قم بتعطيل التحقق الآلي من "
+"طابعات الشبكة اذا لم تكن تحتاج الى هذه الميزة.\n"
+"\n"
+" انقر \"التالي\" عندما تكون مستعداً, و على \"الغاء\" اذا لم تكن تريد اعداد "
+"الطابعة/الطابعات الآن."
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
+"\n"
+"أهلاً بكم في معالج اعداد الطابعات\n"
+"هذا المعالج سيساعدك على تثبيت الطابعة/الطابعات الموصولة بهذا الكمبيوتر أو "
+"الموصولة مباشرةً بالشبكة أو بماكينة Windows بعيدة.\n"
+"\n"
+"اذا كانت لديك طابعة/طابعات موصولة بهذه الماكينة, فضلاً قم بتوصيلها الى هذا "
+"الكمبيوتر و قم بتشغيلها كي يتم التحقق منها/منهم آلياً. أيضاً يجب أن تكون طابعة/"
+"طابعات الشبكة و أجهزة Windows موصولة و مشغّلة.\n"
+"\n"
+"لاحظ أن التحقق الآلي من الطابعات على الشبكة قد يستغرق وقتاً أطول من التحقق "
+"الآلي من الطابعات الموصولة بهذه الماكينة فقط. لذا قم بتعطيل التحقق الآلي من "
+"طابعات الشبكة و/أو الطابعات المستضافة من Windows اذا لم تكن تحتاج الى هذه "
+"الميزة.\n"
+"\n"
+" انقر \"التالي\" عندما تكون مستعداً, و على \"الغاء\" اذا لم تكن تريد اعداد "
+"الطابعة/الطابعات الآن."
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
+"\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
msgstr ""
+"\n"
+"أهلاً بكم في معالج اعداد الطابعات\n"
+"\n"
+"هذا المعالج يسمح لك بتثبيت الطابعات المحلية أو البعيدة ليتم استخدامها من هذه "
+"الماكينو و من الماكينات الأخرى على الشبكة.\n"
+"\n"
+"يسألك المعالج عن كل المعلومات الأساسية لإعداد الطابعة و تعطيك القدرة على "
+"الوصول لكل مشغلات الطابعات و خيارات المشغلات و أنواع وصلات الطابعة."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Searching for new printers..."
+msgstr "جاري البحث عن طابعات جديدة..."
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
+"ملحوظة: اعتماداً على طراز الطابعة و نظام الطباعة فسيتم تثبيت حوالي %d "
+"ميغابايت من البرمجيات الإضافية."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "هل أنت متأكد أنك تريد تنصيب الطباعة على هذه الماكينة؟\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "هل تريد تمكين الطباعة على الطابعات المذكورة أعلاه؟\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "هل تريد تمكين الطباعة على الطابعات في الشبكة المحلية؟\n"
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
msgstr ""
+"هل تريد تمكين الطباعة على الطابعات المذكورة أعلاه أم على الطابعات في الشبكة "
+"المحلية؟\n"
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr " (تأكد من أن كل الطابعات موصولة و تعمل).\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "لم يتم العثور على طابعات متصلة مباشرةً بهذه الماكينة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"توجد %d طابعات غير معروفة متصلة مباشرةً بنظامك"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "جاري ازالة الطابعة \"%s\" ..."
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"توجد طابعة غير معروفة متصلة مباشرةً بنظامك"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
msgstr ""
+"الطابعة التالية\n"
+"\n"
+"%s%s\n"
+"متصلة مباشرةً بنظامك"
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
+"الطابعات التالية\n"
+"\n"
+"%s%s\n"
+"متصلة مباشرةً بنظامك"
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
+"الطابعات التالية\n"
+"\n"
+"%s%s\n"
+"متصلة مباشرةً بنظامك"
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
+msgid "and %d unknown printers"
+msgstr "و %d طابعات غير معروفة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and one unknown printer"
+msgstr "و طابعة غير معروفة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "جاري التأكد من نظامك..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr "عنوان IP للمستضيف/الشبكة:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr "هذا المستضيف/الشبكة موجود في القائمة مسبقاً, لا يمكن اضافته مرة أخرى.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr "192.168.100.0/255.255.255.0\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr "192.168.100.0/24\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr "10.1.*\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr "10.0.0.*\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr "192.168.100.194\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr "أمثلة لعناوين IP صحيحة:\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr "عنوان IP المدُخل للمستضيف/الشبكة غير صحيح.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr "اختر الشبكة أو المستضيف التي يجب أن تكون الطابعات المحلية متوفرة له:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Sharing of local printers"
+msgstr "مشاركة الطابعات المحلية"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove selected host/network"
+msgstr "احذف المستضيف/الشبكة المختارة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr "حرّر المستضيف/الشبكة المختارة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr "أضف مستضيف/شبكة"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
+"هذه هي الماكينات و الشبكات التي يجب أن تكون الطابعات المحلية متوفرة لها:"
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "مستوى الأمن"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "تصحيح آلي لتهيئة CUPS"
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr "المرجع"
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "No remote machines"
+msgstr "لا أجهزة بعيدة"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "مستوى الأمن"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Custom configuration"
+msgstr "تهيئة مخصصة"
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "مشاركة الطابعات على المستضيفات/الشبكات: "
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "خيارات أكثر"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr "اعثر على الطابعات الموجودة على الماكينات البعيدة آلياً"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "خيارات أكثر"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr "الطابعات على هذه الماكينة متوفرة للأجهزة الأخرى"
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "جاري ضبط مستوى الأمن"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "إعدادات مشاركة طابعات CUPS"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "التحقق الآلي من الطابعات (محلية, TCP/Socket, و SMB)"
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "ما هي طريقة توصيل الطابعة؟"
-#: ../../services.pm_.c:21
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "اختر وصلة الطابعة"
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr "if set to yes, check additions/removals of sgid files."
-#: ../../services.pm_.c:28
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr "if set to yes, check open ports."
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
+"if set, send the mail report to this email address else send it to root."
msgstr ""
+"if set, send the mail report to this email address else send it to root."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr "if set to yes, report check result by mail."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr "if set to yes, check files/directories writable by everybody."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr "if set to yes, reports check result to tty."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr "if set to yes, run some checks against the rpm database."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr "if set to yes, check if the network devices are in promiscuous mode."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr "if set to yes, run chkrootkit checks."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr "if set to yes, check permissions of files in the users' home."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr "if set to yes, check additions/removals of suid root files."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr "if set to yes, report check result to syslog."
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr "if set to yes, run the daily security checks"
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr "if set to yes, verify checksum of the suid/sgid files."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr "if set to yes, check empty password in /etc/shadow."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr "if set to yes, report unowned files."
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
-#: ../../services.pm_.c:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
msgstr ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "مدير النظام (اسم الدخول أو البردي الألكتروني)"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "إنترنت"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr "مكتبة تحمي من هجمات buffer overflow و format string"
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "إستخدم libsafe للملقمات"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "نظام"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "مستوى الأمن"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "فضلاً اختر مستوى الأمن الذي تريده"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "خادم قواعد بيانات"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "خيارات DrakSec الأساسية"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
msgstr ""
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "الخدمات"
-
-#: ../../services.pm_.c:203
-msgid "running"
+#: ../../security/level.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."
msgstr ""
-#: ../../services.pm_.c:203
-msgid "stopped"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
msgstr ""
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
msgstr ""
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
msgstr ""
-#: ../../services.pm_.c:229
-msgid "On boot"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"This level is to be used with care. It makes your system more easy to use,\n"
+"but very sensitive. It must not be used for a machine connected to others\n"
+"or to the Internet. There is no password access."
msgstr ""
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "ابدأ"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "مرتفع جدا"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "توقف"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "مرتفع أكثر"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "مرتفع"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "فقير"
+
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "مرحبا بالمخترقين"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
+"نجاح MandrakeSoft مبني على مبدأ حرية البرامح. نظام التشغيل الجديد الخاص بك "
+"هو نتيجة للتعاون و العمل الجاد من جزء من مجتمع لينكس حول العالم"
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr ""
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "أهلاً بك في عالم المصادر المفتوحة"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr ""
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "شكراً لاختيارك Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
+"لمشاركتنا بمعرفتك و للمساعدة في بناء أدوات لينكس, انضم الى منتديات النقاش "
+"التي ستجدها في صفحة \"Community\" على موقعنا"
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "وصّل إلى الإنترنت "
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "هل تريد معرفة المزيد عن مجتمع المصادر المفتوحة؟"
+
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "كن جزءاً من عالم البرمجيات الحرة"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
+"اختار Mandrake Linux 9.1 أفضل البرامج لك. تصفح الإنترنت و استعرض الصر "
+"المتحركة باستخدام موزيللا و كونكيورر, أو اقرأ بريدك الألكتروني و تعامل مع "
+"معلوماتك الشخصية باستخدام KMail و Evolution"
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "احصل على ما تريد من الإنترنت"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
+"Mandrake Linux 9.1 يمكّنك من استخدام آخر اصدارات البرامج لتشغيل الملفات "
+"الصوتية, و تحرير الصور, و تشغيل ملفات الفيديو"
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "استمتع بالوسائط المتعددة الى أقصى حد!"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "اكتشف أحدث أدوات الوسائط المتعددة و برامج الرسم!"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
+"Mandrake Linux 9.1 يوفر أفضل الألعاب مفتوحة المصدر - أركيد, حركة, "
+"استراتيجية, ..."
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "الالعاب"
-#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
-msgstr ""
-" يمدّون أفضل لعب بمصادر مفتوحة Mandrake Linux 9.0 - arcade, action, "
-"cards, sports, strategy,...."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
+msgstr "يوفر Mandrake Linux 9.1 أداة قوية لتخصيص و تهيئة جهازك"
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
msgid "Mandrake Control Center"
msgstr "مركز تحكم Mandrake"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
+"يوفر Mandrake Linux 9.1 11 واجهة استخدام يمكن تعديلها كاملةً: كيدي 3, جنوم 2, "
+"WindowsMaker, ..."
-#: ../../share/advertising/07-desktop.pl_.c:9
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid "User interfaces"
msgstr "واجهات الإستخدام"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
+"استفيد من كل قوة المترجم GNU gcc 3 بالإضافة الى أفضل بيئات التطوير مفتوحة "
+"المصادر"
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr ""
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Mandrake Linux 9.1 هي البيئة الأمثل لتطوير البرامج"
-#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "البرمجة ولا أسهل"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-"حوّل ماكينتك إلى خادم قويّ مع/ب فقط نقرات قليلة من ال الفأرة : خادم الويب , "
-"البريد الإلكترونيّ , فيروول , الحفّار , الملفّ و خادم الطّبع ,"
+"حوّل جهازك الى خادم لينكس قوي بنقرات قليلة من الفأرة: خادم ويب, بريد, جدار "
+"ناري, موجّه, خادم ملفات و طباعة, ..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr ""
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "اجعل جهازك خادماً يعتمد عليه"
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "هذا المنتج متوفر على موقع MandrakeStore"
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"منتج الجدار الناري هذا يحتوي على مزايا للشبكة توفر كل احتياجاتك الأمنية"
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr ""
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr "منتجات MandrakeSecurity تتضمن Multi Network Firewall (M.N.F.)"
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr ""
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "حسّن مستوى الأمن"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
+"خياراتنا الكثير من حلول نظام لينكس بالإضافة الى العروض الخاصة و المنتجات "
+"الأخرىى متوفرة في متجرنا الألكتروني:"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr ""
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "متجر MandrakeSoft الرسمي"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft تعمل جنباً الى جنب مع أفضل الشركات التي توفر حلول لحترافية "
+"متوافقة مع Mandrake Linux. توجد قائمة بهؤلاء الشركاء في MandrakeStore"
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr ""
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "شركاؤنا الاستراتيجيون"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"سواء اخترت أن تعلم نفسك بنفسك عبر الإنترنت أو عبر شبكتنا من شركاءنا في مجال "
+"التبريد, يحضرك دليل Linux-Campus لبرنامج شهادة LPI المعترف يها في جميع "
+"أنحاء العالم."
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "احصل على شهادة معتمدة في لينكس"
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
+"تم عمل برنامج التدريب كي يستجيب الى احتياجات كلٍ من المستخدمين و الخبراء "
+"(مدراء الشبكة و الأنظمة)"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "اكتشف دليل تدريب MandrakeSoft Linux-Campus"
+
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
+"التحق بفريق الدعم الفني في MandrakeSoft و مجتمع لينكس على الإنترنت لمشاركة "
+"معلوماتك و مساعدة الآخرين بأن تصبح خبيراً معتمَداً في موقعنا للدعم الفني على "
+"الإنترنت:"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
+"اعثر على حلول لمشاكلك باستخدام بيئة الدعم الفني على الإنترنت في MandrakeSoft"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "كن خبيراً في MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
-msgstr ""
+msgstr "كل مشكلة سيتم تتبعها من خبير واحد معتمد من MandrakeSoft."
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr "بيئة على الإنترنت للإستجابة لاحتياجات الدعم الفني للشركات"
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert للشركات"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -8520,238 +12742,252 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"تم انشاء MandrakeClub و Mandrake Corporate Club للشركات و المستخدمين الأفراد "
+"الذين يريدون دعم توزيعة لينكس المفضلة لديهم بشكل مباشر مع تمتعهم بمزايا "
+"خاصة. اذا كانت منتجاتنا قد حازت على اعجابك, اذا كانت شركتك تستفيد من "
+"منتجاتنا و تساعدها على زيادة قدرتها التنافسية, اذا كنت تريد دعم تطوير "
+"Mandrake Linux, التحق بنادي MandrakeClub!"
-#: ../../standalone.pm_.c:21
-#, fuzzy
-msgid ""
-"This program is free software; you can redistribute it and/or modify\n"
-"it under the terms of the GNU General Public License as published by\n"
-"the Free Software Foundation; either version 2, or (at your option)\n"
-"any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
-msgstr ""
-" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
-" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
-" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
-" أي نسخة تالية (حسب اختيارك).\n"
-"\n"
-" هذا البرنامج يُوزَّع على أمل أن يكون مفيدا,\n"
-" لكن دون أي ضمان’; حتى بدون الضمانة المفهومة\n"
-" للإتجار أو المناسبة لغرض معين. انظر\n"
-" رخصة GNU العمومية الشاملة للتفاصيل.\n"
-"\n"
-" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
-" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
-"التالي\n"
-" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
-"02111-1307,\n"
-" USA."
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "اكتشف MandrakeClub للأفراد و Mandrake Corporate Club للشركات"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "يرجى اعادة تسجيل الدخول الى %s لتنشيط التغييرات"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "يرجى تسجيل الخروج ثم استخدم Ctrl-Alt-BackSpace"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr "/etc/hosts.allow و /etc/hosts.deny معدّان مسبقاً - لم يتم التغيير"
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "لا حاجة الى انشاء /etc/dhcpd.conf أولاً!"
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "حصل شئ خطأ! - هل تم تثبيت mkisofs?"
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "لوحة المفاتيح"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "Etherboot ISO image هي %s"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "لا توجد سواقة قرص مرن!"
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "يمكن ازالة القرص المرن الآن"
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "تعذر الوصول الى القرص المرن!"
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "فضلاً أدخل قرص مرن:"
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "اكتب الإعدادات"
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
+msgstr "Dynamic IP Address Pool:"
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "تركيب طرود ..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Server Configuration"
+msgstr "تهيئة خادم dhcpd"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "يرجى تسجيل الخروج ثم استخدم Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
+msgstr "IP Range End:"
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "يرجى اعادة تسجيل الدخول الى %s لتنشيط التغييرات"
+msgid "IP Range Start:"
+msgstr "IP Range Start:"
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "نقل إعدادات الطابعة"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Name Servers:"
+msgstr "خادمات الإسم:"
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "خادم قواعد بيانات"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Domain Name:"
+msgstr "اسم النطاق:"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "خادم قواعد بيانات"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
+msgstr "عنوان Broadcast:"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr " الخادم NIS"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
+msgstr "Subnet Mask:"
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr " الخادم NIS"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
+msgstr "الموجهات:"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Netmask:"
+msgstr "Netmask:"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr "Subnet:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
-msgstr "اضف مستخدم"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "تهيئة dhcpd..."
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP العميل"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete Client"
+msgstr "احذف العميل"
-#: ../../standalone/drakTermServ_.c:328
-msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr "<-- تحرير العميل"
-#: ../../standalone/drakTermServ_.c:332
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "اضافة عميل -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
+msgstr "اسمح للعملاء النحاف (Thin Clients)"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
+msgstr "عميل نحيف (Thin Client)"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr "لم يتم انشاء صور اقلاع عبر الشبكة!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "type: %s"
+msgstr "النوع: %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- احذف المستخدم"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "اضف مستخدم -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "احذف كل NBI"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- حذف"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "سيستغرق هذا بضع دقائق."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "ابني كل اصدارات النواة -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No NIC selected!"
+msgstr "لم يتم اختيار NIC!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "ابني NIC واحدة -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "لم يتم ايجاد نواة!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "ابني كل النواة -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "ملف ISO الإقلاع"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "قرص الإقلاع"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -8780,7 +13016,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -8791,8 +13027,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -8881,225 +13117,149 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-#, fuzzy
-msgid "No kernel selected!"
-msgstr "لم يتم ايجاد بطاقة تلفاز!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "غير متصل"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "إلغاء"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "تم اختيار الكل"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "اضف مستخدم"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "النوع: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP العميل"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP العميل"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
+"\n"
+"\n"
+" شكر خاص:\n"
+"\t- مشروع LTSP http://www.ltsp.org\n"
+"\t- مايكل براون <mbrown\\@fensystems.co.uk>\n"
+"\n"
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "DHCP العميل"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "DHCP العميل"
-
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "جاري الإعداد..."
-
-#: ../../standalone/drakTermServ_.c:876
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmask"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
+msgstr "أضف/احذف العملاء"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "أضف/احذف المستخدمين"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Domain name"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
+msgstr "صور اقلاع الشبكة"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr " الخادم NIS"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Etherboot Floppy/ISO"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "أوقف الخادم"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "ابدأ الخادم"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "إعداد متقدم"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "عطّل الخادم"
-#: ../../standalone/drakTermServ_.c:1002
-msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "مكّن الخادم"
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "تهيئة خادم طرفيات Mandrake"
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "إعداة الإعداد"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "احذف المادة الأخيرة"
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "أدخل قرص مرن بالدّاخل %s"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "أضف مادة"
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "تثبيت آلي"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "آسف , لا مدخل مرن متاح"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "تهانينا!"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Creating auto install floppy"
+msgstr "جاري انشاء قرص التثبيت الآلي"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
+msgstr "يدوي"
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "خطأ ! "
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
+msgid "Automatic Steps Configuration"
+msgstr "تهيئة آلية للخطوات"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "أداة اعداد المثبّت الآلي"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "replay"
+msgstr "اعادة"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9114,1391 +13274,1532 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "أداة اعداد المثبّت الآلي"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "أيرلندا"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "لا يمكنني ايجاد ملف الصورة `%s'."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "إعداد الخطوات الآلية"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "خطأ ! "
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "تثبيت آلي"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "أزل المادة الأخيرة"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
+"Description:\n"
+"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
+"\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
+" تحديثات 2002 MandrakeSoft من Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
+" جميع الحقوق محفوظة (C) 2001 MandrakeSoft من دوبون سيباستيان <dupont_s"
+"\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include the web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed data afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "اجمالي التقدم"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+msgid ""
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %%).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time (about 1000%% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" #> cat .backupignore\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr ""
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Bad password on %s"
-msgstr ""
+msgid "Restore"
+msgstr "استعادة"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "لا يمكن أن ينفتح %s: %s\n"
+msgid "Backup Now"
+msgstr "قم بالنسخ الإحتياطي الآن"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr ""
+msgid "Advanced Configuration"
+msgstr "إعداد متقدم"
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgid "Wizard Configuration"
+msgstr "إعدادات المعالج"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "View Backup Configuration."
+msgstr "اعرض تهيئة النسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now from configuration file"
+msgstr "قم بالنسخ الآن من ملف التهيئة"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "إعدادات Drakbackup"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "اجمالي التقدم"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "جاري ارسال الملفات..."
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "ارسال الملفات عن طريق FTP"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
+msgid "Backup other files"
+msgstr "انسخ ملفات أخرى"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "انسخ ملفات المستخدم"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "انسخ ملفات النظام"
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "تحت التطوير ... انتظر فضلا"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
+"لم يتم ايجاد ملف تهيئة \n"
+"فضلا اضغط معالج لأو متقدم."
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "رجاء اختر البيانات المطلوب نسخها احتياطيا..."
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "رجاء اختر وسيط النسخ الإحتياطي..."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
+msgid "Please select data to restore..."
+msgstr "رجاء اختر تاريخ الإستعادة..."
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy, c-format
-msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr "ارسال الملفات عن طريق FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "يجب تثبيت الحزم التالية:\n"
-#: ../../standalone/drakbackup_.c:1322
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
+"خطأ أثناء ارسال الملف عير FTP.\n"
+" فضلاً قم بتصحيح اعدادات FTP."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
+"خطأ أثناء ارسال البريد.\n"
+" لم يتم ارسال تقرير البريد.\n"
+" فضلاً قم بإعداد sendmail"
-#: ../../standalone/drakbackup_.c:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "التالي"
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "السابق"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "حفظ"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "ابني النسخة الإحتياطية"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "تقدم الإستعادة"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "استعادة من الكتالوغ"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
+msgstr "استعرض الى مستودع استعادة جديد."
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "انسخ ملفات النظام قبل:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "القرص في المكان الصحيح - تابع"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "استعادة مخصصة"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "استعد كل النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "فشلت الإستعادة..."
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
-msgstr "رجاء اختر كل المستخدمين الذين تريد تضمينهم في النسخ الإحتياطي."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
+msgstr "الملفات المستعادة..."
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "يُحتاج الى مسار أو وحدة"
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "يُحتاج الى اسم المستضيف"
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "ازل المادة المختارة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "يُحتاج الى اسم المستخدم"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "يُحتاج الى كلمة المرور"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "المستخدمون"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr "وحدة أو مسار المستضيف"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "استخدم القرص الصلب للنسخ الإحتياطي"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "اسم المستضيف"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "استعد عن طريق بروتوكول الشبكة: %s"
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "استعادة عن طريق الشبكة"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr "علامة الشريط ليست العلامة الصحيحة. علامة الشريط هي %s."
-#: ../../standalone/drakbackup_.c:1748
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Transfer \n"
-"Now"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
+"أدخل الشريط بالعلامة %s\n"
+" في جهاز الشريط %s"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "استعادة من الشريط"
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "فضلا أدخل اسم المستضيف أو عنوان IP."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "علامة القرص ليست العلامة الصحيحة. علامة القرص هي %s."
-#: ../../standalone/drakbackup_.c:1758
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
-msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "رجاء أدخل اسم الدخول"
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+"أدخل القرص المدمج بالعلامة %s\n"
+" في سواقة القرص المدمج تحت نقطة التحميل /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "رجاء كلمة المرور"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "استعادة من القرص المدمج"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "تذكّر كلمة السّرّ هذه "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "ملفات النسخ الإحتياطي غير موجودة على %s"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
msgstr ""
+"غيّر\n"
+"مسار الإستعادة"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "إلى المساعد CD/DVDROM الاستعمال "
-
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
+"استعد الملفات\n"
+"المختارة"
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "رجاء اختر مساحة القرص المدمج"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+"استعد مدخل\n"
+"الكتالوغ المختار"
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "احذف أدلة المستخدمين قبل الإستعادة"
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr "قم بنسخ احتياطي جديد فبل الإستعادة (فقط للنسخ الإحتياطية المتدرجة)"
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "اختر مسار الإستعادة (بدلاً من / )"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "استعد آخر"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "أعد المستخدمين "
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "استعد النّظام"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Other Media"
+msgstr "وسيط آخر"
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "اختر ملف"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "اختر وسيط آخر للاستعادة منه"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "استعد من القرص الصلب"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "وصلة آمنة"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "وصلة FTP"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "استخدم quota لملفات النسخ الإحتياطي."
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
+"فضلاً أدخل الحجم الأقصى\n"
+" المسموح به لـDrakbackup"
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
-msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
+msgstr "اختر الدليل الذي سيتم حفظه:"
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "الشبكة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "استخدم القرص الصلب للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "رجاء اختر تاريخ الإستعادة"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "انسخ ملفات النظام قبل:"
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "النوع"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr "قائمة المستخدمين الذين سيتم استعادتهم"
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "كلّ ساعة "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "اضغط موافق لاستعادة ملفات اخرى"
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "يوميًّا "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " تهيئة الإستعادة "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "أسبوعيّا"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " تمت الإستعادة بنجاح على %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "شهريا"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " كل البيانات المختارة تم "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "استخدم المراقب"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "ملفات النسخ الإحتياطي فاسدة"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"فضلا اختر الفترة \n"
-"ما بين كل عملية نسخ احتياطي"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "فضلاً قم بإزالة التأشير أو احذفها في المرة القادمة."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"رجاء اختر\n"
-"وسيط النسخ الاحتياطي"
+"قائمة بالبيانات الفاسدة:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
+"قائمة البيانات التي سيتم استرجاعها:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "ماذا "
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "أين"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "لا تهيئة, اضغط معالج أو متقدم.\n"
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "متى "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-الشبكة عن طريق webdav.\n"
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "خيارات أكثر"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-الشبكة عن طريق rsync.\n"
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "إعدادات Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-الشبكة عن طريق SSH.\n"
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "رجاء اختر أين تريد النسخ الاحتياطي."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-الشبكة عن طريق FTP.\n"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "على القرص الصّلب"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr "\t-الشريط \n"
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "عبر الشّبكة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-القرص المدمج.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-القرص الصلب.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include:\n"
msgstr ""
+"\n"
+"- Daemon (%s) include :\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "رجاء اختر ما تريد نسخه احتياطياً"
-
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "نظام المساعد"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tالنسخ الإحتياطية تستخدم tar و gzip\n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "مستخدمو المساعد"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tالنسخ الإحتياطية تستخدم tar و bzip2\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "اخترالمستخدم يدويًّا"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tلا تُضمن ملفات النظام\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Options:\n"
msgstr ""
"\n"
-"مصادر المساعد :\n"
+"- خيارات:\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- System Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"-ملفّات النّظام :\n"
+"\t\t اسم المستخدم: %s\n"
+"\t\t على المسار: %s\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- User Files:\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"-ملفّات المستخدم:\n"
+"- احفظ عبر %s على المستضيف: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"-الملفّات الأخرى:\n"
+"- احفظ الى الشريط على الجهاز: %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
+msgstr " (متعدد الجلسات)"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " on device: %s"
+msgstr " على الجهاز: %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path: %s\n"
+"- Burn to CD"
msgstr ""
"\n"
-"- احفد القرص الصّلب على الطّريق :%s\n"
+"- انسخ الى قرص مدمج"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- احذف كل ملفات tar الخاصة بالقرص الصلب بعد كل عملية نسخ.\n"
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2555
-#, fuzzy, c-format
-msgid " on device: %s"
-msgstr "جهاز الفأرة: %s\n"
-
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+"- Save on Hard drive on path: %s\n"
msgstr ""
+"\n"
+"- احفظ على القرص الصلب على المسار:%s\n"
-#: ../../standalone/drakbackup_.c:2557
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Other Files:\n"
msgstr ""
"\n"
-"-FTP و على host احفد على: %s\n"
+"-الملفّات الأخرى:\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2561
-#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- User Files:\n"
msgstr ""
"\n"
-"-FTP و على host احفد على: %s\n"
+"-ملفّات المستخدم:\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- System Files:\n"
msgstr ""
+"\n"
+"-ملفّات النّظام :\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"Backup Sources: \n"
msgstr ""
"\n"
-"- خيارات:\n"
+"مصادر المساعد :\n"
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
+msgstr "اخترالمستخدم يدويًّا"
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackups use tar and bzip2\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "مستخدمو المساعد"
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "نظام المساعد"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include:\n"
-msgstr ""
-"\n"
-"-Daemon (%s) include :\n"
+msgid "Please choose what you want to backup"
+msgstr "رجاء اختر ما تريد نسخه احتياطياً"
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
+msgstr "على الشريط"
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "على القرص المدمج"
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "عبر الشّبكة"
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "على القرص الصّلب"
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "رجاء اختر أين تريد النسخ الاحتياطي."
-#: ../../standalone/drakbackup_.c:2578
-#, fuzzy
-msgid "\t-Network by rsync.\n"
-msgstr "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "خيارات أكثر"
-#: ../../standalone/drakbackup_.c:2579
-#, fuzzy
-msgid "\t-Network by webdav.\n"
-msgstr "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "متى "
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "أين"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "ماذا "
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
+msgstr "الغ ملفات tar الخلصة بالقرص تاصلب بعد النسخ الى وسيط آخر."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "أرسل تقريراً بريدياً بعد كل عملية نسخ الى:"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
+"تأكد من أن مراقب cron موجود ضمن خدمات النظام. \n"
+"\n"
+"لاحظ أن كل وسائط الشبكة تستخدم القرص الصلب."
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
+"Please choose the\n"
+"media for backup."
msgstr ""
+"رجاء اختر\n"
+"وسيط النسخ الاحتياطي"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
+"فضلا اختر الفترة \n"
+"ما بين كل عملية نسخ احتياطي"
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use daemon"
+msgstr "استخدم المراقب"
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
+msgstr "شهريا"
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
+msgid "weekly"
+msgstr "أسبوعيّا"
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "daily"
+msgstr "يوميّاً"
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "اضغط موافق لاستعادة ملفات اخرى"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr "كلّ ساعة "
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "قائمة المستخدمين الذين سيتم استعادتهم"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "انسخ ملفات النظام قبل:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "رجاء اختر تاريخ الإستعادة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "فضلاً اختر الدليل الذي سيتم الحفظ فيه:"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "استخدم القرص الصلب للنسخ الإحتياطي"
+# c-format
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "فضلا قم بالتأشير هنا اذا كنت تريد اخراج الشريط بعد النسخ الإحتياطي."
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "فضلا قم بالتأشير هنا اذا كنت تريد مسح الشريط قبل النسخ الإحتياطي."
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "وصلة FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr ""
+"فضلا قم بالتأشير هنا اذا كنت تريد استخدام جهاز غير قابل للرجوع الى الخلف."
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "وصلة آمنة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr "فضلاً أدخل اسم جهاز النسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "استعد من القرص الصلب"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "استخم الشريط للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "لم يتم تعريف جهاز قرص مدمج!"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "اختر وسيط آخر للاستعادة منه"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"فضلاً أدخل اسم جهاز نسخ الأقراص\n"
+" مثال: 0,1,0"
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "وسيط آخر"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم جهاز DVDRAM"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "استعد النّظام"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم جهاز DVDR"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "أعد المستخدمين "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr " امحِ الآن "
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "استعد آخر"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr ""
+"فضلا قم بالتأشير هنا اذا كنت تريد مسح الوسيط القابل لإعادة الكتابة (الجلسة "
+"الأولى)"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "اختر مسار الإستعادة (بدلاً من / )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "قم بنسخ احتياطي جديد فبل الإستعادة (فقط للنسخ الإحتياطية المتدرجة)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم قرص مدمج متعدد الجلسات"
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "أزل أدلة المستخدمين قبل الإستعادة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "فضلاً اختر مساحة وسيط CD/DVD (بالميغابايت)"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
+"فضلاً اختر جهاز CD/DVD الخاص بك\n"
+"(اضغط ادخال لنشر الإعدادات لحقول أخرى.\n"
+"هذا الحقل ليس ضرورياً, انه مجرد أداة لملء الإستمارة.)"
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "ازل المادة المختارة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "استخدم CD/DVDROM للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "استعد آخر"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr "يُحتاج الى اسم المستضيف و اسم المستخدم و كلمة المرور!"
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr ""
+msgid "Remember this password"
+msgstr "تذكّر كلمة السر هذه"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "رجاء كلمة المرور"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "رجاء أدخل اسم الدخول"
+
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
+"فضلاً أدخل الدليل (أو الوحدة) التي سيتم فيها وضع\n"
+" النسخة الإحتياطية على هذا المستضيف."
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "استعد من القرص الصلب"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "فضلا أدخل اسم المستضيف أو عنوان IP."
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
+"مفاتيح أخرى\n"
+"(غير drakbackup) موجودة مسبقاً"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+" Transfer \n"
+"Now"
msgstr ""
+" انقل \n"
+"الآن"
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "استعادة جدول التقسيم"
-
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
+"انشئ/لنقل\n"
+"مفاتيح النسخ الإحتياطي لـSSH"
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "أعد المستخدمين "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr "استخدم Expect لـSSH"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgid "Net Method:"
+msgstr "Net Method:"
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Host اسم "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "استخدم الإتصال بالشبكة للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "المستخدمون"
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "كلمة المرور"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
-msgstr "اسم المستخدم"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "استخدم النسخ التراكمي (لا تستبدل النسخ الإحتياطية القديمة)"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "اسم المستضيف :"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "احذف المادة المختارة"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "لا تستخدم ذاكرة المتصفح المخبئية"
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "رجاء اختر كل المستخدمين الذين تريد تضمينهم في النسخ الإحتياطي."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
+"بهذا الخيار يمكنك استرجاع أي نسخة من\n"
+" دليل /etc الخاص بك."
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "استعد آخر"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "لا تُضمّن الملفات المهمة (passws, group,fstab)"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "استعد كل النسخ الإحتياطية"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "استخدم النسخ التراكمي (لا تستبدل النسخ الإحتياطية القديمة)"
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "استعادة مخصصة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "انسخ ملفات النظام: (دليل /etc)"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr "هذه الخيارات يمكنها نسخ و استرجاع كل الملفات في دليل /etc.\n"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
msgstr ""
+"\n"
+"فضلاً قم بالتأشير على الخيارات التي تحتاجها.\n"
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "استعادة جدول التقسيم"
-
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "أعد المستخدمين "
-
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "السابق"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "اختر الملفات أو الأدلة ثم انقر 'أضف'"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "حفظ"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "اختيار الملفات"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "ابني النسخة الإحتياطية"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "تعذر انشاء الكتالوغ!"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "استعادة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " خطأ أثناء ارسال البريد. \n"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
+"\n"
+"نشاطات Drakbackup عن طريق شريط التخزين:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
+"\n"
+"نشاطات Drakbackup عن طريق القرص المدمج:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "رجاء اختر تاريخ الإستعادة..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "رجاء اختر وسيط النسخ الإحتياطي..."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
+"\n"
+"نشاطات Drakbackup عن طريق %s:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "رجاء اختر البيانات المطلوب نسخها احتياطيا..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+" مشكلة في وصلة FTP: لم يكن بالإمكان ارسال ملفات النسخ الإحتياطي الخاصة بك "
+"باستخدام FTP.\n"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-"لم يتم ايجاد ملف تهيئة \n"
-"فضلا اضغط معالج لأو متقدم."
+"قائمة الملفات المرسلة من FTP: %s\n"
+" "
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "تحت التطوير ... انتظر فضلا"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "لا تغييران للنسخة الإحتياطية!"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "انسخ ملفات النظام"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "ملفات النسخ الإحتياطي للقرص الصلب..."
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "انسخ ملفات المستخدم"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "انسخ ملفات أخرى..."
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "انسخ ملفات أخرى"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "التقدم في نسخ القرص الصلب..."
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "اجمالي التقدم"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "انسخ ملفات المستخدمين..."
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "ارسال الملفات عن طريق FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "انسخ ملفات النظام..."
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "جاري ارسال الملفات..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr "لا يوجد شريط في %s!"
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "قم بالنسخ الآن من ملف التهيئة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "توجد مشكلة في التصريح للوصول الى القرص المدمج."
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "اعرض تهيئة النسخ الإحتياطي"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "قد يستغرق مسح الوسيط بعض الوقت."
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "إعدادات المعالج"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr "وسيط غير قابل للمسح!"
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "إعداد متقدم"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr "لا يبدو وسيط قابل للكتابة!"
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "قم بالنسخ الإحتياطي الآن"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "لا يوجد قرص CD-R/DVD-R في السواقة"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "فشلت عملية نقل WebDAV!"
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "موقع WebDAV البعيد متزامن مسبقاً!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "اجمالي التقدم"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time (about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-
-#: ../../standalone/drakbackup_.c:4654
-msgid ""
+"تم النقل بنجاح\n"
+"ربما تريد التحقق اذا كان يمكنك الدخول الى خادم بالأمر:\n"
"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"ssh -i %s %s\\@%s\n"
"\n"
-msgstr ""
+"دون تنبيهك الى ادخال كلمة مرور."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
+msgstr "%s لا يستجيب"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "تعذر ايجاد %s على %s"
-#: ../../standalone/drakbackup_.c:4662
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "تم رفض لاتصريح بنقل %s الى %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "كلمة مرور سيئة على %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "لا يوجد طلب كلمة سر في %s على المنفذ %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr "ERROR: Cannot spawn %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "قد يستغرق هذا بعض الوقت لتوليد المفاتيح."
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
+"%s exists, delete?\n"
"\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
msgstr ""
+"%s موجود, هل تريد حذفه؟\n"
+"\n"
+"تحذير: اذا قمت بهذه العملية مسبقاً غالباً\n"
+" ستحتاج الى حذف المدخل من authorized_keys على الخادم."
-#: ../../standalone/drakbackup_.c:4701
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
+" DrakBackup Report Details\n"
"\n"
-" - Incremental Backups:\n"
"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data after.\n"
-"\tSo you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
+msgstr ""
"\n"
+" تفاصيل تقرير DrakBackup\n"
"\n"
"\n"
-msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
-msgstr ""
-" جميع الحقوق محفوظة (C) 2001 MandrakeSoft من دوبون سيباستيان <dupont_s"
-"\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Description:\n"
"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
+" DrakBackup Daemon Report\n"
"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+msgstr ""
"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
+" تقرير مراقب DrakBackup\n"
"\n"
"\n"
-msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"options description:\n"
"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
+" DrakBackup Report \n"
"\n"
msgstr ""
-
-#: ../../standalone/drakbackup_.c:4778
-msgid ""
"\n"
-"Restore Backup Problems:\n"
+" تقرير DrakBackup \n"
"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-#: ../../standalone/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "فشل تثبيت %s. ظهر الخطأ التالي:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "أدوات سطر الأوامر"
-
-#: ../../standalone/drakbug_.c:53
-#, fuzzy
-msgid "HardDrake"
-msgstr "على القرص الصّلب"
-
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "استشارات Mandrake"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "MandrakeStore"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "الفأرة"
+msgid "INFO"
+msgstr "INFO"
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "طابعة بعيدة"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "FATAL"
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "WARNING"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "Cron غير متوفر حتى الآن للمستخدمين غير الجذر"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr ""
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "فشل تثبيت %s. ظهر الخطأ التالي:"
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Printerdrake"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "لا يوجد متصفح متوفر! فضلاً قم بتثبيت متصفح"
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "معالج إعداد الشبكة"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "جاري الإتصال بمعالج Bugzilla ..."
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "التحقق"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package not installed"
+msgstr "لم يتم تثبيت الحزمة"
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr ""
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "غير مثبّت"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "الأدوات المنفصلة"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "من فضلك انتظر"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "تقرير"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -10509,332 +14810,361 @@ msgid ""
"transferred to that server\n"
"\n"
msgstr ""
+"\n"
+"\n"
+"لتسليم تقرير العيوب, اضغط على زر تقرير.\n"
+"سيقوم هذا بقتح متصفح ويب على الصفحة https://drakbug.mandrakesoft.com\n"
+" حيث ستجد استمارة عليك ملؤها. المعلومات المذكرة أعلاه سيتم نقلها\n"
+"الى ذلك الخادم\n"
+"\n"
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "استعادة"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "ما بعد ازالة التثبيت"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "ما بعد ازالة التثبيت"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr ""
-
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "اعدادات الشبكة (%d موائمات)"
-
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "التشكيل:"
-
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "احذف التشكيل..."
+msgid "Release: "
+msgstr "الإصدار:"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "التشكيل المطلوب حذفه:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr "النواة:"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "تشكيل جديد..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "الجزمة: "
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"لإسم التشكيل الذي ستعمله (التشكيل الجديد يتم عمله كنسخة من التشكيل الحالي) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "التطبيق:"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "اسم المستضيف :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "معالجات التهيئة"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "الدخول الى الإنترنت"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "النوع:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "أداة الإنتقال من Windows"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "البوابة:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "الواجهة:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "مدير البرامج"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "الحالة:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "التحكم عن بعد"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "الانتظار من فضلك"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "إعداد الدخول الى الإنترنت..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "إعداد LAN"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "المحرك"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "الواجهة"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "DrakSync"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "البروتوكول"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "معالج First Time"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "الحالة"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "أداة تقرير العيوب في Mandrake"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "إعداد الشبكة المحلية..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP العميل"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "انقر هنا لتشغيل المعالج ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernet Card"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "المعالج..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "تطبيق"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parameters"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "متّصل "
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "نوع العلاقة"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "غير متصل"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "التشكيل:"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "اتصل..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "إعدادات الإتصال بالإنترنت"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "اقطع الإتصال..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "إعدادات الإتصال بالإنترنت"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
+"ليست لديك أي اتصالات إنترنت.\n"
+"قم بعمل اتصال أولا باستخدام 'تهيئة'"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"لم تقم بتهيئة أي واجهات.\n"
-"قم بتهيئتهم أولا عن طريق الضغط على 'تهيئة'"
+"لم يتم تهيئة الواجهة بعد.\n"
+"قم بتشغيل معالج التهيئة في النافذة الرئيسية"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "إعداد LAN"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "قم بالتنشيط الآن"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "المحوّل %s: %s"
+msgid "deactivate now"
+msgstr "قم بإزالة التنشيط الآن"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "بروتوكول الإقلاع"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP العميل "
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "يتم بدءه عند الإقلاع"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP العميل "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "بروتوكول الإقلاع"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "قم بالتنشيط الآن"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "المحوّل %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "قم بإزالة التنشيط الآن"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "إعداد LAN"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"لم يتم تهيئة الواجهة بعد.\n"
-"قم بتشغيل معالج التهيئة في النافذة الرئيسية"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "إعداد LAN"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"ليست لديك أي اتصالات إنترنت.\n"
-"قم بعمل اتصال أولا باستخدام 'تهيئة'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "إعدادات الإتصال بالإنترنت"
+"لم تقم بتهيئة أي واجهات.\n"
+"قم بتهيئتهم أولا عن طريق الضغط على 'تهيئة'"
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "إعدادات الإتصال بالإنترنت"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "اتصل..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "نوع العلاقة"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "اقطع الإتصال..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parameters"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "غير متصل"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "متّصل"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernet Card"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP العميل"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "الواجهة:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-متنوع-ثابت-وسط-ر-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "البوابة:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "اسم الوحدة"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "تطبيق"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "حجم"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "انقر هنا لتشغيل المعالج ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "دريك للاقراص المرنة"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "المعالج..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "صنع قرص مرن لبدء النظام"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "الحالة:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "المرجع"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "النوع:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "خطأ فى دريك لعمل قرص بدء النظام: %s"
+msgid "Internet access"
+msgstr "الدخول الى الإنترنت"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "اصدارة اللب"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "اسم المستضيف :"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "عام"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "إعداد الشبكة المحلية..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "منطقة الخبراء"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "الحالة"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd الخصائص الاختيارية"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "المحرك"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "اضافة وحدة"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "البروتوكول"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "اجبار"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "الواجهة"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "اذا احتجته"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "إعداد الدخول الى الإنترنت..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "SCSI اهمل وحدات ال"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "الانتظار من فضلك"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "RAID اهمل وحدات ال"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
+"لإسم التشكيل الذي ستعمله (التشكيل الجديد يتم عمله كنسخة من التشكيل الحالي) :"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "ازالة وحدة"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "تشكيل جديد..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "الناتج"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "التشكيل المطلوب حذفه:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "جهز القرص"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "احذف التشكيل..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "تأكد من وجود الوسيط للوحدة %s"
+msgid "Network configuration (%d adapters)"
+msgstr "اعدادات الشبكة (%d موائمات)"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakedm:1
#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"لا يوجد وسط أو ربما يكون الوسط محمي من القراءة للجهاز %s.\n"
-"فضلاً ادخل وسط فى الوحدة."
+"مدير عرض X11 يسمح لك بتسجيل الدخول الى\n"
+"نظامك مع تشغيل خادم النوافذ X و يدعم تشغيل\n"
+"عدة جلسات X مختلفة على ماكينتك المحلية في نفس الوقت."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "تعذر تنفيذ: %s"
+msgid "Choosing a display manager"
+msgstr "جاري اختيار مدير العرض"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -10842,133 +15172,231 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "ابحث في الخطوط المثبتة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "تعذر تنفيذ: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "أزل اختيار الخطوط المثبتة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"لا يوجد وسط أو ربما يكون الوسط محمي من القراءة للجهاز %s.\n"
+"فضلاً ادخل وسط فى الوحدة."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "تحليل كل الخطوط"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "تأكد من وجود الوسيط للوحدة %s"
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "لا توجد خطوط"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "جهز القرص"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "انتهى"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "الناتج"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "لم أتمكن من ايجاد أي خطوط في تجزئاتك المحملة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "ازالة وحدة"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "أعد اختيار الخطوط الصحيحة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "RAID اهمل وحدات ال"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "لم أتمكن من إيجاد أي خط.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "SCSI اهمل وحدات ال"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "ابحث عن الخطوط في القائمة المثبتة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "اذا احتجته"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "نقل الخطوط"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "اجبار"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "تثبيت خطوط True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "اضافة وحدة"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd الخصائص الاختيارية"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "تم تثبيت خطوط True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "منطقة الخبراء"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "تحويل الخطوط"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "عام"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "بناء type1inst"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "اصدارة اللب"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referencing"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "خطأ فى دريك لعمل قرص بدء النظام: %s"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "تحويل خطوط ttf"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "المرجع"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "تحويل خطوط pfm"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "صنع قرص مرن لبدء النظام"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "أبطل الملفات المؤقتة"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "دريك للاقراص المرنة"
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "أعد تشغيل XFS"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "حجم"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "أبطل ملفات الخطوط"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "اسم الوحدة"
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "xfs restart"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-متنوع-ثابت-وسط-ر-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "ما بعد ازالة التثبيت"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "احذف الخطوط من النظام"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "الإختبارات الأولية"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "ما بعد التثبيت"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "ثبّت و حوّل الخطوط"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "انسخ الخطوط الى نظامك"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "احذف القائمة"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "تم اختيار الكل"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "تم ازالة اختيار الكل"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "إضغط هنا إذا لم تكن متأكدا."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "اضغط هنا إذا كنت متأكدا."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "ثبّت القائمة"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "اختر ملف أو دليل الخطوط و اضغط 'اضافة'"
+
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
+"قبل تثبيت أي خطوط تأكد أنه لديك الحق باستخدامهم و تثبيتهم على النظام.\n"
+"\n"
+"-يمكنك تثبيت الخطوط بالطريقة العادية. في حالات نادرة, قد تتسبب الخطوط "
+"المزيفة في تعليق خادم X."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "استيراد الخطوط"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "طابعات عادية (Generic)"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "احصل على خطوط Windows"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "اخذف الخطوط"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "خيارات متقدمة"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "قائمة الخطوط"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "اختر التطبيقات التي ستدعم الخطوط :"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\n"
"\n"
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10994,9 +15422,12 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
+msgstr ""
"\n"
+"جميع الحقوق محفوظة (C) 2001-2002 لـMandrakeSoft \n"
+"\tDUPONT Sebastien (الإصدار الأصلي)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\n"
"\n"
-msgstr ""
" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
@@ -11008,287 +15439,311 @@ msgstr ""
" رخصة GNU العمومية الشاملة للتفاصيل.\n"
"\n"
" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
-" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
-"التالي\n"
+" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على "
+"العنوان التالي\n"
" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
-"02111-1307,\n"
-" USA."
-
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "اختر التطبيقات التي ستدعم الخطوط :"
+"02111-1307, USA.\n"
+"\n"
+" شكر خاص الى:\n"
+" - pfm2afm: \n"
+"\t من Ken Borgendale:\n"
+"\t يحوّل خطوط .pfm في Windows الى خطوط .afm (Adobe Font Matrix)\n"
+" - type1inst:\n"
+"\t من James Macnicol: \n"
+"\t يولد type1inst ملفات fonts.dir و fonts.scale و Fontmap.\n"
+" - ttf2pt1: \n"
+"\t من Andrew Weeks, Frank Siegert, Thomas Henlich و Sergey Babkin \n"
+" يحول خطوط ttf الى خطوط afm و pfb\n"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "About"
+msgstr "حول"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "قائمة الخطوط"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "خيارات متقدمة"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "طابعات عادية (Generic)"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "اخذف الخطوط"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "اختر ملف أو دليل الخطوط و اضغط 'اضافة'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "احصل على خطوط Windows"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "ثبّت القائمة"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "استيراد الخطوط"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "اضغط هنا إذا كنت متأكدا."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "انتهى"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "إضغط هنا إذا لم تكن متأكدا."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "xfs restart"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "تم ازالة اختيار الكل"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "أبطل ملفات الخطوط"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "تم اختيار الكل"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "أعد تشغيل XFS"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "ازل القائمة"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "أبطل الملفات المؤقتة"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "الإختبارات الأولية"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "بناء type1inst"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "انسخ الخطوط الى نظامك"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "تحويل خطوط pfm"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "ثبّت و حوّل الخطوط"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "تحويل خطوط ttf"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "ما بعد التثبيت"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "Ghostscript referencing"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "أزل الخطوط من النظام"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "تحويل الخطوط"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "ما بعد ازالة التثبيت"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "تم تثبيت خطوط True Type"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "مشاركة الإتصال بالإنترنت"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "آسفون, نحن ندعم اصدارات النواة 2.4"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "تثبيت خطوط True Type"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "مشاركة الإتصال بالإنترنت ممكنة حاليا"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "نقل الخطوط"
-#: ../../standalone/drakgw_.c:126
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "ابحث عن الخطوط في القائمة المثبتة"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "تعطيل"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "لم أتمكن من إيجاد أي خط.\n"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "اهمال"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "أعد اختيار الخطوط الصحيحة"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "إعداة الإعداد"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "لم أتمكن من ايجاد أي خطوط في تجزئاتك المحملة"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "جاري تعطيل الخوادم..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "لا توجد خطوط"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "مشاركة اتصال الإنترنت غير ممكَّنة الآن."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "تحليل كل الخطوط"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "مشاركة الإتصال بالإنترنت"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "احذف اختيار الخطوط المثبتة"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "ابحث في الخطوط المثبتة"
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
+"أهلا بك في أداة مشاركة الإتصال بالإنترنت!\n"
+"\n"
+"%s\n"
+"\n"
+"اضغط على تهيئة لتشغيل معالج الإعداد."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "تمكين"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "إعدادات مشاركة إتصال الإنترنت"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "جاري تمكين الخوادم..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "لم يتم اعداد أي مشاركة اتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "مشاركة إتصال الإنترنت ممكَّنة الآن."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "تم عمل التنصيب, و هو ممكَّن الآن."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr "تم عمل التنصيب, و لكنه غير ممكَّن الآن"
-#: ../../standalone/drakgw_.c:183
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"Everything has been configured.\n"
+"You may now share Internet connection with other computers on your Local "
+"Area Network, using automatic network configuration (DHCP)."
msgstr ""
+"تم إعداد كل شئ.\n"
+"يمكنك الآن مشاركة اتصال الإنترنت مع الأجهزة الأخرى في شبكتك المحلية باستخدام "
+"إعداد الشبكة الأوتوماتيكي (DHCP)."
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "الواجهة %s (باستخدام الوحدة %s)"
+msgid "Problems installing package %s"
+msgstr "كانت هناك مشاكل في تثبيت الحزمة %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "الواجهة %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "جاري إعداد النصوص البرمجية و تثبيت البرمجيات و بدء الخدمات..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "لا محوّل الشّبكة على نظامك"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "جاري الإعداد..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
+"تم ايجاد تعارض في عنوان الشبكة المحلية المبدئي في الإعداد الحالي لـ%s!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "سطح بينيّ للشبكة "
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "الشبكة المحلية لم تنته بـ`0', جاري الخروج."
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
+msgid "Re-configure interface and DHCP server"
+msgstr "إعادة إعداد الواجهة و خادم DHCP"
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "الإيجار الأقصى (بالثواني)"
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "واجهة الشبكة معدّة مسبقا!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "الإيجار الإفتراضي (بالثواني)"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr "حدود DHCP end"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr "حدود DHCP start"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "اسم النطاق الداخلي"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "عنوان IP لخادم DNS"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "عنوان IP لخادم DHCP (هذا)"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"DHCP Server Configuration.\n"
"\n"
-"Do you want an automatic re-configuration?\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
msgstr ""
+"تهيئة خادم DHCP.\n"
+"\n"
+"هنا يمكنك اختيار خيارات مختلفة لتهيئة خادم DHCP.\n"
+"اذا لم تكن نهلم ماذا يعني الخيار فكل ما عليك هو تركه كما هو.\n"
+"\n"
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "اعداة تهيئة آلية"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "عنوان الشبكة المحلية"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
+"\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "أظهر تهيئة الواجهة الحالية"
-
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "أظهر تهيئة الواجهة الحالية"
-
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11305,302 +15760,595 @@ msgstr ""
"صفة الـIP: %s\n"
"المشغل: %s"
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Current interface configuration"
+msgstr "تهيئة الواجهة الحالية"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "أظهر تهيئة الواجهة الحالية"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr "لا (للخبراء فقط)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "اعداة تهيئة آلية"
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Do you want an automatic re-configuration?\n"
"\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
+"تحذير, موائم الشبكة (%s) معدّ مسبقاً.\n"
+"\n"
+"هل تريد اعادة التهيئة آلياً?\n"
+"\n"
+"يمكنك القيام بذلك يدوياً لكن يجب أن تكون على علم بما تفعل."
-#: ../../standalone/drakgw_.c:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "شبكة محلية من الفئة C"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "واجهة الشبكة معدّة مسبقا!"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
+msgstr "فضلاً اختر موائم الشبكة الذي سيتم به الإتصال بالشبكة المحلية."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"There is only one configured network adapter on your system:\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"%s\n"
"\n"
+"I am about to setup your Local Area Network with that adapter."
msgstr ""
+"يوجد موائم شبكة واحد فقط معدّ على نظامك:\n"
+"\n"
+"%s\n"
+"\n"
+"نحن على وشك اعداد الشبكة المحلية باستخدام هذا الموائم."
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "عنوان IP لخادم DHCP (هذا)"
-
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "عنوان IP لخادم DHCP (هذا)"
-
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "اختر نوع التثبيت"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "واجهة الشبكة "
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
+"لم يتم اكتشاف موائم ايثرنت على نظامك. فضلاً قم بتشغيل أداة تهيئة العتاد."
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr ""
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "لا موائم شبكة على نظامك"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "الواجهة %s"
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "الواجهة %s (باستخدام الوحدة %s)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"You are about to configure your computer to share its Internet connection.\n"
+"With that feature, other computers on your local network will be able to use "
+"this computer's Internet connection.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"أنت على وشك تهيئة جهازك لمشاركة الإتصال بالإنترنت.\n"
+"باستخدام هذه الميزة سيمكن للحواسيب الأخرى في الشبكة المحلية أن تستخدم وصلة "
+"الكمبيوتر لهذا الحاسوب.\n"
+"\n"
+"تأكد من أنك قمت بتهيئة وصلة الشبكة/الإنترنت باستخدام drakconnect قبل "
+"المتابعة.\n"
+"\n"
+"ملحوظة: تحتاج الى موائم للشبكة كي تقوم بإعداد الشبكة المحلية (LAN)."
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr "إعادة إعداد الواجهة و خادم DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "مشاركة الإتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "الشبكة المحلية لم تنته بـ`0', جاري الخروج."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "مشاركة إتصال الإنترنت ممكَّنة الآن."
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"تم ايجاد تعارض في عنوان الشبكة المحلية المبدئي في الإعداد الحالي لـ%s!\n"
+msgid "Enabling servers..."
+msgstr "جاري تمكين الخوادم..."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "جاري الإعداد..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "اهمال"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "جاري إعداد النصوص البرمجية و تثبيت البرمجيات و بدء الخدمات..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "إعداة الإعداد"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "كانت هناك مشاكل في تثبيت الحزمة %s"
+msgid "enable"
+msgstr "تمكين"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
+"\n"
+"What would you like to do?"
msgstr ""
-"تم إعداد كل شئ.\n"
-"يمكنك الآن مشاركة اتصال الإنترنت مع الأجهزة الأخرى في شبكتك المحلية باستخدام "
-"إعداد الشبكة الأوتوماتيكي (DHCP)."
+"تم تنصيب مشاركة الإتصال بالإنترنت مسبقاً.\n"
+"و هي معطلة حالياً.\n"
+"\n"
+"ماذا تريد أن تفعل؟"
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "تم عمل التنصيب, و لكنه غير ممكَّن الآن"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "مشاركة الإتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "تم عمل التنصيب, و هو ممكَّن الآن."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "مشاركة اتصال الإنترنت غير ممكَّنة الآن."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "لم يتم اعداد أي مشاركة اتصال بالإنترنت"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "جاري تعطيل الخوادم..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "إعدادات مشاركة إتصال الإنترنت"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "تعطيل"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"أهلا بك في أداة مشاركة الإتصال بالإنترنت!\n"
-"\n"
-"%s\n"
+"تم عمل مشاركة الإتصال بالإنترنت مسبقاً.\n"
+"و هي ممكّنة حالياً.\n"
"\n"
-"اضغط على تهيئة لتشغيل معالج الإعداد."
+"ماذا تريد أن تفعل؟"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "مجموعة العمل"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "مشاركة الإتصال بالإنترنت ممكنة حاليا"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "آسفون, نحن ندعم اصدارات النواة 2.4"
-#: ../../standalone/drakperm_.c:36
-msgid "permissions"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
+"لا يوجد متصفح مثبت على نظامك, فضلاً قم بتثبيت متصفح اذا كنت ترغب في تصفح نظام "
+"المساعدة"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
-msgstr "المستخدم"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "مجموعة :"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "المستخدم :"
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "إلغاء"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "إختيار المسار"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr "عند التأشير لن يتم تغيير المالك و المجموعة"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "استخدم group id للتنفيذ"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "استخدم owner id للتنفيذ"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
+"يُستخدم للدليل:\n"
+" يمكن فقط لمالك هذا الدليل أو الملف الغاؤه"
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "انتهى"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "اضافة وحدة"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr "sticky-bit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "الخاصية"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr "المسار"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "التصاريح"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "المستخدم الحالي"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "استعرض"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "اختر ملف تصاريح لرؤيته/تحريره"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"يُستخدم Drakperm لاستعراض الملفات التي يتم استخدامها لتعديل الصلاحيات, و "
+"الملاك و المستخدمين باستخدام msec.\n"
+"يمكنك كذلك تحرير قواعدك الخاصة التي ستُكتَب فوق القواهد الإفتراضية."
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr "حرّر القاعدة الحالية"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr "حرّر"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "احذف القاعدة المختارة"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "حذف"
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
-msgstr "أضف طابعة جديدة"
+msgstr "أضف قاعدة جديدة في النهاية"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "اضافة قاعدة"
-#: ../../standalone/drakperm_.c:58
-#, fuzzy
-msgid "Up selected rule one level"
-msgstr "تم ازالة اختيار الكل"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
+msgstr "انقل القاعدة المختارة الى تحت بمستوى واحد"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "تحت"
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "ازل المادة المختارة"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr "انقل القاعدة المختارة الى فوق بمستوى واحد"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr "فوق"
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "وافق على المستخدم"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "التصاريح"
-#: ../../standalone/drakperm_.c:236
-msgid "Permissions"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "المجموعة"
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "المستخدم"
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "البوابة"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr "المسار"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "المكان على ملف install.cfg"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
msgstr ""
+"فضلاً حدد مكان ملف auto_install.cfg.\n"
+"\n"
+"اترك الحقل فارغاً اذا لم تكن تريد اعاد وضع التثبيت الالي.\n"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr "تعذر ايجاد صورة CD أو DVD, فضلاً انسخ برنامج التثبين وملفات rpm"
+
+#
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "No image found"
+msgstr "تعذر ايجاد صورة"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation image directory"
+msgstr "دليل صورة التثبيت"
+
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
+"فضلاً أخبر عن مكان صورة التثبيت.\n"
+"\n"
+"اذا لم يكن هناك دليل موجود, فضلاً انسخ محتويات القرص المدمج أو قرص DVD.\n"
+"\n"
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
+msgstr "DHCP end ip"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
+msgstr "DHCP start ip"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
+"خادم DHCP سيسمح للحواسيب الأخرى بالإقلاع باستخدام PXE في الحدود المعطاة من "
+"العناوين.\n"
+"عنوان الشبكة يستخدم الـnetmask %s.\n"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Interface %s (on network %s)"
+msgstr "الواجهة %s (على الشبكة %s)"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr "اختر واجهة الشبكة التي سيتم استخدامها لخادم DHCP."
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"أنت على وشك تهيئة جهازك لتثبيت خادم PXE كخادم DHCP\n"
+"و خادم TFTP لبناء خادم تثبيت.\n"
+"باستخدام هذه الميزة تكون الحواسيب الأخرى على الشبكة المحلية قابلة للتثبيت من "
+"هذا الجهاز.\n"
+"\n"
+"تأكد من أنك قمت بتهيئة الشبكة/الإنترنت باستخدام drakconnect قبل المتابعة.\n"
+"\n"
+"ملحوظة: تحتاج الى موائم شبكة مخصص لإعداد الشبكة المحلية (LAN)."
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation Server Configuration"
+msgstr "تهيئة خادم الثبيت"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "PXE Server Configuration"
+msgstr "تهيئة خادم PXE"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "انتظر من فضلك, جاري تعيين خيارات الأمن..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "انتظر من فضلك, جاري تعيين مستوى الأمن.."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr "تأكد دوري"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "خيارات النظام"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "خيارات شبكة"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
msgstr ""
+"يمكن تعيين الخيارات التالية لتخصيص\n"
+"أمن النظام. اذا كنت تحتاج الى مزيد من الشرح, الق نظرة على المساعدة.\n"
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "إختيار وحدات الطابعة"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "مدير الأمن:"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "المستخدم"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "تنبيهات أمنية:"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "مجموعة العمل"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "(default value: %s)"
+msgstr "(القيمة الإفتراضية: %s)"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "لم يتم ايجاد بطاقة تلفاز!"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "مستوى الأمن:"
-#: ../../standalone/draksound_.c:47
-#, fuzzy
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-"لم يتم ايجاد بطاقة تلفاز على جهازك. فضلاً تأكد من أن بطاقة الفيديو/التلفاز "
-"المدعومة في لينكس موصولة بشكل صحيح.\n"
+"قياسي: هذا هو المستوى القياسي المنصوح به لكمبيوتر يقوم بالإتصال\n"
+" بالإنترنت كعميل.\n"
"\n"
+"مرتفع: توجد بعض القيود مسبقاً, و بعض الإختبارات يتم تشغيلها آلياً عند كل "
+"ليلة.\n"
"\n"
-"يمكنك زيارة قاعدة بيانات العتاد المدعوم الخاصة بنا على:\n"
+"مرتقع أكثر: المستوى الأمني عالٍ بشكل كافٍ لاستخدام النظام كخادم يستطيع أن "
+"يقبل\n"
+" الإتصالات من عملاء كثيرين. اذا كان حاسبك مجرد عميل على "
+"الإنترنت\n"
+"\t فيجب عليك اختيار مستوى أقل.\n"
"\n"
+"مرتقع جداً: هذا يماثل المستوى السابق, لكن النظام في هذه الحال يكون مغلقاً و "
+"المزايا\n"
+" الأمنية تكون على أقصى حد\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"مدير الأمن:\n"
+" اذا كان خيار 'التنبيهات الأمنية' مختاراً, فسيتم ارسال تنبيهات "
+"أمنية الى المستخدم (بإسم المستخدم\n"
+"\t أو البريد الألكتروني)"
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11608,218 +16356,261 @@ msgid ""
"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
"program. Just type \"sndconfig\" in a console."
msgstr ""
+"\n"
+"\n"
+"\n"
+"ملحوظة: اذا كانت لديك بطاقة صوت ISA PnP, ستحتاج الى استخدام برنامج "
+"sndconfig. فقط عليك كتابة \"sndconfig\" في سطر الأوامر."
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+"تعذر ايجاد بطاقة صوت على جهازك. فضلاً تأكد من أن بطاقة الصوت المدعومة من "
+"لينكس موصولة بشكل صحيح.\n"
+"\n"
+"\n"
+"يمكنك زيارة قاعدة بيانات العتاد المدعوم الخاصة بنا على:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "صنع قرص مرن لبدء النظام"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "لم يتم اختيار بطاقة صوت"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "دقة العرض"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "معاينة (%2$s) BootSplash %1$s"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "إختر ملف"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "جاري توليد المعاينة ..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "اسم المستخدم"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "يجب اختيار ملف صورة أولاً!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "إختيار لون شريط التحميل"
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
-msgid "Configure bootsplash picture"
-msgstr "تهيئة الخدمات"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr "هذه التيمة ليس لها bootsplash في %s !"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "جاري حفظ تيمة Bootsplash..."
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "إختر ملف صورة"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Configure bootsplash picture"
+msgstr "تهيئة صورة الإقلاع"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
+msgstr "اجعل رسائل النواة صامتة افتراضياً"
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "اعرض الشعار في سطر الأوامر"
-#: ../../standalone/draksplash_.c:95
-msgid ""
-"the progress bar y coordinate\n"
-"of its upper left corner"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "إختر اللون"
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "احفظ التيمة"
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "معاينة"
-#: ../../standalone/draksplash_.c:98
+#: ../../standalone/draksplash:1
+#, c-format
msgid "the color of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "وحدة"
+msgstr "لون شريط التقدم"
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "تثبيت النظام"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "ارتفاع شريط التقدم"
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "إختر شاشة"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "عرض شريط التقدم"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
+"الإحداثي الصادي للركن الأيسر الأعلى\n"
+"لشريط التقدم"
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
+"الإحداثي السيني للركن الأيسر الأعلى\n"
+"لشريط التقدم"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "ارتفاع الصندوق النصي"
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid "text width"
+msgstr "عرض النص"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
+"الإحداثي الصادي للصندوق النصي\n"
+"بعدد الحروف"
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
+"الإحداثي السيني للصندوق النصي\n"
+"بعدد الحروف"
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "إختيار وحدات الطابعة"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
+msgstr "استعرض"
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "اسم التيمة"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "جاري التحقق من الأجهزة ..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "دقة العرض النهائية"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid "first step creation"
+msgstr "انشاء الخطوة الأولى"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
+"حزمة 'ImageMagick' ضرورية لكي يتم اكمال التهيئة.\n"
+"اضغط \"موافق\" لتثبيت 'ImageMagick' أو \"الغاء\" للخروج"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
"\n"
"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+"لم يتم ايجاد بطاقة تلفاز على جهازك. فضلاً تأكد من أن بطاقة الفيديو/التلفاز "
+"المدعومة في لينكس موصولة بشكل صحيح.\n"
+"\n"
+"\n"
+"يمكنك زيارة قاعدة بيانات العتاد المدعوم الخاصة بنا على:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "كندة (cable)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "الولايات المتّحدة الأمريكيّة (broadcast)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "الولايات المتّحدة الأمريكيّة (cable)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "الولايات المتّحدة الأمريكيّة (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "الصين (broadcast)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "اليابان (broadcast)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "اليابان (cable)"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "أوروبّا الشّرقيّة"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "لم يتم ايجاد بطاقة تلفاز!"
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "فرنسا [سيكام]"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "الآن يمكنك تشغيل XawTV (في الواجهة الرسومية!) !\n"
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "أيرلندا"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "نتمنى لك يوماً سعيداً!"
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "أوروبّا الغربيّة"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "XawTV غير مثبت!"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "أوستراليا"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "كان هناك خطأ أثناء ضبط قنوات التلفاز"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
-msgstr "نيوزيلندا "
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "جاري ضبط قنوات التلفاز"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "جنوب أفريقيا "
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "ضيط قنوات التلفاز في تقدم ..."
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "الأرجنتين "
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "المنطقة :"
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
+msgstr "TV norm :"
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -11827,494 +16618,620 @@ msgstr ""
"فضلاً,\n"
"اطبع tv norm الخاص بك و بلدك"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "TV norm :"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr "Australian Optus cable TV"
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "المنطقة :"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
+msgstr "نيوزيلندا "
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "ضيط قنوات التلفاز في تقدم ..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "فرنسا [سيكام]"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "جاري ضبط قنوات التلفاز"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "أوروبّا الشّرقيّة"
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "كان هناك خطأ أثناء ضبط قنوات التلفاز"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "أوروبّا الغربيّة"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "XawTV غير مثبت!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "الصين (broadcast)"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "نتمنى لك يوماً سعيداً!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "اليابان (cable)"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "الآن يمكنك تشغيل XawTV (في الواجهة الرسومية!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "اليابان (broadcast)"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "لم يتم ايجاد بطاقة تلفاز!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "كندة (cable)"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "الولايات المتّحدة الأمريكيّة (cable-hrc)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "الولايات المتّحدة الأمريكيّة (cable)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "الولايات المتّحدة الأمريكيّة (broadcast)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\n"
+"module in \"/etc/modules\") nor installed xawtv, please send the\n"
+"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
+"with subject \"undetected TV card\".\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-"لم يتم ايجاد بطاقة تلفاز على جهازك. فضلاً تأكد من أن بطاقة الفيديو/التلفاز "
-"المدعومة في لينكس موصولة بشكل صحيح.\n"
+"XawTV غير مثبّت!\n"
"\n"
"\n"
-"يمكنك زيارة قاعدة بيانات العتاد المدعوم الخاصة بنا على:\n"
+"اذا كانت لديك بطاقة تلفاز لكن لم يستطع DrakX اكتشافها (لا توجد وحدات bttv "
+"ولا saa7134\n"
+"في \"/etc/modules\") أو لم تثبّت xawtv, فضلاً قم بإرسال نتائج\n"
+"الأمر \"lspcidrake -v -f\" الى \"install\\@mandrakesoft.com\"\n"
+"مع العنوان \"undetected TV card\".\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr ""
+"يمكنك تثبيت XawTV بكتابة الأمر \"urpmi xawtv\" كمستخدم جذر في سطر الأوامر."
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/خيارات"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect jazz drives"
+msgstr "/تحقق آلي من سواقات Jazz"
-#: ../../standalone/harddrake2_.c:21
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect modems"
+msgstr "/تحقق آلي من أجهزة المودم"
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "الغاء"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect printers"
+msgstr "/تحقق آلي من الطابعات"
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "أساسي"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "ثانوي"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+"Click on a device in the left tree in order to display its information here."
+msgstr "انقر على جهاز في السلسلة اليسرى لعرض معلوماته هنا."
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "التحقق"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "جاري تشغيل \"%s\" ..."
-#: ../../standalone/harddrake2_.c:27
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "شغّل أداة التهيئة"
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "تهيئة الوحدة"
-#: ../../standalone/harddrake2_.c:30
-msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "معلومات"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "حجم chunk"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "العتاد المُكتشف"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "Harddrake2 الإصدار "
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "جاري التحقق"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "المؤلف:"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
+"هذا هو HardDrake, أداة Mandrake لتهيئة العتاد.\n"
+"الإصدار:"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "حول HardDrake"
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "مستوى الأمن"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_حول..."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_مساعدة"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_تقرير خطأ"
-#: ../../standalone/harddrake2_.c:37
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
+"عند اختيارك لجهاز, ستستطيع رؤية معلومات تاجهاز في الحقول المعروضة في الإطار "
+"الأيمن (\"معلومات\")"
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
-msgstr ""
-
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "اختر ملف"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Select a device !"
+msgstr "اختر جهازاً!"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
+"وصف الحقول:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "مساعدة Harddrake"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Fields description"
+msgstr "/_وصف الحقول"
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "وحدة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "/تحقق آلي من _سواقات Jazz"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_خيارات"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _modems"
+msgstr "/تحقق آلي من أ_جهزة المودم"
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _printers"
+msgstr "/تحقق آلي من ال_طابعات"
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_خروج"
-#: ../../standalone/harddrake2_.c:46
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "اسم مصنّع المعالج"
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "اسم مصنّع الجهاز"
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "نوع الـbus المرتبطة به الفأرة"
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr "Stepping of the cpu (sub model (generation) number)"
-#: ../../standalone/harddrake2_.c:50
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model stepping"
+msgstr "Model stepping"
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
+msgstr "رقم المعالج"
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
+msgstr "هوية المعالج"
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "network printer port"
+msgstr "منفذ طابعة الشبكة"
-#: ../../standalone/harddrake2_.c:53
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Name"
+msgstr "الاسم"
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "تنسيق"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "عدد الأزرار"
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
+msgstr "الإسم الرسمي لمصنّع المعالج"
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "المستوى"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model name"
+msgstr "اسم الطراز"
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr "جيل المعالج (مثال: 8 لبنتيوم III, ...)"
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "الطراز"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "طراز القرص الصلب"
-#: ../../standalone/harddrake2_.c:57
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "class of hardware device"
-msgstr ""
+msgstr "فئة جهاز العتاد"
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
-msgstr "وحدة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "فئة الوسيط"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Card mem (DMA)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
+msgstr "الجيل الثانوي للمعالج"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Level"
+msgstr "المستوى"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "اسم الوحدة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
+msgstr "نسق الأقراص التي تقبلها السواقة"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Floppy format"
+msgstr "نسق القرص الصلب"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 buttons"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
+msgstr "Halt bug"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "الاسم: "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgstr "معالجات pentium القديمة كانت تتوقف عن العمل عند استخدام الكود F00F"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "طابعة شبكة (TCP/Socket)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
+msgstr "F00f bug"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr "نعم تعني أن المعالج المساعد للعمليات الحسابية لديه متجه للإستثناءات"
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
+msgstr "اذا كان الـFPU لديه متجه IRQ"
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "حمل الإعدادات"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr "نعم تعني أن المعالج لديه معالج مساعد للعمليات الحسابية"
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
+msgstr "هل FPU موجود"
-#: ../../standalone/harddrake2_.c:66
-msgid "The type of bus on which the mouse is connected"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
+msgstr "Fdiv bug"
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
+msgstr "CPU flags reported by the kernel"
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "خروج"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
+msgstr "Flags"
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "تحقق آلي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "وحدة نواة لينكس التي تتعامل مع هذا الجهاز"
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_خيارات"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "وحدة"
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "تحقق آلي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "اس مالجهاز الديناميكي الجديد الذي يتم توليده من devfs"
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_مساعدة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "جهاز devfs جديد"
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_مساعدة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "اسم الجهاز القديم الساكن المستخدم في حزمة dev"
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "ملف الجهاز القديم"
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
+msgstr "هذا الحقل يصف الجهاز"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
+"تردد المعالج بالميغاهيرتز (الميغاهيرتز تشير الى العدد التقريبي من التعليمات "
+"التي يستطيع المعالج تنفيذها في الثانية الواحدة)"
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "اختر جهاز المسح الضوئي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr "التردد (ميغاهيرتز)"
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_تقرير خطأ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr "مستوى المعلومات التي يمكن الحصول عليها من تعليمات cpuid"
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/مساعدة/_حول البرنامج..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid level"
+msgstr "مستوى هوية المعالج"
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr "عائلة المعالح (مثلا: 6 لفئة i686)"
-#: ../../standalone/harddrake2_.c:105
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr "عائلة هوية المعالج"
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "تحقق آلي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr "اذا كان المعالج لديه Cyrix 6x86 Coma bug"
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr "Coma bug"
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "التحقق من الأقراص الصلبة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr "حجم (المستوى الثاني)"
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "عرض معلومات العتاد"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cache size"
+msgstr "حجم الذاكرة المخبئية"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "اعرض المعلومات"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+"- أجهزة pci: تعطي منفذ PCI, الجهاز و وظيفة هذه البطاقة\n"
+"- أجهزة eide: الجهاز إما أن يكون جهاز slave أو master\n"
+"- أجهزة scsi: scsi bus و هوية جهاز scsi"
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "إعداد الفأرة"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "المكان على الـbus"
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
+"- أجهزة PCI و USB: هذا يعرض قائمة المصنعين و الأجهزة و المصنعين الثانويين و "
+"الأجهزة الثانوية لهويات PCI/USB"
-#: ../../standalone/harddrake2_.c:143
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "جاري ازالة الطابعة \"%s\" ..."
+# U+200F (RTL mark) has been inserted after "Bus" so the display
+# on screen is correctly "datadatadata :Bus xxxxxxxx" (with xxxx arabic),
+# and not "Bus: datadatadata xxxxxxxx"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
+msgstr "معرف الـ Bus‏"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
+"نواة ينكس تحتاج الى تشغيل حلقة حسابية (Calculation Loop) عند الإقلاع لتنشيط "
+"أداة عد الوقت. يتم حفظ النتيجة كـbogomips كطريقة للتأكد من صحة المعالج."
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d ثوان"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "قناة EIDE/SCSI"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "تحقق آلي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Channel"
+msgstr "القناة"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "تحقق آلي"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_خيارات"
+# U+200F (RTL mark) has been inserted after "Bus" so the display
+# on screen is correctly "datadatadata :Bus", and not "Bus: datadatadata"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bus‏"
-#: ../../standalone/keyboarddrake_.c:26
-msgid "Please, choose your keyboard layout."
-msgstr "من فضلك اختر تصميم لوحة مفاتيحك"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "قائمة المشغلات البديلة لبطاقة الصوت"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "مشغلات بديلة"
-#: ../../standalone/keyboarddrake_.c:35
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "هل تريد أن يقوم زر BackSpace بعمل وظيفة زر Delete في سطر الأوامر؟"
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "غيّر القرص المدمج"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Please, choose your keyboard layout."
+msgstr "من فضلك اختر تصميم لوحة مفاتيحك"
+
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "لم أتمكن من بدء الترقية الحية !!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -12322,771 +17239,861 @@ msgstr ""
"فضلا أدخل قرص التثبيت في سواقتك و اضغط موافق عندما تنتهي.\n"
"إذا لم يكن قرص التثبيت لديك اضغط الغاء للإمتناع عن التحديث الحي."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "لم أتمكن من بدء الترقية الحية !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "غيّر القرص المدمج"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr "تم عمل التغيير, و لكن ليتم تفعيله يجب عليك الخروج"
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "إعرض سجلات اليوم المختار فقط"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/ملف/_جديد"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "حفظ بإسم.."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<تحكم>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "فضلاً أدخل عنوان بريدك الألكتروني أدناه "
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/ملف/_فتح"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "إعدادات التنبيه"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<تحكم>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "سوف تستلم تنبيها اذا كان التحميل أعلى من هذه القيمة"
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/ملف/_حفظ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "حمل الإعدادات"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<تحكم>S"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr "سوف تستلم تنبيهاً إذا كانت أحد الخدمات المختارة غير عاملة."
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/ملف/حفظ _باسم"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "إعدادات الخدمات"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/ملف/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "خدمات Xinetd"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/خيارات/اختبار"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "خدمات Webmin"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/مساعدة/_حول البرنامج..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "خادم SSH"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "المستخدم"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "خادم Samba"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "الرسائل"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "خادم البريد Postfix"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "الخادم FTP"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "شروح أدوات Mandrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "Domain Name Resolver"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "بحث"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "خادم الويب Apache"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "أداة لمراقبة سجلات نظامك"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"أهلا بكم الى أداة تهيئة البريد.\n"
+"\n"
+"هنا سيمكنك إعداد نظام التنبيه\n"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "الضبط"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "تهيئة تنبيه البريد"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "الموائمة"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "تنبية بريدي"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "لكن ليس موائمة"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "يرجى الإنتظار, جاري تحليل الملف: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "احتيار ملف"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "محتويات الملف"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "التقويم"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "محتويات الملف"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "احتيار ملف"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-#, fuzzy
-msgid "Mail alert"
-msgstr "تنبية البريد/SMS"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "لكن ليس موائمة"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "يرجى الإنتظار, جاري تحليل الملف: %s"
+msgid "matching"
+msgstr "الموائمة"
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "تهيئة تنبيه البريد/SMS"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "الضبط"
-#: ../../standalone/logdrake_.c:393
-#, fuzzy
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"أهلا بكم الى أداة تهيئة البريد/SMS.\n"
-"\n"
-"هنا سيمكنك الإعداد \n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "أداة لمراقبة سجلات نظامك"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "بحث"
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Domain name"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "شروح أدوات Mandrake"
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr " الخادم NIS"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "syslog"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "خادم البريد Postfix, خادم الأخبار Inn"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "الرسائل"
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr " الخادم NIS"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "المستخدم"
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr " الخادم NIS"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/مساعدة/_حول البرنامج..."
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "الخدمات"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/خيارات/اختبار"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "الخدمات"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/ملف/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "إعدادات الخدمات"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/ملف/حفظ _باسم"
-#: ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr "سوف تستلم تنبيهاً إذا كانت أحد الخدمات المختارة غير عاملة."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "حمل الإعدادات"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/ملف/_حفظ"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "سوف تستلم تنبيها اذا كان التحميل أعلى من هذه القيمة"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "إعدادات التنبيه"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/ملف/_فتح"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "رجاء كلمة المرور"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "حفظ بإسم.."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/ملف/_جديد"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "فضلاً, اختر نوع الفأرة الخاصة بك."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "إعرض سجلات اليوم المختار فقط"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "محاكاة الزر الثالث؟"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "ا عداد الشّبكة "
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "التشكيل:"
-
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "فضلاً, اختر نوع الفأرة الخاصة بك."
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "جاري ارسال الملفات..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connect %s"
+msgstr "اتصل بـ %s"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnect %s"
+msgstr "اقطع الإتصال بـ %s"
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "نوع العلاقة"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr "مُستقبلة"
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr "مبعوثة"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "وصّل إلى الإنترنت "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr "مُستقبل: "
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "وصّل إلى الإنترنت "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr "مُرسل: "
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Local measure"
+msgstr "اجراء محلي"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr "متوسط"
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "سرعة الإتصال"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Color configuration"
+msgstr "إعدادات الألوان"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
+"فشل الإتصال.\n"
+"تأكد من الوصلة في مركز تحكم Mandrake."
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "إعدادات التنبيه"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection complete."
+msgstr "تم الإتصال."
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
+msgstr "اكتمل قطع الإتصال بالإنترنت"
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr "فشل قطع الإتصال بالإنترنت"
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connecting to the Internet "
+msgstr "جاري الإتصال بالإنترنت"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "طابعة محلية"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnecting from the Internet "
+msgstr "جاري قطع الإتصال بالإنترنت"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please, testing your connection..."
+msgstr "انتظر من فضلك, جاري اختبار الإتصال..."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
+msgstr "السجلات"
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
-msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection Time: "
+msgstr "وقت الإتصال:"
-#: ../../standalone/net_monitor_.c:459
-#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "اتصل"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
+msgstr "سرعة الإستقبال"
-#: ../../standalone/net_monitor_.c:459
-#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "اقطع الإتصال"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Sending Speed:"
+msgstr "سرعة الإرسال:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
+msgstr "احصائيات"
-#: ../../standalone/printerdrake_.c:47
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Profile "
+msgstr "التشكيل:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Network Monitoring"
+msgstr "مراقبة الشبكة"
+
+#: ../../standalone/printerdrake:1
+#, c-format
msgid "Reading printer data ..."
msgstr "جاري قراءة بيانات الطابعة ..."
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "جاري التحقق من الأجهزة ..."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
+msgstr "عنوان IP/اسم المستضيف:"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr ""
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
+msgstr "هذا المستضيف موجود في القائمة مسبقاً, لا يمكن اضافته مرة أخرى.\n"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgid "Scannerdrake"
+msgstr "Scannerdrake"
-#: ../../standalone/scannerdrake_.c:54
-#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "%s found on %s وفّق بينه "
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "فضلا أدخل اسم المستضيف أو عنوان IP.\n"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
-msgstr ""
+msgid "Choose the host on which the local scanners should be made available:"
+msgstr "اختر المستضيف التي يجب أن تتوفر له الماسحات الضوئية المحلية:"
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "اختر جهاز المسح الضوئي"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Sharing of local scanners"
+msgstr "مشاركة الماسحات الضوئية المحلية"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "هذا %s الماسح الضّوئيّ غير مدعّم"
+msgid "This machine"
+msgstr "هذه الماكينة"
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Remove selected host"
+msgstr "احذف المستضيف المختار"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Edit selected host"
+msgstr "حرر المستضيف المختار"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add host"
+msgstr "اضف مستضيف"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "These are the machines from which the scanners should be used:"
+msgstr "توجد ماكينات يمكن استخدام الماسحات الضوئية منها:"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Usage of remote scanners"
+msgstr "استخدام الماسحات الضوئية البعيدة"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "All remote machines"
+msgstr "كل الماكينات البعيدة"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
+msgstr "توحد ماكينات يجب أن تكون الماسحات الضوئية الموصولة محلياً متوفرة لها:"
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "اختر الجهاز "
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr "استخدم الماسحات الضوئية على المستضيفات: "
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use scanners on remote computers"
+msgstr "استخدم الماسحات الضوئية على الحوايسب البعيدة"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "مشاركة الطابعات على المستضيفات: "
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The scanners on this machine are available to other computers"
+msgstr "الماسحات الضوئية على هذه الماكينة متوفرة للحواسيب الأخرى"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"الماسح الضوئي %s يجب اعداده عن طريق PrinterDrake.\n"
-"يمكن تشغيل PrinterDrake من مركز التحكم في قسم العتاد."
+"يمكنك أيضاً أن تقرر هنا اذا كانت الماسحات الضوئية على الماكينات البعيدة يجب "
+"أن تكون متوفرة لهذع الماكينة."
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+"هنا يمكنك اختيار اذا كانت الماسحات الضوئية المتصلة بهذه الماكينة يمكن الوصول "
+"اليها من الماكينات البعيدة و عن طريق أي ماكينات بعيدة."
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
"applications menu."
msgstr ""
"تمت تهيئة الماسح الضوئي %s.\n"
-"يمكنك الآن مسح المستندات باستخدام ``XSane'' من فرع وسائط متعددة/برامج رسومية "
+"يمكنك الآن مسح المستندات باستخدام \"XSane\" من فرع وسائط متعددة/برامج رسومية "
"في قائمة التطبيقات."
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
-msgstr ""
-
-#: ../../standalone/service_harddrake_.c:64
-msgid "Hardware probing in progress"
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
msgstr ""
+"الماسح الضوئي %s يجب اعداده عن طريق PrinterDrake.\n"
+"يمكن تشغيل PrinterDrake من مركز تحكم Mandrake في قسم العتاد."
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "اختر لغتك"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "اختر نوع التثبيت"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "اختر الجهاز "
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "التحقق من الأقراص الصلبة"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr "فضلاً اختر الجهاز المتصل به %s"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "إعداد الفأرة"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr "هذا الـ %s غير مدعوم"
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "اختر لوحة المفاتيح الخاصة بك"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "الـ %s غير معروف من قبل هذا الإصدار من Scannerdrake."
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "الأمن"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "الـ %s غير مدعوم من هذا الإصدار من Mandrake Linux."
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "إعداد نظم الملفات"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr "جاري اعادة توليد قائمة الماسحات الضوئية المعدّة ..."
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "تجهيز التجزئات"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Searching for new scanners ..."
+msgstr "جاري البحث عن ماسحات ضوئية جديدة..."
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "اختر الحزم التي ستُثبَّت"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Searching for configured scanners ..."
+msgstr "جاري البحث عن ماسحات ضوئية معدّة..."
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "تثبيت النظام"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Scanner sharing"
+msgstr "مشاركة الماسحات الضوئية"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "أضف مستخدم"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr "أضف ماسح ضوئي يدوياً"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "تهيئة الشبكة"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Search for new scanners"
+msgstr "البحث عن ماسحات ضوئية جديدة..."
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "تهيئة الخدمات"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr "لا توجد ماسحات ضوئية متوفرة على نظامك.\n"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "تثبيت محمِّل الإقلاع"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr ""
+"الماسحة الضوئية التالية\n"
+"\n"
+"%s\n"
+"متوفرة لنظامك.\n"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "إعمل قرص إقلاع"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"الماسحات الضوئية التالية\n"
+"\n"
+"%s\n"
+"متوفرة لنظامك.\n"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "تهيئة X"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "اختر جهاز المسح الضوئي"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "تثبيت تحديثات النظام"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr "%s غير موجود في قاعدة بيانات الماسحات الضوئية, هل تريد تهيئته يدوياً؟"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "الخروج من التثبيت"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "%s تم ايجاده على %s, هل تريد تهيئته آلياً؟"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Hardware probing in progress"
+msgstr "جاري التحقق من العتاد"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
-msgstr ""
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "تمت اضافة بعض العتاد:\n"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "ويب/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "تمت ازالة بعض الأجهزة في فئة العتاد \"%s\":\n"
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "جهاز شبكة (عميل)"
+msgid "Office Workstation"
+msgstr "محطة عمل مكتبية"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "خادم NFS, خادم SMB, خادم بروكسي, خادم ssh"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
+msgstr ""
+"برامج مكتبية: معالجة الكلمات (kword, abiword), الجداول الحسابية (kspread, "
+"gnumeric) , برامج عرض pdf, الخ"
#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "أدوات المكتب"
+msgid "Workstation"
+msgstr "محطة عمل"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "محطة عمل غنوم"
+msgid "Game station"
+msgstr "محطة ألعاب"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "أدوات لجهاز بالم بايلوت أو فايزور ألخاص بك"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "برامج التسلية: ألعاب فيديو, ألعاب لوحات, ألعاب ستراتيجية, الخ"
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "محطة عمل"
+msgid "Multimedia station"
+msgstr "محطة وسائط متعددة"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "جدتر ناري/موجِّه"
+msgid "Sound and video playing/editing programs"
+msgstr "برامج تحرير/تشغيل الفيديو و الصوت"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "خادم أسماء النطاثات و معلومات الشيكة"
+msgid "Internet station"
+msgstr "محطة انترنت"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"برامج مكتبية: معالجة الكلمات (kword, abiword), الجداول الحسابية (kspread, "
-"gnumeric) , برامج عرض pdf, الخ"
+"مجموعة من الأدوات لقراءة و ارسال البريد و الأخبار (pine, mutt, tin..) و "
+"لتصفح الإنترنت"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "أدوات صوتية: مشغلات mp3 أو midi, مازجات صوت, الخ"
+msgid "Network Computer (client)"
+msgstr "جهاز شبكة (عميل)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "عملاء لبروتوكولات مختلفة مثل ssh"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "كتب و مذكرات 'كيف أعمل' حول لينكس و البرامج الحرة"
+msgid "Configuration"
+msgstr "أدوات الإعدادات"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "محطو عمل كيدي"
+msgid "Tools to ease the configuration of your computer"
+msgstr "أدوات لتسهيل إعداد جهازك"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, الخ"
+msgid "Scientific Workstation"
+msgstr "محطة عمل علمية"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "وسائط متعدددة - فيديو"
+msgid "Console Tools"
+msgstr "أدوات سطر الأوامر"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "مجموعة من الأدوات للبريد , الأخبار, الإنترنت, نقل الملفات, و المحادثة"
+msgid "Editors, shells, file tools, terminals"
+msgstr "محررات نصوص, أغلفة, أدوات ملفات, طرفيات"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "قواعد البيانات"
+msgid "KDE Workstation"
+msgstr "محطو عمل كيدي"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "خادم قواعد البيانات PostgreSQL أو MySQL"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr ""
+"بيئة سطح مكتب كيدي, البيئة الرسومية الأساسية مع مجموعة من الأدوات المصاحبة"
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "أدوات لتسهيل إعداد جهازك"
+msgid "Graphical Environment"
+msgstr "بيئات رسومية"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "وسائط متعددة - صوت"
+msgid "Gnome Workstation"
+msgstr "محطة عمل جنوم"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "وثائق المساعدة"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"بيئة رسومية مع مجموعة من التطبيقات و أدوات سطح المكتب المناسبة للمستخدمين "
+"العاديين"
#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "أدوات سطر الأوامر"
+msgid "Other Graphical Desktops"
+msgstr "أسطخ مكتب رسومية أخرى"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "خادم البريد Postfix, خادم الأخبار Inn"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, الخ"
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "محطة انترنت"
+msgid "Development"
+msgstr "تطوير"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "محطة وسائط متعددة"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "برامج و مكتبات تطوير C و C++"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "أدوات الإعدادات"
+msgid "Documentation"
+msgstr "وثائق المساعدة"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "أسطح مكتب رسومية أكثر (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "كتب و مذكرات 'كيف أعمل' حول لينكس و البرامج الحرة"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"بيئة سطح مكتب كيدي, البيئة الرسومية الأساسية مع مجموعة من الأدوات المصاحبة"
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "بيئات رسومية"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux Standard Base. Third party applications support"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr ""
+msgid "Web/FTP"
+msgstr "ويب/FTP"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "أدوات لعمل و نسخ الأقراص"
+msgid "Mail/Groupware/News"
+msgstr "بريد/أدوات مجموعات/أخبار"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "محطة عمل مكتبية"
+msgid "Postfix mail server, Inn news server"
+msgstr "خادم البريد Postfix, خادم الأخبار Inn"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, الخ"
+msgid "Database"
+msgstr "قواعد البيانات"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "برامج رسوميات مثل The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "خادم قواعد البيانات PostgreSQL أو MySQL"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "جدتر ناري/موجِّه"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "بوابة انترنت"
#: ../../share/compssUsers:999
msgid "DNS/NIS "
msgstr "DNS/NIS"
#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "برامج و مكتبات تطوير C و C++"
+msgid "Domain Name and Network Information Server"
+msgstr "خادم أسماء النطاثات و معلومات الشيكة"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "خادم شبكات"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "بريد/أدوات مجموعات/أخبار"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "خادم NFS, خادم SMB, خادم بروكسي, خادم ssh"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "محطة ألعاب"
+msgid "Office"
+msgstr "أدوات المكتب"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "برامج تشغيل و تحرير الفيديو"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr "مجموعة من الأدوات للبريد , الأخبار, الإنترنت, نقل الملفات, و المحادثة"
#: ../../share/compssUsers:999
msgid "Multimedia - Graphics"
msgstr "وسائط متعددة - رسوميات"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "برامج التسلية: ألعاب فيديو, ألعاب لوحات, ألعاب ستراتيجية, الخ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"مجموعة من الأدوات لقراءة و ارسال البريد و الأخبار (pine, mutt, tin..) و "
-"لتصفح الإنترنت"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "الميزانية الشخصية"
+msgid "Graphics programs such as The Gimp"
+msgstr "برامج رسوميات مثل The Gimp"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"بيئة رسومية مع مجموعة من التطبيقات و أدوات سطح المكتب المناسبة للمستخدمين "
-"العاديين"
+msgid "Multimedia - Sound"
+msgstr "وسائط متعددة - صوت"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "عملاء لبروتوكولات مختلفة مثل ssh"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "أدوات صوتية: مشغلات mp3 أو midi, مازجات صوت, الخ"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "وسائط متعدددة - فيديو"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "بوابة انترنت"
+msgid "Video players and editors"
+msgstr "برامج تشغيل و تحرير الفيديو"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "برامج تحرير/تشغيل الفيدية و الصوت"
+msgid "Multimedia - CD Burning"
+msgstr "وسائط متعددة - نسخ أقراص"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "أسطخ مكتب رسومية أخرى"
+msgid "Tools to create and burn CD's"
+msgstr "أدوات لعمل و نسخ الأقراص"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "محررات نصوص, أغلفة, أدوات ملفات, طرفيات"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "أسطح مكتب رسومية أكثر (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "برامج لإدارة ميزانيتك مثل gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, الخ"
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "ادارة المعلومات الشخصية"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "وسائط متعددة - نسخ أقراص"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "أدوات لجهاز بالم بايلوت أو فايزور ألخاص بك"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "محطة عمل علمية"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "لم يمكن فتح /etc/inittab للقراءة: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "رقم التّليفون "
-
-#~ msgid "Proxy configuration"
-#~ msgstr "إعداد البروكسي"
-
-#~ msgid "URL"
-#~ msgstr "عنوان"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
-#~ msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "لا توجد مساعدة لهذا حتى الآن.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "فضلا اضعط على وسيط"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "الاستخدام: دريك للاقراص المرنة\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
+msgid "Personal Finance"
+msgstr "الميزانية الشخصية"
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "برامج لإدارة ميزانيتك مثل gnucash"