Home
last modified time | relevance | path

Searched refs:getLang (Results 26 – 27 of 27) sorted by path

12

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php76 return $this->getLang('menu') . ' ' . $this->disabled;
H A Dcli.php63 $this->error($this->getLang('noauth'));
102 $this->error($this->getLang('nosupport'));
151 $this->error($this->getLang('nosupport'));
163 $this->error($this->getLang('add_fail'));
164 $this->error($this->getLang('addUser_error_missing_pass'));
169 $this->error($this->getLang('add_fail'));
170 $this->error($this->getLang('addUser_error_modPass_disabled'));
175 $this->success($this->getLang('add_ok'));
178 $this->error($this->getLang('add_fail'));
179 $this->error($this->getLang('addUser_error_create_event_faile
[all...]

12