Lines Matching refs:getLang

41         return $this->getLang('admin_acl');
185 echo '<h1>' . $this->getLang('admin_acl') . '</h1>';
198 echo '<h2>' . $this->getLang('current') . '</h2>';
205 echo '<div class="content">' . $this->getLang('p_include') . '</div>';
354 echo $this->getLang('acl_perms') . ' ';
360 echo '<button type="submit">' . $this->getLang('btn_select') . '</button>';
394 printf($this->getLang('p_choose_ns'), hsc($this->ns));
396 printf($this->getLang('p_choose_id'), hsc($ID));
415 echo '<legend>' . $this->getLang('acl_new') . '</legend>';
417 echo '<legend>' . $this->getLang('acl_mod') . '</legend>';
477 if ($perm >= AUTH_DELETE) $names[] = $this->getLang('acl_perm16');
478 if ($perm >= AUTH_UPLOAD) $names[] = $this->getLang('acl_perm8');
479 if ($perm >= AUTH_CREATE) $names[] = $this->getLang('acl_perm4');
481 if ($perm >= AUTH_EDIT) $names[] = $this->getLang('acl_perm2');
482 if ($perm >= AUTH_READ) $names[] = $this->getLang('acl_perm1');
485 $names[] = $this->getLang('acl_perm0');
492 printf($this->getLang('p_user_ns'), hsc($who), hsc($ns), implode(', ', $names));
494 printf($this->getLang('p_user_id'), hsc($who), hsc($ID), implode(', ', $names));
497 printf($this->getLang('p_group_ns'), hsc(ltrim($who, '@')), hsc($ns), implode(', ', $names));
499 printf($this->getLang('p_group_id'), hsc(ltrim($who, '@')), hsc($ID), implode(', ', $names));
505 echo '<p>' . $this->getLang('p_isadmin') . '</p>';
507 echo '<p>' . $this->getLang('p_inherited') . '</p>';
653 echo '<th>' . $this->getLang('where') . '</th>';
654 echo '<th>' . $this->getLang('who') . '</th>';
655 echo '<th>' . $this->getLang('perm') . '<sup><a id="fnt__1" class="fn_top" href="#fn__1">1)</a></sup></th>';
801 $ret .= $this->getLang('acl_perm' . $perm);
833 echo ' <option value="__g__" class="aclgroup"' . $gsel . '>' . $this->getLang('acl_group') . '</option>';
834 echo ' <option value="__u__" class="acluser"' . $usel . '>' . $this->getLang('acl_user') . '</option>';