if ( typeof(PM) == 'undefined' ) var PM = {};

/**
 * PM Constants 
 *
 * @base PM
 */
PM.Constants = { }

/**
 * PM Price Constants 
 *
 * @base PM.Constants 
 */
PM.Constants.Price = {
  nationalPattern:  '(-)?[0-9]{1,3}([.][0-9]{3})*([,][0-9]{1,2}0*)?',
  pmPattern: '(-)?([0-9])+([,.][0-9]{1,2}0*)?',
  thousandsSeparator: '.',
  digitsSeparator: ','
}


/**
 * Sponsored links constants
 */
PM.Constants.SL = {
  trackingCodeRegExp: "7[0-9]{3}"
}
PM.Constants.Translation = {
  txt_loader: "Cargando"
}
