################################ ######## Version 0.92 ########## ################################ $descr{in_chat} = 'This message appears when somebody enters the chat. The first tag %s is replaced by the name of the user coming in, the second one by the name of the chat.'; $descr{in_room} = 'This message appears when somebody enters the room. The first tag %s is replaced by the name of the user coming in, the second one by the name of the room.'; $descr{out_chat} = 'This message appears when somebody leaves the chat. The first tag %s is replaced by the name of the leaving user, the second one by the name of the chat.'; $descr{out_room} = 'This message appears when somebody leaves the room. The first tag %s is replaced by the name of the leaving user, the second one by the name of the room.'; $descr{reminder_mail_body} = 'This is the text of the mail sent by the password reminder. The first %s is replace by the nickname of the user, the second one by his username and the third by the new password.'; $descr{settings_chatname} = 'Name of your chat. It is used in some chat messages and also shown as the title in most templates.'; $descr{settings_enable_news} = 'If checked, chat news is activated. The text displayed can be edited in admin/chat news.'; $descr{settings_enable_traffic_stat} = 'If checked traffic statistics are enabled and the size of all dynamic pages generated by the chat will be counted. The statistics are shown sorted by date under admin/traffic statistics. That is also the place to clean the files. Don\'t activate traffic statistics if you have access to the server logs as well. In that case this will be a waste of system resources!'; $descr{settings_enable_smileys} = 'If checked the smileys inside the chat will be changed into the appropriate pictures (only if the user has this option enabled). If the smileys are deactivated the smileys won\'t even be displayed to choose from.'; $descr{settings_allow_guestlogin} = 'If this option is enabled, users do not need to register to come into the chat by leaving the password field blank. If the username is also omitted, the user will be assigned a random name. User files will be erased immediately after the logout.'; $descr{settings_use_usernames} = 'If deactivated no usernames are used in the chat. The login is also performed with the nickname.'; $descr{settings_use_server_auth} = 'You can activate this if the users have to authenticate themselves on the server by htaccess. Then this authentication will be also used for the chat and no username or password has to be filled out.'; $descr{settings_pull_mode_only} = 'You should only activate this if your server doesn\'t allow server push for some reason. It results in a higher resource usage and also delays on the user\'s side.'; $descr{settings_webmaster_email} = 'Your email address. It will be displayed for example to users that have been banned for questions or complaints.'; $descr{settings_mailprog} = 'You should change this variable if sendmail is located in a different directory on your server.'; $descr{settings_defaultcolor} = 'Color that every user gets on his first login.'; $descr{settings_defaultroom} = 'Standard room that will be used if the chosen room does not exist anymore for some reason. This room has to be permanent and public. It cannot be deleted.'; $descr{settings_alive_test_rate} = 'Time which the user is allowed to send nothing in the normal mode. After this time it should be sure that the connection is broken and the user is removed from chat. It cannot happen when the user is still connected as the JavaScript in the user\'s browser sends the /alive command every aliveinterval milliseconds (this variable is set in chat.js).'; $descr{settings_log_clean_rate} = 'Time (in seconds), before the chat-log will be cleaned. All messages older than the maximum age will be erased. With the option 0 the logging will be disabled. Please keep in mind that it will be only erased if at least one user is inside the chat.'; $descr{settings_log_length} = 'With the periodical deletion of the logs, all information that is older than this period of time (in seconds) will be removed.'; $descr{settings_time_distance} = 'The time difference between the time zone of the users and the server (can also be negative). This number will be added to or subtracted from the time that will be given by the server.'; $descr{settings_max_login_time} = 'Time (in seconds) that a login will be stored in login.txt. This is the time a user has to load the chat frames to finish the login sequence.'; $descr{settings_cookie_name} = 'Name of the cookie that will be used by the chat. Can be changed if there is a conflict with other programs.'; ################################ ######## Version 0.93 ########## ################################ $descr{settings_externalmknod} = 'This should only be checked if the internal mknod call doesn\'t work (used to create a named pipe in server push mode). If checked, either the given mknod program or the mkfifo program is used depending on which one can be found.'; $descr{settings_mknodprog} = 'This variable is only important if the external mknod program should be used. Normally mknod is sufficient, and you don\'t need to enter the exact program path.'; $descr{settings_mkfifoprog} = 'This variable is only important if the external mkfifo program should be used. Normally mkfifo is sufficient, and you don\'t need to enter the exact program path.'; $descr{settings_display_userlist_shortcuts} = 'If checked, links are displayed with the user name in the online list, which insert the text /msg nick or @nick in the input field automatically.'; $descr{settings_pwseed} = 'Defines the seed (2 letters) that should be used for password crypting. Default value is ya for reasons of compatibility to YaBB.'; $descr{settings_log_private_msgs} = 'If checked the private messages (sent with the /msg command) are logged.'; $descr{settings_max_users} = 'If not null this number defines the upper limit for user number in the chat at the same time. Administrators can enter the chat even if the maximal user number is already reached (at least with the default permission settings).'; $descr{settings_roomlist_cols} = 'If not null this number sets the upper limit for columns in the room selection frame. If there are more rooms than the given number, several lines are used.'; $descr{settings_alive_test_rate_pull} = 'Time which the user is allowed to send nothing in the safe mode. After this time it should be sure that the connection is broken and the user is removed from chat. It cannot happen when the user is still connected as the JavaScript in the user\'s browser sends the /alive command every refreshdelay milliseconds (this variable is set in chat.js).'; $descr{settings_SYS_mknod} = 'The chat tries to retrieve the value of this system variable automatically from the file syscall.h when it is started the first time (typically 14). If the value can not be retrieved the usage of an external mknod program is activated.'; $descr{settings_S_IFIFO} = 'The chat tries to retrieve the value of this system variable automatically from the file stat.h when it is started the first time (typically 4096). If the value can not be retrieved the usage of an external mknod program is activated.'; 1;