// subdivisions.js
var label_searching = '--Searching--';
var label_select_province = '--Select Province--';
var label_select_city = '--Select City--';
var label_no_numbers_left = '--No numbers left--';
var msg_valid_number = "The number is free and valid!";
var msg_no_numbers_available = "Dear Valued Bud Phone User,\n\nDue to the overwhelming popularity of Bud Phone, there are no phone numbers available in the area you requested at this moment. To join the waiting list and be notified by email when phone numbers are available, simply click OK.\n\nIf you would rather choose a phone number in another location close to you, simply go back to the list of available towns/cities by clicking 'cancel'.\n\nEnjoy your Bud Phone powered by Freephoneline!";
var error_no_ajax_support = 'This mobile browser doesn’t support our registration process, please try a different browser or visit www.budphone.ca from a computer to register for this service.';
var error_wrong_number = "Please enter 11 digit FPL number!";
var error_invalid_responce = "Invalid response from server!";
var error_invalid_number = "The number is invalid or already taken by someone else!";
var error_too_many_requests = "Too many requests from your IP, please try again after 10 miunutes.";

// followMe.js
var msg_enter_followme_number = 'Please enter your 11 digit FollowMe number.';
var msg_checking_number = 'Checking number...';
var msg_followme_number_valid = 'The FollowMe number is OK';
var msg_followme_number_cant_be_yours = 'You can not use your own number as FollowMe number';
var msg_followme_number_invalid = 'The number can not be used as FollowMe number';
var msg_followme_number_remove_confirm = "Are you sure you want to remove this FollowMe number from your list? Confirm with OK.";
var error_invalid_followme_number = 'The FollowMe number you have entered can not be used for call forwarding!';
var error_number_too_short = 'The number is too short. Should be 11 digits';

//new registration
var must_agree_to_personal_info = 'You must agree to the use of personal information!';
var must_agree_to_terms_and_cond = 'You must agree to Terms and Conditions!';
var must_accept_to_terms_and_cond = 'You must accept the Terms and Conditions first!';
var select_smartphone_os_item = "--Select smartphone OS first--";
var select_item = "--Select--";

//register.js
var error_invalid_postal_code = 'Invalid postal code!';
var loading_address_info = 'Loading address information...';



