Home
last modified time | relevance | path

Searched refs:getLang (Results 76 – 100 of 1005) sorted by last modified time

12345678910>>...41

/plugin/templater/
H A Dsyntax.php134 $renderer->doc .= $this->getLang('no_permissions_view');
143 $renderer->doc .= $this->getLang('template');
147 $renderer->doc .= $this->getLang('not_found');
153 $renderer->doc .= $this->getLang('processing_template');
157 $renderer->doc .= $this->getLang('stopped_recursion');
262 $no_section_end = $this->getLang('no_such_section');
/plugin/batchedit/
H A Dinterface.php152 print($this->getLang($message->getFormatId(), call_user_func_array(array($this, 'getLang'), $message->data)));
168 $stats = $this->getLang('sts_preview', $matches, $pages);
173 $stats = $this->getLang('sts_apply', $matches, $pages, $edits);
260 $lang[$id] = $this->getLang($id);
273 print('<span class="be-apply" title="' . $this->getLang($title) . '">');
283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';
395 print('<td class="be-title">' . $this->getLang($title) . '</td>');
406 $placeholder = $this->getLang(
661 private function getLang($id) { global() function in BatcheditInterface
[all...]
H A Dserver.php98 return $this->plugin->getLang('lbl_searching');
101 return $this->plugin->getLang('lbl_applying');
H A Dinterface.js33 function getLang(id) { function
125 $searchInputs.prop('placeholder', getLang('hnt_' + searchMode + 'search'));
126 $replaceInputs.prop('placeholder', getLang('hnt_' + replaceMode + 'replace'));
327 proceed = confirm(getLang('war_nosummary'));
/plugin/columns/
H A Dsyntax.php137 $tag = $this->getLang('kwcolumns');
148 $tag = $this->getLang('kwnewcol');
/plugin/aichat/
H A Daction.php50 'answer' => $this->getLang('restricted'),
H A Dsyntax.php
/plugin/bez/ctl/
H A Dthread.php60 $this->add_notification($this->getLang('unsubscribed_com'));
68 $this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invitation_has_been_send'));
76 $notif = sprintf($this->getLang('participant_removed'), $name);
/plugin/bez/meta/
H A DTpl.php108 public function getLang($id) { function in dokuwiki\\plugin\\bez\\meta\\Tpl
109 $str = $this->action->getLang($id);
144 return $interval->format("$format ".$this->getLang('days'));
/plugin/bez/struct/
H A DBezType.php148 $state = $bez_db_helper->getLang('state_' . $row['state']);
/plugin/bez/syntax/
H A Dnav.php31 $this->getLang('bez') .
35 'start' => $this->getLang('nav my_activities'),
36 'threads' => $this->getLang('issues'),
37 'projects' => $this->getLang('nav projects'),
38 'tasks' => $this->getLang('tasks'),
39 'report' => $this->getLang('report'),
40 'activity_report' => $this->getLang('activity_report')
47 $actions['types'] = $this->getLang('types_manage');
48 $actions['task_programs'] = $this->getLang('task_types');
/plugin/bez/tpl/
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 D8d_tasks.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
9 <th><?php echo $tpl->getLang('closed') ?></th>
18 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
H A D8d_tasks_no_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
17 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
H A D8d_tasks_only_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('description') ?></th>
5 <th><?php echo $tpl->getLang('closed') ?></th>
H A Dactivity.php5 <?php echo $date ?>: <?php echo $tpl->getLang('today') ?>
7 <?php echo $date ?>: <?php echo $tpl->getLang('yesterday') ?>
15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']),
H A Dactivity_report.php2 <?php echo $tpl->getLang('activity_report') ?>
8 <label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->value('from') ?>" class="date start" style="width: 90px"></label>
9 <label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('to') ?>" class="date end" style="width: 90px"></label>
11 <button><?php echo $tpl->getLang('show') ?></button>
16 <h2><?php echo $tpl->getLang('activity_in_issues') ?></h2>
20 <th><?php echo $tpl->getLang('user') ?></th>
21 <th><?php echo $tpl->getLang('reporter') ?></th>
22 <th><?php echo $tpl->getLang('coordinator') ?></th>
23 <th><?php echo $tpl->getLang('commentator') ?></th>
24 <th><?php echo $tpl->getLang('executo
[all...]
H A Dcommcause_box.php24 <?php echo $tpl->getLang($tpl->get('thread_comment')->type . '_added') ?>
79 <?php echo $tpl->getLang('action_add') ?>
H A Dcommcause_form.php32 <a href="#comment"><?php echo $tpl->getLang('comment_noun') ?></a>
36 <a href="#cause"><?php echo $tpl->getLang('cause_noun') ?></a>
42 <a href="#comment"><?php echo $tpl->getLang('comment_noun') ?></a>
58 <?php echo $tpl->getLang('cancel') ?>
64 <?php echo $tpl->param('kid') != '' ? $tpl->getLang('correct') : $tpl->getLang('add') ?>
70 <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?>
74 <?php echo $tpl->getLang('js')['reject_issue' . $tpl->get('lang_suffix')] ?>
78 <?php echo $tpl->getLang('js')['reopen_issue'. $tpl->get('lang_suffix')] ?>
H A Dkp.php3 <?php echo $tpl->getLang('kp_report') ?>
6 $tpl->getLang('kp_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
8 ✉ <?php echo $tpl->getLang('send_mail') ?>
20 <?php echo $tpl->getLang('project') ?>
24 <strong><?php echo $tpl->getLang('open_date') ?>:</strong>
31 <strong><?php echo $tpl->getLang('title') ?>:</strong>
36 <h2><?php echo $tpl->getLang('kp_team') ?></h2>
43 <h2><?php echo $tpl->getLang('kp_description') ?></h2>
47 <h2><?php echo $tpl->getLang('kp_schedule') ?></h2>
52 <h2><?php echo $tpl->getLang('kp_evaluatio
[all...]
H A Dreport.php1 <h1><?php echo $tpl->getLang('report') ?></h1>
6 <label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->value('from') ?>" class="date start" style="width: 90px"></label>
7 <label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('to') ?>" class="date end" style="width: 90px"></label>
9 <button><?php echo $tpl->getLang('show') ?></button>
14 <h2><?php echo $tpl->getLang('issues') ?></h2>
18 <th><?php echo $tpl->getLang('type') ?></th>
19 <th><?php echo ucfirst($tpl->getLang('proposal')) ?></th>
20 <th><?php echo ucfirst($tpl->getLang('open')) ?></th>
21 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>
22 <th><?php echo ucfirst($tpl->getLang('close
[all...]
/plugin/bez/tpl/mail/
H A Dtask.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php vprintf($tpl->getLang($tpl->get('action')), $tpl->get('action_replacements', array())) ?>
H A Dtask_comment.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
H A Dthread.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
H A Dthread_comment.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>

12345678910>>...41