From e935fa0f4ffc9e2db27599fcf09fa1d116f10544 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 11 Jul 2017 00:31:07 +0200 Subject: [PATCH] I18n: Update translation ar (89%). 76 translated messages, 9 untranslated messages. Transifex (https://www.transifex.com/xfce/public/). --- po/ar.po | 127 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 85 insertions(+), 42 deletions(-) diff --git a/po/ar.po b/po/ar.po index 3f09e7c..1c6db6c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -5,13 +5,14 @@ # Translators: # محمد الحرقان , 2012 # محمد الحرقان , 2012 +# وجدي أبو سلطان, 2017 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-20 00:31+0100\n" -"PO-Revision-Date: 2015-08-07 18:16+0000\n" -"Last-Translator: عبدالله رضوان \n" +"POT-Creation-Date: 2017-01-27 00:30+0100\n" +"PO-Revision-Date: 2017-07-10 19:06+0000\n" +"Last-Translator: وجدي أبو سلطان\n" "Language-Team: Arabic (http://www.transifex.com/xfce/xfce-apps/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,13 +22,13 @@ msgstr "" #: ../xfce4-taskmanager.desktop.in.h:1 ../src/exec-tool-button.c:106 #: ../src/exec-tool-button.c:151 ../src/main.c:186 -#: ../src/process-tree-view.c:372 ../src/process-tree-view.c:387 -#: ../src/process-tree-view.c:415 ../src/process-window.c:389 +#: ../src/process-tree-view.c:374 ../src/process-tree-view.c:389 +#: ../src/process-tree-view.c:417 ../src/process-window.c:500 #: ../src/process-window.ui.h:1 ../src/process-window-gtk3.ui.h:1 msgid "Task Manager" msgstr "مدير المهام" -#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:396 +#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:507 msgid "Easy to use task manager" msgstr "من السهل إستخدام مدير المهام" @@ -78,12 +79,12 @@ msgid "" "Swap: %s" msgstr "المعالج: %u\nوحدة المعالجة المركزية: %.0f%%\nالذاكرة: %s\nمساحة الإبدال: %s" -#: ../src/process-statusbar.c:147 ../src/process-window.c:461 +#: ../src/process-statusbar.c:147 ../src/process-window.c:572 #, c-format msgid "CPU: %s%%" msgstr "CPU: %s%%" -#: ../src/process-statusbar.c:162 ../src/process-window.c:465 +#: ../src/process-statusbar.c:162 ../src/process-window.c:576 #, c-format msgid "Memory: %s" msgstr "الذاكرة: %s" @@ -98,120 +99,162 @@ msgstr "مساحة الإبدال: %s" msgid "Processes: %d" msgstr "العمليات: %d" -#: ../src/process-tree-view.c:136 +#: ../src/process-tree-view.c:137 msgid "Task" msgstr "مهام" -#: ../src/process-tree-view.c:147 ../src/settings-tool-button.c:175 +#: ../src/process-tree-view.c:148 ../src/settings-tool-button.c:175 msgid "PID" msgstr "PID" -#: ../src/process-tree-view.c:155 ../src/settings-tool-button.c:176 +#: ../src/process-tree-view.c:156 ../src/settings-tool-button.c:176 msgid "PPID" msgstr "PPID" -#: ../src/process-tree-view.c:163 ../src/settings-tool-button.c:177 +#: ../src/process-tree-view.c:164 ../src/settings-tool-button.c:177 msgid "State" msgstr "الحالة" -#: ../src/process-tree-view.c:172 +#: ../src/process-tree-view.c:173 msgid "VSZ" msgstr "VSZ" -#: ../src/process-tree-view.c:180 +#: ../src/process-tree-view.c:181 msgid "RSS" msgstr "RSS" -#: ../src/process-tree-view.c:188 ../src/settings-tool-button.c:180 +#: ../src/process-tree-view.c:189 ../src/settings-tool-button.c:180 msgid "UID" msgstr "UID" -#: ../src/process-tree-view.c:196 ../src/settings-tool-button.c:181 +#: ../src/process-tree-view.c:197 ../src/settings-tool-button.c:181 msgid "CPU" msgstr "CPU" #. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view #. header. -#: ../src/process-tree-view.c:205 +#: ../src/process-tree-view.c:206 msgid "Prio." msgstr "Prio." -#: ../src/process-tree-view.c:369 +#: ../src/process-tree-view.c:370 msgid "Terminate task" msgstr "إنهاء المهام" -#: ../src/process-tree-view.c:369 +#: ../src/process-tree-view.c:370 msgid "Kill task" msgstr "قتل المهمة" -#: ../src/process-tree-view.c:371 +#: ../src/process-tree-view.c:372 #, c-format -msgid "Are you sure you want to send a signal to the PID %d?" -msgstr "متأكد أنك تريد إرسال إشعار إلى PID %d؟" +msgid "Are you sure you want to send the %s signal to the PID %d?" +msgstr "أمتأكد أنك تريد إرسال إشعار %s إلى PID %d؟" -#: ../src/process-tree-view.c:383 +#: ../src/process-tree-view.c:373 +msgid "terminate" +msgstr "إنهاء" + +#: ../src/process-tree-view.c:373 +msgid "kill" +msgstr "قتل" + +#: ../src/process-tree-view.c:385 msgid "Error sending signal" msgstr "خطأ أتناء إرسال الإشعار" -#: ../src/process-tree-view.c:385 +#: ../src/process-tree-view.c:387 #, c-format msgid "" "An error was encountered by sending a signal to the PID %d. It is likely you" " don't have the required privileges." msgstr "حدث خطأ أثناء إرسال الإشعار إلى PID %d. يبدو انك لا تملك صلاحيات كافية." -#: ../src/process-tree-view.c:412 +#: ../src/process-tree-view.c:414 msgid "Error setting priority" msgstr "خطأ في إعداد الأولويات" -#: ../src/process-tree-view.c:413 +#: ../src/process-tree-view.c:415 #, c-format msgid "" "An error was encountered by setting a priority to the PID %d. It is likely " "you don't have the required privileges." msgstr "حدث خطأ أثناء إعداد الاولويات PID %d. يبدو انك لا تملك صلاحيات كافية." -#: ../src/process-tree-view.c:429 -msgid "Terminate" -msgstr "إنهاء" - -#: ../src/process-tree-view.c:437 +#: ../src/process-tree-view.c:433 ../src/process-tree-view.c:584 msgid "Stop" msgstr "إقاف" -#: ../src/process-tree-view.c:444 +#: ../src/process-tree-view.c:440 msgid "Continue" msgstr "إستمرار" -#: ../src/process-tree-view.c:450 +#: ../src/process-tree-view.c:446 +msgid "Terminate" +msgstr "إنهاء" + +#: ../src/process-tree-view.c:452 msgid "Kill" msgstr "قتل" -#: ../src/process-tree-view.c:457 +#: ../src/process-tree-view.c:459 msgid "Very low" msgstr "منخفض جدا" -#: ../src/process-tree-view.c:462 +#: ../src/process-tree-view.c:464 msgid "Low" msgstr "منخفض" -#: ../src/process-tree-view.c:467 +#: ../src/process-tree-view.c:469 msgid "Normal" msgstr "عادي" -#: ../src/process-tree-view.c:472 +#: ../src/process-tree-view.c:474 msgid "High" msgstr "مرتفع" -#: ../src/process-tree-view.c:477 +#: ../src/process-tree-view.c:479 msgid "Very high" msgstr "مرتفع جدا" -#: ../src/process-tree-view.c:482 ../src/settings-tool-button.c:182 +#: ../src/process-tree-view.c:484 ../src/settings-tool-button.c:182 msgid "Priority" msgstr "أولوية" -#: ../src/process-window.c:205 +#: ../src/process-window.c:171 +msgid "Bad Window" +msgstr "" + +#: ../src/process-window.c:171 +#, c-format +msgid "Window id 0x%lx does not exist!" +msgstr "" + +#: ../src/process-window.c:174 +msgid "XGetWindowProperty failed" +msgstr "" + +#: ../src/process-window.c:174 +msgid "XGetWindowProperty failed!" +msgstr "" + +#: ../src/process-window.c:181 +msgid "No PID found" +msgstr "" + +#: ../src/process-window.c:181 +#, c-format +msgid "No PID found for window 0x%lx." +msgstr "" + +#: ../src/process-window.c:251 +msgid "Identify Window" +msgstr "" + +#: ../src/process-window.c:252 +msgid "Identify an open window by clicking on it." +msgstr "" + +#: ../src/process-window.c:318 #, c-format msgid "" " Starting task\n" @@ -219,11 +262,11 @@ msgid "" " Terminating task" msgstr "" -#: ../src/process-window.c:215 +#: ../src/process-window.c:328 msgid "Filter on process name" msgstr "التصفية على اسم العملية" -#: ../src/process-window.c:399 +#: ../src/process-window.c:510 msgid "translator-credits" msgstr "Karim Oulad Chalha محمد الحرقان"