Home
last modified time | relevance | path

Searched refs:translation (Results 26 – 50 of 152) sorted by path

1234567

/template/bootstrap3/
H A DLICENSE69 language. (Hereinafter, translation is included without limitation in
H A DRELEASE.md158 * #389: Fixex Translation plugin issue when use `translation»dropdown` option (@tmo26 and @dominiquesamson)
444 * Updated translation files (thanks to all translators on Transifex platform)
450 * #149: Fixed warning message of the translation plugin (thanks to @Juergen-aus-Koeln)
526 * Added "de" translation from Transifex (thanks to @Soeldner)
527 * Updated all translation from Transifex platform
H A DTemplate.php91 $plugins = ['tplinc', 'tag', 'userhomepage', 'translation', 'pagelist'];
636 // Check if translation is outdate
637 if ($this->getConf('showTranslation') && $translation = $this->getPlugin('translation')) {
640 if ($translation->istranslatable($ID)) {
641 $translation->checkage();
H A Dstyle.ini56 css/plugins/translation.less = all
/template/bootstrap3/tpl/
H A Dtranslation.php18 $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/boozurk/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/boozurk/css/
H A Dboozurk.css83 …ost-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
/template/breeze/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/bushwick/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/bushwick/css/
H A Dbushwick.css87 …eatured-images, flexible-header, microformats, rtl-language-support, sticky-post, translation-ready
/template/bushwick/fonts/
H A DLICENSE.txt69 language. (Hereinafter, translation is included without limitation in
/template/chippedsnow/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/cleanresurrected/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/comicslate/css/
H A Dprint.less77 ….apps, .menu, .translation, .cnav, .secedit, #pagetools, .breadcrumbs, .pageinfo, .toc, .footerinc…
/template/comicslate/
H A Dmain.php85 $translation = plugin_load ( 'helper', 'translation' ); variable
86 echo $t5 . '<nav>' . ( $translation ? $translation -> showTranslations ( ) : '' ) . $t5 . '</nav>' .
/template/congrid/
H A DLICENSE69 language. (Hereinafter, translation is included without limitation in
/template/cowboy/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/cutopillar/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/darkclean/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/darkwood/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/dokubook/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
H A Dmain.php74 $translation = plugin_load('helper','translation'); variable
75 if ($translation) echo $translation->showTranslations();
/template/dokubook2/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/dokubootstrapsimplified/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/template/dokubrick/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in

1234567