var messages = Array();
messages['erroAdicionado'] = "It wasn't possible to execute the solicited action. Try again later.";
messages['retirar'] = "- budget";
messages['adicionar'] = "+ budget";
messages['retirado'] = "Product <strong>removed</strong> with success.";
messages['adicionado'] = "Product <strong>Added</strong> with success.";
messages['erroRetirarCelula'] = "An error ocurred while trying to remove the item.\nTry it again later.";
