Lines Matching refs:getLang

155 					$message = sprintf($this->getLang('complete_registration_notice'), $this->_self('openid'));
173 msg($this->getLang('enter_valid_openid_error'), -1);
218 msg($this->getLang('openid_identity_added'), 1);
231 msg($this->getLang('openid_authentication_failed') . ': ' . $response->message, -1);
239 msg($this->getLang('openid_authentication_canceled'), 0);
248 msg($this->getLang('openid_registration_denied'), -1);
254 msg($this->getLang('openid_update_profile_denied'), -1);
284 echo '<h1>', $this->getLang('openid_account_fieldset'), '</h1>', NL;
286 echo '<p>', $this->getLang('openid_complete_text'), '</p>', NL;
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
295 echo '<h1>', $this->getLang('openid_identities_title'), '</h1>', NL;
308 …echo '<input type="submit" value="' . $this->getLang('delete_selected_button') . '" class="button"…
311 echo '<p>' . $this->getLang('none') . '</p>';
313 echo '<h1>' . $this->getLang('add_openid_title') . '</h1>';
321 $this->getLang('openid_url_label'), 'openid__url', 'block', array('size'=>'50')
324 $form->addElement(form_makeButton('submit', '', $this->getLang('add_button')));
328 msg($this->getLang('openid_update_profile_denied'), -1);
346 $form->startFieldset($this->getLang('openid_account_fieldset'));
357 $form->addElement(form_makeButton('submit', '', $this->getLang('complete_button')));
359 $form->startFieldset($this->getLang('openid_login_fieldset'));
364 …akeTextField('openid_identifier', $_REQUEST['openid_identifier'], $this->getLang('openid_url_label…
377 $msg = $this->getLang('login_link');
385 echo '<p>', sprintf($this->getLang('manage_link'), $this->_self('openid')), '</p>';
520 msg($this->getLang('openid_already_user_error'), -1);