<?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 // //================================================================= define( 'STR_PAGE_TITLE', 'AdFreely' ); //-- 3U define( 'RSTR_NEXT', '次ã¸' ); define( 'RSTR_REPALCE', '夿´' ); define( 'RSTR_SELECT_PIC', "ã<span class='btn'>åç §</span>ããã¿ã³ãã¯ãªãã¯ãã¦ã" . "ç»åã鏿ãã¦ãã ããã " . "次ã«ã<span class='btn'>次ã¸</span>ããã¿ã³ãã¯ãªãã¯ãã¦ã" . "次ã®ãã¼ã¸ã¸é²ãã§ãã ããã" ); define( 'RSTR_CLICK_REPLACE', "ç»åã夿´ããã«ã¯ãã<span class='btn'>夿´</span>ã" . "ãã¿ã³ãã¯ãªãã¯ãã¦ãã ããã" ); define( 'RSTR_ALLOWABLE_IMAGE_TYPES', "使ç¨å¯è½ãªç»åã®ã¿ã¤ã : <b>jpg, gif, png</b><br/>" ); define( 'RSTR_IMAGE_SIZE', 'ç»åã®ãµã¤ãº' ); define( 'RSTR_PIXELS', 'ãã¯ã»ã«' ); define( 'RSTR_WIDTH', 'å¹ ' ); define( 'RSTR_HEIGHT', 'é«ã' ); //-- 4U define( 'RSTR_CONFIRM_AD', "ãã®ç»åã§ããããã§ããããï¼ ãããããã°ã" . "ã<span class='btn'>次ã¸</span>ããã¿ã³ãã¯ãªãã¯ãã¦ãã ããã " . "ç»åã夿´ããã«ã¯ãã<span class='btn'>æ»ã</span>ããã¿ã³ã" . "ã¯ãªãã¯ãã¦ãã ããã" ); //-- 5 define( 'RSTR_URL', 'URL' ); define( 'RSTR_MAKE_CLICKABLE', "ç»åãã¯ãªãã¯ããæã®é£ã³å ã®URLãå ¥åãã¦ãã ããã<br/>" . "( é£ã³å ã®URLããªãå ´åã¯ã空æ¬ã«ãã¦ããã¦ãã ããã )" ); define( 'RSTR_URL_LINK_EX', "(ä¾) http://www.my-domain.com/my-homepage.html" ); //-- 6 define( 'RSTR_THANK_YOU', "ç»åãæç¨¿ããã¾ããããããã¨ããããã¾ãã!" ); define( 'RSTR_FINISH', 'çµäº' ); //---------------------------------------------------------------- // END OF FILE //---------------------------------------------------------------- ?>