125233;
$::g_pPrompts = 
	{
	'VERSION' => 1,
	'IDS_MD_NO_COMPLETE_FILE' => "No complete file exists to apply the differential file to.  Please refresh the catalog site.\n",
	'IDS_MD_CORUPTINDEX' => "The web site index has been corrupted.  Catalog is unable to update the index.  Copy %s to %s failed.  %s.  Please refresh the site.",
	'IDS_MD_CANT_OPEN_FROM' => "Cannot open differential 'from' file '%s'.  %s",
	'IDS_MD_CANT_OPEN_TO' => "Cannot open differential 'to' file '%s'.  %s",
	'IDS_MD_CANT_OPEN_DIFF' => "Cannot open differential 'diff' file '%s'.  %s",
	'IDS_MD_CANT_CREATE_UNIQUE_SCRATCH' => "Unable to create a unique scratch file.",
	'IDS_MD_ERROR_SEEKING_FROM' => "Error seeking in 'from' file '%s' (%d, %d).  %s",
	'IDS_MD_CHECKSUM_ERROR' => "Diff file checksum error (Calculated %d, Expected %d).\r\nPlease refresh your website. If the problem persists and you are unable to upload your store contact your SellerDeck reseller or SellerDeck Support as appropriate.",
	'IDS_MD_DIFF_LENGTH_ERROR' => "Diff file length error (Expected %d, Actual %d).",
	'IDS_MD_CORRUPT_WEB' => "The web site index has been corrupted.  Copy %s to %s.  %s.  Please refresh the site.",
	'IDS_MD_ERROR_READING_FILE' => "Error reading file. %s",
	'IDS_MD_ERROR_COPY_FROM' => "Error copying from 'from' file.  %s",
	'IDS_MD_ERROR_COPY_TO' => "Error copying to 'to' file.  %s",
	'IDS_MD_AUTHORISATION_FAILED' => "Bad Catalog username or password. Check your Housekeeping | Security settings and try again. If that fails, try refreshing the site.",
	};
return($::SUCCESS);
