Home
last modified time | relevance | path

Searched refs:getLang (Results 101 – 125 of 1005) sorted by last modified time

12345678910>>...41

/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') ?>
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 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_comment_box.php24 <?php echo $tpl->getLang('closing_comment_added') ?>
26 <?php echo $tpl->getLang('comment_added') ?>
H A Dtask_comment_form.php31 <?php echo $tpl->getLang('cancel') ?>
37 <?php echo $tpl->param('zkid') != '' ? $tpl->getLang('correct') : $tpl->getLang('add_comment') ?>
43 <?php echo $tpl->getLang('js')['close_without_comment'] ?>
47 <?php echo $tpl->getLang('js')['reopen_task'] ?>
H A Dtask_form.php22 <label for="id"><?php echo $tpl->getLang('id') ?>:</label>
29 <label for="thread_comment_id"><?php echo ucfirst($tpl->getLang('cause')) ?>:</label>
33 value="">--- <?php echo $tpl->getLang('correction') ?> ---</option>
47 <label for="type"><?php echo $tpl->getLang('just_type') ?>:</label>
51 value="corrective"><?php echo $tpl->getLang('corrective_action') ?></option>
53 value="preventive"><?php echo $tpl->getLang('preventive_action') ?></option>
60 <label for="assignee"><?php echo $tpl->getLang('executor') ?>:</label>
64 <option value="">--- <?php echo $tpl->getLang('select') ?>---</option>
81 <label for="content"><?php echo $tpl->getLang('description') ?>:</label>
91 <label for="plan_date"><?php echo $tpl->getLang('plan_dat
[all...]
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 Dtasks.php7 <?php echo $tpl->getLang('add_task') ?>
17 <label><?php echo $tpl->getLang('reporter') ?>:
20 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
21 <optgroup label="<?php echo $tpl->getLang('users') ?>">
27 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
37 <label><?php echo $tpl->getLang('class') ?>:
40 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
43 value="<?php echo $type ?>"><?php echo $tpl->getLang('task_type_' . $type) ?></option>
48 <label><?php echo $tpl->getLang('state') ?>:
51 value="-all">--- <?php echo $tpl->getLang('al
[all...]
H A Dthread.php9 <span class="bez_awesome">&#xf0fe;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('correction_add' . $tpl->get('lang_suffix')) ?>
44 <?php printf($tpl->getLang('user_closed_issue'),
53 <?php printf($tpl->getLang('user_rejected_issue'),
69 <div class="info"><?php echo $tpl->getLang('issue_unclosed_tasks' . $tpl->get('lang_suffix')) ?></div>
72 <div class="info"><?php echo $tpl->getLang('issue_is_proposal' . $tpl->get('lang_suffix')) ?></div>
75 <div class="info"><?php echo $tpl->getLang('cause_without_task') ?></div>
78 <div class="info"><?php echo $tpl->getLang('issue_no_tasks' . $tpl->get('lang_suffix')) ?></div>
87 <h2><?php echo $tpl->getLang('comment_last_activity') ?></h2>
95 <h2><?php echo $tpl->getLang('norifications') ?></h2>
97 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'unsubscribe') ?>" class="bez_subscribe_button"><span class="bez_awesome">&#xf1f6;</span>&nbsp;&nbsp;<?php echo $tpl->getLang('unsubscrib
[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...]
H A Dthread_report.php34 <label for="id"><?php echo $tpl->getLang('id') ?>:</label>
42 <label for="label_id"><?php echo $tpl->getLang('type') ?>:</label>
46 value="">--- <?php echo $tpl->getLang('issue_type_no_specified') ?> ---</option>
58 <label for="coordinator"><?php echo $tpl->getLang('coordinator') ?>:</label>
61 <option value="">--- <?php echo $tpl->getLang('select') ?>---</option>
72 <label for="title"><?php echo $tpl->getLang('title') ?>:</label>
79 <label for="content"><?php echo $tpl->getLang('description') ?>:</label>
88 <label for="private"><?php echo $tpl->getLang('private') ?>:</label>
97 <input type="submit" value="<?php echo $tpl->getLang('save') ?>">&nbsp;&nbsp;
106 <?php echo $tpl->getLang('cance
[all...]
H A Dthreads.php7 <?php echo $tpl->getLang('report_' . $tpl->action()) ?>
16 <label><?php echo $tpl->getLang('reporter') ?>:
19 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
20 <optgroup label="<?php echo $tpl->getLang('users') ?>">
26 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
36 <label><?php echo $tpl->getLang('state') ?>:
39 value="-all">--- <?php echo $tpl->getLang('all_not_rejected') ?> ---</option>
42 value="<?php echo $state ?>"><?php echo $tpl->getLang('state_' . $state) ?></option>
47 <label><?php echo $tpl->getLang('just_type') ?>:
50 value="-all">--- <?php echo $tpl->getLang('al
[all...]
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/bez/ctl/
H A Dtask.php38 $this->add_notification($this->getLang('task_unsubscribed_com'));
45 $this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invitation_has_been_send'));
53 $notif = sprintf($this->getLang('participant_removed'), $name);
/plugin/bez/action/
H A Ddefault.php181 msg($this->getLang('info set baseurl'));
184 msg($this->getLang('info set basedir'));
229 $lang = $this->getLang($field);
234 $this->getLang('validate_' . $error_code),
340 $full = sprintf($this->getLang('notification problems_without_tasks'), $link);
363 $full = sprintf($this->getLang('notification problems_coming'), $link);
386 $full = sprintf($this->getLang('notification problems_outdated'), $link);
408 $full = sprintf($this->getLang('notification tasks_coming'), $link);
430 $full = sprintf($this->getLang('notification tasks_outdated'), $link);
/plugin/tagging/
H A Dhelper.php345 . $this->getLang('toggle admin mode')
444 msg($this->getLang("admin enter tag names"), -1);
503 msg($this->getLang("admin renamed"), 1);
529 return array(true, $this->getLang('admin tag does not exists'));
548 return array(false, $this->getLang('admin renamed'));
584 msg(sprintf($this->getLang("admin deleted"), count($tags), $numAffectedPages), 1);
710 array('value' => $this->getLang('admin tag'), 'sort_by' => 'tid'),
711 array('value' => $this->getLang('admin occurrence'), 'sort_by' => 'count')
717 ['value' => $this->getLang('admin namespaces'), 'sort_by' => 'ns']
722 array('value' => $this->getLang('admi
[all...]
/plugin/tagging/action/
H A Delasticsearch.php73 'label' => $this->getLang('search_filter_label'),
H A Dmain.php116 msg(sprintf($this->getLang('tagjmp_error'), join(', ', $tags)), -1);
180 echo json_encode(array('status' => 'error', 'msg' => $this->getLang('no_admin')));
H A Dsearch.php79 $searchForm->addHTML($this->getLang('search_filter_label'), ++$currElemPos);
100 $currentLabel = $this->getLang('search_all_tags');
103 $currentLabel = $this->getLang('search_any_tag');
111 'or' => $this->getLang('search_any_tag'),
112 'and' => $this->getLang('search_all_tags'),
270 $results .= '<h2>' . $this->getLang('search_suggestions') .'</h2>';
/plugin/confmanager/
H A Dhelper.php75 msg($this->getLang('changes applied'), 1);
77 msg($this->getLang('error:saving failed not writable'), -1);
79 msg($this->getLang('error:saving failed'), -1);
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php43 msg($this->helper->getLang('invalid request csrf'), -1);
/plugin/confmanager/action/
H A Ddeleteicon.php39 echo $this->getLang('upload_errNoAdmin');
47 echo $this->getLang('upload_errNoConfig');
H A Dregisterconfig.php40 $scheme->setName($this->getLang('URL Schemes'));
45 $wordBlock->setName($this->getLang('Blacklisting'));
50 $acronyms->setName($this->getLang('Acronyms'));
55 $entities->setName($this->getLang('Entity replacements'));
60 $mime->setName($this->getLang('MIME configuration'));
65 $interWiki->setName($this->getLang('InterWiki Links'));
70 $smileys->setName($this->getLang('Smileys'));
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php78 msg($this->helper->getLang('no local file given'),-1);
86 msg($this->helper->getLang('cannot apply changes'), -1);
89 msg($this->helper->getLang('changes applied'), 1);
H A DConfigManagerTwoLineLeftImageConfigCascade.php87 echo $this->helper->getLang('upload_errNoFileSend');
95 echo $this->helper->getLang('upload_errNoConfigKeySend');
101 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
107 echo $this->helper->getLang('upload_errUploadError');
114 echo $this->helper->getLang('upload_errNoFileExtension');
120 echo $this->helper->getLang('upload_errWrongFileExtension');
128 echo $this->helper->getLang('upload_errFilenameNotValid');
139 echo $this->helper->getLang('upload_errUpdateOfConfigValueFailed');
179 echo $this->helper->getLang('upload_errNoConfigKeySend');
186 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
[all …]

12345678910>>...41