Home
last modified time | relevance | path

Searched refs:getLang (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php171 $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('tag
[all...]
H A Dgui.php111 $form->addTextInput('q', $this->getLang('search_for'))
114 $form->addButton('submit', $this->getLang('search'))
115 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
164 $form->addTextInput('installurl', $this->getLang('install_url'))
168 $form->addTextInput('installfile', $this->getLang('install_upload'))
175 $form->addButton('', $this->getLang('btn_install'))
176 ->attrs(['type' => 'submit', 'title' => $this->getLang('btn_install')]);
197 $this->getLang('tab_' . $tab) . '</a></li>';
H A Dextension.php213 if ($installed === false || $installed === $this->getLang('unknownversion')) return true;
341 if ($this->isInstalled()) return $this->getLang('unknownversion');
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
659 if (!$tmp) throw new Exception($this->getLang('error_dircreate'));
667 throw new Exception($this->getLang('msg_upload_failed'));
735 if ($this->isTemplate()) return $this->getLang('notimplemented');
736 if (!$this->isInstalled()) return $this->getLang('notinstalled');
737 if ($this->isEnabled()) return $this->getLang('alreadyenabled');
745 return $this->getLang('pluginlistsaveerror');
756 if ($this->isTemplate()) return $this->getLang('notimplemente
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php64 $this->error($this->getLang('noauth'));
103 $this->error($this->getLang('nosupport'));
152 $this->error($this->getLang('nosupport'));
164 $this->error($this->getLang('add_fail'));
165 $this->error($this->getLang('addUser_error_missing_pass'));
170 $this->error($this->getLang('add_fail'));
171 $this->error($this->getLang('addUser_error_modPass_disabled'));
176 $this->success($this->getLang('add_ok'));
179 $this->error($this->getLang('add_fail'));
180 $this->error($this->getLang('addUser_error_create_event_faile
[all...]
/dokuwiki/lib/plugins/extension/
H A Dadmin.php59 msg($this->getLang('repo_error') .
60 ' [<a href="' . $url . '" rel="noreferrer">' . $this->getLang('repo_retry') . '</a>]', -1);
64 msg($this->getLang('nossl'), -1);
83 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
93 $this->getLang('msg_delete_success'),
98 $this->getLang('msg_delete_failed'),
110 $this->getLang('msg_enabled'),
122 $this->getLang('msg_disabled'),
138 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
147 $this->getLang('msg
[all...]
H A Dcli.php170 $this->success(sprintf($this->getLang($msg), $ext->getID()));
199 $this->success(sprintf($this->getLang('msg_delete_success'), $ext->getID()));
201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
253 $this->getLang('msg_' . $info['type'] . '_' . $info['action'] . '_success'),
370 $this->getLang('extensionby'),
H A Daction.php75 'label' => $extension->getLang('btn_' . $reverse),
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php32 return $this->getLang('name');
96 echo $this->getLang('autosubmitError');
105 echo $this->getLang('lastSent') . ' ' . datetime_h($lastSent);
112 echo $this->getLang('submissionFailed') . $this->sentStatus . '<br />';
113 echo $this->getLang('submitDirectly');
143 . '/> ' . $this->getLang('autosubmit') . '<br />'
148 $form .= '<button type="submit">' . $this->getLang('submit') . '</button>'
/dokuwiki/lib/plugins/revert/
H A Dadmin.php74 echo '<label>' . $this->getLang('filter') . ': </label>';
77 echo '<span>' . $this->getLang('note1') . '</span>';
87 echo '<p>' . $this->getLang('revstart') . '</p>';
106 printf('<li><div class="li">' . $this->getLang('reverted') . '</div></li>', $id, $REV);
109 printf('<li><div class="li">' . $this->getLang('removed') . '</div></li>', $id);
116 echo '<p>' . $this->getLang('revstop') . '</p>';
187 echo '<button type="submit">' . $this->getLang('revert') . '</button> ';
188 printf($this->getLang('note2'), hsc($filter));
/dokuwiki/lib/plugins/styling/
H A Dadmin.php54 echo '<h1>' . $this->getLang('menu') . '</h1>';
78 echo '<p class="error">' . $this->getLang('error') . '</p>';
88 if (empty($name)) $name = $this->getLang($key);
102 $this->getLang('btn_preview') . '</button> ';
104 echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
108 echo '<button type="submit" name="run[save]" class="primary">' . $this->getLang('btn_save') . '</button>';
113 echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
H A Dpopup.php23 <title><?php echo $plugin->getLang('menu') ?></title>
/dokuwiki/lib/plugins/config/
H A Dadmin.php61 msg($this->getLang('updated'), 1);
63 msg($this->getLang('error'), -1);
68 msg($this->getLang('error'), -1);
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
97 $this->printH1('dokuwiki_settings', $this->getLang('_header_dokuwiki'));
115 $this->printH1('plugin_settings', $this->getLang('_header_plugin'));
118 $this->printH1('template_settings', $this->getLang('_header_template'));
137 'alt="' . $setting->caution() . '" title="' . $this->getLang($setting->caution()) . '" />'
172 $this->printH1('undefined_settings', $this->getLang('_header_undefined'));
240 $title = $this->getLang('_configuration_manage
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php41 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_mo
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php44 if (!$plugin->getLang($this->key . '_o_' . $choice)) {
48 sprintf($plugin->getLang('renderer__core'), $choice)
53 sprintf($plugin->getLang('renderer__plugin'), $this->prompts[$choice])
H A DSettingMultichoice.php33 $nochoice = $plugin->getLang('nochoice');
44 $option = $plugin->getLang($this->key . '_o_' . $choice);
H A DSettingUndefined.php39 $input = $plugin->getLang($this->errorMessage);
H A DSettingMulticheckbox.php67 $prompt = ($plugin->getLang($this->key . '_' . $choice) ?: htmlspecialchars($choice));
94 $plugin->getLang($key . '_other') .
H A DSetting.php276 $prompt = $plugin->getLang($this->key);
/dokuwiki/inc/Extension/
H A DAdminPlugin.php24 $menutext = $this->getLang('menu');
H A DPluginInterface.php61 public function getLang($id); function
84 * this function is automatically called by getLang()
/dokuwiki/lib/plugins/authplain/
H A Dauth.php146 msg($this->getLang('userexists'), -1);
159 msg($this->getLang('writefail'), -1);
187 msg($this->getLang('usernotexists'), -1);
193 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
249 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
259 msg($this->getLang('writefail'), -1);
/dokuwiki/lib/plugins/authad/
H A Daction.php89 $element = $form->addDropdown('dom', $domains, $this->getLang('domain'), $pos + 1);
H A Dauth.php280 $msg = sprintf($this->getLang('authpwdexpire'), $info['expiresin']);
585 msg($this->getLang('connectfail'), -1);
597 if (!$return) msg($this->getLang('passchangefail'), -1);
619 if (!$return) msg($this->getLang('userchangefail'), -1);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php57 msg($this->getLang('connectfail'), -1);
201 msg($this->getLang('userexists'), -1);
244 msg($this->getLang('writefail'), -1);
335 msg($this->getLang('writefail'), -1);
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php65 $form->addTextInput('date', $this->getLang('date'))

12