///////// 文 ゴーストテンプレート ///////// 文字列リソース辞書 ///////// copyright (C) 2002 umeici. //**** 文字列リソース ******************************************************************* //---- ユーザー名 ----------------------------------------------------------------------- On_username { username } //---- ネットワーク更新の基準位置となるURL ---------------------------------------------- On_homeurl { "http://ms.shillest.net/housekeeper/couperin/hiyori/" } //---- お気に入りメニュー変換 ------------------------------------------- LinkMenuConvert { _text = '' _data = IARRAY for _i = 0 ; _i < _argc ; _i++ { _data = (RE_SPLIT(_argv[_i],'\s*\|\s*'),'','') //ダミー _text += "%(_data[0])%(CHR(1))%(_data[1])%(CHR(1))%(_data[2])%(CHR(1))%(CHR(2))" } _text; } //---- ポータルサイトのボタンキャプション ----------------------------------------------- On_portalrootbutton.caption { "CROW関連" } //---- ポータルサイトのリスト ----------------------------------------------------------- On_sakura.portalsites { LinkMenuConvert(On_sakura.portalsites_EX) } On_sakura.portalsites_EX : array { 'CROW |http://crow.aqrs.jp/ |' 'SSP |http://ssp.shillest.net/ |' 'うさださくら |http://usada.sakura.vg/ |' '- | |' '文 |http://umeici.hp.infoseek.co.jp/etcetera/ |' '●○ Optimist ○● |http://www.interq.or.jp/sheep/kamata/optimist/ |' 'はっぷんずげ〜と |http://happen.kotonet.com/ |' '- | |' 'Marble Note |http://marble.tarenari.jp/ |' '何かゴーストセンター |http://www.aqrs.jp/ngc/ |' 'GHOST TOWN |http://ghost.sakura.vg/ |' 'Disc-2 |http://disc2.s56.xrea.com/ |' 'ZIDAN |http://firetire.web.infoseek.co.jp/zidan/ |' 'un.yu.to.* |http://un.yu.to/ |' '- | |' '伺かエレメンタリ |http://www015.upp.so-net.ne.jp/jelly/elementary/ |' 'CROW・SSPリファレンス |http://crow.aqrs.jp/reference/all/ |' 'Notify List |http://poro.sakura.vg/notify/ |' 'へパ同盟 |http://ssp.shillest.net/heper/ |' '- | |' '黒いお姉さん |http://mito.cool.ne.jp/kuro8/ |' '実家 |http://ms.shillest.net/ |' } //---- 本体側おすすめサイトのボタンキャプション ----------------------------------------- On_recommendrootbutton.caption { "天界の手引き" } //---- 本体側おすすめサイトのリスト ----------------------------------------------------- On_sakura.recommendsites { LinkMenuConvert(On_sakura.recommendsites_EX) } On_sakura.recommendsites_EX : array { '天使の世界 |http://www.angel-sphere.com/ |' '- | |' '幻想図書館 |http://www.asahi-net.or.jp/~qi3m-oonk/tosyokan/tosyokan.htm |' 'Dictionary of Pandaemonium |http://www.pandaemonium.net/ |' } //---- kero側おすすめサイトのボタンキャプション ----------------------------------------- On_kero.recommendbuttoncaption { "ふくちーのおすすめ" } //---- kero側おすすめサイトのリスト ----------------------------------------------------- On_kero.recommendsites { LinkMenuConvert(On_kero.recommendsites_EX) } On_kero.recommendsites_EX : array { 'Blue Lagoon Angel |http://homepage1.nifty.com/BlueLagoonAngel/ |' } //---- ネットワーク更新ボタンのキャプション --------------------------------------------- On_updatebutton.caption { "お告げ" } //---- readmeボタンのキャプション ------------------------------------------------------- On_readmebuttoncaption { "read me..." } //---- 消滅指示ボタンのキャプション ----------------------------------------------------- On_vanishbutton.caption { "天界に帰る" } //---- 消滅指示ボタン表示切り替え ------------------------------------------------------- On_vanishbuttonvisible { //---- "0"で非表示、それ以外で表示 "1" } //---- 起動中の他のゴースト名取得 ------------------------------------------------------- On_otherghostname { // 現在起動中のゴーストのリストを作成する ghostexlist = "" _i = 0 while _i >= 0 { _ghostname = EVAL("reference%_i") if _ghostname != "" { if _i > 0; ghostexlist += "," ghostexlist += _ghostname[0] _i++ } else; _i = -1 } ghostexcount = ARRAYSIZE(ghostexlist) } //---- SHIORI 関連情報 ------------------------------------------------------------------ On_version { GETSETTING(AYAINFO_VERSION) } On_craftman { "umeici" } On_craftmanw { "梅市" } On_name { "AYA" } //---- Owned SSTP 用 uniqueid 取得 ------------------------------------------------------ On_uniqueid { uniqueid = reference0 } //---- hwnd 取得 ------------------------------------------------------------------------ On_hwnd { sakurahwnd = reference0[0] kerohwnd = reference0[1] sakurablnhwnd = reference1[0] keroblnhwnd = reference1[1] }