/**
* JS Language File: English
*/

var message_pop_up_lang =
{
	// DEFAULT
	'error'			   : 'An Error Occurred',
	'no_permission'	   : 'ليس لديك الصلاحية ',
	'cannot_cont'	   : 'لا يمكنك اكمال هذه العملية',
	'settings_updated' : 'تم تحديث الخيارات ',
	
	// Custom errors:
	'pp_date_error'     : 'Date must be a legal valid date',
	'pp_comment_error'  : 'لا يمكنك اضافة تعليق فارغ',
	'pp_friend_exist'   : 'That member does not appear to exist',
	'pp_friend_already' : 'لقد قمت باضافته من قبل الى قائمة اصدقائك ',
	'pp_friend_removed' : 'تم الحذف',
	'pp_icq_error'      : 'يجب ان يكون اسم الـ icq لديك رقم ',
	
	// Friend added:
	'pp_friend_added'     : 'تم اضافته الى قائمة اصدقائك !',
	'pp_friend_added_mod' : 'بانتظار موافقة صديقك حتى يضاف الى قائمة اصدقائك',
	'pp_friend_approved'  : 'Friend request approved',
	
	// Comments update
	'pp_comments_updated'  : 'تم تحديث التعليقات',
	'pp_comment_added_mod' : "سيتم اظهار تعليقك بعد الموافقة عليها ",
	
	// POLL MODULE
	'already_voted' : 'لقد قمت بالتصويت من قبل',
	
	// ARTICLES MODULE
	'rating_updated' : 'Your rating has been updated',
	'rating_added'   : 'Your rating has been added',
	'rating_already' : 'You have rated this article already'
};

/**
* Global stuff
*/

var ipb_global_lang =
{
	// 2.3.2
	'action_cancelled'	  	  : 'OK, action cancelled!',
	// ERROR
	'post_upload_not_empty'   : 'You have an item to be uploaded. Click the UPLOAD button to upload it or click OK to continue without uploading',
	// EDITORS
	'editor_enter_url'		  : 'Please enter the full URL',
	'editor_enter_title'      : 'Please enter the title for this item',
	'editor_enter_email'      : 'Please enter the email address',
	'editor_enter_image'      : 'Please enter the URL for this image',
	'editor_enter_list'       : 'Enter a list item',
	// GENERAL
	'general_error'           : 'Error',
	'general_ok'              : 'OK',
	'image_resized'           : 'Reduced: <%1>% of original size [ <%2> x <%3> ] - Click to view full image',
	'image_attach_percent'    : 'Reduced <%1>%',
	'image_attach_no_percent' : 'Image Reduced',
	'image_attach_dims'       : '<%1> x <%2>',
	'image_attach_size'       : ' (<%1>)',
	'click_to_view'           : 'Click to view full image',
	'view_full_size'          : 'View full size image',
	'visit_my_website'		  : 'Visit My Website'
};