/template/arctictut/ |
H A D | main.php | 70 $translation = &plugin_load('helper','translation'); variable 71 if ($translation) echo $translation->showTranslations(); 170 $translation = &plugin_load('helper','translation'); variable 171 if ($translation) echo $translation->showTranslations(); 180 if ($translation) echo $translation->showTranslations(); 199 if ($translation) echo $translation->showTranslations(); 208 if ($translation) echo $translation->showTranslations(); 235 if ($translation) echo $translation->showTranslations(); 244 if ($translation) echo $translation->showTranslations(); 264 if ($translation) echo $translation->showTranslations(); [all …]
|
/template/bootstrap3/tpl/ |
H A D | translation.php | 18 $translation = $TPL->getPlugin('translation'); variable 20 $conf['plugin']['translation']['dropdown'] = 0; 22 if ($translation->istranslatable($ID)) { 26 list($lc, $idpart) = $translation->getTransParts($ID); 28 $translation_label = $translation->getLang('translations'); 30 foreach ($translation->translations as $t) { 33 if (method_exists($translation, 'getTransItem')) { 34 $translation_items[] = str_replace(array('<div class="li">', '</div>'), '', $translation->getTransItem($t, $idpart)); 37 list($target, $language) = $translation [all...] |
/template/khum1/ |
H A D | main.php | 49 $translation = plugin_load('helper','translation'); variable 50 if ($translation) echo $translation->showTranslations(); 215 $translation = plugin_load('helper','translation'); variable 216 if ($translation) {?> 220 echo $translation->showTranslations();
|
H A D | CHANGELOG.md | 19 - Test to know if translation is installed; avoids errors 29 - Test pour savoir si translation est installé ; évite des erreurs 146 - Improved integration of the "translation" plugin. 172 - Amélioration de l'intégration du plugin "translation".
|
/template/zenith/ |
H A D | pagetools.php | 24 $translation = plugin_load('helper','translation'); variable 25 if ($translation) echo $translation->showTranslations();
|
/template/20cones/ |
H A D | tpl_header.php | 72 <!-- @20cones-template@ : Wrapper for plugin translation --> 78 $translation = plugin_load('helper','translation'); 79 if ($translation) echo $translation->showTranslations(); 75 <?php $translation = &plugin_load('helper','translation'); global() variable
|
H A D | README.md | 17 - Integrated with [Translation Plugin](http://www.dokuwiki.org/plugin:translation) 27 language using the instructions of translation plugin. For translations, you 46 - Plugin *translation* is not supported in dropdown mode.
|
/template/arctic-mbo/ |
H A D | tpl_functions.php | 91 $translation = &plugin_load('helper','translation'); 92 if ($translation) { 93 $curlc = $translation->getLangPart($ID); 94 list($lc,$idpart) = $translation->getTransParts($main_sb); 95 list($main_sb,$name) = $translation->buildTransID($curlc,$idpart); 361 $translation = &plugin_load('helper','translation'); 362 if ($translation) { 364 $curlc = $translation->getLangPart($id);
|
H A D | arctic_layout.css | 8 //modify translation style
|
/template/dokukitv2/ |
H A D | main.php | 7 $translation = plugin_load('helper','translation'); variable 70 if ($translation) { 72 echo $translation->showTranslations();
|
/template/dokubook/ |
H A D | main.php | 74 $translation = plugin_load('helper','translation'); variable 75 if ($translation) echo $translation->showTranslations();
|
/template/icke/ |
H A D | main.php | 32 $translation = plugin_load('helper','translation'); variable 33 if ($translation !== null) { 34 echo $translation->showTranslations();
|
H A D | functions.php | 124 $translation =& plugin_load('action', 'translation'); 125 if ($translation === null) { 129 if ($translation->locale === null) { 132 $translatedId = $translation->locale . ":$id";
|
H A D | IckeNavigation.php | 93 $translation = $this->getCurrentTranslation(); 95 $translatedId = $translation . ":$id";
|
/template/dokukit/ |
H A D | main.php | 16 $translation = plugin_load('helper','translation'); variable 44 if ($translation) { 46 echo $translation->showTranslations();
|
/template/material/ |
H A D | main.php | 135 $translation = plugin_load('helper','translation'); variable 136 if ($translation) echo $translation->showTranslations();
|
/template/sprintdoc/ |
H A D | main.php | 358 /** @var helper_plugin_translation $translation */ 359 $translation = plugin_load('helper','translation'); variable 360 if ($translation) { 361 echo $translation->showTranslations();
|
/template/comicslate/ |
H A D | main.php | 85 $translation = plugin_load ( 'helper', 'translation' ); variable 86 echo $t5 . '<nav>' . ( $translation ? $translation -> showTranslations ( ) : '' ) . $t5 . '</nav>' .
|
/template/bootstrap3/ |
H A D | AUTHORS.md | 19 <td align="center"><a href="https://www.upwork.com/fl/andreyshpak"><img src="https://avatars1.githubusercontent.com/u/1916759?v=4" width="100px;" alt=""/><br /><sub><b>Andrey Shpak</b></sub></a><br /><a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/commits?author=insspb" title="Code">?</a> <a href="#translation-insspb" title="Translation">?</a></td> 20 <td align="center"><a href="https://github.com/sawachan"><img src="https://avatars2.githubusercontent.com/u/8247311?v=4" width="100px;" alt=""/><br /><sub><b>Hideaki SAWADA</b></sub></a><br /><a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/commits?author=sawachan" title="Code">?</a> <a href="#translation-sawachan" title="Translation">?</a></td> 21 <td align="center"><a href="https://bouah.net"><img src="https://avatars0.githubusercontent.com/u/138302?v=4" width="100px;" alt=""/><br /><sub><b>Maxime Buquet</b></sub></a><br /><a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/commits?author=Ppjet6" title="Code">?</a> <a href="#translation-Ppjet6" title="Translation">?</a></td> 22 <td align="center"><a href="http://nelson6e65.github.io"><img src="https://avatars1.githubusercontent.com/u/9272498?v=4" width="100px;" alt=""/><br /><sub><b>Nelson Martell</b></sub></a><br /><a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/commits?author=nelson6e65" title="Code">?</a> <a href="#translation-nelson6e65" title="Translation">?</a></td> 46 <td align="center"><a href="https://lotar.altervista.org"><img src="https://avatars0.githubusercontent.com/u/1824717?v=4" width="100px;" alt=""/><br /><sub><b>Giuseppe Di Terlizzi</b></sub></a><br /><a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/commits?author=giterlizzi" title="Code">?</a> <a href="#translation-giterlizzi" title="Translation">?</a></td> 47 <td align="center"><a href="https://github.com/Digitalin"><img src="https://avatars1.githubusercontent.com/u/12547689?v=4" width="100px;" alt=""/><br /><sub><b>Digitalin</b></sub></a><br /><a href="#translation-Digitalin" title="Translation">?</a> <a href="https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues?q=author%3ADigitalin" title="Bug reports">?</a></td>
|
/template/sprintdoc/css/plugins/ |
H A D | translation.less | 2 * This file provides styles for the translation plugin
|
/template/mmkanso/ |
H A D | CHANGELOG | 6 - Removed reference to translation plugin
|
/template/prsnl10/css/ |
H A D | prsnl10_print.css | 23 .dokuwiki div.plugin_translation, /* listing of Andreas Gohr's translation plugin */
|
/template/mnml-blog/css/ |
H A D | mnml-blog_print.css | 23 .dokuwiki div.plugin_translation, /* listing of Andreas Gohr's translation plugin */
|
/template/vector/ |
H A D | CREDITS | 38 LAINME contributed the Chinese translation (simplified) language files.
|
/template/comicslate/css/ |
H A D | print.less | 77 ….apps, .menu, .translation, .cnav, .secedit, #pagetools, .breadcrumbs, .pageinfo, .toc, .footerinc…
|