/* Global language */

ipb.lang['loading']					= "Loading...";

/* Registration Language */

ipb.lang['available'] 				= "&#10004; Available!";
ipb.lang['is_required'] 			= "&#10007; This field is required";
ipb.lang['too_short'] 				= "&#10007; The name you entered is too short";
ipb.lang['too_long'] 				= "&#10007; The name you entered is too long";
ipb.lang['invalid_chars'] 			= "&#10007; This field contains invalid characters";
ipb.lang['not_available'] 			= "&#10007; This name is taken!";
ipb.lang['email_doesnt_match'] 		= "&#10007; The addresses you entered don't match";
ipb.lang['invalid_email'] 			= "&#10007; This isn't a valid address";
ipb.lang['pass_doesnt_match'] 		= "&#10007; The passwords you entered don't match";
ipb.lang['pass_too_short'] 			= "&#10007; Your password is too short (min. 3 characters)";
ipb.lang['pass_too_long'] 			= "&#10007; Your password is too long (max. 32 characters)";

/* Topic language */

ipb.lang['vote_success'] 			= "Vote saved!",
ipb.lang['vote_updated'] 			= "Vote updated!",
ipb.lang['delete_post_confirm'] 	= "Are you sure you want to delete this post?";
ipb.lang['copy_topic_link'] 		= "Copy the permalink below to store the direct address to this post in your clipboard";

/* Forum language */

ipb.lang['with_selected'] 			= "With Selected ({num})";
ipb.lang['delete_topic_confirm'] 	= "Are you sure you want to delete this topic?";

/* Post screen language */

ipb.lang['click_to_show_opts'] 		= "Click to configure post options";
ipb.lang['poll_stats']				= "You may add [q] more question(s), with [c] choices per question";

/* Upload language */

ipb.lang['att_select_files'] 		= "Select files";
ipb.lang['upload_no_file'] 			= "No file was selected for upload";
ipb.lang['invalid_mime_type'] 		= "You aren't permitted to upload this kind of file";
ipb.lang['upload_too_big'] 			= "This file was too big to upload";
ipb.lang['upload_failed'] 			= "This upload failed";
ipb.lang['silly_server'] 			= "The server returned an error during upload";
ipb.lang['upload_progress']			= "Uploaded [done] of [total]";
ipb.lang['upload_done']				= "Done (uploaded [total])";
ipb.lang['uploading']				= "Uploading...";
ipb.lang['pending']					= "Pending";
                                
/* Messenger language */        
                                
ipb.lang['confirm_empty'] 			= "Are you sure you want to empty this folder?";
ipb.lang['confirm_delete'] 			= "Are you sure you want to delete this folder? ALL messages in it will be deleted. This cannot be undone!";
ipb.lang['invalid_folder_name']		= "The folder name is invalid";
ipb.lang['save_folder']				= ">";

/* Editor language */

ipb.lang['js_rte_erroriespell']		= "ieSpell was not detected. Click OK to go to the download page.";
ipb.lang['js_rte_errorloadingiespell'] = "Error loading ieSpell. Exception: ";