<?PHP /* $Id$ */ # This file is part of Chatty :) # Copyright (C) 2003, 2004, 2005 Marco Olivo # # Chatty :) is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /*index.php language */ $lang['register_title'] = 'Register and login in the chat'; $lang['new_user'] = 'New user?'; $lang['existing_user'] = 'Already a user?'; $lang['email_reason'] = 'IT IS NECESSARY TO ENTER YOUR EMAIL. DON\'T YOU WORRY, IT WILL BE KEPT SECRET!'; $lang['pass_reason'] = 'IT IS NECESSARY TO INSERT A PASSWORD'; $lang['dup_user'] = 'SOMEBODY ELSE IS REGISTERED WITH YOUR NAME. PLEASE CHOOSE ANOTHER'; $lang['new_user_instructions'] = 'If you are a new user please complete these fields and then press the button to enter the chat.'; $lang['wrong_login'] = 'WRONG LOGIN, PLEASE CHECK USERNAME AND PASSWORD'; $lang['existing_user_instructions'] = 'If you have already registered in the past, please insert your nickname and your password'; $lang['new_username'] = 'Which nickname do you want to use?'; $lang['new_password'] = 'Choose a <B>password</B>, please'; $lang['new_email'] = 'Please insert here your email(*)'; $lang['email_disclaimer'] = '(*) your email <B>won\'t be</B> seen by the other users'; $lang['subscribe'] = 'Subscribe!'; $lang['enter_username'] = 'Please enter your username'; $lang['enter_password'] = 'Please enter your <B>password</B>'; $lang['enter_chat'] = 'Enter the chat!'; $lang['email_comments'] = 'Please send comments or questions to '; /*talk.php language */ $lang['chat_enter'] = 'enters the chat'; /*sendmsg.php language */ $lang['your_msg'] = 'Your message'; $lang['white'] = 'White'; $lang['yellow'] = 'Yellow'; $lang['red'] = 'Red'; $lang['green'] = 'Green'; $lang['blue'] = 'Blue'; $lang['brown'] = 'Brown'; $lang['violet'] = 'Violet'; $lang['light_red'] = 'Light Red'; $lang['black'] = 'Black'; $lang['send'] = 'Send'; /* users.php language */ $lang['logoff'] = 'Logoff'; $lang['users_in_chat'] = 'User(s) in the chat'; $lang['comments'] = 'Comments? Suggestions? Questions?'; /* logo.php language */ $lang['logo_desc'] = 'Back to the main page'; ?>