X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2Ffinishopenidlogin.php;h=0d3f0fcb765ab2efc5581bc9690a7d1ced6b2a45;hb=eb711321c375caa146a17f22219da3277e30ad4a;hp=0053a7f1d29e0b7f40d888992d1bd113158bcb33;hpb=2503c33502607ad81da69dece32c6b981a4db335;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/finishopenidlogin.php b/plugins/OpenID/finishopenidlogin.php index 0053a7f1d2..0d3f0fcb76 100644 --- a/plugins/OpenID/finishopenidlogin.php +++ b/plugins/OpenID/finishopenidlogin.php @@ -45,7 +45,7 @@ class FinishopenidloginAction extends Action if ($this->arg('create')) { if (!$this->boolean('license')) { // TRANS: Message given if user does not agree with the site's license. - $this->showForm(_m('You can\'t register if you don\'t agree to the license.'), + $this->showForm(_m('You cannot register if you do not agree to the license.'), $this->trimmed('newname')); return; } @@ -70,14 +70,14 @@ class FinishopenidloginAction extends Action $this->element('div', 'instructions', // TRANS: Instructions given after a first successful logon using OpenID. // TRANS: %s is the site name. - sprintf(_m('This is the first time you\'ve logged into %s so we must connect your OpenID 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'))); + sprintf(_m('This is the first time you have logged into %s so we must connect your OpenID 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'))); } } function title() { // TRANS: Title - return _m('OpenID Account Setup'); + return _m('TITLE','OpenID Account Setup'); } function showForm($error=null, $username=null) @@ -114,15 +114,34 @@ class FinishopenidloginAction extends Action $this->hidden('token', common_session_token()); $this->elementStart('fieldset', array('id' => 'form_openid_createaccount')); $this->element('legend', null, + // TRANS: Fieldset legend. _m('Create new account')); $this->element('p', null, + // TRANS: Form guide. _m('Create a new user with this nickname.')); $this->elementStart('ul', 'form_data'); + + // Hook point for captcha etc + Event::handle('StartRegistrationFormData', array($this)); + $this->elementStart('li'); + // TRANS: Field label. $this->input('newname', _m('New nickname'), ($this->username) ? $this->username : '', - _m('1-64 lowercase letters or numbers, no punctuation or spaces')); + // TRANS: Field title. + _m('1-64 lowercase letters or numbers, no punctuation or spaces.')); + $this->elementEnd('li'); + $this->elementStart('li'); + // TRANS: Field label. + $this->input('email', _m('Email'), $this->getEmail(), + // TRANS: Field title. + _m('Used only for updates, announcements, '. + 'and password recovery.')); $this->elementEnd('li'); + + // Hook point for captcha etc + Event::handle('EndRegistrationFormData', array($this)); + $this->elementStart('li'); $this->element('input', array('type' => 'checkbox', 'id' => 'license', @@ -132,8 +151,8 @@ class FinishopenidloginAction extends Action $this->elementStart('label', array('for' => 'license', 'class' => 'checkbox')); // TRANS: OpenID plugin link text. - // TRANS: %s is a link to a licese with the license name as link text. - $message = _('My text and files are available under %s ' . + // TRANS: %s is a link to a license with the license name as link text. + $message = _m('My text and files are available under %s ' . 'except this private data: password, ' . 'email address, IM address, and phone number.'); $link = '