Lines Matching refs:getLang

171             $this->getLang('homepage_link') . '</a>';
207 $html = '<a href="' . $url . '" class="author" title="' . $this->getLang('author_hint') . '" >' .
216 $html = '<em class="author">' . $this->getLang('unknown_author') . '</em>' . DOKU_LF;
237 $title = sprintf($this->getLang('screenshot'), hsc($extension->getDisplayName()));
264 $this->getLang('extensionby'),
274 $popularityText = sprintf($this->getLang('popularity'), round($popularity * 100, 2));
297 '" class="info ' . $class . '" title="' . $this->getLang('btn_info') .
298 '" data-extid="' . $extension->getID() . '">' . $this->getLang('btn_info') . '</a>';
338 $this->getLang('bugs_features') . '</a>';
342 $html .= ' <span class="tags">' . $this->getLang('tags') . ' ';
371 $this->getLang('missing_dependency'),
379 $this->getLang('wrong_folder'),
387 sprintf($this->getLang('security_issue'), '<bdi>' . hsc($securityissue) . '</bdi>') .
392 sprintf($this->getLang('security_warning'), '<bdi>' . hsc($securitywarning) . '</bdi>') .
397 sprintf($this->getLang('update_message'), '<bdi>' . hsc($updateMessage) . '</bdi>') .
402 sprintf($this->getLang('update_available'), hsc($extension->getLastUpdate())) .
408 $this->getLang('url_change'),
448 $default = $this->getLang('unknown');
451 $html .= '<dt>' . $this->getLang('status') . '</dt>';
455 $html .= '<dt>' . $this->getLang('donate') . '</dt>';
458 $this->getLang('donate_action') . '</a>';
463 $html .= '<dt>' . $this->getLang('downloadurl') . '</dt>';
470 $html .= '<dt>' . $this->getLang('repository') . '</dt>';
480 $html .= '<dt>' . $this->getLang('installed_version') . '</dt>';
486 $html .= '<dt>' . $this->getLang('install_date') . '</dt>';
490 : $this->getLang('unknown'));
495 $html .= '<dt>' . $this->getLang('available_version') . '</dt>';
499 : $this->getLang('unknown'));
503 $html .= '<dt>' . $this->getLang('provides') . '</dt>';
511 $html .= '<dt>' . $this->getLang('compatible') . '</dt>';
520 $html .= '<dt>' . $this->getLang('depends') . '</dt>';
527 $html .= '<dt>' . $this->getLang('similar') . '</dt>';
534 $html .= '<dt>' . $this->getLang('conflicts') . '</dt>';
585 $errors .= '<p class="permerror">' . $this->getLang($canmod) . '</p>';
595 $errors .= '<p class="permerror">' . $this->getLang('git') . '</p>';
602 $errors .= '<p class="permerror">' . $this->getLang('auth') . '</p>';
609 $errors .= '<div class="permerror">' . $this->getLang($canmod) . '</div>';
613 $html .= ' <span class="version">' . $this->getLang('available_version') . ' ';
616 : $this->getLang('unknown')) . '</span>';
641 $this->getLang('btn_' . $action) . '</button> ';
656 $status[] = $this->getLang('status_installed');
658 $status[] = $this->getLang('status_protected');
661 ? $this->getLang('status_enabled')
662 : $this->getLang('status_disabled');
665 $status[] = $this->getLang('status_not_installed');
667 if (!$extension->canModify()) $status[] = $this->getLang('status_unmodifiable');
668 if ($extension->isBundled()) $status[] = $this->getLang('status_bundled');
670 ? $this->getLang('status_template')
671 : $this->getLang('status_plugin');