Lines Matching refs:getLang
39 msg($this->getLang('err_bad_token'), -1);
48 msg($this->getLang('activation_ok'), 1);
65 msg($this->getLang('err_bad_token'), -1);
71 msg($this->getLang('upload_ok'), 1);
89 echo '<h1>' . hsc($this->getLang('menu')) . '</h1>';
95 echo '<label for="fontellozip">' . hsc($this->getLang('label_zip')) . '</label><br />';
102 echo '<p>' . hsc($this->getLang('no_package')) . '</p>';
107 …echo '<tr><th>' . hsc($this->getLang('current_zip')) . '</th><td>' . hsc($package['zip_name']) . '…
108 …echo '<tr><th>' . hsc($this->getLang('current_prefix')) . '</th><td>' . hsc($package['prefix']) . …
109 echo '<tr><th>' . hsc($this->getLang('current_count')) . '</th><td>' .
111 echo '<tr><th>' . hsc($this->getLang('current_enabled')) . '</th><td>' .
113 echo '<tr><th>' . hsc($this->getLang('current_imported')) . '</th><td>' .
114 … hsc($package['imported_at'] ? $package['imported_at'] : $this->getLang('unknown')) . '</td></tr>';
117 echo '<h2>' . hsc($this->getLang('icons_heading')) . '</h2>';
122 echo '<th>' . hsc($this->getLang('icon_enabled')) . '</th>';
123 echo '<th>' . hsc($this->getLang('icon_name')) . '</th>';
124 echo '<th>' . hsc($this->getLang('icon_class')) . '</th>';
125 echo '<th>' . hsc($this->getLang('icon_preview')) . '</th>';
140 echo '<p><button type="submit">' . hsc($this->getLang('save_activation')) . '</button></p>';