Home
last modified time | relevance | path

Searched refs:lang (Results 751 – 775 of 808) sorted by relevance

1...<<313233

/dokuwiki/lib/plugins/authplain/lang/sr/
H A Dlang.php7 $lang['userexists'] = 'Извините, корисник са истим именом већ постоји.';
/dokuwiki/lib/plugins/acl/lang/km/
H A Dlang.php8 $lang['where'] = 'ទំព័រ/ដ្ឋាននាម';
/dokuwiki/lib/plugins/authplain/lang/az/
H A Dlang.php7 $lang['userexists'] = 'Təssüf ki bu ad ilə istifadəçi artıq mövcuddur.';
/dokuwiki/lib/plugins/authplain/lang/bn/
H A Dlang.php7 $lang['userexists'] = 'দুঃখিত, এই লগইন সঙ্গে একটি ব্যবহারকারী ইতিমধ্যেই বিদ্যমান.';
/dokuwiki/lib/plugins/authplain/lang/ca/
H A Dlang.php7 $lang['userexists'] = 'Ja existeix un altre usuari amb aquest nom.';
/dokuwiki/lib/plugins/authldap/lang/tr/
H A Dlang.php8 $lang['connectfail'] = 'LDAP bağlanamadı: %s';
H A Dsettings.php8 $lang['bindpw'] = 'Üstteki kullanıcının şifresi';
/dokuwiki/lib/plugins/authplain/lang/ca-valencia/
H A Dlang.php6 $lang['userexists'] = 'Disculpe, pero ya existix un usuari en este nom.';
/dokuwiki/lib/plugins/popularity/lang/ne/
H A Dlang.php10 $lang['submit'] = 'सामग्री पठाउनुहोस् ';
/dokuwiki/lib/plugins/popularity/lang/af/
H A Dlang.php6 $lang['submit'] = 'Stuir Data';
/dokuwiki/lib/plugins/extension/lang/lv/
H A Dlang.php8 $lang['msg_delete_success'] = 'Papildinājums %s atinstalēts';
/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...]
/dokuwiki/lib/exe/
H A Djs.php39 global $lang;
50 DOKU_INC . 'inc/lang/' . $conf['lang'] . '/jquery.ui.datepicker.js',
117 $lang['js']['plugins'] = js_pluginstrings();
120 $lang['js']['template'] = $templatestrings;
122 echo 'LANG = ' . json_encode($lang['js'], JSON_THROW_ON_ERROR) . ";\n";
230 * - $lang['js'] must be an array.
231 * - Nothing is returned for plugins without an entry for $lang['js']
243 $path = DOKU_PLUGIN . $p . '/lang/';
245 if (isset($lang)) unse
[all...]
/dokuwiki/inc/Action/
H A DProfile.php39 global $lang;
41 msg($lang['profchanged'], 1);
H A DEdit.php55 global $lang;
73 $SUM = sprintf($lang['restored'], dformat($REV));
75 $SUM = $lang['created'];
H A DSave.php39 global $lang;
45 msg($lang['wordblock'], -1);
/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/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/lib/plugins/config/core/Setting/
H A DSettingMultichoice.php11 public $lang; //some custom language strings are stored in setting
45 if (!$option && isset($this->lang[$this->key . '_o_' . $choice])) {
46 $option = $this->lang[$this->key . '_o_' . $choice];
10 public $lang; //some custom language strings are stored in setting global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingMultichoice
H A DSettingLicense.php19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
/dokuwiki/inc/parser/
H A Dmetadata.php317 * @param string $lang programming language to use for syntax highlighting
320 public function file($text, $lang = null, $file = null)
393 global $lang;
394 $this->cdata($lang['singlequoteopening']);
402 global $lang;
403 $this->cdata($lang['singlequoteclosing']);
411 global $lang;
412 $this->cdata($lang['apostrophe']);
420 global $lang;
421 $this->cdata($lang['doublequoteopenin
315 file($text, $lang = null, $file = null) global() argument
[all...]
/dokuwiki/lib/plugins/config/
H A Dadmin.php78 global $lang;
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
196 echo '<button type="reset">' . $lang['btn_reset'] . '</button>';
212 $this->lang = array_merge($this->lang, $this->configuration->getLangs());
290 $this->lang[$key] = $value;
/dokuwiki/lib/plugins/styling/
H A Dpopup.php20 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php141 global $lang;
145 if (!$fp) throw new Exception($lang['log_file_failed_to_open']);
156 if (!$logData) throw new Exception($lang['log_file_failed_to_read']);
168 array_unshift($lines, "******\t" . "\t" . '[' . $lang['log_file_too_large'] . ']');
/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...]

1...<<313233