
BDP.messages = new Array();
BDP.messages['signin_vote'] = "In order to vote you have to be signed in.\nPlease sign in.";
BDP.messages['cookie_vote'] = "In order to vote you must allow your browser to accept cookies.\nPlease enable the cookies and reload the page.";
BDP.messages['already_voted'] = "You have already voted on this buzzbite.";
BDP.messages['inap_done'] = "Your flag has been registered. Thank you";
BDP.messages['abuse_done'] = "Your report has been registered. Thank you.";
BDP.messages['vote'] = "vote";
BDP.messages['votes'] = "votes";
BDP.messages['add_done'] = "Buzzbite has been added to your MyBuzz page. Thank you";
BDP.messages['add_already'] = "Buzzbite has been already added to your MyBuzz page.";
BDP.messages['add_group_wo_vote'] = "You must vote on this buzzbite before adding it to your GroupBuzz.";
BDP.messages['friend_remove'] = "Are you sure you want to remove {1} from your groupbuzz friends lsit?";
BDP.messages['remove_done'] = "Buzzbite has been removed from your MyBuzz page.";
BDP.messages['w_login_nouser'] = "Missing username.";
BDP.messages['w_login_nopass'] = "Missing password.";
BDP.messages['w_login_invalid'] = "Invalid username or password. Please try again.";
BDP.messages['w_categories_missing'] = "You have to select at least one category.";
BDP.messages['comment_vote_self'] = "Sorry, you cannot rate your own comment.";
BDP.messages['comment_vote_already'] = "You have already rated this comment.";
BDP.messages['share_title'] = "Buzzbite: {1}";
BDP.messages['fan_remove'] = "Are you sure you want to remove yourself as a fan of {1}?";
BDP.messages['closed_option'] = "This option is no longer available as this poll closed on {1}.";
BDP.messages['closed_vote'] = "Voting is no longer available as this poll closed on {1}.";