#####################################################################
# ChatPro 2.5 Language FIle                                         #
#                                                                   #
# by Command-O Software                                             #
# http://www.command-o.com                                          #
#                                                                   #
# Copyright 1996-2001, All Rights Reserved                          #
#                                                                   #
# By using this script Licensee agrees to all terms of the License  #
# Agreement. Read it now, if you haven't already.                   #
#####################################################################
# Language variables
#
# The following variables are provided for converting this script for 
# non-english speaking people. Feel free to reword what I say anyway
# you please.
######################
#
#############
# Signup Page

sub reg_page_lang {

   $reg_page = "Registration Page";
   
   $you_must = "If you don't use frames you must hit \"RELOAD\" on the chat page to see the latest conversation.";
   
   $instruct = "Click <b>RELOAD</b> to see the latest conversation in a room. Type a message and click <b>POST</b> to send it. Click <b>LEAVE</b> to leave the script.";
   
   $no_vis_a = "There are no people in the";
   $no_vis_b = "room right now."; 

   $one_vis_a = "There is one person in the";
   $one_vis_b = "room right now.";
   
   $mult_vis_a = "There are";
   $mult_vis_b = "people in the"; 
   $mult_vis_c = "room right now.";
   
   $no_vis_tot = "There are no people chatting anywhere inside.";
   $one_vis_tot = "There is one person in the entire place right now.";
   
   $mult_vis_tot_a = "There are";
   $mult_vis_tot_b = "people chatting total right now.";
   
   $enter_name = "You must enter your name below, but e-mail address is optional. The password insures the \"one to one\" messages are not read by other people (choose any password).";
   
   $name_blank = "Name:";
   $passwd_blank = "Password:";
   $mail_blank = "E-Mail:";

   $layout_blank = "Layout:";
   $layout_lite = "Lite";  
   $layout_std = "Standard";
   $layout_frames = "Frames"; 

   $enter_chat = "Enter Chat";
   
   $sched_note_a = "This room has";
   $sched_note_b = "scheduled";
   $sched_note_c = "meeting times.";
   
   $help_a = "Want some";
   $help_b = "HELP";
   $help_c = "using this chat page?";

}
# End entry room variables
#####################
# Main Chat Page variables

sub main_page_lang {
   
   $help_b = "HELP";
   
   $nummes_a = "Display";
   $nummes_b = "messages";

   $reload_mes_a = "Reload every";
   $reload_mes_b = "seconds";
   
   $send_to = "To:";
   $ignoremark = "-IGN";
   
   $whos_here ="Who is in this room?";
   
   $currently_in = "You are currently in:";
   
   $lite_action = "Action";
   
   $reload_remind = "you must hit the reload button to see the latest conversation.";
   $frame_remind = "because you are using frames, this page will reload automatically to show you the latest conversation.";
}
#
# End main page variables
###################
#Miscellaneous variables.

sub misc_lang {

   $post_text = "Post";
   $reload_text = "Reload";
   $leave_text = "Leave";
   $go_there = "Go There";
   $pause_text = "Pause";
   $resume_text = "Resume";
   $ignore_text = "Ignore";
   $change_text = "Change";
   $lite_button = "Submit";
   
   $one_on_one_text = "1 on 1";
   
   $pub_room_title = "Public Rooms:";
   $pri_room_title = "Private Rooms:";
   
   $entire_room = "Entire room";

   $index_html = "Nice try, but it's not that easy to see the names of chat files.";
   
   $wrong_name = "The name you requested is already in use, or you didn't enter a name, or the password you entered is incorrect, or you didn't enter a password, please try again.";
   
   $joined_chat = "joined the chat at";
   $left_chat = "left the chat at";
   $left_room = "left the room at";

   $person_gone = "Apparently the person you tried to send the message to left before they got your message.";

}
#
# End Miscellaneous language variables
######################
1;
