sprintf(_m('This is the first time you\'ve logged into %s so we must connect your Facebook to a local account. You can either create a new account, or connect with your existing account, if you have one.'),common_config('site','name')));
}
}
functiontitle()
{
// TRANS: Page title.
return_m('Facebook Account Setup');
}
functionshowForm($error=null,$username=null)
{
$this->error=$error;
$this->username=$username;
$this->showPage();
}
functionshowPage()
{
parent::showPage();
}
/**
* @fixme much of this duplicates core code, which is very fragile.
* Should probably be replaced with an extensible mini version of