Home
last modified time | relevance | path

Searched refs:getLang (Results 476 – 500 of 1005) sorted by relevance

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

/plugin/fileshare/syntax/
H A DFileshare.php163 $refreshbutton = $this->getLang ( 'refreshbutton' );
164 $loeschenbutton = $this->getLang ( 'loeschenbutton' );
182 $html .= '<br>'.$this->getLang ( 'file_deleted' ) . $value;
185 $html .= '<br>'.$this->getLang ( 'file_not_deleted' );
/plugin/blog/syntax/
H A Dblog.php65 msg($this->getLang('missing_tagplugin'), -1);
96 msg($this->getLang('missing_includeplugin'), -1);
176 ' class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
184 $this->getLang('older').' &gt;&gt;</a>'.DOKU_LF.'</p>'.DOKU_LF;
/plugin/geotag/syntax/
H A Dgeotag.php158 $title = $this->getLang('findnearby') . '&nbsp;' . $placename;
172 $renderer->doc .= '<span class="geotagPrint">' . $this->getLang('geotag_desc') . '</span>';
173 $renderer->doc .= '<div class="h-geo geo"' . $style . ' title="' . $this->getLang('geotag_desc')
205 $renderer->cdata($this->getLang('geotag_desc') . ' ' . $placename);
/plugin/ipban/
H A Daction.php43 $text .= vsprintf('<p>' . $this->getLang('banned') . '</p>', array_map('hsc', $banreason));
44 $title = $this->getLang('denied');
/plugin/authg2fa/
H A Dauth.php38 msg($this->getLang('force'));
46 msg($this->getLang('hint'));
/plugin/bureaucracyau/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/bureaucracy-au/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/bureaucracy/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
/plugin/autogroup/
H A Daction.php85 $msg = $this->getLang('nosupport');
144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
164 $msg = $this->getLang('nosupport');
/plugin/tos/
H A Daction.php77 echo sprintf($this->getLang('showdiff'), dformat($accepted, '%f'));
89 … ['do' => 'logout', 'sectok'=>getSecurityToken()]) . '">' . $this->getLang('nope') . '</a></li>';
91 [self::FORMFIELD => '1']) . '">' . $this->getLang('accept') . '</a></li>';
/plugin/gpsies/
H A Dsyntax.php107 …$out .= ' <a href="' . $trackMapURL . '" class="plugin_gpsies" title="' . $this->getLang('visit…
109 …$out .= '<a href="' . $trackMapOnlyURL . '" target="_blank" title="' . $this->getLang('fullscreen'…
/plugin/tooltip/syntax/
H A Dtooltip.php43 'name' => 'Tooltip Plugin ('. $this->getLang('comp.tooltip'). ')',
44 'desc' => $this->getLang('descr.tooltip').
H A Dshort.php43 'name' => 'Tooltip Plugin ('. $this->getLang('comp.short'). ')',
44 'desc' => $this->getLang('descr.short').
/plugin/batchedit/
H A Dserver.php98 return $this->plugin->getLang('lbl_searching');
101 return $this->plugin->getLang('lbl_applying');
/plugin/filelist/
H A Dsyntax.php105 $renderer->cdata('[n/a: ' . $this->getLang('error_outsidejail') . ']');
123 $renderer->cdata('[n/a: ' . $this->getLang('error_nomatch') . ']');
/plugin/timetrack/
H A Dhelper.php718 'overview' => $this->getLang('overview'),
719 'recent' => $this->getLang('recent'),
722 $tabs['current'] = $this->getLang('current page');
760 $form->addButton('today', $this->getLang('today') . ' [KW'. date('W') . ']')->val(date('YW'));
769 $r->cdata($this->getLang('date'));
772 $r->cdata($this->getLang('hours'));
797 $r->cdata($this->getLang('sum'));
838 $form->addHTML($this->getLang('project'));
841 $form->addHTML($this->getLang('task'));
844 $dateName = $this->getLang('Abbr_' . $date->format('l')) .'<br>'. $date->format("d.m.");
[all …]
/plugin/cryptsign/
H A Dsyntax.php76 $msg = sprintf($this->getLang('valid'),$user);
79 $msg = sprintf($this->getLang('invalid'),$user);
/plugin/bugzillaint/syntax/
H A Dtree.php93 …. ' <span class="blocked-by-msg">' .htmlspecialchars($this->getLang('msg_blocked_by')). '</span…
98 . ' <div class="li">' .htmlspecialchars($this->getLang('msg_empty')). '</div>'
/plugin/authgoogle/
H A Daction.php58 …$a_style' title='".$this->getLang('enter_google')."'><div style=\"$div_style\"><div style=\"$img_s…
/plugin/docsearch/action/
H A Dsearch.php54 echo '<h2>' . hsc($this->getLang('title')) . '</h2>';
69 echo ', ' . hsc($this->getLang('usage')) . ' ';
/plugin/odp/
H A Dsyntax.php79 …"'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.$this->getLang('view').'">';
80 …g src="'.DOKU_BASE.'lib/plugins/odp/odp.png" align="right" alt="'.$this->getLang('view').'" width=…
/plugin/farmsync/meta/
H A DStructUpdates.php47 echo sprintf($this->getLang('progress:struct'), $target, $i, $total) . "</br>";
51 echo "<h3>" . $this->getLang('heading:struct') . "</h3>";
/plugin/farmer/
H A Dadmin.php79 echo '<h1>' . $this->getLang('menu') . '</h1>';
86 echo '<li class="' . $class . '"><a href="' . $link . '">' . $this->getLang('tab_' . $page) . '</a></li>';
/plugin/davcard/syntax/
H A Dcard.php137 $R->doc .= sprintf($this->getLang('contact_not_found'), $srch);
153 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
183 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
/plugin/tagalerts/
H A Daction.php30 msg($this->getLang('tag_required'), -1);
75 $msg = $this->getLang('tagalerts').$tags[$i].".";
122 …$config = new ConfigManagerTwoLine('Tag Alerts', $this->getLang('confdescription'), DOKU_CONF . 't…

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