var locale = Array();
locale['page_previous'] = "Previous";
locale['page_next'] = "Next";
locale['room_list_stat'] = "%cams% Broadcasts, %users% Viewers";
locale['room_name_invalid'] = "Your room name may ONLY be alphanumerical. No spaces or symbols.";
locale['proxy_detected'] = "<div class='bold' style='font-size: 15px;'>Proxy error</div><br /> Your IP address has been detected as a proxy/VPN. <br />We're sorry but the content you requested is not compatible with proxys or VPNs.";
locale['fill_in_all_fields'] = "Please fill in all fields before continuing.";
locale['transaction_declined'] = "The credit card transaction has been declined. Please try a different card.";

var ccErrors = Array();

ccErrors [0] = "Unknown card type";
ccErrors [1] = "No card number provided";
ccErrors [2] = "Credit card number is in invalid format";
ccErrors [3] = "Credit card number is invalid";
ccErrors [4] = "Credit card number has an inappropriate number of digits";

locale['cc_errors'] = ccErrors;
locale['problem'] = "Problem";
locale['comment_short'] = "Your comment is too short. Please make it at least 5 characters.";
locale['comment_too_long'] = "Your comment is too long. Please keep it under 260 characters.";
locale['comment_blank'] = "Please enter a comment before continuing.";
locale['message_invalid'] = "Please keep your message (%length% chars) between 0 and 140 characters.";
locale['captcha_error'] = "Incorrect antispam code. Please try again.";
locale["Message sent!"] = "Message sent!";


locale['activity_in_x'] = "Activity in %location%";
locale['activity_feed'] = "Activity Feed";
locale['unexpected_communication_error'] = "An unexpected error has occurred when communicating with our servers. Please try again in a few minutes.";
locale['unsaved_warning'] = "You have not saved your progress. If you leave this page, you will lose all changes.";
