///////// 文 ゴーストテンプレート ///////// 文字列リソース辞書 ///////// written by umeici. //**** 文字列リソース ******************************************************************* //---- ユーザー名 ----------------------------------------------------------------------- On_username { username } //---- ネットワーク更新の基準位置となるURL ---------------------------------------------- On_homeurl { "http://ms.shillest.net/housekeeper/zz_other/ponya2/" } //---- ポータルサイトのボタンキャプション ----------------------------------------------- On_portalrootbutton.caption { "きほん(&P)" } //---- ポータルサイトのリスト ----------------------------------------------------------- ポータルサイト { <<' ばぐとら研究所 | http://ssp.shillest.net/ | - YAYA | http://code.google.com/p/yaya-shiori/ | 文屋 | http://emily.shillest.net/ayaya/ | '>> } //---- 本体側おすすめサイトのボタンキャプション ----------------------------------------- On_recommendrootbutton.caption { "実家(&R)" } //---- 本体側おすすめサイトのリスト ----------------------------------------------------- おすすめ0 { <<' 整備班 | http://ms.shillest.net/ | 百花繚藍 | http://ryouran.mallotus-villosus.net/ | 幻想遊戯団跡地 | http://two-gy.sakura.ne.jp/ | 味噌漬け | http://misoduke.pa.land.to/ | - ももんがひゅー '>> } //---- kero側おすすめサイトのボタンキャプション ----------------------------------------- On_kero.recommendbuttoncaption { "えすのおすすめ(&R)" "おすすめしないかも(&R)" } //---- kero側おすすめサイトのリスト ----------------------------------------------------- /*おすすめ1 { <<' '>> }*/ //---- ネットワーク更新ボタンのキャプション --------------------------------------------- On_updatebutton.caption { "ねとわくこうしん(&U)" } //---- readmeボタンのキャプション ------------------------------------------------------- On_readmebutton.caption { "読まんと起動不能(&R)" } //---- 消滅指示ボタンのキャプション ----------------------------------------------------- On_vanishbutton.caption { "さよぉーならぁー(&F)" "自爆ボタン(&F)" } //---- 消滅指示ボタン表示切り替え ------------------------------------------------------- On_vanishbutton.visible { //---- "0"で非表示、それ以外で表示 "1" } //---- 起動中の他のゴースト名取得 ------------------------------------------------------- On_otherghostname { // 現在起動中のゴーストのリストを作成する ghostexlist = reference ghostexcount = ARRAYSIZE(ghostexlist) } //------------------------------------------------------------------------------ //オーナードローメニュー変更 //------------------------------------------------------------------------------ On_menu.background.bitmap.filename { "menu_background.png" } On_menu.foreground.bitmap.filename { "menu_foreground.png" } On_menu.sidebar.bitmap.filename { "menu_sidebar.png" }