Home
last modified time | relevance | path

Searched refs:lang (Results 3876 – 3900 of 4142) sorted by relevance

1...<<151152153154155156157158159160>>...166

/template/starter/
H A Ddetail.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
68 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
/template/kiwiki/
H A Ddetail.php16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
17 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
69 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
/template/pinkberrynight/
H A Ddetail.php16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
68 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
/template/bulma/
H A Ddetail.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
68 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php13 <h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['user_tools']; ?></h6>
25 echo '<li class="user"><span class="sr-only">' . $lang['loggedinas'] . ' </span>' . userlink() . '</li>';
H A Dmain-sidebar-nav.php8 <span class="lbl"><?php echo $lang['site_tools']; ?></span>
35 <span class="lbl"><?php echo $lang['user_tools']; ?></span>
/template/kajukkd/
H A Ddetail.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
68 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
/template/neolaoresources3/
H A Dmain.php21 global $lang;
60 echo '<h1>', $lang['toc'], '</h1>';
115 global $lang;
/template/zero/
H A Dmain.php22 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
54 …[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"'…
/template/mikio/
H A Ddetail.php20 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
21 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
81 echo '<dt>' . $lang[$tag[1]] . ':</dt><dd>';
/template/vector/user/
H A Dtabs.php.dist89 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWi…
92 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from Doku…
101 …$_vector_tabs_right["ca-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki…
137 $_vector_tabs_left["ca-export-odt"]["text"] = $lang["vector_exportodt"];
152 $_vector_tabs_left["ca-export-pdf"]["text"] = $lang["vector_exportpdf"];
/template/typowiki/typowiki/
H A Dmain.php16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
17 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
63 <a href="#dokuwiki__content"><?php echo $lang['skip_to_content'] ?></a>
/template/bootstrap3/tpl/
H A Dmenu-admin.php36 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang['btn_admin'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
37 <?php echo iconify('mdi:settings'); ?> <span class="<?php echo (in_array('admin', $TPL->getConf('navbarLabels')) ? '' : 'hidden-lg hidden-md hidden-sm') ?>"> <?php echo $lang['btn_admin'] ?></span> <span class="caret"></span>
59 $label = $plugin->getMenuText($conf['lang']);
H A Dmenu-user.php11 global $INFO, $lang, $TPL;
126 <li class="dropdown-header"><?php echo $lang['user_tools'] ?></li>
/template/sidebar/
H A Dtplfn_sidebar.php36 global $ID, $conf, $lang;
54 <input type="submit" value="<?php echo $lang['btn_sidebaredit']; ?>" class="button" />
/template/roundbox/
H A Dsidebar.php47 global $ID, $conf, $lang;
70 <input type="submit" value="<?php echo $lang['btn_sidebaredit']; ?>" class="button" />
/template/h6e-minimal/
H A Ddetail.php16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
17 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
/template/bootstrap3/
H A DTemplate.php536 global $lang;
579 $out .= '<li>' . iconify('mdi:calendar', ['class' => 'text-muted']) . ' ' . $lang['lastmod'] . ' <span title="' . dformat($INFO['lastmod']) . '">' . $date . '</span></li>';
596 $out .= '<li class="text-muted">' . $lang['by'] . ' <bdi>' . $user . '</bdi></li>';
598 $out .= '<li>(' . $lang['external_edit'] . ')</li>';
603 $out .= '<li>' . iconify('mdi:lock', ['class' => 'text-muted']) . ' ' . $lang['lockedby'] . ' ' . editorinfo($INFO['locked']) . '</li>';
706 global $conf, $license, $lang;
717 $output .= $lang['license'] . '<br/>';
841 global $lang;
853 print '<li>' . rtrim($lang['breadcrumb'], ':') . '</li>';
892 global $lang;
[all...]
H A Dmain.php18 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
194 <a href="#dokuwiki__top" class="back-to-top hidden-print btn btn-default" title="<?php echo $lang['skip_to_content'] ?>" accesskey="t">
/template/icke/
H A DIckeNavigation.php140 $lang = $this->getCurrentTranslation();
141 if ($lang === '') return $id;
143 $local = "$lang:$id";
/template/simple_sidebar/
H A Dmain.php29 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
82 …[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"'…
/template/strap/class/
H A DTplUtility.php161 global $lang;
180 … print '<li class="pr-2" style="display:flex;font-weight: 200">' . $lang['breadcrumb'] . '</li>';
746 global $lang;
757 $htmlOutput .= $lang['youarehere'] . ' ';
859 global $lang;
880 $caption = $lang['btn_' . $type];
1044 global $lang;
1045 $direction = $lang["direction"];
/template/arctic/
H A Dmain.php26 <html lang="<?php echo $conf['lang']?>" id="document" dir="<?php echo $lang['direction']?>">
45 <a href="#dokuwiki__content" class="skiplink"><?php echo $lang['skip_to_content']; ?></a>
/template/breeze/
H A Dtpl_functions.php145 global $lang;
157 … accesskey="f" name="id" class="search input" title="[F]" placeholder="'.$lang['btn_search'].'"/>';
/template/sprintdoc/
H A Dtpl.php40 global $lang;
47 $caption = $lang['btn_' . $data['type']];

1...<<151152153154155156157158159160>>...166