<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // This software 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; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=AF201_206 // //================================================================= //-- Error Message define( 'ERR_CANNOT_CONNECT_TO_DB', "ãã¼ã¿ãã¼ã¹ã»ãµã¼ãã¼ã«æ¥ç¶ã§ãã¾ãã [##co## ##hostname## ##cc##]" ); define( 'ERR_CANNOT_FIND_DB', "ãã¼ã¿ãã¼ã¹ãè¦ã¤ããã¾ãã [##co## ##database## ##cc##]" ); define( 'ERR_TABLE_EXISTS', "ãã¼ãã« [##table##] 㯠[##database##] å ã«ãã§ã«åå¨ãã¾ã" ); //-- Strings ( Home Page ) define( 'RSTR_INSTALL_INSTALLATION', 'ã¤ã³ã¹ãã¬ã¼ã·ã§ã³' ); //-- Strings ( Home Page ) define( 'RSTR_INSTALL_START_INSTALL', 'ä¸ã®<b>ã»ããã¢ãã</b>ãã¿ã³ãã¯ãªãã¯ã㦠' . RSTR_APP_TITLE . ' ' . RSTR_APP_VERSION . ' ã®' . 'ã¤ã³ã¹ãã¬ã¼ã·ã§ã³ãéå§ãã¦ãã ããã' ); define( 'RSTR_INSTALL_CHECK_ERROR', 'ã¨ã©ã¼ãçºçããããã«ãã¤ã³ã¹ãã¼ã«ãã§ãã¾ããã<br/>' . 'ãã¼ã¿ãã¼ã¹ã®è¨å®ãããä¸åº¦ç¢ºèªããå¾ã«ã' . '<b>ã»ããã¢ãã</b>ãã¯ãªãã¯ãã¦ãã ããã' ); define( 'RSTR_INSTALL_SETUP', 'ã»ããã¢ãã' ); //-- Strings ( Done Page ) define( 'RSTR_INSTALL_SUCCESS', 'ã¤ã³ã¹ãã¬ã¼ã·ã§ã³ãæåãããã¾ããã' ); define( 'RSTR_INSTALL_IMPORTANT', 'éè¦' ); define( 'RSTR_INSTALL_REMOVE_FOLDER', "<font color='#000000'>install</font>ãã©ã«ããæ®ãã¦ããã¨ã" . "ã»ãã¥ãªãã£ã»ãã¼ã«ã«ãªãã®ã§ãWebãµã¤ãããåé¤ãã¦ããã¦ãã ããã" ); define( 'RSTR_INSTALL_LOG_IN', "ãinstallããã©ã«ããåé¤å¾ã" . "<a href='../staff/index.php' target='_blank'>" . RSTR_APP_TITLE . " 管çã¨ãªã¢</a> " . "ã«ä»¥ä¸ã®ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ãã§ãã°ã¤ã³ãã¦ãã ããã" ); define( 'RSTR_INSTALL_USERNAME', 'ã¦ã¼ã¶ã¼å' ); define( 'RSTR_INSTALL_PASSWORD', 'ãã¹ã¯ã¼ã' ); ?>