Lines Matching refs:translation
9 private $translation = null; variable in siteexport_javahelp
25 $translation = plugin_load('helper', 'autotranslation');
26 $this->translation = &$translation;
42 if ($this->translation)
44 … $this->translation->translationsNs = $this->translation->setupTNS($data[$i]['id'], true);
45 $lang = $this->translation->getLangPart($data[$i]['id']);
48 'tns' => $this->translation->translationsNs,
59 …Space = str_replace('/', ':', $this->translation && !empty($this->translation->translationsNs) ? $…
74 $toc->translation = &$this->translation;
75 $rootNode = cleanID($this->translation->translationsNs . $lang) . ':';
77 $toc->translation = null;