Home
last modified time | relevance | path

Searched refs:getLang (Results 101 – 125 of 1005) sorted by relevance

12345678910>>...41

/plugin/tgnotify/
H A Daction.php61 $message .= $this->getLang('page-added') . PHP_EOL;
64 $message .= $this->getLang('page-deleted') . PHP_EOL;
67 $message .= $this->getLang('page-modified') . PHP_EOL;
70 $message .= $this->getLang('page-modified-minor') . PHP_EOL;
73 $message .= $this->getLang('page-reverted') . PHP_EOL;
80 $message .= sprintf($this->getLang('pagename'), $pagename, $pageurl) . PHP_EOL;
83 $message .= sprintf($this->getLang('sizechange'), $event->data['sizechange']) . PHP_EOL;
89 $message .= sprintf($this->getLang('username'), $username) . PHP_EOL;
94 $useraddr = $_SERVER['REMOTE_ADDR'] ?? $this->getLang('unknown');
95 $message .= sprintf($this->getLang('useradd
[all...]
/plugin/bez/syntax/
H A Dnav.php31 $this->getLang('bez') .
35 'start' => $this->getLang('nav my_activities'),
36 'threads' => $this->getLang('issues'),
37 'projects' => $this->getLang('nav projects'),
38 'tasks' => $this->getLang('tasks'),
39 'report' => $this->getLang('report'),
40 'activity_report' => $this->getLang('activity_report')
47 $actions['types'] = $this->getLang('types_manage');
48 $actions['task_programs'] = $this->getLang('task_types');
/plugin/bez/tpl/
H A Dcommcause_form.php32 <a href="#comment"><?php echo $tpl->getLang('comment_noun') ?></a>
36 <a href="#cause"><?php echo $tpl->getLang('cause_noun') ?></a>
42 <a href="#comment"><?php echo $tpl->getLang('comment_noun') ?></a>
58 <?php echo $tpl->getLang('cancel') ?>
64 <?php echo $tpl->param('kid') != '' ? $tpl->getLang('correct') : $tpl->getLang('add') ?>
70 <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?>
74 <?php echo $tpl->getLang('js')['reject_issue' . $tpl->get('lang_suffix')] ?>
78 <?php echo $tpl->getLang('js')['reopen_issue'. $tpl->get('lang_suffix')] ?>
/plugin/issuetracker/
H A Dsyntax.php960 $this->getLang('issuenew_intro').chr(10).
971 $this->getLang('issuemod_br').chr(10).$this->getLang('issuemod_end');
1280 <td>'.$this->getLang('th_project').'</td>'.NL;
1290 <td>'.$this->getLang('th_product').'</td>
1327 <td>'.$this->getLang('th_user_name').'</td>
1331 <td>'.$this->getLang('th_usermail').'</td>
1368 <td>'.$this->getLang('th_title').'</td>
1372 <td>'.$this->getLang('th_description').'</td>
1470 $wmsg = $this->getLang('lbl_lessPermission');
1724 $umlaute = $this->getLang('umlaute');
[all …]
/plugin/farmer/admin/
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'));
/plugin/pgn4web/
H A Dsyntax.php54 'desc' => $this->getLang('desc') ,
192 … $renderer->doc .= pgn4web_error(sprintf($this->getLang('err_font_dir'),$pieces_fs_path));
195 … $renderer->doc .= pgn4web_error(sprintf($this->getLang('err_size'),$setsizeportrait,$set+1));
325 …lass=\'pgn4web\'><label class=\'pgn4web\' for=\'pgn4web_set\'>' . $this->getLang('selectset') . '<…
356 …lass=\'pgn4web\'><label class=\'pgn4web\' for=\'pgn4web_set\'>' . $this->getLang('selectfont') . '…
371getLang('GameSelector') . '</label> <span id=\'GameSelector\'></span> </li> <li class=\'pgn4web\'>…
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php87 echo $this->helper->getLang('upload_errNoFileSend');
95 echo $this->helper->getLang('upload_errNoConfigKeySend');
101 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
107 echo $this->helper->getLang('upload_errUploadError');
114 echo $this->helper->getLang('upload_errNoFileExtension');
120 echo $this->helper->getLang('upload_errWrongFileExtension');
128 echo $this->helper->getLang('upload_errFilenameNotValid');
139 echo $this->helper->getLang('upload_errUpdateOfConfigValueFailed');
179 echo $this->helper->getLang('upload_errNoConfigKeySend');
186 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
[all …]
/plugin/davcal/action/
H A Dajax.php48 $data['html'] = $this->getLang('unknown_error');
61 $data['html'] = $this->getLang('no_permission');
84 $data['html'] = $this->getLang('event_added');
89 $data['html'] = $this->getLang('unknown_error');
95 $data['html'] = $this->getLang('no_permission');
118 $data['html'] = $this->getLang('event_edited');
123 $data['html'] = $this->getLang('unknown_error');
129 $data['html'] = $this->getLang('no_permission');
151 $data['html'] = $this->getLang('no_permission');
176 $data['html'] = $this->getLang('settings_saved');
[all …]
/plugin/recommend/
H A Daction.php44 msg($this->getLang('thanks'), 1);
149 $form->addTextInput('s_name', $this->getLang('yourname'))->addClass('edit');
153 $form->addTextInput('r_email', $this->getLang('recipients'))
156 $form->addTextInput('subject', $this->getLang('subject'))
159 $form->addTextarea('comment', $this->getLang('message'))
170 $form->addButton('submit', $this->getLang('send'))->attr('type', 'submit');
196 throw new \Exception($this->getLang('err_captcha'));
203 throw new \Exception($this->getLang('err_recipient'));
210 throw new \Exception($this->getLang('err_sendermail'));
213 throw new \Exception($this->getLang('err_sendername'));
[all …]
/plugin/linkfix/
H A Dadmin.php42 echo '<h3>' . $this->getLang('processing') . '</h3>';
48 echo '<h3>'.$this->getLang('processingdone').'</h3>';
62 ) . '">'.$this->getLang('rerunhot').'</a>';
74 $form->startFieldset($this->getLang('menu'));
81 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));
97 msg(sprintf($this->getLang('badnamespace'), hsc($this->searchin)), -1);
146 $this->prnt($this->getLang('checking') . ' <b>' . hsc($currentpage) . "</b><br />");
201 $this->prnt('✗ '.$this->getLang('fail').'<br />');
204 $this->prnt('✓ '.$this->getLang('successdry').'<br />');
206 saveWikiText($currentpage, $text, $this->getLang('summary'), true);
[all …]
/plugin/twitter/
H A Dsyntax.php102 $this->getLang('year'),
103 $this->getLang('years')
112 $this->getLang('week'),
113 $this->getLang('weeks')
117 $this->getLang('day'),
118 $this->getLang('days')
122 $this->getLang('hour'),
127 $this->getLang('min'),
128 $this->getLang('mins')
132 $this->getLang('sec'),
[all …]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php91 $button = $this->getLang ( 'submit_button' );
104 $emptyresult = $this->getLang ( 'emptyresult' );
162 echo $this->getLang ( 'emptyresult' );
174 …echo $this->getLang ( 'queryexecuted' ) . ($err != 0 ? $this->getLang ( 'no' ) : $this->getLang ( …
183 echo $this->getLang ( 'queriesnotexecuted' );
493 …return "<a href=\"$url\" title=\"" . $this->getLang ( 'filedlhint' ) . '">' . $this->getLang ( 'cm…
561 $text = $this->getLang ( 'template.1.text' );
567 $text = $this->getLang ( 'template.' . $i . '.text' );
572 $sql = $this->getLang ( 'template.' . $i . '.sql' );
581 $text = $this->getLang ( 'shortcut.1.text' );
[all …]
/plugin/openid/
H A Daction.php173 msg($this->getLang('enter_valid_openid_error'), -1);
218 msg($this->getLang('openid_identity_added'), 1);
239 msg($this->getLang('openid_authentication_canceled'), 0);
248 msg($this->getLang('openid_registration_denied'), -1);
254 msg($this->getLang('openid_update_profile_denied'), -1);
311 echo '<p>' . $this->getLang('none') . '</p>';
313 echo '<h1>' . $this->getLang('add_openid_title') . '</h1>';
328 msg($this->getLang('openid_update_profile_denied'), -1);
359 $form->startFieldset($this->getLang('openid_login_fieldset'));
377 $msg = $this->getLang('login_link');
[all …]
/plugin/virtualgroup/
H A Dadmin.php209 echo '<h1>' . hsc($this->getLang('menu')) . '</h1>';
234 $this->getLang('byuser')
240 $this->getLang('bygroup')
263 echo ' <th class="user">' . hsc($this->getLang('user')) . '</th>';
264 echo ' <th class="grp">' . hsc($this->getLang('grps')) . '</th>';
281 echo '<span>' . $this->getLang('edit') . '</span>';
307 echo ' <th class="grp">' . hsc($this->getLang('grp')) . '</th>';
308 echo ' <th class="user">' . hsc($this->getLang('users')) . '</th>';
325 echo '<span>' . $this->getLang('edit') . '</span>';
344 $form->addFieldsetOpen($this->getLang('addUserGroup
[all...]
/plugin/caption/
H A Daction.php21 'title' => $this->getLang('picker'),
27 'title' => $this->getLang('figure'),
35 'title' => $this->getLang('table'),
43 'title' => $this->getLang('code'),
51 'title' => $this->getLang('file'),
59 'title' => $this->getLang('reference'),
/plugin/pot/
H A Daction.php25 'title' => $this->getLang('picker'),
30 'title' => $this->getLang('formula'),
38 'title' => $this->getLang('text'),
46 'title' => $this->getLang('table'),
54 'title' => $this->getLang('hidden'),
62 'title' => $this->getLang('set'),
/plugin/log404/
H A Dadmin.php22 msg(sprintf($this->getLang('deleted'), $_GET['delete']));
28 ptln('<h1>'.$this->getLang('menu').'</h1>');
43 . ' <a href="'.wl($id).'">'.$this->getLang('go-to-page').'</a>'
44 . ' <a href="'.$delUrl.'">'.sprintf($this->getLang('delete'), $data['count']).'</a>'
45 . ' <a href="'.$ignoreUrl.'">'.$this->getLang('ignore').'</a>'
51 $line .= ' <em>'.$this->getLang('ip').'</em> '.$hit['ip'];
54 …$line .= ' <em>'.$this->getLang('referer').'</em> <a href="'.$hit['referer'].'">'.$hit['referer'].…
57 $line .= ' <em>'.$this->getLang('user-agent').'</em> '.$hit['user_agent'];
/plugin/database2/
H A Ddatabase2.php239 public function getLang( $name ) function in Database2
243 return $this->integrator->getLang( $name );
822 sprintf( $this->getLang( 'deferror' ),
1165 $this->getLang( 'editrollback' ) .
1267 $this->getLang( 'navprevious' ),
5402 return $this->getLang( 'badenum' );
5412 return $this->getLang( 'badenum' );
5428 return $this->getLang( 'badenum' );
5497 else if ( in_array( $value, array( $this->getLang( 'today' ), $this->getLang( 'now' ) ) ) )
5759 $name = $this->getLang( 'cmdokay' );
[all …]
/plugin/fetchmedia/
H A Dadmin.php23 $doc = '<h1>'.$this->getLang('menu').'</h1>';
29 $form->addTextInput('namespace', $this->getLang('label: namespace input'))->attrs([
33 'title' => $this->getLang('title: namespace input hint'),
38 …$radioCommon = $form->addRadioButton('mediatypes', $this->getLang('label: common media only'))->va…
39 …$radioWin = $form->addRadioButton('mediatypes', $this->getLang('label: windows shares'))->val('win…
40 …$radioAll = $form->addRadioButton('mediatypes', $this->getLang('label: all media'))->val('all')->a…
50 $form->addButton('submit', $this->getLang('label: button search'));
/plugin/twofactortelegram/
H A Daction.php15 $label = $this->getLang('name');
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 … $form->addTextInput('new_chat_id', $this->getLang('chat_id'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
82 if (!$chat_id) throw new \Exception($this->getLang('codesentfail'));
83 if (!$token) throw new \Exception($this->getLang('codesentfail'));
85 $text = rawurlencode($this->getLang('text'));
90 if (!$result) throw new \Exception($this->getLang('codesentfail'));
92 return $this->getLang('codesent');
/plugin/blogtng/
H A Dadmin.php91 msg($this->getLang('msg_comment_save'), 1);
97 msg($this->getLang('msg_comment_delete'), 1);
183 ptln('<h1>'.$this->getLang('menu').'</h1>');
191 … href="' . wl($ID, $params) . '" title="' . $this->getLang('dashboard') . '">&larr; ' . $this->get…
537 ptln('<th>' . $this->getLang('created') . '</th>');
538 ptln('<th>' . $this->getLang('author') . '</th>');
539 ptln('<th>' . $this->getLang('entry') . '</th>');
540 ptln('<th>' . $this->getLang('blog') . '</th>');
542 ptln('<th>' . $this->getLang('comments') . '</th>');
543 ptln('<th>' . $this->getLang('tags') . '</th>');
[all …]
/plugin/langdelete/
H A Dadmin.php165 echo $this->getLang('available_langs');
180 msg($this->getLang('discrepancy_warn'), 2);
183 msg($this->getLang('nolang') . $d->nolang_s , 2);
186 echo '<h2>'.$this->getLang('h2_output').'</h2>'.NL;
190 msg($this->getLang('langdelete_willmsg'), 2);
192 echo $this->getLang('available_langs');
197 msg($this->getLang('langdelete_attention'), 2);
202 msg($this->getLang('langdelete_delmsg'), 0);
315 echo '<li><span class="module">'.$this->getLang('dokuwiki_core').'</span>';
320 echo '<li>'.$this->getLang('templates');
[all …]
/plugin/latexcaption/
H A Daction.php24 'title' => $this->getLang('latexcaption'),
30 'title' => $this->getLang('figure'),
38 'title' => $this->getLang('table'),
46 'title' => $this->getLang('code'),
54 'title' => $this->getLang('file'),
62 'title' => $this->getLang('reference'),
/plugin/schulzevote/syntax/
H A Dvote.php116 msg($this->getLang('outdated_poll'), 0);
122 $closemsg = $this->getLang('no_remote_user');
124 $closemsg = $this->getLang('already_voted');
127 $closemsg = $this->getLang('vote_over').'<br />'.
133 $form->addFieldsetOpen($this->getLang('cast'));
156 $form->addHTML('<p>'.$this->getLang('howto').'</p>');
157 $form->addButton('submit', $this->getLang('vote'));
224 msg(sprintf($this->getLang('error_found'), $err_str), -1);
235 msg($this->getLang('invalidated_vote'), -1);
238 msg($this->getLang('voted'), 1);
[all …]
/plugin/discussion/
H A Dadmin.php37 case $this->getLang('btn_show'):
41 case $this->getLang('btn_hide'):
45 case $this->getLang('btn_change'):
58 ptln('<h1>'.$this->getLang('menu').'</h1>');
150 0 => $this->getLang('off'),
151 1 => $this->getLang('open'),
152 2 => $this->getLang('closed')
169 …lass="button" name="comment" value="'.$this->getLang('btn_change').'" class"button" title="'.$this…
290 … type="submit" name="comment" value="'.$this->getLang('btn_show').'" class="button" title="'.$this…
291 … type="submit" name="comment" value="'.$this->getLang('btn_hide').'" class="button" title="'.$this…
[all …]

12345678910>>...41