Home
last modified time | relevance | path

Searched refs:getLang (Results 201 – 225 of 1005) sorted by last modified time

12345678910>>...41

/plugin/adhoctags/
H A Daction.php28 'title' => $this->getLang('picker'),
35 'title' => $this->getLang('b').': <𝚋>',
43 'title' => $this->getLang('i').': <𝚒>',
51 'title' => $this->getLang('s').': <𝚜>',
59 'title' => $this->getLang('u').': <𝚞>',
67 'title' => $this->getLang('small').': <𝚜𝚖𝚊𝚕𝚕>',
75 'title' => $this->getLang('q').': <𝚚>',
83 'title' => $this->getLang('abbr').': <𝚊𝚋𝚋𝚛>',
91 'title' => $this->getLang('dfn').': <𝚍𝚏𝚗>',
99 'title' => $this->getLang('kb
[all...]
/plugin/dwtimeline/
H A Daction.php28 'title' => $this->getLang('tl-picker'),
33 'title' => $this->getLang('tl-button'),
36 'sample' => $this->getLang('ms-content'),
37 'close' => '\n</milestone>\n</dwtimeline title="'.$this->getLang('tl-end').'">',
41 'title' => $this->getLang('ms-button'),
44 'sample' => $this->getLang('ms-content'),
55 … $this->getConf('align') . '" title="' . $this->getLang('tl-title') . '" description="' . $this->g…
61 if (!$data) {$data = $this->getLang('ms-data');}
62 …$skeleton = '<milestone title = "' . $this->getLang('ms-title') . '" description="' . $this->getLa…
63 … $skeleton .= 'data="' . $data . '" backcolor="' . $this->getLang('ms-backcolor') . '">\n';
[all …]
/plugin/bpmnio/action/
H A Dtoolbar.php22 'title' => $this->getLang('picker'),
28 'title' => $this->getLang('bpmn_add'),
36 'title' => $this->getLang('dmn_add'),
H A Deditor.php31 $event->data['name'] = $this->getLang('edit_diagram');
/plugin/oauth/
H A Dhelper.php119 $trans = $this->getLang($msg);
H A Dauth.php65 msg($this->getLang('emailduplicate'), -1);
84 msg($this->getLang('emailduplicate'), -1);
189 public function getLang($id) function in auth_plugin_oauth
191 $result = parent::getLang($id);
195 return $parent->getLang($id);
/plugin/oauth/action/
H A Dlogin.php98 '_legend' => $this->getLang('loginwith'),
128 $form->addFieldsetOpen($this->getLang('loginwith'))->addClass('plugin_oauth');
146 $this->getLang('eMailRestricted'),
183 msg($this->getLang('wrongConfig'), -1);
H A Duser.php121 form_openfieldset(['_legend' => $this->getLang('loginwith'), 'class' => 'plugin_oauth'])
161 $form->addFieldsetOpen($this->getLang('loginwith'), $pos)->addClass('plugin_oauth');
/plugin/upgrade/
H A Dadmin.php48 echo '<h1>' . $this->getLang('menu') . '</h1>';
76 echo '<div id="plugin__upgrade_careful">' . $this->getLang('careful') . '</div>';
90 $this->getLang('btn_continue') .
98 $this->getLang('btn_abort') .
129 echo '<span class="stage">' . $this->getLang('step_' . $step) . '</span>';
H A Dlegacy.php114 public function getLang($key)
111 public function getLang($key) global() function
H A Dhelper.php68 $this->log('error', $this->getLang('vs_ssl'));
76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
81 $this->log('error', $this->getLang('vs_tgzno'));
84 $this->log('notice', $this->getLang('vs_tgz'), $tgzversion);
91 $this->log('notice', $this->getLang('vs_local'), $version);
95 $this->log('warning', $this->getLang('vs_localno'));
99 $this->log('warning', $this->getLang('vs_newer'));
102 $this->log('warning', $this->getLang('vs_same'));
113 $this->log('warning', $this->getLang('vs_plugin'), $plugininfo['date']);
123 $this->log('error', $this->getLang('vs_ph
[all...]
/plugin/smtp/
H A Dadmin.php57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
/plugin/statistics/
H A Dadmin.php135 echo '<h1>' . $this->getLang('menu') . '</h1>';
142 echo '<h2>' . $this->getLang($this->opt) . '</h2>';
161 $this->getLang($key),
169 $this->getLang($page),
177 $this->getLang($key),
203 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="prev button">' . $this->getLang('prev') . '</a>';
208 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="next button">' . $this->getLang('next') . '</a>';
223 echo '<span>' . $this->getLang('time_select') . '</span> ';
238 echo $this->getLang('time_' . $time);
251 echo '<p>' . $this->getLang('intro_dashboar
[all...]
/plugin/statistics/inc/
H A DStatisticsGraph.class.php127 $DataSet->setXAxisName($this->hlp->getLang($interval));
128 $DataSet->setYAxisName($this->hlp->getLang('graph_'.$info));
290 $DataSet->SetSeriesName($this->hlp->getLang('graph_views'), 'Serie1');
291 $DataSet->SetSeriesName($this->hlp->getLang('graph_sessions'), 'Serie2');
292 $DataSet->SetSeriesName($this->hlp->getLang('graph_visitors'), 'Serie3');
340 $DataSet->SetSeriesName($this->hlp->getLang('graph_edits'), 'Serie1');
341 $DataSet->SetSeriesName($this->hlp->getLang('graph_creates'), 'Serie2');
342 $DataSet->SetSeriesName($this->hlp->getLang('graph_deletions'), 'Serie3');
/plugin/farmer/admin/
H A Dinfo.php53 $this->line('thisis', $animal ? $this->getLang('thisis.animal') : $this->getLang('thisis.farmer'));
66 $this->line('conf_inherit_' . $key, $this->getLang($value ? 'conf_inherit_yes' : 'conf_inherit_no'));
89 $html .= ' [<a href="' . $self . '">' . $this->getLang('conf_notfound_list') . '</a>]';
111 echo '<th>' . $this->getLang($langkey) . '</th>';
H A Dnew.php59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
76 $form->addFieldsetOpen($this->getLang('animal configuration'));
77 $form->addTextInput('animalname', $this->getLang('animal'));
82 $form->addFieldsetOpen($this->getLang('animal template'));
92 $form->addRadioButton('allowreg', $this->getLang('inherit user registration'))
95 $form->addRadioButton('allowreg', $this->getLang('enable user registration'))
97 $form->addRadioButton('allowreg', $this->getLang('disable user registration'))
106 $form->addFieldsetOpen($this->getLang('animal administrator'));
108 $btn = $form->addRadioButton('adminsetup', $this->getLang('noUsers'))
114 $form->addRadioButton('adminsetup', $this->getLang('importUser
[all...]
H A Dplugins.php45 msg($this->getLang('plugindone'), 1);
55 msg($this->getLang('plugindone'), 1);
67 $switchForm->addFieldsetOpen($this->getLang('bulkSingleSwitcher'));
68 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('bulkEdit'))
71 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('singleEdit'))
74 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('matrixEdit'))
88 $bulkForm->addFieldsetOpen($this->getLang('bulkEditForm'));
90 $bulkForm->addButton('state', $this->getLang('default'))
94 $bulkForm->addButton('state', $this->getLang('activate'))
98 $bulkForm->addButton('state', $this->getLang('deactivat
[all...]
H A Dsetup.php43 $errors[] = $this->getLang('farmdir_missing');
45 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
47 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
49 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
51 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
67 msg($this->getLang('preload creation success'), 1);
71 msg($this->getLang('preload creation error'), -1);
80 msg($this->getLang('overwrite_preload'), -1);
85 $form->addFieldsetOpen($this->getLang('preloadPHPForm'));
86 $form->addTextInput('farmdir', $this->getLang('far
[all...]
H A Ddelete.php42 msg($this->getLang('delete_noanimal'), -1);
47 msg($this->getLang('delete_mismatch'), -1);
54 msg($this->getLang('delete_invalid'), -1);
61 msg($this->getLang('delete_success'), 1);
63 msg($this->getLang('delete_fail'), -1);
75 $form->addFieldsetOpen($this->getLang('delete_animal'));
80 $form->addTextInput('confirm', $this->getLang('delete_confirm'));
81 $form->addButton('delete', $this->getLang('delete'));
H A Dconfig.php65 $form->addFieldsetOpen($this->getLang('base'));
66 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
67 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
69 $form->addTextInput('farmconf[base][basedomain]', $this->getLang('base domain'))
73 $form->addFieldsetOpen($this->getLang('conf_inherit'));
76 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
83 'farmer' => $this->getLang('conf_notfound_farmer'),
84 '404' => $this->getLang('conf_notfound_404'),
85 'list' => $this->getLang('conf_notfound_list'),
86 'redirect' => $this->getLang('conf_notfound_redirec
[all...]
/plugin/farmer/action/
H A Dajax.php146 echo $this->createPluginMatrixCell($plugin, $this->getLang('plugin_default'), true);
223 echo '<th>' . $this->getLang('plugin') . '</th>';
224 echo '<th>' . $this->getLang('plugin_default') . '</th>';
225 echo '<th>' . $this->getLang('plugin_enabled') . '</th>';
226 echo '<th>' . $this->getLang('plugin_disabled') . '</th>';
244 echo ' (' . $this->getLang('plugin_on') . ')';
246 echo ' (' . $this->getLang('plugin_off') . ')';
261 echo ' ' . $this->getLang('plugin_on');
275 echo ' ' . $this->getLang('plugin_off');
H A Ddisable.php53 msg($this->getLang('disable_new_plugins'));
/plugin/farmer/
H A Dadmin.php79 echo '<h1>' . $this->getLang('menu') . '</h1>';
86 echo '<li class="' . $class . '"><a href="' . $link . '">' . $this->getLang('tab_' . $page) . '</a></li>';
/plugin/sql2wiki/syntax/
H A Dquery.php113 $renderer->cdata($this->getLang('none'));
/plugin/approve/
H A Dadmin.php99 echo '<th>'.$this->getLang('admin h_assignment_namespace').'</th>';
100 echo '<th>'.$this->getLang('admin h_assignment_approver').'</th>';
128 echo '<td><a href="' . $link . '">'.$this->getLang('admin btn_delete').'</a></td>';
158 echo '<td><button type="submit" name="action" value="add">'.$this->getLang('admin btn_add').'</button></td>';

12345678910>>...41