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 76 – 100 of 144) sorted by last modified time

123456

/dokuwiki/inc/Ui/
H A DPageDiff.php133 global $lang;
163 $lang['page_nonexist_rev'],
184 global $lang;
200 $rev2Title = $lang['yours'];
293 global $lang;
310 $options = ['sidebyside' => $lang['diff_side'], 'inline' => $lang['diff_inline']];
311 $input = $form->addDropdown('difftype', $options, $lang['diff_type'])
505 global $lang;
525 'title' => $lang[
[all...]
H A DPageDraft.php26 global $lang;
47 $form->addButton('do[recover]', $lang['btn_recover'])->attrs(['type' => 'submit', 'tabindex' => '1']);
48 $form->addButton('do[draftdel]', $lang['btn_draftdel'])->attrs(['type' => 'submit', 'tabindex' => '2']);
49 $form->addButton('do[show]', $lang['btn_cancel'])->attrs(['type' => 'submit', 'tabindex' => '3']);
H A DPageRevisions.php50 global $lang, $REV;
107 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
H A DRecent.php45 global $conf, $lang;
58 . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent'))
183 global $conf, $lang;
191 . ' title="' . $lang['btn_newer'] . ' [N]" class="button show">'
192 . $lang['btn_newer']
199 . ' title="' . $lang['btn_older'] . ' [P]" class="button show">'
200 . $lang['btn_older']
216 global $lang;
220 'pages' => $lang['pages_changes'],
221 'mediafiles' => $lang['media_change
[all...]
H A DSearch.php67 global $lang, $ID, $INPUT;
84 $searchForm->addButton('', $lang['btn_search'])->attr('type', 'submit');
100 global $INPUT, $lang;
104 'label' => $lang['search_sort_by_hits'],
108 'label' => $lang['search_sort_by_mtime'],
213 global $lang;
217 'label' => $lang['search_exact_match'],
222 'label' => $lang['search_starts_with'],
227 'label' => $lang['search_ends_with'],
232 'label' => $lang['search_contain
[all...]
H A DUserProfile.php57 global $lang;
63 $input = $form->addPasswordInput('oldpass', $lang['oldpass'])->attrs($attr)
76 global $lang;
82 $form->addFieldsetOpen($lang['profile']);
87 $input = $form->addTextInput('login', $lang['user'])
96 $input = $form->addTextInput('fullname', $lang['fullname'])
105 $input = $form->addTextInput('email', $lang['email'])
114 $input = $form->addPasswordInput('newpass', $lang['newpass'])->attrs($attr)->addClass('edit');
118 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($attr)->addClass('edit');
125 $form->addButton('', $lang['btn_sav
[all...]
H A DUserRegister.php23 global $lang;
37 $form->addFieldsetOpen($lang['btn_register']);
41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit')
47 $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit');
50 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($base_attrs)->addClass('edit');
55 $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit')
60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit')
65 $form->addButton('', $lang['btn_register'])->attr('type', 'submit');
H A DUserResendPwd.php52 global $lang;
57 $form->addFieldsetOpen($lang['btn_resendpwd']);
61 $input = $form->addPasswordInput('pass', $lang['pass'])->attr('size', '50')->addClass('edit');
64 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attr('size', '50')->addClass('edit');
67 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
80 global $lang;
85 $form->addFieldsetOpen($lang['btn_resendpwd']);
90 $input = $form->addTextInput('login', $lang['user'])->addClass('edit');
94 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
/dokuwiki/
H A Dfeed.php
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dracket.php358 'read-accept-infix-dot', 'read-accept-lang',
796 '#false', '#t', '#T', '#true', '#lang', '#reader', '.', '\'', '#`',
933 1 => 'http://docs.racket-lang.org/reference/',
934 2 => 'http://docs.racket-lang.org/reference/',
935 3 => 'http://docs.racket-lang.org/reference/',
936 4 => 'http://docs.racket-lang.org/reference/',
H A Dscala.php122 1 => 'http://scala-lang.org',
/dokuwiki/inc/Action/
H A DLocked.php40 global $lang;
51 echo '<li><div class="li"><strong>' . $lang['lockedby'] . '</strong> ' .
53 echo '<li><div class="li"><strong>' . $lang['lockexpire'] . '</strong> ' .
H A DResendpwd.php69 global $lang;
76 msg($lang['resendna'], -1);
87 msg($lang['resendpwdbadauth'], -1);
93 msg($lang['resendpwdbadauth'], -1);
102 msg($lang['resendpwdnouser'], -1);
112 msg($lang['regbadpass'], -1);
118 msg($lang['proffail'], -1);
124 msg($lang['proffail'], -1);
129 msg($lang['resendpwdsuccess'], 1);
131 msg($lang['regmailfai
[all...]
H A DRevert.php36 global $lang;
41 $sum = $lang['deleted'];
45 $sum = sprintf($lang['restored'], dformat($REV));
50 msg($lang['wordblock'], -1);
H A DSubscribe.php57 * @author Adrian Lang <lang@cosmocode.de>
63 global $lang;
96 $lang["subscr_{$action}_success"],
107 $lang["subscr_{$action}_error"],
120 * @author Adrian Lang <lang@cosmocode.de>
128 global $lang;
157 throw new Exception($lang['subscr_subscribe_noaddress']);
169 $lang['subscr_not_subscribe
[all...]
/dokuwiki/inc/
H A Dauth.php45 global $lang;
61 msg($lang['authtempfail'], -1);
69 msg($lang['authtempfail'], -1);
274 global $lang;
294 msg($lang['badlogin'], -1);
933 global $lang;
952 $mail->subject($lang['regpwmail']);
969 global $lang;
986 msg($lang['regmissing'], -1);
993 msg($lang['regmissin
[all...]
H A Dconfig_cascade.php82 'lang' => [
83 'core' => [DOKU_CONF . 'lang/'],
H A DAjax.php47 global $lang;
62 echo '<strong>' . $lang['quickhits'] . '</strong>';
351 global $lang;
419 echo $lang['nothingfound'];
434 $name = $lang['upperns'];
H A Ddeprecated.php363 * @author Adrian Lang <lang@cosmocode.de>
390 * @author Adrian Lang <lang@cosmocode.de>
459 * @author Adrian Lang <lang@cosmocode.de>
549 * @author Adrian Lang <lang@cosmocode.de>
/dokuwiki/lib/scripts/
H A Dlinkwiz.js31 title: LANG.linkwiz,
35 '<div>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
H A Dlocktimer.js9 msg: LANG.willexpire,
H A Dmedia.js160 draggable: true, title: LANG.mediatitle,
166 id: 'link', label: LANG.mediatarget,
170 id: 'align', label: LANG.mediaalign,
174 id: 'size', label: LANG.mediasize,
197 .attr('title', LANG['media' + text])
218 .val(LANG.mediainsert);
416 if ($link[0].id == 'mediamanager__btn_delete' && !confirm(LANG.del_confirm)) {
419 if ($link[0].id == 'mediamanager__btn_restore' && !confirm(LANG.restore_confirm)) {
540 $label.append('<span>' + LANG.media_diff + '</span> ');
545 $select.append(new Option(LANG
[all...]
H A Dqsearch.js6 * @author Adrian Lang <lang@cosmocode.de>
H A Dsearch.js13 .text(LANG.search_toggle_tools)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php

123456