Home
last modified time | relevance | path

Searched refs:getLang (Results 76 – 100 of 1005) sorted by relevance

12345678910>>...41

/plugin/newpagetemplate/
H A Dadmin.php93 ptln('<button style = "float:right;" onclick="nptpl_toggle(\'#nptpl_howto\')">' . $this->getLang('close'). '</button>&nbsp;' . $this->locale_xhtml('howto'));
94 ptln('<button style = "float:right" onclick="nptpl_toggle(\'#nptpl_howto\')">' . $this->getLang('close'). '</button>&nbsp;<br /><br /></div>');
103 ptln($this->getLang('select-ini') .': <select name="ini_file">');
109 ptln($this->getLang('templ') .': <select name="tpl_file">');
114 ptln($this->getLang('page') .':&nbsp;<input type="textbox" name="id"/>&nbsp;&nbsp;');
115 ptln($this->getLang('userrelpl') . ':&nbsp;<input type="textbox" name="userrelpl"/>');
117 ptln('<div style="line-height:2"><input type="submit" name="cmd[submit]" value="' . $this->getLang('btn_submit') . '" />');
119 ptln('<input type = "button" onclick=" nptpl_toggle(\'#nptpl_howto\')" value ="'. $this->getLang('howto') .'">&nbsp;');
120 ptln('<input type="submit" name="cmd[help]" value="' . $this->getLang('btn_help') . '" /></div>');
121 ptln('<div>'.$this->getLang('nosav
[all...]
/plugin/farm/
H A Dinstall.class.php65 …', array('code' => 'emptyfield_failure', 'data' => array($this->manager->getLang('install_field_na…
89 … array('code' => 'invalidfield_failure', 'data' => array($this->manager->getLang('install_field_na…
136 ptln('<div class="farm_cmd_title">'.$this->manager->getLang('install_title').'</div>');
137 ptln('<div class="farm_cmd_info">'.$this->manager->getLang('install_info').'</div>');
151 ptln('<small>'.$this->manager->getLang('install_field_desc_farmwebroot').'</small>');
156 ptln('<small>'.$this->manager->getLang('install_field_desc_farmfsroot').'</small>');
160 …ptln(' '.$this->manager->getLang('install_field_name_farmer').' : <input type="text" name="instal…
161 ptln('<small>'.$this->manager->getLang('install_field_desc_farmer').'</small>');
165 …ptln(' '.$this->manager->getLang('install_field_name_barn').' : <input type="text" name="install_…
166 ptln('<small>'.$this->manager->getLang('install_field_desc_barn').'</small>');
[all …]
/plugin/bez/tpl/
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 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 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>
/plugin/task/
H A Dhelper.php58 return $this->getLang('status');
224 return $this->getLang('rejected');
226 return $this->getLang('accepted');
228 return $this->getLang('started');
230 return $this->getLang('done');
234 return $this->getLang('new');
244 return $this->getLang('medium');
246 return $this->getLang('high');
250 return $this->getLang('low');
506 $options [''] = $this->getLang('low');
[all …]
/plugin/move/admin/
H A Dmain.php30 $label = $this->getLang('menu');
31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
110 msg($this->getLang('nodst'), -1);
169 printf($this->getLang('treelink'), $treelink);
176 $form->startFieldset($this->getLang('legend'));
182 … $this->getLang('move_pages'), 'media' => $this->getLang('move_media'), 'both' => $this->getLang('…
187 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
205 echo '<strong>' . $this->getLang('intro') . '</strong> ';
206 echo '<span>' . $this->getLang('preview') . '</span>';
219 echo '<p><div class="info">' . $this->getLang('inexecution') . '</div></p>';
[all …]
/plugin/relativetimehelper/
H A Dhelper.php36 $parts[] = sprintf($this->getLang('second'), 1);
38 $parts[] = sprintf($this->getLang('seconds'), $seconds);
48 array_unshift($parts, sprintf($this->getLang('minut'), 1));
60 array_unshift($parts, sprintf($this->getLang('hour'), 1));
62 array_unshift($parts, sprintf($this->getLang('hours'), $hours));
72 array_unshift($parts, sprintf($this->getLang('day'), 1));
74 array_unshift($parts, sprintf($this->getLang('days'), $days));
84 array_unshift($parts, sprintf($this->getLang('week'), 1));
86 array_unshift($parts, sprintf($this->getLang('weeks'), $weeks));
105 return sprintf($this->getLang('in future'), $relTime);
[all …]
/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') . '" …
/plugin/pdftools/
H A Dadmin.php16 return $this->getLang('admin menu');
115 echo '<h1>'.$this->getLang('admin title main').'</h1>';
120 echo '<h2>'.$this->getLang('admin title upload').'</h2>';
122 echo $this->getLang('text upload');
124 … echo '<label>'.$this->getLang('text zipfile').': <input type="file" name="zip_file" /></label>
125 … <input type="submit" name="cmd[upload]" value="'.$this->getLang('btn upload').'" /><br><br>';
129 echo '<h2>'.$this->getLang('admin title manage').'</h2>';
162 } else ptln("<td><i>".$this->getLang('text preview')."</i></td>");
166 } else ptln("<td><i>".$this->getLang('text desc')."</i></td>");
188 } else ptln("<td><i>".$this->getLang('text preview')."</i></td>");
[all …]
/plugin/qc/
H A DOutput.php79 $html .= '<h1>' . $this->helper->getLang('intro_h') . '</h1>';
83 $html .= '<dt>' . $this->helper->getLang('g_created') . '</dt>';
86 $html .= '<dt>' . $this->helper->getLang('g_modified') . '</dt>';
95 $html .= '<dt>' . $this->helper->getLang('g_authors') . '</dt>';
99 $html .= $this->helper->getLang('anonymous');
108 $html .= '<dt>' . $this->helper->getLang('g_changes') . '</dt>';
111 $html .= '<dt>' . $this->helper->getLang('g_chars') . '</dt>';
114 $html .= '<dt>' . $this->helper->getLang('g_words') . '</dt>';
122 $html .= '<h2>' . $this->helper->getLang('errorsfound_h') . '</h2>';
123 $html .= '<p>' . $this->helper->getLang('errorsfoun
[all...]
/plugin/farmer/admin/
H A Dplugins.php41 msg($this->getLang('plugindone'), 1);
51 msg($this->getLang('plugindone'), 1);
65 $switchForm->addFieldsetOpen($this->getLang('bulkSingleSwitcher'));
66 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('bulkEdit'))
69 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('singleEdit'))
72 $switchForm->addRadioButton('bulkSingleSwitch', $this->getLang('matrixEdit'))
86 $bulkForm->addFieldsetOpen($this->getLang('bulkEditForm'));
88 $bulkForm->addButton('state', $this->getLang('default'))
92 $bulkForm->addButton('state', $this->getLang('activate'))
96 $bulkForm->addButton('state', $this->getLang('deactivat
[all...]
H A Dsetup.php47 $errors[] = $this->getLang('farmdir_missing');
49 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
51 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
53 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
55 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
71 msg($this->getLang('preload creation success'), 1);
75 msg($this->getLang('preload creation error'), -1);
86 msg($this->getLang('overwrite_preload'), -1);
91 $form->addFieldsetOpen($this->getLang('preloadPHPForm'));
92 $form->addTextInput('farmdir', $this->getLang('far
[all...]
H A Dnew.php61 msg(sprintf($this->getLang('animal creation success'), $link), 1);
78 $form->addFieldsetOpen($this->getLang('animal configuration'));
79 $form->addTextInput('animalname', $this->getLang('animal'));
84 $form->addFieldsetOpen($this->getLang('animal template'));
94 $form->addRadioButton('allowreg', $this->getLang('inherit user registration'))
97 $form->addRadioButton('allowreg', $this->getLang('enable user registration'))
99 $form->addRadioButton('allowreg', $this->getLang('disable user registration'))
108 $form->addFieldsetOpen($this->getLang('animal administrator'));
110 $btn = $form->addRadioButton('adminsetup', $this->getLang('noUsers'))
116 $form->addRadioButton('adminsetup', $this->getLang('importUser
[all...]
/plugin/textinsert/
H A Dadmin.php221 ptln($this->getLang('hide_info') .'</button>&nbsp;&nbsp;&nbsp;&nbsp;');
228 ptln($this->getLang('add_macros') .'</button>&nbsp;&nbsp;');
231 ptln($this->getLang('delete_macros') .'</button>&nbsp;&nbsp;');
234 ptln($this->getLang('edit_macros') .'</button>&nbsp;&nbsp;');
237 ptln($this->getLang('view_macros') .'</button>&nbsp;&nbsp;');
240 ptln($this->getLang('hide_macros') .'</button>&nbsp;&nbsp;');
243 ptln($this->getLang('show_info') .'</button>');
254 ptln('<h2>' . $this->getLang('label_add') . '</h2>');
273 ptln('<h2>' . $this->getLang('label_del') . '</h2>');
279 ptln('<h2>' . $this->getLang('label_edit') . '</h2>');
[all …]
/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 …]
/plugin/ipgroup/
H A Dadmin.php40 msg($this->getLang('already'), -1);
46 msg($this->getLang('invalid_ip'), -1);
51 msg($this->getLang('failed'), -1);
79 ptln("<th>".$this->getLang('network')."</th>");
80 ptln("<th>".$this->getLang('group')."</th>");
81 ptln("<th>".$this->getLang('delete')."</th>");
92 …ype=\"submit\" name=\"delete[".$network.";".$group."]\" value=\"".$this->getLang('delete')."\" cla…
99 ptln("<div class=\"fn\">".$this->getLang('noips')."</div>");
108 ptln("<label for=\"ip__add\">".$this->getLang('network').":</label>");
110 ptln("<label for=\"group__add\">".$this->getLang('group').":</label>");
[all …]
/plugin/farmsync/
H A Dadmin.php60 echo '<h1>' . $this->getLang('heading:Update animals') . '</h1>';
63 $form->addFieldsetOpen($this->getLang('legend:choose source'));
66 $form->addFieldsetOpen($this->getLang('legend:choose documents'));
67 $form->addTextarea('farmsync[pages]', $this->getLang('label:PageEntry'));
69 $form->addTextarea('farmsync[media]', $this->getLang('label:MediaEntry'));
72 … $form->addCheckbox('farmsync[struct]', $this->getLang('label:struct synchronisation'));
76 … echo '<div style="color: grey;">' . $this->getLang('notice:struct disabled') . '</div>';
79 $form->addFieldsetOpen($this->getLang('legend:choose animals'));
84 $form->addButton('submit', $this->getLang('button:submit'));
120 echo "<h1>" . $this->getLang('heading:Update done') . "</h1>";
[all …]
/plugin/abbr/
H A Daction.php27 'title' => $this->getLang('abbr_toolbar_title'),
32 'title' => $this->getLang('abbr_type1'),
33 'sample' => $this->getLang('abbr_type1_sample'),
40 'title' => $this->getLang('abbr_type2'),
41 'sample' => $this->getLang('abbr_type2_sample'),
48 'title' => $this->getLang('abbr_type0'),
49 'sample' => $this->getLang('abbr_type0_sample'),
/plugin/dtable/
H A Daction.php25 'title' => $this->getLang('toolbar_insert_button'),
102 $JSINFO['lang']['insert_before'] = $this->getLang('insert_before');
103 $JSINFO['lang']['insert_after'] = $this->getLang('insert_after');
104 $JSINFO['lang']['edit'] = $this->getLang('edit');
105 $JSINFO['lang']['remove'] = $this->getLang('remove');
106 $JSINFO['lang']['insert_col_left'] = $this->getLang('insert_col_left');
107 $JSINFO['lang']['insert_col_right'] = $this->getLang('insert_col_right');
112 $JSINFO['lang']['mark_row_as_cell'] = $this->getLang('mark_row_as_cell');
121 $this->getLang('lock_notify'));
122 $JSINFO['lang']['unlock_notify'] = $this->getLang('unlock_notify');
[all …]
/plugin/move/helper/
H A Dop.php35 msg(sprintf($this->getLang('notexist'), $src), -1);
39 msg(sprintf($this->getLang('norights'), $src), -1);
48 msg(sprintf($this->getLang('filelocked'), $src), -1);
54 msg(sprintf($this->getLang('notchanged'), $src), -1);
60 msg(sprintf($this->getLang('exists'), $src, $dst), -1);
66 msg(sprintf($this->getLang('notargetperms'), $dst), -1);
83 msg(sprintf($this->getLang('medianotexist'), $src), -1);
87 msg(sprintf($this->getLang('nomediarights'), $src), -1);
93 msg(sprintf($this->getLang('medianotchanged'), $src), -1);
99 msg(sprintf($this->getLang('mediaexists'), $src, $dst), -1);
[all …]
/plugin/subconfhelper/
H A Dadmin.php43 msg($this->getLang('msg_vhost_error'), -1);
45 msg($this->getLang('msg_vhost_delete'), 1);
51 msg($this->getLang('msg_vhost_error'), -1);
53 msg($this->getLang('msg_vhost_save'), 1);
74 msg($this->getLang('msg_vhost_save'), 1);
76 msg($this->getLang('msg_vhost_error'), -1);
97 ptln( '<p>' . $this->getLang( 'vhost_text' ).'</p>' );
116 ptln( '<h2>'.$this->getLang( 'vhost' ).$vhost.'</h2>' );
142 ptln('<div class="info">'.$this->getLang('locked').'</div>');
144 ptln('<div class="error">'.$this->getLang('error').'</div>');
[all …]
/plugin/metadisplay/
H A Dadmin.php90 msg($this->getLang('nofuzzy'),2);
151 … ptln('&nbsp; ' .$this->getLang('exact').':&nbsp <input type = "checkbox" name="cmd[exact]" />');
155 ptln($this->getLang('date') . ':&nbsp;&nbsp;');
162 ptln($this->getLang('when') );
173 …ptln($this->getLang('andor') . ' <input type="checkbox" '.$dtype_m .' id="pmodified" name="cmd[pmo…
174 …id="earlier" name="when" value="earlier"><label for="earlier"> ' .$this->getLang('earlier').'</lab…
175 …adio" id="later" name="when" value="later"><label for="later"> ' .$this->getLang('later').'</label…
178 …ptln($this->getLang("search") . ':&nbsp; <input type = "text" size = "20" name = "cmd[search]" val…
184 … value="media" ' . $this->media_checked .'><label for="media"> ' .$this->getLang('media').'</label…
185 …" value="descr" '. $this->descr_checked .'><label for="descr"> ' .$this->getLang('descr').'</label…
[all …]
/plugin/confmanager/tpl/
H A DselectConfig.php2 <h1><?php echo $this->helper->getLang('welcomehead') ?></h1>
5 <h2><?php echo $this->helper->getLang('no_script_title')?></h2>
7 <?php echo $this->helper->getLang('no_script_message')?>
13 <?php echo $this->helper->getLang('welcome') ?>
19 <?php echo $this->helper->getLang('select_config') ?>
23 <?php echo $this->helper->getLang('please_select') ?>
34 <input type="submit" value="<?php echo $this->helper->getLang('edit') ?>" class="button" />

12345678910>>...41