<!--

/* This file provides various string variables required by the global JavaScript functions */
/* This is to allow users to easily modify this file to translate all client side prompts and dialogs */

var if_http = "http://";

var if_email = "mailto:";

var if_Color = "#";

var if_strLogoutAlertText = "Are you sure you wish to logout?\n\nWhen you logout if you have chosen\nautomated login your cookie will be deleted.\n\nClick OK to confirm this action...";

var if_linkPrompt = "If you wish to link directly to this post please copy the link below into your computer's clipboard.";

var if_InsertImage = "Enter the full absolute URL to the image to insert...";

var if_InsertLink = "Enter the URL (including http://) to link to...";

var if_InsertFontColor = "Enter the hexadecimal font color value to use...";

var if_InsertHighlightColor = "Enter the hexadecimal highlight color value to use,\nleave as default for standard highlighting...";

var if_WYSIWYGPrompt = "The current operation is not possible.\nThis could be because your working in HTML mode\nor you have an object such as an image currently selected.";

var if_NoSelection = "No selection available. Please focus your caret within the\nmessage where you would like to insert this tag and try again.";

var if_DeleteItem = "Are you sure you wish to delete this item?\n\nClick OK to confirm this action...";

var if_DeleteAvatar = "Are you sure you wish to delete your avatar image?\n\nClick OK to confirm this action...";

var if_DeletePhoto = "Are you sure you wish to delete your personal photograph?\n\nClick OK to confirm this action...";

var if_DeletePMFolder = "Are you sure you wish to delete this folder?\n\nIMPORTANT: All private messages within this folder will also be deleted!\n\nClick OK to confirm this action...";

var if_EmptyPMFolder = "Are you sure you wish to empty the selected folders?\n\nIMPORTANT: All private messages within the selected folders will be deleted!\n\nClick OK to confirm this action...";

var if_BadDate = "The date you selected is not valid. This has been reset to the last valid day in the month.";

var if_DeleteBuddy = "Are you sure you wish to delete this member from your list?\n\nClick OK to confirm this action...";

var if_DeleteSelectedAttachments = "Are you sure you wish to permanently delete the selected attachment(s)?\n\nAny attachments selected will be removed from all posts they are associated with.\n\nClick OK to confirm this action...";

var if_UnreadPrivateMessages = "You have unread private messages!\n\nClick OK to view your recent unread\nmessages or click Cancel to continue browsing...";

var if_MarkAllAsRead = "This will mark all forums and topics as read.\n\nClick OK to confirm this action...";

var if_MarkAllPMAsRead = "This will mark all private messages within all folders as read.\n\nClick OK to confirm this action...";

var if_MarkFolderPMAsRead = "This will mark all private messages within this folder as read!\n\nClick OK to confirm this action...";

var if_DeletePost = "Are you sure you wish to delete this post?\n\nIf this is the root topic all replies will also be removed.\n\nClick OK to confirm this action...";

var if_DeleteEvent = "Are you sure you wish to delete this event?\n\nClick OK to confirm this action...";

var if_ModerationToolSubmit = "Are you sure you wish to modify the selected topics?\n\nClick OK to confirm this action...";

var if_DeleteAllCookies = "Are you sure you wish to delete all cookies set by this board.\n\nThis will NOT delete any authentication cookies.\n\nClick OK to confirm this action...";

var if_DeleteTopicRating = "Are you sure you wish to delete the selected topic ratings?\n\nThis will allow you to submit a new rating for the selected topics.\n\nClick OK to confirm this action...";

var if_OpenPoll = "Are you sure you want to open this poll?\n\nThis will allow members with access to vote within this poll.\n\nClick OK to confirm this action...";

var if_ClosePoll = "Are you sure you want to close this poll?\n\nThis will not allow any further votes to be submitted within this poll.\n\nClick OK to confirm this action...";

var if_DeleteCategory = "Are you sure you wish to delete this category?\n\nThis will also delete all posts within category forums and sub forums!\n\nClick OK to confirm this action...";

var if_DeleteForum = "Are you sure you wish to delete this forum?\n\nThis will also delete all posts within this forum and any sub forums!\n\nClick OK to confirm this action...";

var if_DeletePermissionSet = "Are you sure you wish to delete this permission set?\n\nClick OK to confirm this action...";

var if_DeleteRole = "Are you sure you wish to delete this member group?\n\nClick OK to confirm this action...";

var if_DeleteUser = "Are you sure you wish to delete this member?\n\nThis will also remove all posts from this member.\n\nDepending on how many posts this member has made this may take some time.\n\nClick OK to confirm this action...";

var if_DeleteMemberLevel = "Are you sure you wish to delete this member level?\n\nClick OK to confirm this action...";

var if_DeleteModerator = "Are you sure you wish to delete this moderator?\n\nThis will NOT remove the moderator from any child forums.\n\nClick OK to confirm this action...";

var if_DeleteModerators = "Are you sure you wish to delete the selected moderators?\n\nClick OK to confirm this action...";

var if_DeleteWrapper = "Are you sure you wish to delete this wrapper?\n\nClick OK to confirm this action...";

var if_DeleteSkin = "Are you sure you wish to delete this skin?\n\nThis will physically delete all skin files from the skin directory!\n\nClick OK to confirm this action...";

var if_DeleteAttachmentType = "Are you sure you wish to delete this attachment type?\n\nThis will prevent users uploading files of this type!\n\nClick OK to confirm this action...";

var if_DeleteEmotIcon = "Are you sure you wish to delete this EmotIcon type?\n\nThis will NOT delete the physical emoticon image file!\n\nClick OK to confirm this action...";

var if_DeleteMessageIcon = "Are you sure you wish to delete this message icon?\n\nThis will NOT delete the physical message icon image file!\n\nClick OK to confirm this action...";

var if_DeleteLanguageFilter = "Are you sure you wish to delete this language filter?\n\nClick OK to confirm this action...";

var if_DeleteBulkMessage = "Are you sure you wish to delete the selected bulk messages?\n\nThese messages will be deleted from the database!\n\nClick OK to confirm this action...";

var if_DeleteScheduledTask = "Are you sure you wish to delete the selected tasks?\n\nThese tasks will be deleted from the database!\n\nClick OK to confirm this action...";

var if_SendBulkMessage = "This will begin sending this message, this is a final prompt to ensure your happy with your message.\n\nIMPORTANT: If your message contains HTML tags and your sending this bulk message as an email\nplease ensure sending email\'s as HTML is enabled within the \"Email & RSS Settings\" page.\n\nClick OK to begin sending or cancel or edit further or update your email settings...\n\nIF YOU CLICK OK, DO NOT CLICK \"Send Message\" AGAIN, PLEASE BE PATIENT!";

var if_DeleteIgnoredSearchTerm = "Are you sure you wish to delete this ignored search term?\n\nClick OK to confirm this action...";

var if_DeleteSelectedEmails = "Are you sure you wish to delete the selected emails?\n\nThe selected items will be removed from the queue and will not be sent.\n\nClick OK to confirm this action...";

var if_DeleteAllEmails = "Are you sure you wish to delete ALL queued emails?\n\nAll emails will be removed from the queue and will not be sent.\n\nClick OK to confirm this action...";

var if_ExecuteSQL = "Are you sure you wish to run this SQL statement against the database?\n\nYou CANNOT undo these changes. If you wish to revert you will have to do so manually.\n\nClick OK to confirm this action...";

var if_ShrinkDatabase = "This will attempt to shrink your physical database and log file by the percentage specified.\n\nThis operation may take some time depending on the size of your database.\n\nClick OK to confirm this action...";

var if_DeleteBannedIPAddress = "Are you sure you wish to delete this banned IP Address?\n\nUsers with IP Address will be allowed to login and register.\n\nClick OK to confirm this action...";

var if_DeleteIFCode = "Are you sure you wish to delete this IFCode?\n\nThis will no longer be parsed at runtime.\n\nClick OK to confirm this action...";

var if_InvalidMoveForum = "You cannot move topics to the selected forum!\n\nIt could be this is a forum category or redirect forum and cannot host topics.\n\nYou selection has been reset, click OK to continue...";

var if_DataImportSuccessful = "Data Imported Successfully!\n\nIf the new data is not immediately visible\nplease allow a few seconds for the cache to update.\n\nClick OK to continue...";

var if_DataImportError = "Failed to Import Data!\n\nThe error received is provided below...\n\n";

var if_ClearModeratorSelection = "Are you sure you wish to clear all selected forums?\n\nIf you don't select a forum this member will be\nassociated or updated within all forums.\n\nClick OK to confirm this action...";

//-->
