Home
last modified time | relevance | path

Searched +full:lang -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 126 – 144 of 144) sorted by last modified time

123456

/dokuwiki/inc/Action/
H A DProfile.php39 global $lang;
41 msg($lang['profchanged'], 1);
H A DProfileDelete.php37 global $lang;
39 msg($lang['profdeleted'], 1);
/dokuwiki/inc/
H A Dfetch.functions.php117 * @param string $lang language used.
119 * @return string in the format " name*=charset'lang'value" for values WITH special characters
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
129 return ' ' . $name . '*=' . $charset . "'" . $lang . "'" . $internal;
114 rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en') global() argument
H A Dform.php279 global $lang;
281 $this->params['accept-charset'] = $lang['encoding'];
322 * @author Adrian Lang <lang@cosmocode.de>
H A Dfulltext.php253 * @author Adrian Lang <lang@cosmocode.de>
H A Dhtml.php140 * @author Adrian Lang <lang@cosmocode.de>
178 global $lang;
181 . '<button class="button" onclick="window.scrollTo(0, 0)" title="' . $lang['btn_top'] . '">'
182 . $lang['btn_top']
205 global $lang;
208 $label = $lang['btn_' . $name];
719 global $lang;
771 echo $lang['encoding'];
834 global $lang;
[all...]
H A Dindexer.php102 $swfile = DOKU_INC . 'inc/lang/' . $conf['lang'] . '/stopwords.txt';
H A DDifferenceEngine.php1147 global $lang;
1148 $l1 = $lang['line'].' '.$xbeg;
1149 $l2 = $lang['line'].' '.$ybeg;
1261 global $lang;
1266 $r = '<tr><td colspan="'.$this->colspan.'" '.HTMLDiff::css('diff-blockheader').'>@@ '.$lang['line']." -$xbeg +$ybeg @@";
1267 $r .= ' <span '.HTMLDiff::css('diff-deletedline').'><del>'.$lang['deleted'].'</del></span>';
1268 $r .= ' <span '.HTMLDiff::css('diff-addedline').'>'.$lang['created'].'</span>';
H A DDraft.php145 global $lang;
146 return $lang['draftdate'] . ' ' . dformat(filemtime($this->cname));
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php602 global $lang;
636 'sum' => $lang['deleted'] . ' - ' . $lang['external_edit'] . ' (' . $lang['unknowndate'] . ')',
654 $sum = $lang['created'] . ' - ' . $lang['external_edit'];
657 $sum = $lang['external_edit'];
665 $sum = $lang['external_edit'] . ' (' . $lang['unknowndate'] . ')';
H A DRevisionInfo.php217 global $lang;
227 ? $lang['unknowndate']
263 global $lang;
290 . ' title="' . $lang['diff'] . '" alt="' . $lang['diff'] . '" />'
305 global $lang;
326 . ' title="' . $lang['diff'] . '" alt="' . $lang['diff'] . '" />'
341 global $lang;
358 . ' title="' . $lang['btn_rev
[all...]
/dokuwiki/inc/Extension/
H A DPluginInterface.php83 * Reads all the plugins language dependent strings into $this->lang
H A DPluginTrait.php13 protected $lang = []; // array to hold language dependent strings, best accessed via ->getLang()
117 return ($this->lang[$id] ?? '');
135 $file = DOKU_CONF . 'plugin_lang/' . $plugin . '/' . $conf['lang'] . '/' . $id . '.' . $ext;
137 $file = DOKU_PLUGIN . $plugin . '/lang/' . $conf['lang'] . '/' . $id . '.' . $ext;
140 $file = DOKU_PLUGIN . $plugin . '/lang/en/' . $id . '.' . $ext;
153 global $conf, $config_cascade; // definitely don't invoke "global $lang"
154 $path = DOKU_PLUGIN . $this->getPluginName() . '/lang/';
156 $lang = [];
159 @include($path . 'en/lang
12 protected $lang = array(); // array to hold language dependent strings, best accessed via ->getLang() global() variable
[all...]
/dokuwiki/inc/File/
H A DPageFile.php88 global $lang;
166 $data['summary'] = $lang['deleted'];
/dokuwiki/lib/plugins/logviewer/
H A Dscript.js24 $filter.before(LANG.plugins.logviewer.filter + ' ');
/dokuwiki/lib/plugins/authad/
H A Dauth.php206 global $lang;
283 $msg .= ' <a href="' . $url . '">' . $lang['btn_profile'] . '</a>';
/dokuwiki/lib/tpl/
H A Dindex.php19 <html lang="en" dir="ltr">
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php87 $meta['lang'] = ['dirchoice', '_dir' => DOKU_INC . 'inc/lang/'];
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php101 global $lang;
102 $this->form .= '<li class="notfound">' . $lang['nothingfound'] . '</li>';

123456