Home
last modified time | relevance | path

Searched refs:getLang (Results 51 – 75 of 1005) sorted by relevance

12345678910>>...41

/plugin/onlineordering/
H A Dconfirm_form.php23 $output .= '<b>'.$this->getLang('confirm_values').'</b><br /><br />';
30 $output .= '<th><label for="title">'.$this->getLang('title').'</label></th>';
37 $output .= '<th><label for="firstname">'.$this->getLang("firstname").'</label></th>';
43 $output .= '<th><label for="lastname">'.$this->getLang('lastname').'</label></th>';
49 $output .= '<th><label for="street">'.$this->getLang('street').'</label></th>';
55 $output .= '<th><label for="postcode">'.$this->getLang('postcode').'</label></th>';
61 $output .= '<th><label for="place">'.$this->getLang('place').'</label></th>';
67 $output .= '<th><label for="country">'.$this->getLang('country').'</label></th>';
73 $output .= '<th><label for="email">'.$this->getLang('email').'</label></th>';
79 $output .= '<th><label for="price">'.$this->getLang('price').'</label></th>';
[all …]
/plugin/farm/
H A Dsoapconfig.class.php167 ptln('<div class="farm_cmd_title">'.$this->manager->getLang('soapconfig_title').'</div>');
168 ptln('<div class="farm_cmd_info">'.$this->manager->getLang('soapconfig_info').'</div>');
171 …his->manager->getLang('soapconfig_newapp').'"><img src="'.DOKU_FARM_WWW.'images/add.png" alt="add …
188 …->manager->getLang('soapconfig_field_name_name').' : '.$a['name']['value'].' '.($a['name']['commen…
189 …>manager->getLang('soapconfig_field_name_passwordhash').' : '.$a['pwd']['value'].($a['pwd']['comme…
206 ptln(' <small>'.$this->manager->getLang('soapconfig_field_desc_name').'</small>');
212 ptln(' <small>'.$this->manager->getLang('soapconfig_field_desc_passwordhash').'</small><br />');
214 ptln(' '.$this->manager->getLang('soapconfig_field_name_passwordhash_change'));
216 ptln(' '.$this->manager->getLang('soapconfig_field_name_passwordhash_change_nohashfunc'));
221 ptln(' '.$this->manager->getLang('soapconfig_field_name_allowedservices').' : <br />');
[all …]
/plugin/loglog/
H A Dadmin.php76 'admin' => $this->getLang('filter_admin'),
77 'other' => $this->getLang('filter_other')
88 echo '<th>' . $this->getLang('date') . '</th>';
89 echo '<th>' . $this->getLang('ip') . '</th>';
91 echo '<th>' . $this->getLang('action') . '</th>';
92 echo '<th>'. $this->getLang('data') . '</th>';
108 $line['msg'] = $this->getLang('off');
111 $line['msg'] = $this->getLang('in');
114 $line['msg'] = $this->getLang('tin');
117 $line['msg'] = $this->getLang('fail');
[all …]
/plugin/multiorphan/
H A Dhelper.php47 $form->startFieldset($this->getLang('startProcess'));
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter'));
67 …$form->addElement(form_makeTextField('throttle', 0, $this->getLang('throttle') . ':', 'throttle'));
75 $form->addElement($this->getLang('checkExternalHint'));
78 $form->addElement($this->getLang('includeWindowsSharesHint'));
82 $form->startFieldset( $this->getLang('status') );
99 $form->startFieldset($this->getLang($type . '-result'));
103 $form->addElement($this->getLang('wanted'));
109 $form->addElement($this->getLang('orphan'));
[all …]
/plugin/confmanager/tpl/
H A DformEnd.php12 <div class="popupprompt"><?php echo $helper->getLang('file_upload_prompt') ?></div>
16 …<input type="submit" class="button saveButton right" value="<?php echo $helper->getLang('upload') …
18 …<input id="popup_cancel" type="submit" class="right" value="<?php echo $helper->getLang('cancel')…
26 <p><?php echo $helper->getLang('uploading') ?></p>
33 <h3><?php echo $helper->getLang('upload_success') ?></h3>
34 <a class="button continue right"><?php echo $helper->getLang('continue') ?></a>
37 <h3><?php echo $helper->getLang('upload_error') ?></h3>
38 <a class="button continue right"><?php echo $helper->getLang('continue') ?></a>
/plugin/issuetracker/
H A Ditsearch.php66 msg(sprintf($this->getLang('msg_pfilemissing'), $pfile),-1); }
114 …h>'.$this->getLang('search_Type').'</th><th>'.$this->getLang('th_project').'</th><th>'.$this->getL…
123 $found_issues .= '<tr><td>'.$this->getLang('search_Issue').'</td>
125 …<td><a href="'.$link.'" title="'.$this->getLang('search_Issue')." ".$item['id'].'">'.$item['id'].'…
136 $is_txt = '<b>&raquo;</b> '.$this->getLang('search_Issue');
144 $found_issues .= '<tr><td>'.$this->getLang('search_Comment').'</td>
159 $Generated_Table = $this->getLang('search_hl1').NL.
160 $this->getLang('search_txt1').NL.'<br /><br />'.NL.
163 … ' <label class="it__searchlabel">'.$this->getLang('lbl_search').'</label>'.NL.
166 …se" type="submit" name="searchcase" value="'.$this->getLang('btn_search').'" title="'.$this->getLa…
[all …]
/plugin/ipban/
H A Dadmin.php33 msg($this->getLang('badrange'), -1);
65 echo '<th>' . $this->getLang('ip') . '</th>';
66 echo '<th>' . $this->getLang('date') . '</th>';
67 echo '<th>' . $this->getLang('by') . '</th>';
68 echo '<th>' . $this->getLang('cause') . '</th>';
69 echo '<th>' . $this->getLang('del') . '</th>';
80 …><input type="submit" name="delip[' . $fields[0] . ']" value="' . $this->getLang('del') . '" class…
86 echo '<div>' . $this->getLang('newban') . ':</div>';
87 echo '<label for="plg__ipban_ip">' . $this->getLang('ip') . ':</label>';
89 echo '<label for="plg__ipban_cause">' . $this->getLang('cause') . ':</label>';
[all …]
/plugin/letsencrypt/
H A Dadmin.php77 ptln('<h1>' . $this->getLang('menu') . '</h1>');
118 echo '<dt>' . $this->getLang('certdir') . '</dt>';
122 echo '<dd class="error">' . $this->getLang('not setup') . '</dd>';
125 echo '<dt>' . $this->getLang('rootdir') . '</dt>';
129 echo '<dd class="error">' . $this->getLang('not setup') . '</dd>';
142 echo '<dt>' . $this->getLang('account') . '</dt>';
144 echo '<dd>' . $this->getLang('set up') . '</dd>';
147 echo '<dd class="error">' . $this->getLang('not setup') . '</dd>';
159 echo '<dt>' . $this->getLang('domains') . '</dt>';
162 echo '<dd class="error">' . $this->getLang('none') . '</dd>';
[all …]
/plugin/farmer/admin/
H A Dconfig.php71 $form->addFieldsetOpen($this->getLang('base'));
72 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
73 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
75 $form->addTextInput('farmconf[base][basedomain]', $this->getLang('base domain'))
79 $form->addFieldsetOpen($this->getLang('conf_inherit'));
82 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
89 'farmer' => $this->getLang('conf_notfound_farmer'),
90 '404' => $this->getLang('conf_notfound_404'),
91 'list' => $this->getLang('conf_notfound_list'),
92 'redirect' => $this->getLang('conf_notfound_redirec
[all...]
/plugin/statdisplay/helper/
H A Dtable.php156 $this->head($this->getLang($by));
234 $this->head($this->getLang('avg'));
235 $this->head($this->getLang('max'));
303 $this->head($this->getLang('hits'));
304 $this->head($this->getLang('files'));
305 $this->head($this->getLang('pages'));
307 $this->head($this->getLang('hits'));
308 $this->head($this->getLang('files'));
309 $this->head($this->getLang('pages'));
311 $this->head($this->getLang('bytes'));
[all …]
/plugin/advanced/admin/
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 …]
/plugin/editx/
H A Daction.php219 $this->errors[] = $this->getLang('rp_msg_unconfirmed');
223 $this->errors[] = $this->getLang('rp_msg_old_empty');
233 $this->errors[] = $this->getLang('rp_msg_auth_nr');
236 $this->errors[] = $this->getLang('rp_msg_new_empty');
279 if (!$text) $text = $this->getLang('redirecttext');
301 $this->errors[] = $this->getLang('dp_msg_unconfirmed');
305 $this->errors[] = $this->getLang('dp_msg_old_empty');
313 $this->getLang('dp_oldsummary');
336 <h1><?php echo sprintf( $this->getLang('title'), $ID); ?></h1>
343 <legend><?php echo $this->getLang('rp_title'); ?></legend>
[all …]
/plugin/archivegenerator/
H A Dadmin.php62 msg($this->getLang('message: password empty'), -1);
76 ptln('<h1>' . $this->getLang('menu') . '</h1>');
79 ptln('<h1>' . $this->getLang('menu') . '</h1>');
121 $this->log('info', $this->getLang('message: starting'));
148 $this->log('info', $this->getLang('message: adding data done'));
169 $this->log('info', $this->getLang('message: starting'));
281 $this->log('info', $this->getLang('message: create users'));
309 $this->log('info', $this->getLang('message: create acl'));
349 $message[] = $this->getLang('message: recursive');
440 ptln('<h1>' . $this->getLang('label: download') . '</h1>');
[all …]
/plugin/labeled/
H A Dadmin_tpl.php1 <h1><?php echo $this->getLang('admin headline')?></h1>
13 <th><?php echo $this->getLang('admin label name')?></th>
14 <th><?php echo $this->getLang('admin label color')?></th>
15 <th><?php echo $this->getLang('admin order')?></th>
16 <th><?php echo $this->getLang('admin action')?></th>
22 …e="submit" class="button" name="action[create]" value="<?php echo $this->getLang('admin create')?>…
39 value="<?php echo $this->getLang('admin delete')?>" />
45 <input type="submit" name="action[save]" value="<?php echo $this->getLang('admin save')?>" class="b…
/plugin/dlcount/
H A Dadmin.php97 ptln('<strong>' . $this->getLang('top_dl_files') . ':</strong><br />');
98 …<tr><th>#</th><th>' . $this->getLang('filename') . '</th><th>' . $this->getLang('downloads') . '</…
101 $lastdl = $this->getLang('never');
109 ptln('<strong>' . $this->getLang('most_recent_dl_files') . ':</strong><br />');
110 …<tr><th>#</th><th>' . $this->getLang('filename') . '</th><th>' . $this->getLang('downloads') . '</…
113 $lastdl = $this->getLang('never');
115 if ($dlt > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
121 ptln('<strong>' . $this->getLang('least_recent_dl_files') . ':</strong><br />');
122 …<tr><th>#</th><th>' . $this->getLang('filename') . '</th><th>' . $this->getLang('downloads') . '</…
125 $lastdl = $this->getLang('never');
[all …]
/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/acknowledge/admin/
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/freesync/
H A Dadmin.php97 ptln('<legend>'.$this->getLang('sync_profile').'</legend>');
100 ptln('<option value="new">'.$this->getLang('new_profile').'</option>');
110 ptln('<input class="button" type="submit" value="'.$this->getLang('select').'"/>');
130 ptln('<tr><td><label for="user">'.$this->getLang('user').'</label></td>');
132 ptln('<tr><td><label for="pass">'.$this->getLang('pass').'</label></td>');
135 ptln('<tr><td><label for="pages">'.$this->getLang('pages').'</label></td>');
137 ptln('<tr><td><label for="files">'.$this->getLang('files').'</label></td>');
148 ptln('<legend>'.$this->getLang('start_sync').'</legend>');
162 …>getLang('page').'</th><th>'.$this->getLang('local').'</th><th>&gt;</th><th>=</th><th>&lt;</th><th…
190 ptln($this->getLang('pull').' '.$page.'...');
[all …]
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php58 $getLang('jan'),
59 $getLang('feb'),
60 $getLang('mar'),
61 $getLang('apr'),
62 $getLang('may'),
63 $getLang('jun'),
64 $getLang('jul'),
65 $getLang('aug'),
66 $getLang('sep'),
67 $getLang('oct'),
[all …]
/plugin/authg2fa/
H A Daction.php35 …$event->data->insertElement($pos, form_makePasswordField('t', $this->getLang('g2fa'), '', 'block')…
55 $form->startFieldset($this->getLang('g2fa_fieldset'));
65 msg($this->getLang('g2fa_created'));
72 msg($this->getLang('g2fa_notchanged'));
76 msg($this->getLang('g2fa_updated'));
78 msg($this->getLang('g2fa_notchanged'));
92 msg($this->getLang('g2fa_removed'));
98 …$form->addElement(form_makeTextField('secret', $secret, $this->getLang('secret'), '', 'block', arr…
100 …$form->addElement(form_makeTextField('secret', '********', $this->getLang('secret'), '', 'block', …
104 …$form->addElement(form_makeButton('submit', '', $this->getLang('generate'), array('name' => 'fn[ge…
[all …]
/plugin/accscounter/
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/unameban/
H A Dadmin.php63 echo '<th>'.$this->getLang('username').'</th>';
64 echo '<th>'.$this->getLang('date').'</th>';
65 echo '<th>'.$this->getLang('by').'</th>';
66 echo '<th>'.$this->getLang('cause').'</th>';
67 echo '<th>'.$this->getLang('del').'</th>';
77 …><input type="submit" name="delusername['.$fields[0].']" value="'.$this->getLang('del').'" class="…
82 echo '<div>'.$this->getLang('newban').':</div>';
83 echo '<label for="plg__unameban_username">'.$this->getLang('username').':</label>';
85 echo '<label for="plg__unameban_cause">'.$this->getLang('cause').':</label>';
87 echo '<input type="submit" class="button" value="'.$this->getLang('ban').'" />';
/plugin/iptrust/
H A Dadmin.php47 msg($this->getLang('already'), -1);
53 msg($this->getLang('invalid_ip'), -1);
68 msg($this->getLang('invalid_ip'), -1);
76 msg($this->getLang('failed'), -1);
86 msg($this->getLang('already'), -1);
119 ptln("<th>".$this->getLang('ip_addr')."</th>");
120 ptln("<th>".$this->getLang('delete')."</th>");
163 ptln("<th>".$this->getLang('ip_addr')."</th>");
164 ptln("<th>".$this->getLang('user')."</th>");
165 ptln("<th>".$this->getLang('date')."</th>");
[all …]
/plugin/iptrust2/
H A Dadmin.php35 msg($this->getLang('already'), -1);
41 msg($this->getLang('invalid_ip'), -1);
56 msg($this->getLang('invalid_ip'), -1);
64 msg($this->getLang('failed'), -1);
74 msg($this->getLang('already'), -1);
107 ptln("<th>".$this->getLang('ip_addr')."</th>");
108 ptln("<th>".$this->getLang('delete')."</th>");
151 ptln("<th>".$this->getLang('ip_addr')."</th>");
152 ptln("<th>".$this->getLang('user')."</th>");
153 ptln("<th>".$this->getLang('date')."</th>");
[all …]
/plugin/bez/tpl/
H A Dstart.php5 <?php echo $tpl->getLang('report_threads') ?>
10 <?php echo $tpl->getLang('report_projects') ?>
16 <?php echo $tpl->getLang('add_task') ?>
25 <?php echo $tpl->getLang('menu_activity') ?>
29 <?php echo $tpl->getLang('proposals') ?>
34 <?php echo $tpl->getLang('close_issues') ?>
38 <?php echo $tpl->getLang('close_tasks') ?>
42 <?php echo $tpl->getLang('my_reported_threads') ?>
46 <?php echo $tpl->getLang('my_reported_tasks') ?>

12345678910>>...41