//******************************************************************************
// YAYA　ゴースト
// 文字列リソース辞書
//******************************************************************************

//------------------------------------------------------------------------------
//ユーザー名
//------------------------------------------------------------------------------
On_username
{
	username
}

//------------------------------------------------------------------------------
//ネットワーク更新の基準位置となるURL
//------------------------------------------------------------------------------
On_homeurl
{
	"https://tomasan2.shakunage.net/ghost/update/deep_blue_bottom/"
}

//------------------------------------------------------------------------------
//ポータルサイトのボタンキャプション
//------------------------------------------------------------------------------
On_portalrootbutton.caption
{
	"ポータル"
}

//------------------------------------------------------------------------------
//ポータルサイトのリスト
//------------------------------------------------------------------------------
On_sakura.portalsites_EX : array
{
	"SSP BUGTRAQ      | https://ssp.shillest.net/         | "
	"整備班           | https://ms.shillest.net/          | "
}

//------------------------------------------------------------------------------
//本体側おすすめサイトのボタンキャプション
//------------------------------------------------------------------------------
On_recommendrootbutton.caption
{
	"碧のおすすめ"
}

//------------------------------------------------------------------------------
//本体側おすすめサイトのリスト
//------------------------------------------------------------------------------
On_sakura.recommendsites_EX : array
{
	"YAYA                           | https://github.com/YAYA-shiori/yaya-shiori/wiki  | "
	"文屋                           | https://emily.shillest.net/ayaya/                | "
	"里々/整備班カスタム            | https://github.com/ponapalt/satoriya-shiori/wiki | "
	"華和梨                         | https://kawari.sourceforge.net/                  | "
	"トマトひとかけらの酸味II       | https://tomasan2.shakunage.net/                  | "
	"ぴらふ開発ブログV              | https://tamakara2.hatenablog.com/                | "
	"ねぎまのアップローダー         | https://ux.getuploader.com/finaltomasan/         | "
	"フリーフォント「ねこスプーン」 | https://inatsuka.com/extra/nekospoon/            | "
}

//------------------------------------------------------------------------------
//kero側おすすめサイトのボタンキャプション
//------------------------------------------------------------------------------
/*
On_kero.recommendbuttoncaption
{
	"  "
}

//------------------------------------------------------------------------------
//kero側おすすめサイトのリスト
//------------------------------------------------------------------------------
On_kero.recommendsites_EX : array
{
	"YAYA                | http://code.google.com/p/yaya-shiori/     | "
}
*/
//------------------------------------------------------------------------------
//ネットワーク更新ボタンのキャプション
//------------------------------------------------------------------------------
On_updatebutton.caption
{
	"ネットワーク更新"
}

//------------------------------------------------------------------------------
//readmeボタンのキャプション
//------------------------------------------------------------------------------
On_readmebutton.caption
{
	"Read me"
}

//------------------------------------------------------------------------------
//消滅指示ボタンのキャプション
//------------------------------------------------------------------------------
On_vanishbutton.caption
{
	"さよなら"
	"別れの日"
}

//------------------------------------------------------------------------------
//消滅指示ボタン表示切り替え
//------------------------------------------------------------------------------
On_vanishbutton.visible
{
	//---- "0"で非表示、それ以外で表示
	"1"
}


//******************************************************************************
//おすすめサイトのリストを書きやすくするためのコア
//基本的には以下はいじらなくていいです。
//******************************************************************************
On_sakura.recommendsites
{
	AYATEMPLATE.LinkMenuConvert(On_sakura.recommendsites_EX)
}

On_sakura.portalsites
{
	AYATEMPLATE.LinkMenuConvert(On_sakura.portalsites_EX)
}

On_kero.recommendsites
{
	AYATEMPLATE.LinkMenuConvert(On_kero.recommendsites_EX)
}
