<?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 // //================================================================= //-- Log In define( 'RSTR_APP_MAKER', 'PhpKobo.Com' ); //-- About define( 'RSTR_ABOUT', 'ãã¼ã¸ã§ã³æ å ±' ); define( 'RSTR_APP_TITLE', 'AdFreely' ); define( 'RSTR_APP_VERSION', 'V2.06' ); define( 'RSTR_APP_ID', 'AF201_206J' ); define( 'RSTR_APP_HOMEPAGE_CAPTION', RSTR_APP_MAKER . ' : ' . RSTR_APP_TITLE . ' Homepage' ); define( 'RSTR_APP_HOMEPAGE_URL', 'http://jpn.phpkobo.com/adfreely.php' ); //-- Staff define( 'RSTR_STAFF', 'ã¹ã¿ãã' ); define( 'RSTR_STAFF_ID', 'ID' ); define( 'RSTR_ACTIVE', 'æå¹' ); define( 'RSTR_STAFF_TYPE', 'ã¹ã¿ããã»ã¿ã¤ã' ); define( 'RSTR_PASSWORD_CONF', 'ãã¹ã¯ã¼ã (確èª)' ); define( 'RSTR_LEAVE_PASSWORD_BLANK', '(ãã¹ã¯ã¼ãã夿´ããªãå ´åã¯ç©ºæ¬ã«ãã¦ããã¦ãã ããã)' ); define( 'RSTR_EMAIL', 'Eã¡ã¼ã«' ); define( 'RSTR_NAME', 'åå' ); //-- Cell define( 'RSTR_CELL', 'ã»ã«' ); define( 'RSTR_CELLS', 'ã»ã«' ); define( 'RSTR_CELL_ID', 'ID' ); define( 'RSTR_CODE', 'ã³ã¼ã' ); define( 'RSTR_AD_ID', 'Ad ID' ); define( 'RSTR_SIZE', 'ãµã¤ãº' ); define( 'RSTR_IMAGE_W', 'å¹ ' ); define( 'RSTR_IMAGE_H', 'é«ã' ); define( 'RSTR_PIC', 'ç»å' ); define( 'RSTR_PIC_STATE', 'Pic State' ); define( 'RSTR_LINK_URL', 'é£ã³å URL' ); define( 'RSTR_USE_BROWSE', '[åç §]ãã¯ãªãã¯ãã¦ç»åã鏿ããå¾ãã¢ãããã¼ããã¿ã³ãã¯ãªãã¯ãã¦ãã ããã' ); define( 'RSTR_FILE_UPLOAD', 'ã¢ãããã¼ã' ); define( 'RSTR_FILE_REMOVE', 'åé¤' ); define( "RSTR_CELL_NOT_ABAILABLE", "ç³ã訳ãããã¾ãããAd [##ad_id##] ã¯æ¢ã«ä½¿ç¨ããã¦ãã¾ãã" ); //---------------------------------------------------------------- // END OF FILE //---------------------------------------------------------------- ?>