Home
last modified time | relevance | path

Searched refs:lang (Results 1 – 25 of 808) sorted by path

12345678910>>...33

/dokuwiki/data/
H A Ddeleted.files106 inc/lang/.htaccess
107 inc/lang/az/wordblock.txt
108 inc/lang/gl/wordblock.txt
109 inc/lang/ru/wordblock.txt
116 lib/plugins/authmysql/lang/bg/lang.php
117 lib/plugins/authmysql/lang/bg/settings.php
118 lib/plugins/authmysql/lang/cs/lang.php
119 lib/plugins/authmysql/lang/c
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
92 $lang['js']['nosmblinks'] = '';
/dokuwiki/
H A Ddoku.php69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
88 $lang['page_nonexist_rev'],
H A Dfeed.php
/dokuwiki/inc/Action/
H A DEdit.php55 global $lang;
73 $SUM = sprintf($lang['restored'], dformat($REV));
75 $SUM = $lang['created'];
H A DExport.php43 global $lang;
61 $pre .= '<html lang="' . $conf['lang'] . '" dir="' . $lang['direction'] . '">' . DOKU_LF;
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 DProfile.php39 global $lang;
41 msg($lang['profchanged'], 1);
H A DProfileDelete.php37 global $lang;
39 msg($lang['profdeleted'], 1);
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 DSave.php39 global $lang;
45 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_subscribed'],
/dokuwiki/inc/
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 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));
H A DMailer.class.php658 global $lang;
680 $lang['email_signature_text']
695 $signature = $lang['email_signature_text'];
696 if (!empty($lang['email_signature_html'])) {
697 $signature = $lang['email_signature_html'];
717 global $lang;
778 $emsg = $lang['email_fail'] . $subject;
/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 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/inc/Menu/Item/
H A DAbstractItem.php45 /** @var string can be set to overwrite the default lookup in $lang.btn_* */
84 /** @var array $lang */
85 global $lang;
86 $label = $lang['btn_' . $this->type];
/dokuwiki/inc/Menu/
H A DMobileMenu.php60 /** @var string[] $lang */
61 global $lang;
72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
77 $html .= '<optgroup label="' . $lang[$tools . '_tools'] . '">';
/dokuwiki/inc/Remote/
H A DApiCore.php663 global $lang;
685 $summary = $lang['created'];
690 $summary = $lang['deleted'];
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php48 * @param string $subject The lang id of the mail subject (without the
59 * @author Adrian Lang <lang@cosmocode.de>
64 global $lang;
68 $subject = $lang['mail_' . $subject] . ' ' . $context;

12345678910>>...33