///////// 文 ゴーストテンプレート ///////// 文字列リソース辞書 ///////// copyright (C) 2002 umeici. //**** 文字列リソース ******************************************************************* //---- ユーザー名 ----------------------------------------------------------------------- On_username { username } //---- お気に入りメニュー変換 ------------------------------------------- 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; } //---- ネットワーク更新の基準位置となるURL ---------------------------------------------- On_homeurl { "http://ms.shillest.net/housekeeper/couperin/moonhime/" } //---- ポータルサイトのボタンキャプション ----------------------------------------------- On_portalrootbutton.caption { "「CROW」関連" } //---- ポータルサイトのリスト ----------------------------------------------------------- On_sakura.portalsites { LinkMenuConvert(On_sakura.portalsites_EX) } On_sakura.portalsites_EX : array { 'CROW | http://crow.aqrs.jp/ | ' 'SSP BUGTRAQ | http://ssp.shillest.net/ | ' 'うさださくら | http://usada.sakura.vg/ | ' '偽林檎 | http://ccm.sherry.jp/ | ' 'ninix-aya | http://ninix-aya.sourceforge.jp/ | ' '- | | ' '文(AYA) | http://umeici.hp.infoseek.co.jp/etcetera/ | ' '萬華鏡 | http://98.to/a10000 | ' '- | | ' '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://ms.shillest.net/ | ' } //---- 本体側おすすめサイトのボタンキャプション ----------------------------------------- On_recommendrootbutton.caption { "らんらんのおすすめ" } //---- 本体側おすすめサイトのリスト ----------------------------------------------------- On_sakura.recommendsites { LinkMenuConvert(On_sakura.recommendsites_EX) } On_sakura.recommendsites_EX : array { 'あなたがウサギに出来ること | http://homepage2.nifty.com/usausa/ | ' 'うさ研ホームページ | http://www.asahi-net.or.jp/~BW5Y-KS/ | ' 'にわとり うさぎ Q&A ネット | http://www.abnet.or.jp/personal/niwatori.usagi/ | ' 'うさぎはおもちゃじゃない! | http://www.love2rabbits.com/nottoy/ | ' '- | | ' 'ゆうじ庵 | http://yuji-an.loops.jp/ | ' 'ロナウドという名のうさぎ | http://home.att.ne.jp/sky/hana-/ | ' 'Paint Studio MOMO | http://home.att.ne.jp/sea/club_ham/ | ' '- | | ' 'うさぎ小屋 | http://goya.b-shock.org/index.html | ' } //---- kero側おすすめサイトのボタンキャプション ----------------------------------------- On_kero.recommendbuttoncaption { "るーるーのおすすめ" } //---- kero側おすすめサイトのリスト ----------------------------------------------------- On_kero.recommendsites { LinkMenuConvert(On_kero.recommendsites_EX) } On_kero.recommendsites_EX : array { '田園調布動物病院 | http://www5f.biglobe.ne.jp/~dec-ah/ | ' 'ラーク動物病院 | http://e-lark.com/ | ' 'LUNAペットクリニック潮見 | http://www2.odn.ne.jp/luna_pet-clinic/ | ' 'ぱんだ動物病院 | http://www.panda-ah.com/ | ' '大門動物病院 | http://www.oac-vet.com/ | ' 'アイン動物病院 | http://www.ain-ah.com/ | ' 'タイラ動物病院 | http://s5.kcn-tv.ne.jp/users/anima/ | ' } //---- ネットワーク更新ボタンのキャプション --------------------------------------------- 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) } //---- Owned SSTP 用 uniqueid 取得 ------------------------------------------------------ On_uniqueid { uniqueid = reference0 } //---- hwnd 取得 ------------------------------------------------------------------------ On_hwnd { sakurahwnd = reference0[0] kerohwnd = reference0[1] sakurablnhwnd = reference1[0] keroblnhwnd = reference1[1] }