| 5 | استدعاء إجراء غير صالح أو وسيطة غير صالحة |
Invalid procedure call or argument |
| 6 | تجاوز سعة |
Overflow |
| 7 | نفاد الذاكرة |
Out of memory |
| 9 | رمز سفلي خارج النطاق |
Subscript out of range |
| 10 | هذا الصفيف ثابت أو مؤمن مؤقتاً |
This array is fixed or temporarily locked |
| 11 | تقسيم على صفر |
Division by zero |
| 13 | عدم تطابق النوع |
Type mismatch |
| 14 | نفاد مساحة السلسلة |
Out of string space |
| 17 | لا يمكن إنجاز العملية المطلوبة |
Can't perform requested operation |
| 28 | نفاد مساحة المكدس |
Out of stack space |
| 35 | إجراء فرعي أو دالة غير معرّفين |
Sub or Function not defined |
| 48 | خطأ في تحميل DLL |
Error in loading DLL |
| 51 | خطأ داخلي |
Internal error |
| 52 | اسم ملف أو رقم غير صحيحين |
Bad file name or number |
| 53 | لم يتم العثور على الملف |
File not found |
| 54 | وضع ملف غير صحيح |
Bad file mode |
| 55 | الملف مفتوح مسبقاً |
File already open |
| 57 | خطأ في إدخال/إخراج جهاز |
Device I/O error |
| 58 | الملف موجود مسبقاً |
File already exists |
| 61 | القرص ممتلئ |
Disk full |
| 62 | تجاوز الإدخال نهاية الملف |
Input past end of file |
| 67 | عدد ملفات كبير جداً |
Too many files |
| 68 | الجهاز غير متوفر |
Device unavailable |
| 70 | الإذن مرفوض |
Permission denied |
| 71 | القرص غير جاهز |
Disk not ready |
| 74 | لا يمكن إعادة التسمية إلى محرك أقراص مختلف |
Can't rename with different drive |
| 75 | خطأ في الوصول إلى المسار/الملف |
Path/File access error |
| 76 | لم يتم العثور على المسار |
Path not found |
| 91 | متغير غير معين من نوع Object أو من نوع With block |
Object variable or With block variable not set |
| 92 | حلقة غير مهيأة |
For loop not initialized |
| 94 | استخدام غير صالح للقيمة الفارغة Null |
Invalid use of Null |
| 322 | لا يمكن إنشاء ملف مؤقت ضروري |
Can't create necessary temporary file |
| 424 | مطلوب كائن |
Object required |
| 429 | لا يمكن لخادم الأتمتة إنشاء كائن |
Automation server can't create object |
| 430 | الفئة لا تعتمد الأتمتة |
Class doesn't support Automation |
| 432 | لم يتم العثور على اسم الملف أو اسم الفئة خلال الأتمتة |
File name or class name not found during Automation operation |
| 438 | هذه الخاصية أو هذا الأسلوب غير معتمدين من قبل الكائن |
Object doesn't support this property or method |
| 440 | خطأ أتمتة |
Automation error |
| 445 | هذا الإجراء غير معتمد من قبل الكائن |
Object doesn't support this action |
| 446 | الوسائط المسماة غير معتمدة من قبل الكائن |
Object doesn't support named arguments |
| 447 | إعداد الموقع الحالي غير معتمد من قبل الكائن |
Object doesn't support current locale setting |
| 448 | لم يتم العثور على الوسيطة المسماة |
Named argument not found |
| 449 | الوسيطة ليست اختيارية |
Argument not optional |
| 450 | عدد وسائط غير صحيح أو تعيين خاصية غير صالح |
Wrong number of arguments or invalid property assignment |
| 451 | الكائن ليس بمجموعة |
Object not a collection |
| 453 | لم يتم العثور على دالة DLL المحددة |
Specified DLL function not found |
| 458 | المتغيرات التي تستخدم النوع "أتمتة" غير معتمدة في JScript |
Variable uses an Automation type not supported in JScript |
| 462 | جهاز الخادم البعيد غير موجود أو غير متوفر |
The remote server machine does not exist or is unavailable |
| 501 | لا يمكن التعيين إلى متغير |
Cannot assign to variable |
| 502 | الكائن ليس آمناً لاستخدامه في البرمجة النصية |
Object not safe for scripting |
| 503 | الكائن غير آمن لتهيئته |
Object not safe for initializing |
| 504 | الكائن غير آمن لإنشائه |
Object not safe for creating |
| 507 | حدث استثناء |
An exception occurred |
| 1002 | خطأ في بناء الجملة |
Syntax error |
| 1003 | المتوقع وجود ':' |
Expected ':' |
| 1005 | المتوقع وجود '(' |
Expected '(' |
| 1007 | المتوقع وجود '[' |
Expected ']' |
| 1008 | المتوقع وجود '{' |
Expected '{' |
| 1010 | المتوقع وجود معرّف |
Expected identifier |
| 1011 | المتوقع وجود '=' |
Expected '=' |
| 1012 | المتوقع وجود '/' |
Expected '/' |
| 1013 | رقم غير صحيح |
Invalid number |
| 1014 | حرف غير صالح |
Invalid character |
| 1015 | ثابت سلسلة غير منتهي |
Unterminated string constant |
| 1016 | تعليق غير منتهي |
Unterminated comment |
| 1018 | عبارة 'return' خارج الدالة |
'return' statement outside of function |
| 1019 | لا يمكن وجود 'break' خارج الحلقة |
Can't have 'break' outside of loop |
| 1020 | لا يمكن وجود 'continue' خارج الحلقة |
Can't have 'continue' outside of loop |
| 1023 | المتوقع وجود رقم ست عشري |
Expected hexadecimal digit |
| 1024 | المتوقع وجود 'while' |
Expected 'while' |
| 1025 | عنوان (Label) تمت إعادة تعريفه |
Label redefined |
| 1026 | لم يتم العثور على العنوان |
Label not found |
| 1027 | لا يمكن أن تظهر 'default' أكثر من مرة واحدة في عبارة 'switch' |
'default' can only appear once in a 'switch' statement |
| 1028 | المتوقع وجود معرّف، أو سلسلة، أو رقم |
Expected identifier, string or number |
| 1029 | المتوقع وجود '@end' |
Expected '@end' |
| 1030 | إيقاف تشغيل الترجمة الشرطية |
Conditional compilation is turned off |
| 1031 | المتوقع وجود ثابت |
Expected constant |
| 1032 | المتوقع وجود '@' |
Expected '@' |
| 1033 | المتوقع وجود 'catch' |
Expected 'catch' |
| 1034 | المتوقع وجود 'var' |
Expected 'var' |
| 1035 | يجب أن تأتي throw متبوعة بتعبير في سطر المصدر نفسه |
throw must be followed by an expression on the same source line |
| 1036 | 'with' غير متوفر في ECMA 327 Compact Profile |
'with' not available in the ECMA 327 Compact Profile |
| 4096 | خطأ في التحويل البرمجي في Microsoft Jscript |
Microsoft JScript compilation error |
| 4097 | خطأ أثناء وقت التشغيل في Microsoft JScript |
Microsoft JScript runtime error |
| 4098 | خطأ أثناء وقت التشغيل غير معروف |
Unknown runtime error |
| 5000 | لا يمكن التعيين إلى 'this' |
Cannot assign to 'this' |
| 5001 | المتوقع وجود رقم |
Number expected |
| 5002 | المتوقع وجود دالة |
Function expected |
| 5003 | لا يمكن التعيين إلى ناتج دالة |
Cannot assign to a function result |
| 5004 | يتعذر فهرسة كائن |
Cannot index object |
| 5005 | المتوقع وجود سلسلة |
String expected |
| 5006 | يتوقع وجود كائن تاريخ |
Date object expected |
| 5007 | المتوقع وجود كائن |
Object expected |
| 5008 | تعيين غير مسموح به |
Illegal assignment |
| 5009 | معرّف لم يتم تعريفه |
Undefined identifier |
| 5010 | المتوقع وجود Boolean |
Boolean expected |
| 5011 | لا يمكن تنفيذ تعليمات من برنامج نصي ذي نوع freed |
Can't execute code from a freed script |
| 5012 | المتوقع وجود عضو كائن |
Object member expected |
| 5013 | المتوقع وجود VBArray |
VBArray expected |
| 5014 | المتوقع وجود كائن من نوع JScript |
JScript object expected |
| 5015 | المتوقع وجود كائن من نوع Enumerator |
Enumerator object expected |
| 5016 | المتوقع وجود كائن من نوع Regular Expression |
Regular Expression object expected |
| 5017 | خطأ في بناء الجملة ضمن تعبير عادي |
Syntax error in regular expression |
| 5018 | معرّف مقدار غير متوقع |
Unexpected quantifier |
| 5019 | المتوقع وجود ']' ضمن تعبير عادي |
Expected ']' in regular expression |
| 5020 | المتوقع وجود ')' ضمن تعبير عادي |
Expected ')' in regular expression |
| 5021 | نطاق غير صالح ضمن مجموعة أحرف |
Invalid range in character set |
| 5022 | تم إهمال الاستثناء وعدم الإمساك به |
Exception thrown and not caught |
| 5023 | لا تتضمن الدالة كائناً صالحاً من نوع prototype |
Function does not have a valid prototype object |
| 5024 | URI المراد ترميزها تحتوي على حرف غير صالح |
The URI to be encoded contains an invalid character |
| 5025 | URI المراد فك ترميزها فلها ترميز غير صالح |
The URI to be decoded is not a valid encoding |
| 5026 | عدد الأرقام الكسرية خارج النطاق |
The number of fractional digits is out of range |
| 5027 | الدقة خارج النطاق |
The precision is out of range |
| 5028 | المتوقع وجود كائن صفيف أو وسائط |
Array or arguments object expected |
| 5029 | يجب أن يكون طول الصفيف عدداً موجباً محدوداً |
Array length must be a finite positive integer |
| 5030 | يجب أن يتم تعيين عدد موجب محدود لطول الصفيف |
Array length must be assigned a finite positive number |
| 5031 | المتوقع وجود كائن صفيف |
Array object expected |
| 5032 | 'eval' غير متوفر في ECMA 327 Compact Profile |
'eval' is not available in the ECMA 327 Compact Profile |
| 5033 | منشئ Function غير متوفر في ECMA 327 Compact Profile |
Function constructor is not available in the ECMA 327 Compact Profile |
| 5034 | المرجع الدائري في وسيطة القيمة غير مدعوم |
Circular reference in value argument not supported |
| 5035 | وسيطة بديلة غير صالحة |
Invalid replacer argument |
| 6000 | ما لا نهاية |
Infinity |
| 6001 | -ما لا نهاية |
-Infinity |
| 10438 | Object doesn't support property or method '|' |
Object doesn't support property or method '|' |
| 15001 | '|' ليس رقماً |
'|' is not a number |
| 15002 | '|' ليس دالة |
'|' is not a function |
| 15004 | '|' ليس كائن قابل للفهرسة |
'|' is not an indexable object |
| 15005 | '|' ليس سلسلة |
'|' is not a string |
| 15006 | '|' ليس كائن تاريخ |
'|' is not a date object |
| 15007 | '|' هو قيمة خالية أو ليس كائناً |
'|' is null or not an object |
| 15008 | لا يمكن التعيين إلى '|' |
Cannot assign to '|' |
| 15009 | '|' غير معرّف |
'|' is undefined |
| 15010 | '|' هو ليس من نوع boolean |
'|' is not a boolean |
| 15012 | لا يمكن حذف '|' |
Cannot delete '|' |
| 15013 | '|' ليس VBArray |
'|' is not a VBArray |
| 15014 | '|' ليس كائن JScript |
'|' is not a JScript object |
| 15015 | '|' ليس كائن enumerator |
'|' is not an enumerator object |
| 15016 | '|' ليس كائن تعبير عادي |
'|' is not a regular expression object |
| 15028 | | ليس كائن صفيف أو وسائط |
| is not an Array or arguments object |
| 15031 | '|' ليس كائن صفيف |
| is not an Array object |
| 15036 | لا يمكن تعيين السمة '|' الموجودة في واصف الخاصية على "صحيح" في هذا الكائن |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
| 15037 | لا يمكن تعيين السمة '|' الموجودة في واصف الخاصية على "خطأ" في هذا الكائن |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
| 32812 | التاريخ المحدد غير متوفر في تقويم الموقع الحالي |
The specified date is not available in the current locale's calendar |
| 32813 | هذا البرنامج النصي يحتوي على محتوى ضار وتم حظره بواسطة برنامج الحماية من الفيروسات. |
This script contains malicious content and has been blocked by your antivirus software. |