Home
last modified time | relevance | path

Searched refs:getLang (Results 26 – 50 of 1005) sorted by relevance

12345678910>>...41

/plugin/prosemirror/action/
H A Deditor.php124 return form_makeButton('button', '', $this->getLang('switch_editors'), $attr);
136 $button = new ButtonElement('prosemirror', $this->getLang('switch_editors'));
191 $linkForm->addTextInput('linktarget', $this->getLang('link target'))->attrs(
203 $linkForm->addRadioButton('linktype', $this->getLang('type:wiki page'))->val('internallink');
204 $linkForm->addRadioButton('linktype', $this->getLang('type:interwiki'))->val('interwikilink');
205 $linkForm->addRadioButton('linktype', $this->getLang('type:email'))->val('emaillink');
206 $linkForm->addRadioButton('linktype', $this->getLang('type:external'))->val('externallink')->attr('checked', 'checked');
207 $linkForm->addRadioButton('linktype', $this->getLang('type:other'))->val('other');
216 $linkForm->addRadioButton('nametype', $this->getLang('type:automatic title'))->val('automatic')->attr('checked', 'checked');
217 $linkForm->addRadioButton('nametype', $this->getLang('typ
[all...]
/plugin/wrap/
H A Daction.php27 'title' => $this->getLang('picker'),
32 'title' => $this->getLang('column'),
39 'title' => $this->getLang('box'),
46 'title' => $this->getLang('info'),
53 'title' => $this->getLang('tip'),
60 'title' => $this->getLang('important'),
67 'title' => $this->getLang('alert'),
74 'title' => $this->getLang('help'),
81 'title' => $this->getLang('download'),
88 'title' => $this->getLang('tod
[all...]
/plugin/custombuttons/
H A Dadmin.php23 return $this->getLang('name');
47 msg($this->getLang('txt_error'), -1);
101 echo '<h1>'.$this->getLang('name').'</h1>';
104 echo '<h3>'.$this->getLang('btnslist').'</h3>';
113 .'<th>'.$this->getLang('btnslist_label').'</th>'
114 .'<th>'.$this->getLang('btnslist_code').'</th>'
141 echo '<h3>'.$this->getLang('addbtn').'</h3>';
149 echo '<th>'.$this->getLang('addbtn_icon').'</th>';
163 .'<th>'.$this->getLang('addbtn_label').'</th>'
168 .'<th>'.$this->getLang('addbtn_pretag').'</th>'
[all …]
/plugin/removeold/
H A Dadmin.php29 return $this->getLang('admin_removeold');
61 echo '<h1>'.$this->getLang('admin_removeold').'</h1>'.NL;
90 echo $this->getLang('p_include');
168 $result = $this->getLang('exists');
171 $result = $this->getLang('deleted');
175 $result = $this->getLang('delError');
182 $result = $this->getLang('deleted');
186 $result = $this->getLang('delError');
193 $result = $this->getLang('not_found');
200 if(($result===$this->getLang('delError')) || ($result === $this->getLang('deleted'))) {
[all …]
/plugin/judge/
H A Dsyntax.php313 … <p onclick="jQuery(this).next().slideToggle();">' . $this->getLang('btn_submit_answer') . '</p>
332 …problem_name'] . "'" . '); return false;" type="reset" value="' . $this->getLang('btn_choose_file'…
340 <span>' . $this->getLang('choose_language') . '</span>
386 …<p onclick="jQuery(this).next().slideToggle();">' . $this->getLang('btn_previous_submissions') . '…
398getLang('count_number') . '</th><th class="col1">' . $this->getLang('timestamp') . '</th><th class…
410 …0">' . $this->getLang('count_number') . '</th><th class="col1">' . $this->getLang('timestamp') . '…
441 …p><a target="_blank" href="' . DOKU_URL . $data['judge'] . '">' . $this->getLang('btn_edit_testcas…
443getLang('btn_submit_testcase') . ' (<a target="_blank" href="' . DOKU_URL . $data['judge'] . '?do=…
448 …p><a target="_blank" href="' . DOKU_URL . $data['judge'] . '">' . $this->getLang('btn_edit_correct…
455 … href="' . DOKU_URL . $data['problem_name'] . "?do=edit" . '">' . $this->getLang('btn_create_quest…
[all …]
/plugin/bez/tpl/
H A Dtask_box.php13 <strong><?php echo $tpl->getLang('open') ?>:</strong>
20 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?>:</strong>
25 <strong><?php echo $tpl->getLang('report_priority') ?>: </strong>
36 <?php echo lcfirst($tpl->getLang('task_type_' . $tpl->get('task')->type)) ?>
38 (<?php echo lcfirst($tpl->getLang('task_' . $tpl->get('task')->state)) ?>)
47 <th><?php echo $tpl->getLang('reporter') ?>:</th>
52 <th><?php echo $tpl->getLang('executor') ?>:</th>
57 <th style="white-space: nowrap;"><?php echo $tpl->getLang('plan_date') ?>:</th>
64 <th><?php echo $tpl->getLang('task_type') ?>:</th>
75 <th><?php echo $tpl->getLang('cos
[all...]
H A Dtask.php10 <strong><?php echo $tpl->getLang('issue') ?>:</strong>
16 <?php echo $tpl->getLang('project') ?>
20 <i style="color: #777"><?php echo $tpl->getLang('issue_type_no_specified') ?></i>
23 (<?php echo $tpl->getLang('state_' . $tpl->get('task')->thread->state) ?>):
34 <?php echo $tpl->getLang($tpl->get('task')->thread_comment->type) ?>
70 <?php printf($tpl->getLang('user_did_task'),
85 <h2><?php echo $tpl->getLang('norifications') ?></h2>
87 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'unsubscribe') ?>" class="bez_subscribe_button"><span class="bez_awesome">&#xf1f6;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('unsubscribe') ?></a>
88 <p><?php echo $tpl->getLang('task_subscribed_info') ?></p>
90 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'subscribe') ?>" class="bez_subscribe_button"><span class="bez_awesome">&#xf0f3;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('subscrib
[all...]
H A D8d.php14 <?php printf($tpl->getLang('8d_report_header'), $D); ?>
17 $tpl->getLang('8d_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
19 ✉ <?php echo $tpl->getLang('send_mail') ?>
34 <i style="color: #777"><?php echo $tpl->getLang('issue_type_no_specified') ?></i>
39 <strong><?php echo $tpl->getLang('open_date') ?>:</strong>
46 <strong><?php echo $tpl->getLang('title') ?>:</strong>
52 <h2><?php echo $D++ ?>D - <?php echo $tpl->getLang('1d') ?></h2>
59 <h2><?php echo $D++ ?>D - <?php echo $tpl->getLang('2d') ?></h2>
63 <h2><?php echo $D++ ?>D - <?php echo $tpl->getLang('3d') ?></h2>
69 <h2><?php echo $D++ ?>D - <?php echo $tpl->getLang('
[all...]
H A Dthread_box.php17 <?php echo $tpl->getLang('project') ?>
21 <i style="color: #777"><?php echo $tpl->getLang('issue_type_no_specified') ?></i>
24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>)
35 <strong><?php echo $tpl->getLang('open') ?>:</strong>
42 <strong><?php echo $tpl->getLang('closed') ?>:</strong>
47 <strong><?php echo $tpl->getLang('report_priority') ?>: </strong>
55 <th><?php echo $tpl->getLang('reporter') ?>:</th>
60 <th><?php echo $tpl->getLang('coordinator') ?>:</th>
63 <i style="font-weight: normal; color: #aaa"><?php echo $tpl->getLang('none') ?></i>
85 ↬ <?php echo $tpl->getLang('j
[all...]
/plugin/farm/
H A Doverview.class.php44 ptln('<div class="farm_cmd_title">'.$this->manager->getLang('overview_title').'</div>');
94 ptln(' '.$this->manager->getLang('overview_sort').' : ');
95 …s->manager->wl('overview', array('sort' => 'size')).'">'.$this->manager->getLang('overview_sort_si…
97 …s->manager->wl('overview', array('sort' => 'name')).'">'.$this->manager->getLang('overview_sort_na…
129 …ptln(' '.$this->manager->getLang('animal_info_creation').' : '.strftime($conf['dformat'], $a->ge…
133 …ptln(' '.$this->manager->getLang('animal_info_status').' : '.$this->manager->getLang('animal_sta…
134 …ptln(' '.$this->manager->getLang('animal_info_creation').' : '.$a->getInfos()->getCreation(true)…
138 ptln(' '.$this->manager->getLang('animal_info_pages'.$k).' : '.$i.'<br />');
143 ptln(' '.$this->manager->getLang('animal_info_medias'.$k).' : '.$i.'<br />');
147 …ptln(' '.$this->manager->getLang('animal_info_cachesize').' : '.$a->getInfos()->getSize('cache',…
[all …]
/plugin/sync/
H A Dadmin.php52 msg($this->getLang('loginerr'),-1);
66 msg($this->getLang('versionerr'),-1);
144 echo '<p>'.$this->getLang('syncdone').'</p>';
234 echo '<p>'.$this->getLang('neversync').'</p>';
275 echo $this->getLang('edit');
277 echo $this->getLang('create');
308 echo '<span>'.$this->getLang('type').'</span>';
325 echo '<small>'.$this->getLang('changewarn').'</small>';
714 echo $this->getLang('pullfail').' '.hsc($id).' ';
727 echo '<th colspan="2">'.$this->getLang('local').'</th>';
[all …]
/plugin/submgr/
H A Dadmin.php75 echo '<h2>' . $this->getLang('rules') . '</h2>';
79 echo '<th>' . $this->getLang('item') . '</th>';
80 echo '<th>' . $this->getLang('members') . '</th>';
81 echo '<th>' . $this->getLang('type') . '</th>';
89 echo '<td>' . $this->getLang($data[0]) . '</td>';
94 echo '<button type="submit">' . $this->getLang('remove') . '</button>';
103 echo '<h2>' . $this->getLang('legend') . '</h2>';
109 echo '<label class="block"><span>' . $this->getLang('type') . '</span>
111 <option value="every">' . $this->getLang('every') . '</option>
113 <option value="list">' . $this->getLang('list') . '</option>
[all …]
/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php3 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>
6 <th><?php echo $helper->getLang('value') ?></th>
7 <th><?php echo $helper->getLang('actions') ?></th>
27 <?php echo $helper->getLang('disablesdefault') ?>
45 <h3 class="clickable hoverFeedback" title="<?php echo $helper->getLang('toggle_defaults') ?>">
47 <?php echo $helper->getLang('default_values') ?>
53 <?php echo hsc($helper->getLang('defaults_description')) ?>
57 <th><?php echo $helper->getLang('value') ?></th>
58 <th><?php echo $helper->getLang('actions') ?></th>
65 … <div class="defaultValue" title="<?php echo hsc($helper->getLang('default_value_tooltip')) ?>">
[all …]
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php28 …tions_nothing usersubscription_<?php echo $status; ?>"><?php echo $this->getLang('usersubscription…
38 …alt="<?php echo $this->getLang($info['isnamespace'] ? 'it_is_a_namespace' : 'it_is_a_page'); ?>" t…
41 …fo['isnamespace'] ? ':' : ''); ?>"><?php echo ($id != '') ? $id : $this->getLang('quick_subscripti…
44 …<?php echo $info['inheritedsubscription'] ? $this->getLang('because_parent_ns_subscribed') : '&nbs…
49 …ptions/images/delete.png" alt="<?php echo $this->getLang('delete'); ?>" title="<?php echo $this->g…
58 …ink ? '2' : '1'; ?>" class="usersubscriptions_nothing"><?php echo $this->getLang('no_subscriptions…
67 …<?php echo $this->getLang('quick_subscription'); ?> : <form method="get" action="<?php echo wl($ID…
70 <option value=""><?php echo $this->getLang('quick_subscription_select'); ?></option>
77 <?php echo ($id != '') ? $id : $this->getLang('quick_subscription_root'); ?>
83 …<noscript><input type="submit" value="<?php echo $this->getLang('quick_subscription_post'); ?>" />…
/plugin/upgrade/
H A Dhelper.php68 $this->log('error', $this->getLang('vs_ssl'));
76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
81 $this->log('error', $this->getLang('vs_tgzno'));
84 $this->log('notice', $this->getLang('vs_tgz'), $tgzversion);
91 $this->log('notice', $this->getLang('vs_local'), $version);
95 $this->log('warning', $this->getLang('vs_localno'));
99 $this->log('warning', $this->getLang('vs_newer'));
102 $this->log('warning', $this->getLang('vs_same'));
113 $this->log('warning', $this->getLang('vs_plugin'), $plugininfo['date']);
123 $this->log('error', $this->getLang('vs_ph
[all...]
/plugin/siteexport/
H A Dhelper.php173 $form->startFieldset($this->getLang('startingNamespace'));
175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
180getLang('depth.pageOnly'), "1.0" => $this->getLang('depth.allSubNameSpaces'), "2.0" => $this->getL…
190 $form->startFieldset($this->getLang('selectYourOptions'));
233 $form->startFieldset($this->getLang('helpCreationOptions'));
260 $form->startFieldset($this->getLang('disablePluginsOption'));
276 $form->startFieldset( $this->getLang('customOptions') );
278 $form->addElement( $this->getLang('customOptionsDescription') );
292 $form->startFieldset( $this->getLang('startProcess') );
306 $form->startFieldset( $this->getLang('status') );
[all …]
/plugin/fontfamily/
H A Daction.php28 'title' => $this->getLang('ff_picker'),
33 'title' => $this->getLang('Arial'),
40 'title' => $this->getLang('BrushScriptMS'),
47 'title' => $this->getLang('ComicSansMS'),
54 'title' => $this->getLang('Georgia'),
61 'title' => $this->getLang('Impact'),
68 'title' => $this->getLang('TimesNewRoman'),
75 'title' => $this->getLang('TrebuchetMS'),
82 'title' => $this->getLang('Verdana'),
89 'title' => $this->getLang('Webdings'),
/plugin/elwikiupgrade/
H A Dadmin.php53 echo '<h1>'.$this->getLang('menu').'</h1>';
233 $this->_warn($this->getLang('vs_ssl'));
246 $this->_warn($this->getLang('vs_tgzno'));
299 echo $this->getLang('finish');
320 $this->_warn($this->getLang('dl_fail'));
325 $this->_warn($this->getLang('dl_fail'));
352 $this->_warn($this->getLang('pk_fail'));
356 self::_say($this->getLang('pk_done'));
359 $this->getLang('pk_version'),
372 self::_say($this->getLang('ck_start'));
[all …]
/plugin/noticeboard/classes/
H A DEditForm.php127 $data .= "<p class='noticeboard-editMessage'>".$this->getLang('noticeForm')."</p>";
128 $data .= "<p><small>".$this->getLang('noticeForm2')."</small></p>";
129 $data .= "<p class='category'>".$this->getLang('category').":</p>
135 …$data .= " /><label for='noticeboard_category2' class='line'>".$this->getLang('event')."</label><b…
138 …$data .= " /><label for='noticeboard_category3' class='line'>".$this->getLang('conference')."</lab…
139 $data .= "<label for='noticeboard_name'>".$this->getLang('noticeName').":*</label>";
147 $data .= "<label for='noticeboard_place'>".$this->getLang('place').":</label>";
150 …><td><label for='noticeboard_start_date'>".$this->getLang('startDate').":*<br /><small>".$this->ge…
159 <small>".$this->getLang('timeFormat')."</small></label>
168 …<tr><td><label for='noticeboard_end_date'>".$this->getLang('endDate').":<br /><small>".$this->getL…
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php127 $data .= "<p class='noticeboard-editMessage'>".$this->getLang('noticeForm')."</p>";
128 $data .= "<p><small>".$this->getLang('noticeForm2')."</small></p>";
129 $data .= "<p class='category'>".$this->getLang('category').":</p>
135 …$data .= " /><label for='noticeboard_category2' class='line'>".$this->getLang('event')."</label><b…
138 …$data .= " /><label for='noticeboard_category3' class='line'>".$this->getLang('conference')."</lab…
139 $data .= "<label for='noticeboard_name'>".$this->getLang('noticeName').":*</label>";
147 $data .= "<label for='noticeboard_place'>".$this->getLang('place').":</label>";
150 …><td><label for='noticeboard_start_date'>".$this->getLang('startDate').":*<br /><small>".$this->ge…
159 <small>".$this->getLang('timeFormat')."</small></label>
168 …<tr><td><label for='noticeboard_end_date'>".$this->getLang('endDate').":<br /><small>".$this->getL…
[all …]
/plugin/tablelayout/action/
H A Dlayoutform.php50 $form->addHTML($this->getLang('text:explain form'));
56 $this->getLang('label:rowsHeader'));
57 $form->addTextInput('rowsVisible', $this->getLang('label:rowsVisible'))
61 'default' => $this->getLang('option:default'),
62 'left' => $this->getLang('option:float left'),
63 'right' => $this->getLang('option:float right'),
64 'center' => $this->getLang('option:center'),
69 $form->addCheckbox('tableSort', $this->getLang('label:tableSort'));
70 $form->addCheckbox('tableSearch', $this->getLang('label:tableSearch'));
71 $form->addCheckbox('tablePrint', $this->getLang('label:tablePrint'));
[all …]
/plugin/quickstats/
H A Dadmin.php217 …ptln(' <input type="submit" name="cmd[delete]" class="button" value="'.$this->getLang('btn_delet…
218 …ptln(' <input type="submit" name="cmd[restore]" class="button" value="'.$this->getLang('btn_rest…
219 …ptln(' <input type="submit" name="cmd[confirm]" class="button" value="'.$this->getLang('btn_conf…
237 … class="thead">&nbsp;' . $this->getLang('label_qs_pages') .' &nbsp;</th><th class="thead" colspan=…
239 …'<td></td><th class="thead">' . $this->getLang('user_agent') .'</th><td></td><th class="thead">' .…
240 ptln('<th class="thead">' . $this->getLang('country') .'</th></tr>');
294 … ptln('&nbsp;<input type="reset" class="button" value="' . $this->getLang('btn_reset') . '">');
295 …this->getLang('label_uniq_ip') . '</b>&nbsp;&nbsp;' . $this->getLang('label_total') . ': ' . $th…
296 …->getLang('label_page_access') . '</b>&nbsp;&nbsp;' . $this->getLang('label_total') . ': ' . $this…
345 … ptln("<option value='0' selected> &nbsp;". $this->getLang('click_to_view') . "&nbsp;" . NL);
[all …]
/plugin/userimportextended/
H A Dadmin.php30 msg($this->getLang('error_badauth'));
85 $form->addFieldsetOpen($this->getLang('legend_defaults'));
94 $form->addFieldsetOpen($this->getLang('legend_csv'));
184 msg($this->getLang('import_error_upload'),-1);
229 msg($this->getLang('import_error_readfail'),-1);
285 $error = $this->getLang('import_error_baduserid');
292 $error = $this->getLang('import_error_badname');
298 $error = $this->getLang('import_error_badmail');
322 $error = $this->getLang('import_error_create');
369 msg($this->getLang('notify_ok'), 1);
[all …]
/plugin/linkback/
H A Dadmin.php27 case $this->getLang('btn_show'):
31 case $this->getLang('btn_hide'):
35 case $this->getLang('btn_ham'):
39 case $this->getLang('btn_spam'):
43 case $this->getLang('btn_change'):
56 ptln('<h1>'.$this->getLang('menu').'</h1>');
141 'send' => $this->getLang('send'),
142 'receive' => $this->getLang('receive'),
143 'display' => $this->getLang('display')
152 ptln($this->getLang('statu
[all...]
/plugin/statistics/
H A Dadmin.php135 echo '<h1>' . $this->getLang('menu') . '</h1>';
142 echo '<h2>' . $this->getLang($this->opt) . '</h2>';
161 $this->getLang($key),
169 $this->getLang($page),
177 $this->getLang($key),
203 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="prev button">' . $this->getLang('prev') . '</a>';
208 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="next button">' . $this->getLang('next') . '</a>';
223 echo '<span>' . $this->getLang('time_select') . '</span> ';
238 echo $this->getLang('time_' . $time);
251 echo '<p>' . $this->getLang('intro_dashboar
[all...]

12345678910>>...41