Home
last modified time | relevance | path

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

12

/dokuwiki/lib/plugins/usermanager/
Dcli.php63 $this->error($this->getLang('noauth'));
102 $this->error($this->getLang('nosupport'));
151 $this->error($this->getLang('nosupport'));
163 $this->error($this->getLang('add_fail'));
164 $this->error($this->getLang('addUser_error_missing_pass'));
169 $this->error($this->getLang('add_fail'));
170 $this->error($this->getLang('addUser_error_modPass_disabled'));
175 $this->success($this->getLang('add_ok'));
178 $this->error($this->getLang('add_fail'));
179 $this->error($this->getLang('addUser_error_create_event_failed'));
[all …]
/dokuwiki/lib/plugins/popularity/
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/
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/extension/
DNotice.php94 protected function getLang($msg) function in dokuwiki\\plugin\\extension\\Notice
96 return $this->helper->getLang($msg);
116 $this->getLang('missing_dependency'),
136 $this->getLang('found_conflict'),
148 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue);
151 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
164 $this->getLang('wrong_folder'),
192 $this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
204 $this->getLang('url_change'),
237 $this->notices[self::INFO][] = $this->getLang('auth');
[all …]
DGuiAdmin.php49 $this->getLang('tab_' . $tab) . '</a></li>';
139 $form->addTextInput('q', $this->getLang('search_for'))
142 $form->addButton('submit', $this->getLang('search'))
143 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
171 $form->addTextInput('installurl', $this->getLang('install_url'))
175 $form->addTextInput('installfile', $this->getLang('install_upload'))
182 $form->addButton('', $this->getLang('btn_install'))
183 ->attrs(['type' => 'submit', 'title' => $this->getLang('btn_install')]);
Dadmin.php76 msg(sprintf($this->getLang('msg_install_success'), $id), 1);
78 msg(sprintf($this->getLang('msg_update_success'), $id), 1);
80 msg(sprintf($this->getLang('msg_nooverwrite'), $id), 0);
82 msg(sprintf($this->getLang('msg_delete_success'), $id), 1);
96 echo '<h1>' . $this->getLang('menu') . '</h1>';
DGuiExtension.php49 $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');
[all …]
DGui.php18 public function getLang($msg) function in dokuwiki\\plugin\\extension\\Gui
20 return $this->helper->getLang($msg);
DException.php21 $newmessage = $helper->getLang($message);
Dcli.php158 $this->success(sprintf($this->getLang($msg), $ext->getID()));
185 $this->success(sprintf($this->getLang('msg_delete_success'), $ext->getID()));
222 $this->success(sprintf($this->getLang('msg_install_success'), $id));
224 $this->success(sprintf($this->getLang('msg_update_success'), $id));
328 $this->getLang('extensionby'),
/dokuwiki/lib/plugins/config/
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_manager');
[all …]
/dokuwiki/lib/plugins/styling/
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') . '</b…
113 … echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
Dpopup.php23 <title><?php echo $plugin->getLang('menu') ?></title>
/dokuwiki/lib/plugins/acl/
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_mod') . '</legend>';
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
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])
DSettingMultichoice.php33 $nochoice = $plugin->getLang('nochoice');
44 $option = $plugin->getLang($this->key . '_o_' . $choice);
DSettingUndefined.php39 $input = $plugin->getLang($this->errorMessage);
DSettingMulticheckbox.php67 $prompt = ($plugin->getLang($this->key . '_' . $choice) ?: htmlspecialchars($choice));
94 $plugin->getLang($key . '_other') .
/dokuwiki/inc/Extension/
DAdminPlugin.php24 $menutext = $this->getLang('menu');
DPluginInterface.php61 public function getLang($id); function
/dokuwiki/lib/plugins/authplain/
Dauth.php149 msg($this->getLang('userexists'), -1);
162 msg($this->getLang('writefail'), -1);
190 msg($this->getLang('usernotexists'), -1);
196 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
252 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
262 msg($this->getLang('writefail'), -1);
/dokuwiki/lib/plugins/authad/
Daction.php89 $element = $form->addDropdown('dom', $domains, $this->getLang('domain'), $pos + 1);
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/usermanager/_test/
Dcsv_import.test.php115 'error' => $this->usermanager->getLang('import_error_create'),
/dokuwiki/lib/plugins/authpdo/
Dauth.php57 msg($this->getLang('connectfail'), -1);
204 msg($this->getLang('userexists'), -1);
247 msg($this->getLang('writefail'), -1);
338 msg($this->getLang('writefail'), -1);

12