Home
last modified time | relevance | path

Searched refs:getLang (Results 526 – 550 of 1005) sorted by path

1...<<21222324252627282930>>...41

/plugin/issuelinks/admin/
H A Drepoadmin.php37 return $this->getLang('menu:repo-admin');
141 $configForm->addButton('', $this->getLang('btn:Submit'))->attr('type', 'submit');
149 …$reconfigureLink = "<a href=\"$reconfigureURL\">{$this->getLang('label: reconfigure service')}</a>…
150 …$authorizedUserLabel = sprintf($this->getLang('label: authorized with user'), $service->getUserStr…
152 $form->addFieldsetOpen($this->getLang('legend:user'));
157 $form->addFieldsetOpen($this->getLang("legend:group $serviceID"));
161 $this->getLang("label $serviceID:choose organisation")
/plugin/issuelinks/classes/
H A DIssue.php627 $html .= $util->getLang('no issue description');
665 $html .= '<h2>' . $util->getLang('linking pages') . '</h2>';
H A DIssueLinksException.php27 $trans = $plugin->getLang($this->trans_prefix . $message);
/plugin/issuelinks/services/
H A DGitHub.service.php149 $utils->getLang('error:system too many requests'),
/plugin/issuetracker/
H A Daction.php865 …p?id='.$ID.'&do=showcaselink&'.$pstring.'" title="'.$this->getLang('back').'">'.$this->getLang('ba…
2616 $wmsg = $this->getLang('lbl_lessPermission');
2666 $this->getLang('issuemod_br').chr(10).$project.$this->getLang('issuemod_end');
2713 …$subject = sprintf($this->getLang('issuemod_subject'), $issue['id'], $project, $this->getLang('th_…
2718 …$changes = sprintf($this->getLang('issuemod_changes'),$this->getLang('th_'.$column), $old_value, $…
2721 $this->getLang('issuemod_intro').chr(10).
2733 $this->getLang('issuemod_br').chr(10).$this->getLang('issuemod_end');
2804 … $this->getLang('issuemod_br').chr(10).$project.$this->getLang('issuemod_end'). "\r\n";
2856 … $this->getLang('issuemod_br').chr(10).$project.$this->getLang('issuemod_end'). "\r\n";
3269 $umlaute = explode(',',$this->getLang('umlaute'));
[all …]
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 …]
H A Dsyntax.php960 $this->getLang('issuenew_intro').chr(10).
971 $this->getLang('issuemod_br').chr(10).$this->getLang('issuemod_end');
1280 <td>'.$this->getLang('th_project').'</td>'.NL;
1290 <td>'.$this->getLang('th_product').'</td>
1327 <td>'.$this->getLang('th_user_name').'</td>
1331 <td>'.$this->getLang('th_usermail').'</td>
1368 <td>'.$this->getLang('th_title').'</td>
1372 <td>'.$this->getLang('th_description').'</td>
1470 $wmsg = $this->getLang('lbl_lessPermission');
1724 $umlaute = $this->getLang('umlaute');
[all …]
/plugin/jenkins/
H A Daction.php22 'title' => $this->getLang('button'),
H A Dsyntax.php137 … $renderer->doc .= '<span> <b>'.$this->getLang('jenkins.duration').':</b> '.$duration.'</span>';
138 $renderer->doc .= '<span> <b>'.$this->getLang('jenkins.msg').'</b> ';
142 $renderer->doc .= $this->getLang('jenkins.nodesc').'</span>';
151 $renderer->doc .= sprintf($this->getLang('jenkins.error'), $data['job']);
/plugin/judge/
H A Daction.php59 …ser_submissions" rel="nofollow" title="' . $this->getLang('btn_my_submissions') . '">' . $this->ge…
88 <h1>' . $this->getLang('programming_questions') . '</h1>
94getLang('count_number') . '</th><th class="col1">' . $this->getLang('question_name') . '</th><th c…
108 <h1>' . $this->getLang('outputonly_questions') . '</h1>
114getLang('count_number') . '</th><th class="col1">' . $this->getLang('question_name') . '</th><th c…
125 …t class="button" type="button" onClick="history.go(0)" value="' . $this->getLang('table_update') .…
144 …params) . '" class="action export_pdf" rel="nofollow" title="' . $this->getLang('btn_export_csv')…
145 . '<span>' . $this->getLang('btn_export_csv') . '</span>'
297 return $this->getLang('err_file_format');
311 return $filename . $this->getLang('err_file_exist');
[all …]
H A Dadmin.php37 $this->output .= '<p>' . $this->getLang("empty_result") . '</p>';
62 $html = '<p>' . $this->getLang("intro_message") . '</p>
64 …<label class="block">' . $this->getLang("question_name") . ': <input name="problem_name" type="tex…
65 <label class="block">' . $this->getLang("sender") . ':
67 <option value="">' . $this->getLang("all_users") . '</option>';
77 …<input type="radio" name="type" value="test-case"> ' . $this->getLang('programming_questions') . '…
78 …<input type="radio" name="type" value="output-only"> ' . $this->getLang('outputonly_questions') . '
89 … <input type="submit" name="cmd[get]" value="' . $this->getLang('btn_get_submissions') . '" />
90 …<input type="submit" name="cmd[delete]" value="' . $this->getLang('btn_delete_submissions') . '" …
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/judge/helper/
H A Dcrud.php81 …"' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('outputonly_quest…
84 …"' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('programming_ques…
86 …"' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('programming_ques…
176 return $this->getLang("empty_result");
201 return $this->getLang("delete_success");
/plugin/keyboard/
H A Daction.php25 'title' => $this->getLang('qb_keyboard'),
H A Dsyntax.php103 $subst = $this->getLang($key);
141 $subst = $this->getLang($key);
/plugin/keywords/action/
H A Dkeywords.php44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
48 …$form->addElement( form_makeCheckboxField( 'updateKeywords', '1', $this->getLang('updateKeywords')…
/plugin/konsole/
H A Daction.php39 'title' => $this->getLang('konsoleuser'),
46 'title' => $this->getLang('konsoleroot'),
/plugin/labeled/
H A Dadmin.php45 msg($this->getLang('label deleted'));
111 msg($this->getLang('label created'));
122 msg($this->getLang('invalid color', -1));
135 msg($this->getLang('label already exists', -1));
139 msg($this->getLang('no name', 1));
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/langdelete/
H A Dadmin.php165 echo $this->getLang('available_langs');
180 msg($this->getLang('discrepancy_warn'), 2);
183 msg($this->getLang('nolang') . $d->nolang_s , 2);
186 echo '<h2>'.$this->getLang('h2_output').'</h2>'.NL;
190 msg($this->getLang('langdelete_willmsg'), 2);
192 echo $this->getLang('available_langs');
197 msg($this->getLang('langdelete_attention'), 2);
202 msg($this->getLang('langdelete_delmsg'), 0);
315 echo '<li><span class="module">'.$this->getLang('dokuwiki_core').'</span>';
320 echo '<li>'.$this->getLang('templates');
[all …]
/plugin/latex-was/
H A Dadmin.php115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
150 ptln('<h2>'.$this->getLang('legend_purge').'</h2>');
156 …"><input type="submit" class="button" name="latexpurge" value="'.$this->getLang('btn_purge').'" /…
158 $labtimes = $this->getLang('label_times');
161 echo $this->getLang('label_olderthan');
163 echo $this->getLang('label_days');
165 …echo '<LABEL><INPUT type="radio" name="purgemode" value="all" />'.$this->getLang('label_all').'</L…
/plugin/latex/
H A Dadmin.php115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
150 ptln('<h2>'.$this->getLang('legend_purge').'</h2>');
156 …"><input type="submit" class="button" name="latexpurge" value="'.$this->getLang('btn_purge').'" /…
158 $labtimes = $this->getLang('label_times');
161 echo $this->getLang('label_olderthan');
163 echo $this->getLang('label_days');
165 …echo '<LABEL><INPUT type="radio" name="purgemode" value="all" />'.$this->getLang('label_all').'</L…
/plugin/latexcaption/
H A Daction.php24 'title' => $this->getLang('latexcaption'),
30 'title' => $this->getLang('figure'),
38 'title' => $this->getLang('table'),
46 'title' => $this->getLang('code'),
54 'title' => $this->getLang('file'),
62 'title' => $this->getLang('reference'),
/plugin/latexcaption/syntax/
H A Dcaption.php269 $markup .= $this->getLang($type.$langset).' '. $count.$separator;
361 $out .= $this->getLang($type.$langset);
H A Dreference.php80 …$markup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).…
83 $markup .= $this->getLang($type.$langset).' '.$num;

1...<<21222324252627282930>>...41