<? /* KISGB - a Guest Book script written in PHP. Copyright (C) 2001-2002 Gaylen Fraley hide@address.com WHEN USING PHRASES WITH SINGLE QUOTE MARKS, YOU MUST USE THE HTML ENTITY. FOR EXAMPLE, IF YOU WANTED TO SAY: Gaylen's Guest Book YOU WOULD ACTUALLY CODE Gaylen's Guest Book */ $charset = "charset=iso-8859-1"; $translationby = ""; $Awindow_title = "Please Sign Guest Book"; $Vwindow_title = "Visitor's Comments"; $add_btn_text = "Add entry to Guest Book"; $label_search = "Search"; $label_viewall = "View All"; $label_name = "Name:"; $label_email = "Your E-mail:"; $label_home = "Your Home Page:"; $label_home_site = "Home"; $label_pic = "Your Picture:"; $label_icq = "ICQ:"; $label_aim = "AIM:"; $label_yim = "YIM:"; $label_msn = "MSN:"; $label_ip = "IP:"; $label_nation = "Country:"; $label_privatemessage = "Private?"; $label_private = "Private"; $label_comment = "Comment:<br />(Max $max_comment_length<br />characters)"; $label_admin_menu = "Admin Menu"; $label_admin = "Admin"; $label_select = "Select"; $label_entries_public = "public entries"; $label_entries_private = "private entries"; $label_requiredfield = "(* denotes required field)"; # The $max_smileys_allowed is a system variable from the config file $label_smiley_message = "Click on up to $max_smileys_allowed smileys that you want added to your comments"; $label_smileys = "Smileys"; $label_sign_gb = "Sign Guestbook"; $label_view_gb = "View Guestbook"; $label_reverse_display = "Reverse Display Order"; $label_comments_added = "added these comments"; $on = "on"; $at = "at"; $label_password = "Password"; $label_login = "Login"; $label_back = "Back"; $label_update = "Update"; $label_config = "Config"; $label_submit = "Submit"; $label_delete = "Delete"; $label_help = "Help"; $label_successful = "Successful !!!"; $label_language = "Language"; $label_theme = "Theme"; $label_next = "Next"; $label_previous = "Previous"; $label_remaining = "remaining"; $label_admin_comment = "Comment"; $label_email_icon_mouseover = "Send Email"; $label_url_icon_mouseover = "Visit My Site"; $label_lock_icon_mouseover = "Edit Message"; $label_preview = "Preview"; $label_hold="Hold"; $label_release="Release"; # Note: The ??? must remain as it will be filled in by the calling logic!!!! $field_size_error_msg = "Max ??? characters"; $banned_ip_msg = "This IP has been banned from adding entries to this guest book. You may continue to browse the site. You may also contact the Web Master to appeal this ban."; $not_authorized_msg = "You are not authorized to use this function.<br />Please verify with the <br /><a href=\"mailto:$admin_email_address\">system administrator</a><br />if you feel this is an error."; $bad_language_msg = "You have entered the following entry which<br />contains unacceptable language at this site.<br />Please correct and try again."; # Note the double backward slash for new line! $invalid_email_msg = "The email address is invalid.\\nPlease correct and try again."; # Note the double backward slash for new line! $required_field_missing_msg = "A required field is missing.\\nPlease correct and resubmit."; $unable_to_access_file_msg = "Unable to access"; $html_notallowed_msg = "No HTML allowed"; $password_field_missing_msg = "As the author of this message, you will be able to\\nedit this message only if you also enter a password.\\n\\nClick OK to add entry without a password\\nor Cancel to go back and enter the password."; $default_status_msg = "Guest Book"; $broken_link_msg = "AUTOMATED MESSAGE: There are links in this message with UNBALANCED QUOTES."; $attempted_use_of_javascript_msg = "AUTOMATED MESSAGE: Javascript calls are not allowed in Links. Your link cannot be displayed."; $need_javascript_msg = "I'm sorry, but you need to have Javascript enabled to use this guestbook."; $label_themebuilder = "Theme Builder"; $flood_msg = "I'm sorry but you must wait at least $flood_control_timer seconds in-between posts."; $registeredUserMsg = "Sorry, that name is in use by a Registered member."; $areYouSureMsg = "Are you sure?"; $nothingToPreview = "There is nothing to Preview"; ?>