Lines Matching refs:getLang
49 $html .= ' <div class="available">' . $this->getLang('available_version') . ' ' .
88 'title' => sprintf($this->getLang('screenshot'), $this->extension->getDisplayName())
117 …$html .= sprintf($this->getLang('extensionby'), hsc($this->extension->getDisplayName()), $this->au…
122 $html .= hsc('<' . $this->getLang('status_bundled') . '>');
175 … $html .= ' <a ' . buildAttributes($params, true) . '>' . $this->getLang('homepage_link') . '</a>';
181 … $html .= ' <a ' . buildAttributes($params, true) . '>' . $this->getLang('bugs_features') . '</a>';
186 … $html .= ' <a ' . buildAttributes($params, true) . '>' . $this->getLang('donate_action') . '</a>';
203 $html .= '<summary>' . $this->getLang('details') . '</summary>';
206 $default = $this->getLang('unknown');
216 $list['installed_version'] = $this->getLang('status_bundled');
270 $html .= '<dt>' . rtrim($this->getLang($key), ':') . '</dt>';
287 return '<em class="author">' . $this->getLang('unknown_author') . '</em>';
301 … $html = '<a href="' . $url . '" class="author" title="' . $this->getLang('author_hint') . '" >' .
325 $title = $this->getLang('popularity_high');
328 $title = $this->getLang('popularity_medium');
331 $title = $this->getLang('popularity_low');
379 …$html .= '<button ' . buildAttributes($attr) . '>' . $this->getLang('btn_' . $action) . '</button>…