Home
last modified time | relevance | path

Searched refs:getLang (Results 251 – 275 of 1005) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/farm/
H A Dvirtualhostconfig.class.php71 ptln('<div class="farm_cmd_title">'.$this->manager->getLang('virtualhostconfig_title').'</div>');
72 ptln('<div class="farm_cmd_info">'.$this->manager->getLang('virtualhostconfig_info').'</div>');
80 …$this->manager->getLang('virtualhost_config_for').' <select onchange="if(!this.value) return; var …
91 …e="submit" class="button" name="farm_opt[save]" value="'.$this->manager->getLang('btn_save').'" />…
/plugin/twofactorsmsappliance/
H A Dhelper.php24 …$elements[] = form_makeTextField('smsappliance_phone', $phone, $this->getLang('phone'), '', 'block…
30 $elements[] = '<span>'.$this->getLang('verifynotice').'</span>';
31 …$elements[] = form_makeTextField('smsappliance_verify', '', $this->getLang('verifymodule'), '', 'b…
32 …$elements[] = form_makeCheckboxField('smsappliance_send', '1', $this->getLang('resendcode'),'','bl…
35 …$elements[] = form_makeCheckboxField('smsappliance_disable', '1', $this->getLang('killmodule'), ''…
/plugin/textmodule/
H A Dadmin.php15 return $this->getLang("text module");
58 echo '<h1>'.$this->getLang("text module").' Plugin</h1>';
59 echo $this->getLang("admin help").'<br>';
71 …echo $this->getLang("title").' '.$c.': <input type="text" name="title'.$c.'" value="'.($m[$c-1][0]…
/plugin/approve/syntax/
H A Dtable.php146 $renderer->doc .= '<th>' . $this->getLang('hdr_page') . '</th>';
147 $renderer->doc .= '<th>' . $this->getLang('hdr_state') . '</th>';
148 $renderer->doc .= '<th>' . $this->getLang('hdr_updated') . '</th>';
149 $renderer->doc .= '<th>' . $this->getLang('hdr_approver') . '</th>';
183 $state = $this->getLang('approved');
190 $state = $this->getLang('marked_approve_ready');
197 $state = $this->getLang('draft');
222 $renderer->doc .= $this->getLang('by'). ' ' . $user['name'];
243 $renderer->doc .= $this->getLang('all_approved_ready');
256 $renderer->doc .= $this->getLang('all_approve
[all...]
/plugin/feedback/
H A Dadmin.php47 msg($this->getLang('saved'), 1);
67 echo '<th>'.$this->getLang('namespace').'</th>';
68 echo '<th>'.$this->getLang('email').'</th>';
84 echo '<input type="submit" value="'.$this->getLang('save').'" class="btn">';
/plugin/userhomepage/
H A Daction.php44 msg($this->getLang('avatarsconflict'), -1);
126 … saveWikiText($this->private_page,$this->applyTemplate('private'),$this->getLang('uhpcreated'));
129 msg($this->getLang('createdprivatens').' ('.$this->private_page.')', 1);
153 …his->custom_target,$this->applyTemplate($this->custom_page_template),$this->getLang('uhpcreated'));
154 msg($this->getLang('fromskeleton').' '.$this->custom_target,0);
171 … saveWikiText($this->public_page,$this->applyTemplate('public'),$this->getLang('uhpcreated'));
174 msg($this->getLang('createdpublicpage').' ('.$this->public_page.')', 1);
192 msg($this->getLang('fromskeleton').' '.$this->custom_target,0);
353 msg($this->getLang('aclupdate').' '.$i, 1);
371 …io_mkdir_p($this->dataDir.DIRECTORY_SEPARATOR.$target_dir) || msg($this->getLang('mkdirfailure').'…
[all …]
/plugin/autotranslation/
H A Dadmin.php23 echo "<h1>" . $this->getLang("menu") . "</h1>";
27 echo "<th>" . $this->getLang('path') . "</th>";
65 $title = $this->getLang("missing");
74 $title = $this->getLang('old');
78 $title = $this->getLang('current');
/plugin/translation/
H A Dadmin.php35 echo "<h1>" . $this->getLang("menu") . "</h1>";
39 echo "<th>" . $this->getLang('path') . "</th>";
77 $title = $this->getLang("missing");
86 $title = $this->getLang('old');
90 $title = $this->getLang('current');
/plugin/skilltagicon/action/
H A Dicon.php44 msg($this->getLang('tagging_missing'), -1);
56 $icon_title = $this->getLang('easy_page');
59 $icon_title = $this->getLang('intermediate_page');
62 $icon_title = $this->getLang('expert_page');
/plugin/quickstats/
H A Dsyntax.php395 if($accesses=='Accesses') $accesses=$this->getLang('accesses');
415 $renderer->doc .= '<span class="title">' .$this->getLang('uniq_ip') .'</span>';
417 …$renderer->doc .= "<span class='total'>" .$this->getLang('ttl_accesses') . "$total_accesses</span>…
418 … $renderer->doc .= "<span class='total'>" .$this->getLang('ttl_uniq_ip') ."$uniq</span></br>\n";
434 … $renderer->doc .= '<span class="title">'. $this->getLang('label_page_access') .'</span>';
465 … $renderer->doc .= '<br /><span class="title">' . $this->getLang('browsers') .'</span>';
498 $this->theader($renderer, $this->getLang('country') );
519 … $renderer->doc .= "<span class='total'>" . $this->getLang('ttl_accesses') ."$total</span></br>";
595 …$renderer->doc .= '<br /><span class="title">'. $this->getLang('browsers_and_ua') . $header .'</…
597 …$this->theader($renderer,'IP', $this->getLang('country'),"&nbsp;" . $this->getLang('accesses'). "&…
[all …]
/plugin/cleanup/
H A Dadmin.php48 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('preview')));
62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
69 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('execute')));
72 echo '<p>' . $this->getLang('done') . '</p>';
/plugin/quicksubscribe/
H A Daction.php47 $msg = sprintf($this->getLang('sub_succ'), prettyprint_id($ns));
49 $msg = sprintf($this->getLang('sub_fail'), prettyprint_id($ns));
55 $msg = sprintf($this->getLang('unsub_succ'), prettyprint_id($ns));
57 $msg = sprintf($this->getLang('unsub_fail'), prettyprint_id($ns));
/plugin/botbouncer/admin/
H A Dstatistics.php31 return $this->getLang('menu_statistics');
76 printf('<p><b>'.$this->getLang('blocked').'</b></p>',$all,$days);
80 echo '<th>'.$this->getLang('percent').'</th>';
81 echo '<th>'.$this->getLang('count').'</th>';
82 echo '<th>'.$this->getLang('reason').'</th>';
/plugin/watchcycle/
H A Dadmin.php54 ptln('<h1>' . $this->getLang('menu') . '</h1>');
60 $filter_input->attr('placeholder', $this->getLang('search page'));
63 $form->addButton('', $this->getLang('btn filter'));
67 $form->addHTML($this->getLang('show outdated only'));
76 $lang = $this->getLang("h $header");
/plugin/noiewarning/
H A Daction.php56 $this->cnf['banner'] = $this->getLang('wedetect');
71 …if (in_array('desc', $lang) && ''!==$this->getLang('plugininfo_desc')) $info['desc']= $this->getLa…
168 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
176 $werecommend= htmlspecialchars($this->getLang('werecommend'));
191 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
201 $werecommend= htmlspecialchars($this->getLang('werecommend'));
218 $warn.= $this->getLang('wedetect'). DW_LF;
220 $wrecc.= DW_LF. $this->getLang('werecommend');
/plugin/struct/meta/
H A DSchemaEditor.php53 <th>{$this->hlp->getLang('editor_sort')}</th>
54 <th>{$this->hlp->getLang('editor_label')}</th>
55 <th>{$this->hlp->getLang('editor_multi')}</th>
56 <th>{$this->hlp->getLang('editor_conf')}</th>
57 <th>{$this->hlp->getLang('editor_type')}</th>
58 <th>{$this->hlp->getLang('editor_enabled')}</th>
/plugin/quickstats/scripts/
H A Dget_geocity2.php62 $this->qs_say($this->helper->getLang('download_fail'), $gzfile);
68 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
72 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
76 $this->qs_say($this->helper->getLang('file_saved'), $gzfile);
91 $this->qs_say($this->helper->getLang('tar_extracted'), $tar);
93 $this->qs_say($this->helper->getLang('file_exists'),"\n$file\n$tar\n");
120 … $this->qs_say($this->helper->getLang('installing_mmdb'), MMDB);
/plugin/favoris/
H A Daction.php93 print "<h1>".$this->getLang('fav_mosaique')."</h1>";
97 print $this->getLang('fav_pasencore');
118 print $this->getLang('fav_snapnotfound')."<br />";
125 print $this->getLang('fav_pbsnap')." $page<br />";
132 if ($cpt) $titrePage.= " - ".$cpt[0]." ".$this->getLang('fav_visites');
/plugin/givemeyouremail/
H A Dsyntax.php175 …ouremail_warning">'.$this->getLang('email_not_ok').' : '.$last_email_adress.'</td></tr><script>win…
177 …givemeyouremail_ok">'.$this->getLang('email_ok').' : '.$last_email_adress.'</td></tr><script>windo…
208 'value="'.$this->getLang('btn_submit').'" />'.
/plugin/daftdrafts/
H A Daction.php135 $htmlcode[] = $this->getLang('unpublished');
137 $htmlcode[] = $this->getLang('howtopublish'). ' ~~' .$this->getLang('code'). '~~';
155 …'title' => $this->getLang('nowiki'), //Doesn't exist, done on purpose to avoid entering a sample (…
157 'open' => '~~' .$this->getLang('code'). '~~',
/plugin/struct/admin/
H A Dassignments.php33 return $this->getLang('menu_assignments');
110 echo '<th>' . $this->getLang('assign_assign') . '</th>';
111 echo '<th>' . $this->getLang('assign_tbl') . '</th>';
135 echo '<td><a class="deleteSchema" href="' . $link . '">' . $this->getLang('assign_del') . '</a></td>';
152 echo '<td><button type="submit" name="action" value="add">' . $this->getLang('assign_add') . '</button></td>';
/plugin/articlelinks/
H A Dsyntax.php56 $links = $this->getLang('related articles');
60 $links = $this->getLang('related article');
64 $links = $this->getLang('main article');
68 $links = $this->getLang('related section');
/plugin/folded/
H A Daction.php33 $hide = $this->getConf('hide') ? $this->getConf('hide') : $this->getLang('hide');
34 $reveal = $this->getConf('reveal') ? $this->getConf('reveal') : $this->getLang('reveal');
59 .'<a href="javascript:void(0);" class="fold_unfold_all" onclick="fold_unfold_all();" rel="nofollow" title="'.$this->getLang('fold_unfold_all_button').'">'
60 .'<span>'.$this->getLang('fold_unfold_all_button').'</span>'
/plugin/bez/tpl/
H A D8d_tasks_only_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('description') ?></th>
5 <th><?php echo $tpl->getLang('closed') ?></th>
/plugin/farmsync/meta/
H A DMediaConflict.php39 $form->addHTML($this->helper->getLang('link:srcversion'));
45 $form->addHTML($this->helper->getLang('link:dstversion'));
48 $form->addButton("theirs", $this->helper->getLang('button:keep'));
49 $form->addButton("override", $this->helper->getLang('button:overwrite'));

1...<<11121314151617181920>>...41