diff options
Diffstat (limited to 'po/ar.po')
-rw-r--r-- | po/ar.po | 150 |
1 files changed, 74 insertions, 76 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-11-25 23:46+0100\n" +"POT-Creation-Date: 2017-09-13 17:18+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -406,8 +406,8 @@ msgstr "" #: apt-pkg/acquire.cc #, c-format msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." +"Download is performed unsandboxed as root as file '%s' couldn't be accessed " +"by user '%s'." msgstr "" #: apt-pkg/acquire.cc apt-pkg/clean.cc @@ -1591,13 +1591,17 @@ msgstr "لم يمكن تقليص مجموعة الترقية" msgid " Done" msgstr " تم" -#: apt-private/private-cachefile.cc -msgid "You might want to run 'apt-get -f install' to correct these." -msgstr "قد ترغب بتنفيذ الأمر 'apt-get -f install' لتصحيح هذه." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "You might want to run 'apt --fix-broken install' to correct these." +msgstr "قد ترغب بتنفيذ الأمر 'apt --fix-broken install' لتصحيح هذه." -#: apt-private/private-cachefile.cc -msgid "Unmet dependencies. Try using -f." -msgstr "مُعتمدات غير مستوفاة. حاول استخدام -f." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "" +"Unmet dependencies. Try 'apt --fix-broken install' with no packages (or " +"specify a solution)." +msgstr "" +"مُعتمدات غير مستوفاة. جرب 'apt --fix-broken install' بدون أسماء حزم (أو حدّد " +"حلاً)." #: apt-private/private-cacheset.cc apt-private/private-search.cc msgid "Sorting" @@ -1774,6 +1778,14 @@ msgid "Broken packages" msgstr "حزم معطوبة" #: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"تعذر إحضار بعض الأرشيف، ربما يمكنك محاولة تنفيذ apt-get update أو إضافة --" +"fix-missing؟" + +#: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "خطأ داخلي، تم طلب InstallPackages مع وجود حزم معطوبة!" @@ -1873,14 +1885,6 @@ msgid "Download complete and in download only mode" msgstr "اكتمل التنزيل وفي وضع التنزيل فقط" #: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"تعذر إحضار بعض الأرشيف، ربما يمكنك محاولة تنفيذ apt-get update أو إضافة --" -"fix-missing؟" - -#: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing وتبديل الأوساط غير مدعومة حالياً" @@ -1947,17 +1951,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -msgid "You might want to run 'apt-get -f install' to correct these:" -msgstr "قد ترغب بتشغيل 'apt-get -f install' لتصحيح هذه:" - -#: apt-private/private-install.cc -msgid "" -"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " -"solution)." -msgstr "" -"مُعتمدات غير مستوفاة. جرب 'apt-get -f install' بدون أسماء حزم (أو حدّد حلاً)." - -#: apt-private/private-install.cc #, fuzzy msgid "The following additional packages will be installed:" msgstr "سيتم تثبيت الحزم الإضافيّة التالية:" @@ -2337,7 +2330,6 @@ msgid "Unpack command '%s' failed.\n" msgstr "أمر فك الحزمة '%s' فشل.\n" #: apt-private/private-source.cc -#, c-format msgid "Check if the 'dpkg-dev' package is installed.\n" msgstr "" @@ -3222,6 +3214,53 @@ msgstr "" msgid " %s has no binary override entry either\n" msgstr "" +#: methods/basehttp.cc +msgid "Waiting for headers" +msgstr "بانتظار الترويسات" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "أرسل خادم http ترويسة ردّ غير صالحة" + +#: methods/basehttp.cc +msgid "Bad header line" +msgstr "سطر ترويسة سيء" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "أرسل خادم http ترويسة طول محتويات (ِContent-Length) غير صالحة" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "أرسل خادم http ترويسة مدى محتويات (ِContent-Range) غير صالحة" + +#: methods/basehttp.cc +msgid "This HTTP server has broken range support" +msgstr "خادم http له دعم مدى معطوب" + +#: methods/basehttp.cc +msgid "Unknown date format" +msgstr "نسق تاريخ مجهول" + +#: methods/basehttp.cc +msgid "Bad header data" +msgstr "بيانات ترويسة سيئة" + +#: methods/basehttp.cc +msgid "Connection failed" +msgstr "فشل الاتصال" + +#: methods/basehttp.cc +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/basehttp.cc +msgid "Internal error" +msgstr "خطأ داخلي" + #: methods/cdrom.cc #, c-format msgid "Unable to read the cdrom database %s" @@ -3571,57 +3610,16 @@ msgstr "فشل تعيين وقت التعديل" msgid "Connection closed prematurely" msgstr "" -#: methods/server.cc -msgid "Waiting for headers" -msgstr "بانتظار الترويسات" - -#: methods/server.cc -msgid "The HTTP server sent an invalid reply header" -msgstr "أرسل خادم http ترويسة ردّ غير صالحة" - -#: methods/server.cc -msgid "Bad header line" -msgstr "سطر ترويسة سيء" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Length header" -msgstr "أرسل خادم http ترويسة طول محتويات (ِContent-Length) غير صالحة" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Range header" -msgstr "أرسل خادم http ترويسة مدى محتويات (ِContent-Range) غير صالحة" - -#: methods/server.cc -msgid "This HTTP server has broken range support" -msgstr "خادم http له دعم مدى معطوب" - -#: methods/server.cc -msgid "Unknown date format" -msgstr "نسق تاريخ مجهول" - -#: methods/server.cc -msgid "Bad header data" -msgstr "بيانات ترويسة سيئة" - -#: methods/server.cc -msgid "Connection failed" -msgstr "فشل الاتصال" - -#: methods/server.cc -#, c-format -msgid "" -"Automatically disabled %s due to incorrect response from server/proxy. (man " -"5 apt.conf)" -msgstr "" - -#: methods/server.cc -msgid "Internal error" -msgstr "خطأ داخلي" - #: methods/store.cc msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Unmet dependencies. Try using --fix-broken." +#~ msgstr "مُعتمدات غير مستوفاة. حاول استخدام --fix-broken." + +#~ msgid "You might want to run 'apt --fix-broken install' to correct these:" +#~ msgstr "قد ترغب بتشغيل 'apt --fix-broken install' لتصحيح هذه:" + #~ msgid "(not found)" #~ msgstr "(غير موجود)" |