Lines Matching refs:getLang

166         echo '<h1>'.$this->getLang('admin_acl').'</h1>'.NL;
179 echo '<h2>'.$this->getLang('current').'</h2>'.NL;
261 echo $this->getLang('acl_perms').' ';
264 echo '<input type="submit" value="'.$this->getLang('btn_select').'" class="button" />'.NL;
296 printf($this->getLang('p_choose_ns'),hsc($this->ns));
298 printf($this->getLang('p_choose_id'),hsc($ID));
316 echo '<legend>'.$this->getLang('acl_new').'</legend>';
318 echo '<legend>'.$this->getLang('acl_mod').'</legend>';
378 if($perm >= AUTH_DELETE) $names[] = $this->getLang('acl_perm16');
379 if($perm >= AUTH_UPLOAD) $names[] = $this->getLang('acl_perm8');
380 if($perm >= AUTH_CREATE) $names[] = $this->getLang('acl_perm4');
382 if($perm >= AUTH_EDIT) $names[] = $this->getLang('acl_perm2');
383 if($perm >= AUTH_READ) $names[] = $this->getLang('acl_perm1');
386 $names[] = $this->getLang('acl_perm0');
393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names));
395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names));
399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names));
401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
408 echo '<p>'.$this->getLang('p_isadmin').'</p>';
410 echo '<p>'.$this->getLang('p_inherited').'</p>';
540 echo '<label for="acl__filter">'.$this->getLang('filter').'</label>'.NL;
545 echo '<th>'.$this->getLang('where').'</th>';
546 echo '<th>'.$this->getLang('who').'</th>';
547 echo '<th>'.$this->getLang('perm').'</th>';
723 … $ret .= '<label for="pbox'.$label.'" title="'.$this->getLang('acl_perm'.$perm).'"'.$class.'>';
725 $ret .= $this->getLang('acl_perm'.$perm);
761 …echo ' <option value="__g__" class="aclgroup"'.$gsel.'>'.$this->getLang('acl_group').':</option>'…
762 …echo ' <option value="__u__" class="acluser"'.$usel.'>'.$this->getLang('acl_user').':</option>'.…