Lines Matching refs:getLang

30             msg($this->getLang('error_badauth'));
85 $form->addFieldsetOpen($this->getLang('legend_defaults'));
86 $form->addTextInput('defaults[name]', $this->getLang('form_name') . '*');
88 $form->addTextInput('defaults[email]', $this->getLang('form_email') . '*');
90 $form->addTextInput('defaults[password]', $this->getLang('form_password') . '*');
92 $form->addTextInput('defaults[groups]', $this->getLang('form_groups'));
94 $form->addFieldsetOpen($this->getLang('legend_csv'));
97 $form->addButton('cmd[import]', $this->getLang('btn_import'));
115 ptln(' <h3>'.$this->getLang('import_header').'</h3>');
119 ptln(' <th class="line">'.$this->getLang('line').'</th>');
120 ptln(' <th class="error">'.$this->getLang('error').'</th>');
121 ptln(' <th class="userid">'.$this->getLang('user_id').'</th>');
122 ptln(' <th class="userpass">'.$this->getLang('user_pass').'</th>');
123 ptln(' <th class="username">'.$this->getLang('user_name').'</th>');
124 ptln(' <th class="usermail">'.$this->getLang('user_mail').'</th>');
125 ptln(' <th class="usergroups">'.$this->getLang('user_groups').'</th>');
142 …ptln(' <p><a href="'.$failure_download_link.'">'.$this->getLang('import_downloadfailures').'</a><…
156 msg($this->getLang('error_required_defaults'), -1);
184 msg($this->getLang('import_error_upload'),-1);
202 … if ($raw[0] == 'user_id' || $raw[0] == $this->getLang('user_id')) continue; // skip headers
207 $error = sprintf($this->getLang('import_error_fields'), count($raw));
216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1);
224 …msg(sprintf($this->getLang('import_success_count'), ($import_success_count+$import_fail_count), $i…
226 msg(sprintf($this->getLang('import_failure_count'), $import_fail_count),-1);
229 msg($this->getLang('import_error_readfail'),-1);
285 $error = $this->getLang('import_error_baduserid');
292 $error = $this->getLang('import_error_badname');
298 $error = $this->getLang('import_error_badmail');
303 $error = $this->getLang('import_error_badmail');
322 $error = $this->getLang('import_error_create');
369 msg($this->getLang('notify_ok'), 1);
373 msg($this->getLang('notify_fail'), -1);