Home
last modified time | relevance | path

Searched refs:getLang (Results 126 – 150 of 1005) sorted by relevance

12345678910>>...41

/plugin/infomail/
H A Daction.php44 msg($this->getLang('thanks'), 1);
79 $form->addTextInput('s_name', $this->getLang('yourname'))->addClass('edit');
91 $form->addDropdown('r_predef', $lists, $this->getLang('bookmarks'));
94 $form->addTextInput('r_email', $this->getLang('recipients'))->addClass('edit');
95 $form->addTextInput('subject', $this->getLang('subject'))->addClass('edit');
105 $form->addButton('submit', $this->getLang('send_infomail'))->attr('type', 'submit');
106 $form->addButton('reset', $this->getLang('cancel_infomail'))->attr('type', 'reset');
152 if (!$all_recipients) throw new \Exception($this->getLang('novalid_rec'));
156 if ($s_name === '') throw new \Exception($this->getLang('err_sendername'));
160 if (!mail_isvalid($s_email)) throw new \Exception($this->getLang('err_sendermail'));
[all …]
/plugin/superacl/
H A Dadmin.php166 echo '<h1>'.$this->getLang('admin_acl').'</h1>'.NL;
179 echo '<h2>'.$this->getLang('current').'</h2>'.NL;
261 echo $this->getLang('acl_perms').' ';
298 printf($this->getLang('p_choose_id'),hsc($ID));
386 $names[] = $this->getLang('acl_perm0');
408 echo '<p>'.$this->getLang('p_isadmin').'</p>';
410 echo '<p>'.$this->getLang('p_inherited').'</p>';
545 echo '<th>'.$this->getLang('where').'</th>';
546 echo '<th>'.$this->getLang('who').'</th>';
547 echo '<th>'.$this->getLang('perm').'</th>';
[all …]
/plugin/twofactoraltemail/
H A Daction.php15 $label = $this->getLang('name');
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 $form->addTextInput('newemail', $this->getLang('email'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
62 msg($this->getLang('notsameemail'), -1);
91 if (!$to) throw new \Exception($this->getLang('codesentfail'));
97 $mail->subject($this->getLang('subject'));
100 if (!$result) throw new \Exception($this->getLang('codesentfail'));
102 return $this->getLang('codesent');
/plugin/noticeboard/noticeboard/classes/
H A Drss.php63 $out .= "<description>".$this->getLang('rssDesc')."</description>";
79 $out .= $this->getLang('startTime').": ";
86 $out .= $this->getLang('category').": ".$this->getLang($notice->getCategory());
89 $out .= $this->getLang('endTime').": ";
98 $out .= $this->getLang('deadline').": ";
104 $out .= $this->getLang('place').": ";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
119 $out .= $this->getLang('startTime').": ";
127 $out .= $this->getLang('deadline').": ";
131 …a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreInfo')."</a>…
/plugin/noticeboard/classes/
H A Drss.php63 $out .= "<description>".$this->getLang('rssDesc')."</description>";
79 $out .= $this->getLang('startTime').": ";
86 $out .= $this->getLang('category').": ".$this->getLang($notice->getCategory());
89 $out .= $this->getLang('endTime').": ";
98 $out .= $this->getLang('deadline').": ";
104 $out .= $this->getLang('place').": ";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
119 $out .= $this->getLang('startTime').": ";
127 $out .= $this->getLang('deadline').": ";
131 …a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreInfo')."</a>…
/plugin/advanced/admin/
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 …]
/plugin/rtmchecklist/
H A Daction.php48 $inputRtmEmail = '<label class="block"><span>'.$this->getLang('rtmemail').'</span> ';
54 $rtm_form.= '<fieldset ><legend>'.$this->getLang('legend_title').'</legend>';
94 $wikitext = "=== ".$this->getLang('Results')." ===\n";
114 $wikitext .= $this->getLang('error_fill_email');
129 $wikitext.= $this->getLang('checklist_sent');
131 $wikitext.= $this->getLang('checklist_not_sent');
133 … "[[".htmlspecialchars($pageId)."|".$this->getLang('go_back_to').htmlspecialchars($pageId)." ".$th…
159 …echo $this->getLang('your_email_add').htmlspecialchars($INPUT->str('rtmemail')).$this->getLang('is…
/plugin/bookcreator/syntax/
H A Dbookmanager.php173 $form->addFieldsetOpen($this->getLang('listselections'));
211 $form->addButton('selectns', $this->getLang('select_namespace'))
226 $form->addButton('resetselection', $this->getLang('reset'))
238 'export_html'=> $this->getLang('exportprint')
242 $values['export_text'] = $this->getLang('exporttext');
245 $values['export_odtbook'] = $this->getLang('exportodt');
249 $values['export_pdfbook'] = $this->getLang('exportpdf');
256 $form->addFieldsetOpen($this->getLang('export'));
258 $form->addHTML($this->getLang('title')." ");
262 $form->addCheckbox('book_skipforbiddenpages', $this->getLang('skipforbiddenpage
[all...]
/plugin/redproject/
H A Dsyntax.php129 $renderer->doc .= '<h2 class="title">'.$this->getLang('title').'</h2>';
154 …$renderer->doc .= '<div class="desc"><h4>'.$this->getLang('desctitle').'</h4> <p>'.$this->getLang(…
162 $renderer->doc .= '<div class="version"><h3>'.$this->getLang('vertitle').'</h3>';
223 $renderer->doc .= '<div class="version"><h3>'.$this->getLang('vertitle').'</h3>';
225 … $renderer->doc .= 'div class="descver"><p>' . $this->getLang('noversion') . '</p></div>';
273 $renderer->doc .= '<p>'.$this->getLang('mainproj').'</p>';
277 …$renderer->doc .= '<p>'.$this->getLang('tversion').'<span class="label label-info">'.$nbVersion.'<…
278 …ount'].'</span>'.$this->getLang('issues').'<span class="label label-warning">'.$issueOpen['total_c…
283 $langMembers = $this->getLang('membres');
304 $renderer->doc .= '<h2 class="title">'.$this->getLang('private').'</h2>';
[all …]
/plugin/translator/syntax/
H A Dtranslator.php122 $form = $this->_startFieldSet($this->getLang('SelectCategory'), 'translator_setup');
132 $form->addElement(form_makeField('submit', 'fn[setup]', $this->getLang('Show'), ''));
167 $display = $this->getLang('notTranslated');
186 $form = $this->_startFieldSet($this->getLang('Translator'), "translator_do");
201 $form->addElement($this->getLang('RessourceKeyName'));
205 $form->addElement($this->getLang('MasterValue') . " ($masterLanguage)");
291 $form = $this->_startFieldSet($this->getLang('selectedOptions'));
350 $form->addElement($this->getLang('AmountOfMasterValues') . ': ' . $masterValues);
378 …mit', 'fn[setup][' . $language . '][' . $this->getLang('all') . ']', $this->getLang('all'), $this-…
379 …eld('submit', 'fn[setup][' . $language . '][' . $this->getLang('translated') . ']', $this->getLang
[all …]
/plugin/openlayersmap/admin/
H A Dpurge.php59 msg($this->getLang('admin_purged_tiles'), 0);
65 msg($this->getLang('admin_purged_maps'), 0);
104 $form->startFieldset($this->getLang('admin_tiles'));
110 '<label for="purgetiles" class="label">' . $this->getLang('admin_purge_tiles')
116 $form->startFieldset($this->getLang('admin_maps'));
120 '<label for="purgemaps" class="label">' . $this->getLang('admin_purge_maps') . '</label>'
129 $this->getLang('admin_submit'),
130 ['accesskey' => 'p', 'title' => $this->getLang('admin_submit')]
/plugin/glossary/
H A Dglossary.class.php101 function getLang ($name) { function in glossary
102 return $this->plugin->getLang ($name);
167 $this->message ('notify', $this->getLang ('lastIP'));
170 $this->message ('error', $this->getLang ('maxIP'));
355 '<br/><b>'.$this->getLang ('notPolledYet').'</b>';
513 ' <th>'.$this->getLang ('why').'</th>'.NL.
524 ' '.$this->getLang ('ticketIfUpdate').NL.
599 ' <th>'.$this->getLang ('why').'</th>'.NL.
608 ' <th>'.$this->getLang ('poll').'</th>'.NL.
921 $mailSubject = $this->getLang ('notifySubject');
[all …]
/plugin/authorstats/
H A Dsyntax.php121 $output = "<h3>" . $this->getLang("yearly-contrib") . "</h3>";
124 if (!$authors) return $this->getLang("no-stats");
186getLang("gen-stats") . "</h3><table class=\"authorstats-table\"><tr><th>" . $this->getLang("name")…
189 if (!$authors) return $this->getLang("no-stats");
218getLang("contrib-months") . " " . $months . " " . $this->getLang("months") . "</h3><table class=\"…
221 if (!$authors) return $this->getLang("no-stats");
/plugin/statdisplay/helper/
H A Dgraph.php90 $this->getLang('hits'),
91 $this->getLang('pages'),
92 $this->getLang('media'),
93 $this->getLang('visitors'),
132 $this->getLang('hits'),
133 $this->getLang('pages'),
134 $this->getLang('media'),
135 $this->getLang('visitors'),
170 $this->getLang('all'),
171 $this->getLang('pages'),
[all …]
/plugin/typography/
H A Daction.php67 'title' => $this->getLang('fc_picker') . $title_note,
99 'title' => $this->getLang('ff_picker'),
106 'title' => $this->getLang('ff_'.$familyName),
107 'sample' => $this->getLang('ff_'.$familyName.'_sample'),
135 'title' => $this->getLang('fs_picker'),
142 'title' => $this->getLang('fs_'.$sizeName),
143 'sample' => $this->getLang('fs_'.$sizeName.'_sample'),
/plugin/favoris/
H A Dsyntax.php28 'desc' => html_entity_decode($this->getLang('fav_description')),
83 …oles(event,2000);" onmouseout="masquerControles(event);" title="'.$this->getLang('fav_flotter').'"…
153 …g src="'.DOKU_URL.'lib/plugins/favoris/images/reset.png" title="'.$this->getLang('fav_reset').'" b…
155 …src="'.DOKU_URL.'lib/plugins/favoris/images/exclure.png" title="'.$this->getLang('fav_exclure').'"…
177 …"'.DOKU_URL.'lib/plugins/favoris/images/voir-cacher.png" title="'.$this->getLang('fav_voircacher')…
192 …src="'.DOKU_URL.'lib/plugins/favoris/images/inclure.png" title="'.$this->getLang('fav_inclure').'"…
224 …="'.DOKU_URL.'lib/plugins/favoris/images/rafraichir.png" title="'.$this->getLang('fav_rafraichir')…
226getLang('fav_confResetAll').'\')) {setCookie(\'favoris[off]\', 2, new Date(\'July 21, 2099 00:00:0…
228getLang('fav_confirmation').'\')) {setCookie(\'favoris[off]\', 1, new Date(\'July 21, 2099 00:00:0…
/plugin/new_page_dialog/tpl/
H A Dmain.php101 …var answer = confirm('<?php echo htmlspecialchars($npd->getLang("dlg_confirm_page_name")); ?>'+pag…
168 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
364 …on" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->getLang('btn_ok'), '"'); …
385 value="<?php echo addcslashes($npd->getLang('msc_page_title'), '"'); ?>"
389 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
391 …" id="npd_new_folder" class="button" value="<?php echo addcslashes($npd->getLang('btn_new_folder')…
/plugin/bez/tpl/
H A Dtask_programs.php18 <button name="action" value="update"><?php echo $tpl->getLang('save') ?></button>
20 <?php echo $tpl->getLang('cancel') ?>
27 <?php echo $tpl->getLang('edit') ?>
32 <a onclick="return confirm('<?php echo $tpl->getLang('js')['remove_confirm'] ?>')"
34 <?php echo $tpl->getLang('delete') ?>
52 <button name="action" value="add"><?php echo $tpl->getLang('save') ?></button>
H A Dtypes.php17 <button name="action" value="update"><?php echo $tpl->getLang('save') ?></button>
19 <?php echo $tpl->getLang('cancel') ?>
26 <?php echo $tpl->getLang('edit') ?>
31 <a onclick="return confirm('<?php echo $tpl->getLang('js')['remove_confirm'] ?>')"
33 <?php echo $tpl->getLang('delete') ?>
51 <button name="action" value="add"><?php echo $tpl->getLang('save') ?></button>
/plugin/anewssystem/
H A Dsyntax.php131 msg($this->getLang('news_added'),1);
134 msg($this->getLang('no_permission'),-1);
264 … title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"
446 value="'.$this->getLang('anss_input_btn_save').'"
447 title="'.$this->getLang('anss_input_btn_save_descr').'" />'.NL;
678 $output .= '<div class="news_header">'.$this->getLang('newsflash_title').'</div>'.NL;
774 …ugins/anewssystem/images/dot2.gif" alt="'.$this->getLang('anss_edit_imgttl').'" title="'.$this->ge…
839 $output .= '<div class="prev_newsitem">'.$this->getLang('noNews').'</div>'.NL;
1144 $backlink = '<a href="javascript:history.back(-1)">'.$this->getLang('lnk_back').'</a>';
1163 $output .= '<span>'.$this->getLang('noNews').'</span>'.NL;
[all …]
/plugin/structtasks/meta/
H A DAbstractNotifier.php56 protected $getLang; variable in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
58 public function __construct(callable $getConf, callable $getLang) { argument
60 $this->getLang = $getLang;
146 $getLang = $this->getLang;
168 $getLang($this::lang_key_prefix . '_subject'));
169 $mailer->setBody($getLang($this::lang_key_prefix . '_text'),
171 $getLang($this::lang_key_prefix . '_html'));
/plugin/schedule/
H A Dschedules.class.php72 function getLang ($name) { function in schedules
73 return $this->scheduleRoot->plugin->getLang ($name);
761 $dayNames = $this->getLang ('days');
1077 $this->getLang ('allDates').'</a>') :
1078 $this->getLang ('when')).'</th>'.NL.
1153 …return ' '.$this->getLang ('fromHour').' **'.$dumy ['from'].'** '.$this->getLang ('toHour').' **'…
1154 return ' '.$this->getLang ('at').' **'.$at.'**';
1196 $rt = $this->getLang ('repeatType');
1224 $result .= $this->getLang ('all').' ';
1418 <td rowspan="2">'.$this->getLang ('each').'</td>
[all …]
/plugin/quickstats/scripts/
H A Dget_geocity.php27 qs_say($helper->getLang('download_fail'), $gzfile);
33 qs_say($helper->getLang('write_fail'), $gzfile);
37 qs_say($helper->getLang('write_fail'), $gzfile);
41 qs_say($helper->getLang('file_saved'), $gzfile);
48 qs_say($helper->getLang('file_saved'), $data_file);
51 qs_say($helper->getLang('no_unpack'), $gzfile);
55 qs_say($helper->getLang('no_geoip_local'));
/plugin/structtasks/
H A Dcli.php54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task));
66 if ($verbose) $this->error($this->getLang('msg_no_auth'));
76 sprintf($this->getLang('msg_invalid_schema'), $this->schema));
80 sprintf($this->getLang('msg_handling_schema'), $this->schema));
99 $getLang = [$this, 'getLang'];
102 $notifiers[] = new TodayNotifier($getConf, $getLang);
103 if ($verbose) $this->notice($this->getLang('msg_today_notifier'));
106 $notifiers[] = new ReminderNotifier($getConf, $getLang, $reminder_days);
114 sprintf($this->getLang('msg_reminder_notifier'), $days)
119 $notifiers[] = new OverdueNotifier($getConf, $getLang);
[all …]
/plugin/ckgdoku/action/
H A Dedit.php486 msg($this->getLang('draft_msg')) ;
718 value="<?php echo $this->getLang('btn_dw_edit')?>"
719 title="<?php echo $this->getLang('title_dw_edit')?>"
738 …$backup_btn =$this->getLang('dw_btn_backup') ? $this->getLang('dw_btn_backup') : $this->getLang('d…
739 …$backup_title = $this->getLang('title_dw_backup') ? $this->getLang('title_dw_backup') : $this->get…
764 title="<?php echo $this->getLang('title_draft') ?>"
833 …itle ="<?php echo $this->getLang('ckg_img_paste_title'); ?>"> <?php echo $this->getLang('ckg_img_p…
1263 $fbText = $this->getLang('btn_val_ckg_fb');
1265 $fbText = $this->getLang('btn_val_dw_fb');
1272 $fbText = $this->getLang('btn_title_ckg_fb');
[all …]

12345678910>>...41