//****************************************************************************** // YAYA Ghost Template // String Resource Dictionary //****************************************************************************** //------------------------------------------------------------------------------ //Username //------------------------------------------------------------------------------ On_username { username } //------------------------------------------------------------------------------ //Portal site button caption //------------------------------------------------------------------------------ On_portalrootbutton.caption { 'Portal' } //------------------------------------------------------------------------------ //List of portal sites //------------------------------------------------------------------------------ On_sakura.portalsites_EX : array { 'SSP BUGTRAQ | http://ssp.shillest.net/ | ' '整備班 | http://ms.shillest.net/ | ' } //------------------------------------------------------------------------------ //Button caption for recommended sites on the device //------------------------------------------------------------------------------ On_recommendrootbutton.caption { 'Recommended‥‥' 'SHIORI Core' } //------------------------------------------------------------------------------ //List of recommended sites on the device //------------------------------------------------------------------------------ On_sakura.recommendsites_EX : array { '里々/整備班カスタム | https://github.com/ukatech/satoriya-shiori/wiki | ' '華和梨 | https://kawari.github.io/ | ' } //------------------------------------------------------------------------------ //Kero's recommended sites button caption //------------------------------------------------------------------------------ On_kero.recommendbuttoncaption { 'Mc recommendations' } //------------------------------------------------------------------------------ //Kero's recommended sites list //------------------------------------------------------------------------------ On_kero.recommendsites_EX : array { 'YAYA | https://github.com/YAYA-shiori/yaya-shiori/wiki | ' } //------------------------------------------------------------------------------ //Network update button caption //------------------------------------------------------------------------------ On_updatebutton.caption { 'Network update' } //------------------------------------------------------------------------------ //readme button caption //------------------------------------------------------------------------------ On_readmebutton.caption { 'read me...' } //------------------------------------------------------------------------------ //Vanish button caption //------------------------------------------------------------------------------ On_vanishbutton.caption { 'Goodbye' 'Farewell day' } //------------------------------------------------------------------------------ //Vanish button visibility switch //------------------------------------------------------------------------------ On_vanishbutton.visible { //---- '0' for hidden, other for visible '1' } //****************************************************************************** //Core to make it easier to write a list of recommended sites //Basically, you don't need to change the following. //****************************************************************************** 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) }