Home
last modified time | relevance | path

Searched refs:getLang (Results 176 – 200 of 1005) sorted by relevance

12345678910>>...41

/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php31 function getLang($key){ function in settingshierarchy
196 …$lev .= ($p ? "<span class='_p'>".settingshierarchy::$helper->getLang('became_protected').".</span…
197getLang('value_set_to')." <code>{$this->format($key,$level->getLevelValue($key))}</code>".($level-…
202 …$ret .= "<li class='title'>".sprintf(settingshierarchy::$helper->getLang("settings_for_%s"),$key).…
206 …p ? 'protect':'').' '.($v ? 'value':'')."'>".settingshierarchy::$helper->getLang("in_config").":</…
207 …$ret .= "<span class='_d'>".settingshierarchy::$helper->getLang('default_is')." <code>{$this->form…
208 …$ret .= ($p ? "<span class='_p'>".settingshierarchy::$helper->getLang('became_protected').".</span…
212 $ret .= "<li><b>".settingshierarchy::$helper->getLang("this_is_extended")."</b>";
220 if ($value === null) return "[".settingshierarchy::$helper->getLang('default_value')."]";
222 return settingshierarchy::$helper->getLang($value ? "on" : "off");
[all …]
/plugin/snippets/
H A Dadmin.php66 $but_1 = $this->getLang('cleanup_but')| 'START';
81 $ret = '<b>'. $this->getLang("dbase") . '</b>' . $this->metaFn;
92 …$ret .= "<b><u>" . $this->getLang("logged_for") ." $id:</u></b><br />$snips<br /><b>" . $this->get…
122 $res .= '<br /><b>' .$this->getLang("in_meta") . '</b><br />';
143 $diff = $this->getLang('finished');
147 $res .= "<br><b>" . $this->getLang("remove_from_db") . "</b></br>" . $diff;
172 $ret .= "<b>" . $this->getLang("updating_mf")."</b><br/>";
174 $ret .= "<b>" . $this->getLang("removing"). "</b><br/>";
190 $ret .="<b>" . $this->getLang("adding") . "</b><br />";
205 $ret .= $this->getLang("updated") . print_r($updated ,1) . "<br />";
/plugin/twofactoremail/
H A Daction.php17 return $this->getLang('name') . ' ' . $USERINFO['mail'];
29 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
61 if (!$to) throw new \Exception($this->getLang('codesentfail'));
67 $mail->subject($this->getLang('subject'));
70 if (!$result) throw new \Exception($this->getLang('codesentfail'));
72 return $this->getLang('codesent');
/plugin/move/admin/
H A Dtree.php37 echo '<noscript><div class="error">' . $this->getLang('noscript') . '</div></noscript>';
42 echo '<h3>' . $this->getLang('move_pages') . '</h3>';
47 echo '<h3>' . $this->getLang('move_media') . '</h3>';
55 echo '<div class="error">' . $this->getLang('moveinprogress') . '</div>';
61 …$form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', '', ($th…
63 …$form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', ''…
66 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
86 'open' => 'true', 'label' => $this->getLang('root')
/plugin/recommend/
H A Dadmin.php71 echo '<h2>' . $this->getLang('headline_snippets') . '</h2>';
75 echo '<h2>' . $this->getLang('headline_logs') . '</h2>';
98 $form .= '<th>' . $this->getLang('assign_pattern') . '</th>';
99 $form .= '<th>' . $this->getLang('assign_user') . '</th>';
100 $form .= '<th>' . $this->getLang('assign_subject') . '</th>';
101 $form .= '<th>' . $this->getLang('assign_message') . '</th>';
131 …$form .= '<td><a class="deletePattern" href="' . $link . '">' . $this->getLang('assign_del') . '</…
141 …$form .= '<td><button type="submit" name="action" value="add">' . $this->getLang('assign_add') . '…
/plugin/redissue/
H A Dsyntax.php54 'text'=>$this->getLang('redissue.text.default')
284 $renderer->doc .= '<dt>'.$this->getLang('redissue.author').' :</dt>';
286 $renderer->doc .= '<dt>'.$this->getLang('redissue.assigned').' :</dt>';
288 $renderer->doc .= '<dt>'.$this->getLang('redissue.created').' :</dt>';
290 $renderer->doc .= '<dt>'.$this->getLang('redissue.updated').' :</dt>';
293 $renderer->doc .= '<dt>'.$this->getLang('redissue.closed').' :</dt>';
311 $renderer->doc .= '<span><b>'.$this->getLang('redissue.project').' : </b>';
313 $renderer->doc .= '<span><b> '.$this->getLang('redissue.author').' : </b>';
316 $renderer->doc .= '<span><b> '.$this->getLang('redissue.assigned').' :</b>';
318 $renderer->doc .= '<span><b> '.$this->getLang('redissue.created').' : </b>';
[all …]
/plugin/indexmenu/
H A Dadmin.php
/plugin/codehighlight/
H A Daction.php94 $('hlc_toggle').innerHTML = '".$this->getLang('chl_off_highl')."'
122 <button id="hlc_toggle" onclick="startEditor()">'.$this->getLang('chl_highl_code').'</button>
124 <em>'.$this->getLang('chl_choose_lang').':</em>
132 <button onclick="wiki__text.toggleLineNumbers()">'.$this->getLang('chl_toggle_ln').'</button>
133 <button onclick="wiki__text.toggleAutoComplete()">'.$this->getLang('chl_toggle_ac').'</button>
/plugin/task/
H A Daction.php147 $message = $this->getLang('msg_rcvd_invalid_status');
159 msg($this->getLang('msg_load_helper_failed'), -1);
167 msg($this->getLang('msg_nothing_changed'));
181 msg ($this->getLang('msg_responsible_no_verify'));
189 msg ($this->getLang('msg_other_accept_or_verify'));
201 msg($this->getLang('msg_not_logged_in'));
207 $summary = $this->getLang('mail_changedtask').': '.$this->getLang('accepted');
228 $message = $this->getLang('msg_status_changed');
/plugin/batchedit/
H A Dinterface.php152 print($this->getLang($message->getFormatId(), call_user_func_array(array($this, 'getLang'), $message->data)));
168 $stats = $this->getLang('sts_preview', $matches, $pages);
173 $stats = $this->getLang('sts_apply', $matches, $pages, $edits);
260 $lang[$id] = $this->getLang($id);
273 print('<span class="be-apply" title="' . $this->getLang($title) . '">');
283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';
395 print('<td class="be-title">' . $this->getLang($title) . '</td>');
406 $placeholder = $this->getLang(
661 private function getLang($id) { global() function in BatcheditInterface
[all...]
/plugin/strata/driver/
H A Ddriver.php97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
99 msg($this->util->getLang('driver_failed'), -1);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
175 if(!$this->query($s, $this->util->getLang('driver_setup_failed'))) {
182 if($this->_debug) msg($this->util->getLang('driver_setup_succes'), 1);
193 return $this->query('DROP TABLE data', $this->util->getLang('driver_remove_failed'));
208 msg(sprintf($this->util->getLang('driver_prepare_failed'),hsc($query), hsc($error[2])),-1);
226 $message = $this->util->getLang('driver_query_failed_default');
232 msg(sprintf($this->utiutil->getLang('driver_query_faile
[all...]
/plugin/searchpattern/
H A Dadmin.php51 return $this->getLang('admin_menu_text');
61 …msg($this->getLang($saveconf).(($saveconf == 'save_conf_warn')?$def_values:''),$this->getLang($sav…
71 echo '<h1>'.$this->getLang('main_admin_title').'</h1>'; //display main title
77 echo '<h4>'.$this->getLang($auth_param.'_admin_title').'</h4>'; //display a subtitle
79 …is->getConf($auth_param))==$auth_value)?'checked ':'').'/>&nbsp;'.$this->getLang($auth_value).'<br…
/plugin/searchindex/
H A Dadmin.php35 …utton" class="button" id="plugin__searchindex_rebuild" value="' . $this->getLang('rebuild') . '"/>…
36 echo '<p>' . $this->getLang('rebuild_tip') . '</p>';
37 …button" class="button" id="plugin__searchindex_update" value="' . $this->getLang('update') . '"/>';
38 echo '<p>' . $this->getLang('update_tip') . '</p>';
/plugin/confmanager/tpl/
H A DdisableButton.php4 alt="<?php echo hsc($helper->getLang('disable_action')) ?>"
5 title="<?php echo hsc($helper->getLang('disable_action_tooltip_disabled')) ?>" />
12 alt="<?php echo hsc($helper->getLang('disable_action')) ?>"
13 title="<?php echo hsc($helper->getLang('disable_action_tooltip')) ?>"
/plugin/data-au/admin/
H A Daliases.php56 return $this->getLang('menu_alias');
111 '<th>'.$this->getLang('name').'</th>'.
112 '<th>'.$this->getLang('type').'</th>'.
113 '<th>'.$this->getLang('prefix').'</th>'.
114 '<th>'.$this->getLang('postfix').'</th>'.
115 '<th>'.$this->getLang('enum').'</th>'.
156 $form->addElement(form_makeButton('submit','admin',$this->getLang('submit')));
/plugin/data/admin/
H A Daliases.php62 return $this->getLang('menu_alias');
119 '<th>' . $this->getLang('name') . '</th>' .
120 '<th>' . $this->getLang('type') . '</th>' .
121 '<th>' . $this->getLang('prefix') . '</th>' .
122 '<th>' . $this->getLang('postfix') . '</th>' .
123 '<th>' . $this->getLang('enum') . '</th>' .
166 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));
/plugin/fksnewsfeed/admin/
H A Dpush.php29 return $this->getLang('push_menu');
60 echo '<h1>' . $this->getLang('push_menu') . '</h1>';
61 … echo '<div class="info">' . $this->getLang('push_in_stream') . ': ' . $stream->name . '</div>';
67 echo '<h2>' . $this->getLang('push_menu') . ': ' . $stream->name . '</h2>';
102 }, $streamValues), $this->getLang('stream'));
103 $form->addButton('submit', $this->getLang('push_choose_stream'));
114 $newsForm->addCheckbox('all_dependence', $this->getLang('alw_dep'));
115 $newsForm->addButton('submit', $this->getLang('btn_push_news') . $stream);
/plugin/sqlcomp/
H A Dsyntax.php84 msg($this->getLang("syntax_dbcon"), -1);
226 msg($this->_error($this->getLang("wrong")), -1);
239 msg($this->_error($this->getLang("cachedir")), -1);
264 msg($this->_error($this->getLang("problem")), -1);
266 msg($this->_error($this->getLang("cache")), -1);
273 return $this->_error($this->getLang("empty") );
304 return $this->_error($this->getLang("problem"));
385 throw new Exception($this->getLang("problem"));
401 throw new Exception($this->getLang("problem"));
436 throw new Exception($this->getLang("problem"));
[all …]
/plugin/publish/action/
H A Dbanner.php92 msg(sprintf($this->getLang('mail_invalid'),htmlspecialchars($addr)),-1);
123 printf($this->getLang('apr_recent_draft'), wl($ID, 'force_rev=1'));
141 printf($this->getLang('apr_outdated'), wl($ID, 'rev=' . $latestApprovedRevision));
156 …printf($this->getLang('apr_draft'), '<span class="approval_date">' . dformat($revision) . '</span>…
158 … printf(' ' . $this->getLang('approvals'), $approvalCount, $this->getConf('number_of_approved'));
160 printf(' ' . $this->getLang('approved by'), implode(', ', $this->hlp->getApprovers()));
171 printf($this->getLang('apr_approved'),
184 printf($this->getLang('apr_previous'),
210 echo $this->getLang('approve action');
/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');
/plugin/yourip/
H A Dsyntax.php67 $text .= $this->getLang('you_use_v6'); // "You've got IPv6"
69 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
73 $text .= $this->getLang('you_use_v4'); // "You use old fashioned IPv4"
75 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
85 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
87 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
/plugin/displayfile/
H A Dsyntax.php93 { return $this->getLang('error_root_empty'); }
99 { return $this->getLang('error_root_invalid'); }
105 { return sprintf($this->getLang('error_traversal_token'), $title); }
112 { return sprintf($this->getLang('error_extension_deny'), $ext); }
117 { return sprintf($this->getLang('error_extension_allow'), $ext); }
124 { return sprintf($this->getLang('error_self'), $title); }
165 else if ($real_path === false) { return sprintf($this->getLang('error_access'), $title); }
171 …else if (strpos($real_path, $real_root) !== 0) { return sprintf($this->getLang('error_access'), $t…
174 else if (is_dir($real_path)) { return sprintf($this->getLang('error_access'), $title); }
175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
[all …]
/plugin/twofactor/action/
H A Dprofile.php43 $menuitem = new MenuItem($this->getLang('btn_twofactor_profile'));
172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
176 $form->addButton('twofactor_optout', $this->getLang('btn_confirm'));
203 $form->addFieldsetOpen($this->getLang('providers'));
208 $el->getLabel()->val($provider->getLabel() . ' ' . $this->getLang('default'));
213 $form->addButton('twofactor_default', $this->getLang('btn_default'))->attr('submit');
214 $form->addButton('twofactor_delete', $this->getLang('btn_remove'))
241 $form->addFieldsetOpen($this->getLang('newprovider'));
242 $form->addDropdown('provider', $options, $this->getLang('provider'));
245 $form->addButton('twofactor_setup', $this->getLang('btn_setu
[all...]
/plugin/addressbook/
H A Dsyntax.php79 if ($_REQUEST['Submit'] == $this->getLang('exec cancel')){
93 if ($_REQUEST['Submit']==$this->getLang('exec save')) $action = "savedata";
197 if ($action == 'search' || $_REQUEST['Submit'] == $this->getLang('exec search')) {
203 if ($_REQUEST['Submit'] == $this->getLang('exec search')) {
244 …$out .= '<span>'.$this->getLang('addressbook').'</span> <input type="text" name="searchtext" place…
245 $out .= '<input type="submit" name="Submit" value="'.$this->getLang('exec search').'" />';
258 …ontact_id == 'new') {$out .= '<h2>'.$this->getLang('header add').'</h2>';} else {$out .= '<h2>'.$t…
278 $out .= '<label for="removephoto">'.$this->getLang('form remove').'</label><br><br>';
279 $out .= $this->getLang('form upload info2').'.<br>';
284 …$out .= $this->getLang('form upload').': <input name="photo" type="file" /> '.$this->getLang('form…
[all …]
/plugin/yearbox/
H A Dsyntax.php311 $this->getLang('yearbox_months_jan'),
312 $this->getLang('yearbox_months_feb'),
313 $this->getLang('yearbox_months_mar'),
314 $this->getLang('yearbox_months_apr'),
315 $this->getLang('yearbox_months_may'),
316 $this->getLang('yearbox_months_jun'),
317 $this->getLang('yearbox_months_jul'),
318 $this->getLang('yearbox_months_aug'),
319 $this->getLang('yearbox_months_sep'),
320 $this->getLang('yearbox_months_oct'),
[all …]

12345678910>>...41