Home
last modified time | relevance | path

Searched refs:getLang (Results 251 – 275 of 1005) sorted by last modified time

1...<<11121314151617181920>>...41

/plugin/deeplautotranslate/
H A DMenuItem.php28 return $hlp->getLang('btn_translate');
H A Daction.php143 msg($this->getLang('msg_glossary_delete_success'), 1);
158 msg($this->getLang('msg_glossary_empty_key'), -1);
169 msg($this->getLang('msg_glossary_delete_success'), 1);
179 msg($this->getLang('msg_glossary_create_success'), 1);
217 msg($this->getLang('msg_translation_success'), 1);
256 msg($this->getLang('msg_translation_fail_invalid_lang') . $lang, -1);
275 msg($this->getLang('msg_translation_fail_no_permissions') . $lang_id, -1);
283 msg($this->getLang('msg_translation_success'), 1);
296 $landing_page_text = '====== ' . $this->getLang('glossary_landing_heading') . ' ======' . "\n";
297 $landing_page_text .= $this->getLang('glossary_landing_info_ms
[all...]
/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/blogtng/action/
H A Dedit.php102 …tstatus', array('enabled', 'closed', 'disabled'), $commentstatus, $this->getLang('commentstatus'),…
217 …own('post-commentstatus', array('enabled', 'closed', 'disabled'), $this->getLang('commentstatus'),…
H A Dnew.php50 msg($this->getLang('err_notitle'),-1);
/plugin/blogtng/entities/
H A DComment.php104 public function getLang($name){ function in dokuwiki\\plugin\\blogtng\\entities\\Comment
105 return $this->tools->getLang($name);
/plugin/blogtng/tpl/default/
H A Dentry.php31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
35 echo $this->getLang('author').": ";$entry->tpl_author();
38 echo $this->getLang('tags').": ";$entry->tpl_tags('');
43 <h2 id="the__comments"><?php echo $this->getLang('comments');?></h2>
H A Dlist.php20 <a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php echo $this->getLang(…
26 …tlink"><?php $entry->tpl_commentcount($this->getLang('0comments'),$this->getLang('1comments'),$thi…
28 <?php echo $this->getLang('tags').": ";$entry->tpl_tags('')?>
H A Dcomments.php22 <?php $comment->tpl_number(true, '%d', $comment->getLang('comment_reply'))?>
H A Dfeed.php12 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
16 echo $this->getLang('author').": ";$entry->tpl_author();
19 echo $this->getLang('tags').": ";$entry->tpl_tags('');
/plugin/blogtng/helper/
H A Dcomments.php246 $title = sprintf($this->getLang('subscr_subject'),$entry['title']);
312 $title = $this->getLang('optin_subject');
384 msg($this->getLang('unsubscribe_err_key'), -1);
407 msg($this->getLang('unsubscribe_ok'), 1);
429 msg($this->getLang('optin_ok'),1);
431 msg($this->getLang('optin_err'),-1);
491 … $input = $form->addTextInput('comment-' . $field , $this->getLang('comment_'.$field))
528 $form->addCheckbox('comment-subscribe', $this->getLang('comment_subscribe'))
559 $fmt_zero_comments = $this->getLang('0comments');
562 $fmt_one_comments = $this->getLang('1comments');
[all …]
H A Dentry.php346 '" class="prev">'.$this->getLang('prev').'</a> ';
369 '" class="next">'.$this->getLang('next').'</a> ';
413 …plugin_blogtng_tools::filterExplodeCSVinput($conf['select']), '', $this->getLang('title'), 'btng__…
415 …$form->addElement(form_makeTextField('new-title', '', $this->getLang('title'), 'btng__nt', 'edit')…
419 …ent(form_makeTextField('post-tags', implode(', ', $conf['tags']), $this->getLang('tags'), 'btng__n…
423 …commentstatus', ['enabled', 'closed', 'disabled'], $conf['type'], $this->getLang('commentstatus'),…
427 $form->addElement(form_makeButton('submit', null, $this->getLang('create')));
1158 …'page'].'#readmore_'.str_replace(':', '_', $this->entry['page']), $this->getLang('readmore')),$las…
/plugin/blogtng/
H A Dadmin.php91 msg($this->getLang('msg_comment_save'), 1);
97 msg($this->getLang('msg_comment_delete'), 1);
183 ptln('<h1>'.$this->getLang('menu').'</h1>');
191 … href="' . wl($ID, $params) . '" title="' . $this->getLang('dashboard') . '">&larr; ' . $this->get…
537 ptln('<th>' . $this->getLang('created') . '</th>');
538 ptln('<th>' . $this->getLang('author') . '</th>');
539 ptln('<th>' . $this->getLang('entry') . '</th>');
540 ptln('<th>' . $this->getLang('blog') . '</th>');
542 ptln('<th>' . $this->getLang('comments') . '</th>');
543 ptln('<th>' . $this->getLang('tags') . '</th>');
[all …]
/plugin/do/
H A Dhelper.php345 $subj .= sprintf($this->getLang('mail_' . $type), $task['text']);
359 isset($user) ? $user : $this->getLang('someone'),
360 isset($task['date']) ? $task['date'] : $this->getLang('nodue'),
487 $title = $this->getLang('title_alldone');
490 $title = sprintf($this->getLang('title_intime'), $count['undone']);
493 $title = sprintf($this->getLang('title_late'), $count['undone'], $count['late']);
525 $doInner = '<span class="a11y">' . $this->getLang('prefix_tasks_user') . " </span>$svg<span class=\"num\">" . count($tasks) . '</span>';
527 $title = sprintf($this->getLang('tasks_user_intime'), $num);
530 $title = $this->getLang('tasks_user_none');
H A Daction.php162 $jslang = $this->getLang('js');
/plugin/do/scripts/
H A DPluginDo.js158 var newTitle = PluginDo.getLang('title' + titelNo, assignees.join(', '), due);
162 newTitle += ' ' + PluginDo.getLang('done', closedon);
168 newTitle += ' ' + PluginDo.getLang('closedby', closedby);
182 getLang: function (name, arg1, arg2) { method in PluginDo
311 var title = PluginDo.getLang('title_' + newClass.substr(3), count, latecount);
345 commitmsg = (commitmsg ? '&nbsp;(' + PluginDo.getLang("note_done") + commitmsg + ')' : '');
368 alert(PluginDo.getLang(langkey));
422 $dotags.find('span.plugin_do_commit').html('&nbsp;(' + PluginDo.getLang("note_done") + msg + ')');
H A Dgeneral.js6 PluginDo.getLang("popup_msg") +
/plugin/do/syntax/
H A Ddo.php248 . (empty($data['task']['msg']) ? '' : '(' . $this->getLang('js')['note_done'] . hsc($data['task']['msg']) . ')')
254 $R->doc .= $this->getLang('user');
269 $R->doc .= $this->getLang('date') . ' <span class="plugin_do_meta_date">' . hsc($data['task']['date']) . '</span>';
H A Ddolist.php113 $R->cdata($this->getLang('none'));
139 $table .= ' <th>' . $this->getLang('task') . '</th>';
140 $table .= ' <th' . $userstyle . '>' . $this->getLang('user') . '</th>';
141 $table .= ' <th>' . $this->getLang('date') . '</th>';
142 $table .= ' <th>' . $this->getLang('status') . '</th>';
143 $table .= ' <th' . $creatorstyle . '>' . $this->getLang('creator') . '</th>';
/plugin/imgpaste/
H A Daction.php43 if (!$data) $this->fail(400, $this->getLang('e_nodata'));
/plugin/feedmod/
H A Daction.php105 …item']->link . '#discussion__section" title="'. $this->getLang('comments') . '">' . $this->getLang
/plugin/clearhistory/
H A Dadmin.php46 msg(sprintf($this->getLang('deleted'), $this->delcounter), 1);
55 echo '<h1>' . $this->getLang('menu') . '</h1>';
61 echo $this->getLang('clean on recent changes') . '</label></fieldset><br/>';
64 echo $this->getLang('clean on namespace');
68 …lysmall') ? 'checked="checked"' : '') . ' /> <label for="c3">' . $this->getLang('onlysmall') . '<…
69 …ocomment') ? 'checked="checked"' : '') . ' /> <label for="c4">' . $this->getLang('onlynocomment') …
72 … echo '<input type="submit" value="' . $this->getLang('do') . '" class="button" /></fieldset>';
/plugin/twofactoraltemail/
H A Daction.php15 $label = $this->getLang('name');
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 $form->addTextInput('newemail', $this->getLang('email'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
62 msg($this->getLang('notsameemail'), -1);
91 if (!$to) throw new \Exception($this->getLang('codesentfail'));
97 $mail->subject($this->getLang('subject'));
100 if (!$result) throw new \Exception($this->getLang('codesentfail'));
102 return $this->getLang('codesent');
/plugin/docnavigation/syntax/
H A Dtoc.php228 msg(sprintf($this->getLang('dontlinkback'), $pageid, $previouspage), -1);
238 msg(sprintf($this->getLang('recursionprevented'), $pageid, $nextpageid), -1);
/plugin/dw2markdown/
H A DMenuItem.php31 return $hlp->getLang('export_markdown_button');

1...<<11121314151617181920>>...41