/**
 * Contains all text labels and other text defaults used througout the application.
 * A global instance is created in the main page and can be modified by using Ext.apply:
 * 
 * 		var labels = new Ron.Properties();
 *  	Ext.apply(labels, {property_name: 'Custom Value'});
 *
 * @author Interface
 * @created 10-20-2009
 * @version 1.0
 *   
 *		
*/

Ext.namespace("Ron");

Ron.Preferences = function(){
   // required application preferences add here
};

