/* mesg.js "charset=utf-8"

{{IS_NOTE
	Purpose:
		Locale dependent message
	Description:
		
	History:
		Fri Jun 10 15:56:48     2005, Created by tomyeh
}}IS_NOTE

Copyright (C) 2005 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
	This program is distributed under GPL Version 2.0 in the hope that
	it will be useful, but WITHOUT ANY WARRANTY.
}}IS_RIGHT
*/
mesg = {};
mesg.NOT_FOUND = "Not found: ";
mesg.UNSUPPORTED = "Not supported yet: "
mesg.FAILED_TO_SEND = "Failed to send requests to server: ";
mesg.FAILED_TO_RESPONSE = "Server failed to process your request: ";
mesg.UNSUPPORTED_BROWSER = "Unsupported browser, please use Internet Explorer, Firefox or Mozilla: ";
mesg.ILLEGAL_RESPONSE = "Unknown response sent from the server. Please reload and try again.\n";
mesg.FAILED_TO_PROCESS = "Failed to process ";
mesg.UUID_REQUIRED = "UUID is required";
mesg.INVALID_STRUCTURE = "Invalid structure: ";
mesg.COMP_OR_UUID_REQUIRED = "Component or its UUID is required";
mesg.NUMBER_REQUIRED = "You must specify a number, rather than ";
mesg.INTEGER_REQUIRED = "You must specify an integer, rather than ";
mesg.EMPTY_NOT_ALLOWED = "Empty is not allowed.\nYou cannot specify nothing but spaces, either";
mesg.GOTO_ERROR_FIELD = "Go to the wrong field";
mesg.PLEASE_WAIT = "Processing...";

mesg.FILE_SIZE = "File size: ";
mesg.KBYTES = "KB";

mesg.CANCEL="Cancel";
