<?php ################################################################################################# # # project : phpBook # filename : english.php # last modified by : Age Bosma # modify date : 2005/06/13 # e-mail : hide@address.com # purpose : English language File # ################################################################################################# $gb_languagemetatag = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />"; /* Main guestbook strings */ $gb_link1 = "Add Entry"; $gb_link1desc = "Add your Guestbook Entry"; $gb_link1head = "Add Guestbook Entry"; $gb_pages = "Pages"; $gb_name = "Name"; $gb_comments = "Comments"; $gb_location = "Location"; $gb_posted = "Posted"; $gb_modcomment = "Moderator Comment"; $gb_first_page = "Go to the first page"; $gb_last_page = "Go to the last page"; $gb_next_page = "Go to the next page"; $gb_previous_page = "Go to the previous page"; $gb_goto_page = "Go to page"; $gb_send_email = "Send an E-mail to user"; $gb_icq_message = "Show ICQ user information"; $gb_jabber_message = "Show Jabber user information"; $gb_aim_message = "Send an AIM message to user"; $gb_yahoo_message = "Show Yahoo user information"; $gb_msn_message = "Show MSN user information"; $gb_view_homepage = "View user Web Page"; $gb_user_image = "User entry image"; /* Add entry strings */ $gb_add_name = "Name"; $gb_add_location = "Location"; $gb_add_email = "E-Mail"; $gb_add_url = "URL"; $gb_add_icq = "ICQ"; $gb_add_jabber = "Jabber"; $gb_add_aim = "AIM"; $gb_add_yahoo = "Yahoo"; $gb_add_msn = "MSN"; $gb_add_msg = "Message"; $gb_add_confirm_code = "Confirmation"; $gb_smileyhelp = "Click here for Smiley code Help"; $gb_smiley_help = "Smiley Help"; $gb_urlcodehelp = "Click here for URL code Help"; $gb_url_code_help = "URL Code Help"; $gb_submit = "Submit"; $gb_location_sel = "-------- please select --------"; $gb_confirm_image = "Confirm code"; $gb_hide_email = "Don't display in public"; /* Error strings */ $gb_floodprotection = "Flood protection active, please try it later."; $gb_name_empty = "Please enter your name."; $gb_icq_wrong = "Non-valid ICQ entry, please enter a correct ICQ user ID or leave it blank."; $gb_non_valid_jabber = "Non-valid Jabber entry, please enter a correct Jabber ID (JID) or leave it blank."; $gb_non_valid_msn = "Non-valid MSN entry, please enter a correct MSN E-mail address or leave it blank."; $gb_non_valid_email = "Non-valid E-mail entry, please enter a correct E-mail address or leave it blank."; $gb_message_incorrect = "Non-allowed message length, your message has to be between"; $gb_and = "and"; $gb_characters = "characters"; $gb_confirm_code_empty = "Incorrect confirmation code, please enter the confirmation code exactly as it is displayed in the image."; $gb_not_allowed = "not allowed"; /* Admin strings */ $gb_link2 = "Admin"; $gb_link2desc = "Guestbook Administration"; $gb_link2head = "Administration"; $gb_link3 = "Profanity List"; $gb_link3desc = "Profanity List Administration"; $gb_link3head = "Profanity List"; $gb_link3text = "Profanity Word"; $gb_link3stat = "Profanity Words in total"; $gb_link4 = "Banned IPs"; $gb_link4desc = "Banned IPs Administration"; $gb_link4head = "Banned IPs"; $gb_link4text = "IP"; $gb_link4stat = "Banned IPs in total"; $gb_link5 = "Guestbook"; $gb_link5desc = "Back to the Guestbook"; $gb_admin_password = "$gb_link2 password"; /* Moderator strings */ $gb_ban_ip = "Ban IP"; $gb_del_entry = "Delete Entry"; $gb_del_comment = "Delete Comment"; $gb_edit_comment = "Add/Edit Comment"; /* E-Mail notification strings */ $gb_notify_subj = "New Guestbook Entry"; $gb_notify_text = "New Guestbook Entry from"; $gb_notify_at = "At"; ?>