|
From: OryNider <ory...@us...> - 2007-06-07 00:10:38
|
Update of /cvsroot/mxbb/mx_pjirc/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14635/lang_romanian Added Files: lang_admin.php lang_faq.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * common.php * ---------- * begin : July, 2003 * copyright : (c) 2003 Marc Ferran; Eric; Amo * email : markus_petrux at phpmix dot com ; am...@ho... * module : mx_pjirc * file contents : Main module strings. * language : English * translated by : * ***************************************************************************/ /*************************************************************************** * * This program 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. * ***************************************************************************/ $lang['Chat'] = "Chat"; $lang['How_Many_Chatters'] = "There are <b>%d</b> user(s) on Chat now"; $lang['Who_Are_Chatting' ] = "Who's on Chat: <b>%s</b>"; $lang['Click_to_join_chat'] = "Click to join Chat"; $lang['log_out_chat'] = "You have successfully logged out from Chat on "; $lang['Login_to_join_chat'] = "Login to join Chat"; $lang['Already_chatting'] = "You are chatting"; $lang['Please_Login_to_chat'] = "Please, login to join Chat."; $lang['About_Pjirc'] = "About Pjirc"; $lang['Pjirc_Options'] = "Pjirc Options"; $lang['About'] = "About"; $lang['Options'] = "Options"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * lang_admin.php * ---------- * begin : december, 2003 * copyright : Eric; Amo * email : am...@ho... * module : mx_pjirc * file contents : Admin module strings. * language : English * translated by : * ***************************************************************************/ /*************************************************************************** * * This program 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. * ***************************************************************************/ $lang['Pjirc_Settings'] = "Pjirc Settings"; $lang['Pjirc_Settings_explain'] = "Use the form below to configure your Pjirc Settings"; $lang['Pjirc_Settings_updated'] = "Pjirc Settings Updated Sucessfully."; $lang['Pjirc_Settings_return'] = "Click %sHere%s to return to Pjirc Settings."; $lang['Chat_name'] = "Chat name"; $lang['Prefix_username'] = "Prefix name"; $lang['Prefix_username_explain'] = "In order to avoid username conflict in servers.<br>Eexemple : "; $lang['Prefix_username_explain'] .=" the prefix is MX_ and amo join the chat,<br> his username "; $lang['Prefix_username_explain'] .="on the chat will be \"MX_amo\" if \"amo\" is already used"; $lang['Quit_message'] = "Quit message"; $lang['IRC_channel'] = "IRC channel"; $lang['IRC_port'] = "IRC port"; $lang['IRC_server'] = "IRC server"; $lang['Check_period'] = "Check period (seconds)"; $lang['Check_period_explain'] = "For exemple : Check who is chatting every 120 seconds"; $lang['Reset'] = "Reset"; $lang['Submit'] = "Submit"; $lang['Pjirc_style'] = "Pjirc style"; $lang['Button_surround'] = "Button surround"; $lang['3D_button_highlight'] = "3D button highlight"; $lang['3D_button_shadow'] = "3D button shadow"; $lang['Scrollbar_top-bottom'] = "Scrollbar top-bottom"; $lang['Scrollbar_highlight'] = "Scrollbar highlight"; $lang['Button_background'] = "Button background"; $lang['UI_background'] = "UI background"; $lang['Window_button_background'] = "Window button background"; $lang['User_state_button'] = "User state button"; $lang['MDI_buttons_background'] = "MDI buttons background"; $lang['Alert_update_channel'] = "Alert update channel"; $lang['User_buttons'] = "User buttons"; $lang['Background_image'] = "Background image"; $lang['Background_image_explain'] = "recomended : 350px/350px"; $lang['Button_settings'] = "Button's settings"; $lang['Show_status'] = "Show status"; $lang['Show_connect'] = "Show Connect Button"; $lang['Show_dock'] = "Show Dock Button"; $lang['Show_chanlist'] = "Show Channel List Button"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_faq.php --- <?php /*************************************************************************** * faq.php * ---------- * begin : december, 2003 * copyright : Eric; Amo * email : am...@ho... * module : mx_pjirc * file contents : FAQ module strings. * language : English * translated by : * ***************************************************************************/ /*************************************************************************** * * This program 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. * ***************************************************************************/ //PIRC Chat MOD FAQ by Eric $faq[] = array("--", "PIRC Questions"); $faq[] = array("I can't Log in!", "If you are using Sun Java Virtual Machine instead of the Microsoft one, go to the control panel, then \"java plugin\", then \"browser\", and uncheck \"Internet Explorer\" checkbox.<br /><br />If you aren't using Sun Java and you still can't log in, make sure you are saying yes to the Sercurity Warning that Pops up. If you don't it won't let you log in.<br /><br />If you still can't log in this is a problem with PIRC. This is taken from their FAQ: \"...if you want pjirc to work correctly, you MUST install your irc server on the same server than the one running your website. This website may only contains pjirc files while the rest of the \"real\" website is on any other host, that's not a problem. But the pjirc files ARE to be on the irc server.\""); $faq[] = array("What if my name is being used?", "If your name is being used by someone else on the server then it will have a message pop up where you can change your name. Try adding numbers to the end of your name. Spaces aren't allowed in your name!"); $faq[] = array("What are the smilies?", "The smilies are the same ones that are on the board."); ?> |