Home
last modified time | relevance | path

Searched refs:getLang (Results 1 – 25 of 1005) sorted by path

12345678910>>...41

/plugin/404manager/
H A Dadmin.php699 msg($this->getLang('SqliteMandatory'), MANAGER404_MSG_INFO, $allow = MSG_MANAGERS_ONLY);
/plugin/abbr/
H A Daction.php27 'title' => $this->getLang('abbr_toolbar_title'),
32 'title' => $this->getLang('abbr_type1'),
33 'sample' => $this->getLang('abbr_type1_sample'),
40 'title' => $this->getLang('abbr_type2'),
41 'sample' => $this->getLang('abbr_type2_sample'),
48 'title' => $this->getLang('abbr_type0'),
49 'sample' => $this->getLang('abbr_type0_sample'),
/plugin/abbrlist/
H A Dsyntax.php118 $R->doc .= $this->getLang('key');
121 $R->doc .= $this->getLang('value');
/plugin/accscounter/
H A Daction.php48 echo $this->getLang('moveiplog') . ': ';
49 …if ($this->dir_copy($old, $new)) echo $this->getLang('success') . '<br><br>'; else echo $this->get…
52 echo $this->getLang('movenmlog') . ':<br>';
89 …if (rmdir($dir)) echo '<br>' . $this->getLang('complete') . '<br><br>'; else echo '<br>' . $this->
110 echo $this->getLang('failnmsave') . '<br>';
117 echo $this->getLang('success') . '<br>';
119 …if ($moved) echo $this->getLang('allloaded') . '<br><br>'; else echo $this->getLang('nothing') . '…
120 echo $this->getLang('funcend');
144 echo $this->getLang('successdellog') . '<br>';
146 …if ($deleted) echo $this->getLang('alldeleted') . '<br><br>'; else echo $this->getLang('nothingtod…
[all …]
H A Dadmin.php75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
83 msg($this->getLang('sfsfinish'), 1);
92 …ink($achelper->counterFN($page, '.number')) == FALSE) msg(sprintf($this->getLang('mngfaileddel'), …
93 …@unlink($achelper->counterFN($page, '.ip')) == FALSE) msg(sprintf($this->getLang('mngfaileddel'), …
95 msg($this->getLang('mngdelfinish'), 1);
132getLang('selectall') . '</label></th><th>' . $this->getLang('pagename') . '</th><th>' . $this->get…
147 echo '<option value="none" selected>' . $this->getLang('pleasechoose') . '</option>';
148 echo '<option value="sfscheck">' . $this->getLang('sfscheck') . '</option>';
149 echo '<option value="delete">' . $this->getLang('delete') . '</option>';
150 … echo '</select><br><input type="submit" value="' . $this->getLang('run') . '"class="button" />';
/plugin/accscounter/syntax/
H A Dcounter.php173 if ($fp === FALSE) return $this->getLang('err1') . basename($file);
357 $renderer->doc .= htmlspecialchars($this->getLang('err2'));
H A Dpopularity.php81 $renderer->doc .= htmlspecialchars($this->getLang('err3'));
139 } else $renderer->doc .= $this->getLang('noitems');
/plugin/acknowledge/
H A Daction.php172 $html .= $this->getLang('ackOk');
174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
178 $html .= '<h4>' . $this->getLang('ackRequired') . '</h4>';
183 . sprintf($this->getLang('ackDiff'), dformat($latest))
188 $form->addCheckbox('ack', $this->getLang('ackText'))->attr('required', 'required');
191 . $this->getLang('ackButton')
H A Dhelper.php39 msg($this->getLang('error sqlite plugin missing'), -1);
/plugin/acknowledge/admin/
H A Dassign.php23 return $this->getLang('menu_assign');
60 $form->addHTML($this->getLang('pattern'));
63 $form->addHTML($this->getLang('assignees'));
72 $form->addButton('save', $this->getLang('save'));
H A Dreport.php71 msg($this->getLang('toomanyresults'), 0);
116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
128 echo '<p>' . $this->getLang('overviewHistory') . '</p>';
143 $form->addTextInput('pg', $this->getLang('pattern'));
144 $form->addTextInput('user', $this->getLang('overviewUser'))
149 'all' => $this->getLang('all'),
150 'current' => $this->getLang('current'),
151 'due' => $this->getLang('due'),
153 $this->getLang('status')
171 echo '<th>' . $this->getLang('overviewPag
[all...]
/plugin/acknowledge/syntax/
H A Dlisting.php82 $html = $this->getLang('ackNotFound');
89 . sprintf($this->getLang('ackGranted'), dformat($item['ack']))
/plugin/aclauditor/
H A Dadmin.php200 …: '').'" /> <input type="submit" name="aclaudit_testwho" value="'.$this->getLang('testwho').'" /><…
201 … '').'" /> <input type="submit" name="aclaudit_testwhat" value="'.$this->getLang('testwhat').'" />…
202 ptln(' <input type="submit" name="aclaudit_testboth" value="'.$this->getLang('testboth').'" />');
280 …ptln(' </select> <input type="submit" name="aclaudit_scenario_load" value="'.$this->getLang('load'…
281 … /> <input type="submit" name="aclaudit_scenario_upload" value="'.$this->getLang('upload').'" /><b…
283 …'" /> <input type="submit" name="aclaudit_scenario_save" value="'.$this->getLang('save').'" /><br …
284 …: <input type="submit" name="aclaudit_scenario_download" value="'.$this->getLang('download').'" />…
285 …ptln(' <input class="runscn" type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('r…
H A Dsyntax.php53 …'])) ? 'both' : (isset($data['what']) ? 'what' : 'who')).'" value="'.$this->getLang('menu').'" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/acronymedit/
H A Dadmin.php34 …if (in_array('desc', $lang) && ''!==$this->getLang('plugininfo_desc')) $info['desc']= $this->getLa…
68 print "<h1>".$this->getLang('abbr_title')."</h1>";
69 print $this->getLang('abbr_text');
81 msg("<b>".$this->getLang('abbr_error')."</b>",-1);
89 print "<h3>".$this->getLang('abbr_list')."</h3>";
95 …print "<input type=\"submit\" value=\"".$this->getLang('abbr_save')."\" title=\"".$this->getLang('…
104 msg($this->getLang('abbr_err_open')." ($filename).",-1);
109 msg($this->getLang('abbr_err_write')." ($filename).",-1);
117 msg($this->getLang('abbr_err_secure')." ($filename).",-1);
/plugin/addnewpage/
H A Dsyntax.php100 $renderer->doc .= $this->getLang('nooption');
116 … . '<input class="button" type="submit" value="' . $this->getLang('okbutton') . '" tabindex="4" />'
187 …tion ' . (($currentns == '') ? 'selected ' : '') . ' value="">' . $this->getLang('namespaceRoot') …
/plugin/addressbook/
H A Daction.php39 $res .= '<h2>'.$this->getLang('results msg').':</h2>';
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/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/adminperm/
H A Dadmin.php39 msg($this->getLang('saved'), 1);
56 $form->addFieldsetOpen($this->getLang('legend'));
68 msg(sprintf($this->getLang('nosave'), $this->config), -1);
70 $form->addButton('submit', $this->getLang('save'));
/plugin/admnote/action/
H A Dbuttons.php40 'title' => $this->getLang('adm'),
45 'title' => $this->getLang('adm_abstract'),
52 'title' => $this->getLang('adm_bug'),
59 'title' => $this->getLang('adm_danger'),
66 'title' => $this->getLang('adm_example'),
73 'title' => $this->getLang('adm_failure'),
87 'title' => $this->getLang('adm_note'),
94 'title' => $this->getLang('adm_question'),
101 'title' => $this->getLang('adm_quote'),
115 'title' => $this->getLang('adm_tip'),
[all …]
/plugin/advanced/admin/
H A Dconfig.php39 return $this->getLang('menu_config');
288 $lng_edit = $this->getLang('conf_edit');
342 $lang['toc'] = $this->getLang('menu_config');
420 'interwiki' => $this->getLang('conf_iwiki'),
421 'mime' => $this->getLang('conf_mime'),
426 'main' => $this->getLang('conf_main'),
430 'userscript' => $this->getLang('conf_ujs'),
444 … 'sidebarheader' => $this->getLang('conf_sidebar') . ' (' . $this->getLang('conf_header') . ')',
445 … 'sidebarfooter' => $this->getLang('conf_sidebar') . ' (' . $this->getLang('conf_footer') . ')',
471 …$toc_hooks['rightsidebarheader'] = $this->getLang('conf_rsidebar') . ' (' . $this->getLang('conf_h…
[all …]
H A Dexport.php35 return $this->getLang('menu_export');
67 $lang['toc'] = $this->getLang('menu_export');
112 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_namespace'));
115 echo '<option value="">' . $this->getLang('exp_select_namespace') . '</option>';
128 …bel><input type="checkbox" name="include-sub-ns" /> %s</label> ', $this->getLang('exp_include_sub_…
129 … name="cmd[export]" class="btn btn-default">%s &rarr;</button> ', $this->getLang('exp_export_all_p…
130 …ect_pages]" class="btn btn-primary primary">%s &rarr;</button> ', $this->getLang('exp_select_pages…
168 msg($this->getLang('exp_no_namespace_selected'), -1);
175 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_pages'));
181 …<th width="10"><input type="checkbox" class="export-all-pages" title="' . $this->getLang('select_a…
[all …]
H A Dimport.php33 return $this->getLang('menu_import');
65 $lang['toc'] = $this->getLang('menu_import');
103 msg($this->getLang('imp_zip_not_found'), -1);
111 msg($this->getLang('imp_zip_extract_error'), -1);
116 msg($this->getLang('imp_no_page_selected'), -1);
125 $sum = $this->getLang('imp_page_summary');
155 msg($this->getLang('imp_pages_import_success'));
203 echo sprintf('<h3>1. %s</h3>', $this->getLang('imp_select_namespace'));
206 echo sprintf('<option>%s</option>', $this->getLang('imp_select_namespace'));
216 echo sprintf('<h3>2. %s</h3>', $this->getLang('imp_select_pages'));
[all …]

12345678910>>...41