Home
last modified time | relevance | path

Searched refs:getLangPart (Results 1 – 25 of 28) sorted by relevance

12

/plugin/translation3/
H A Daction.php59 $lc = $this->hlp->getLangPart($ID);
85 $tr = $this->hlp->getLangPart($r);
104 $tr = $this->hlp->getLangPart($r);
H A Dhelper.php51 function getLangPart($id){ function in helper_plugin_translation
388 $lng = $this->getLangPart($ID);
/plugin/translation/
H A Daction.php73 $locale = $this->helper->getLangPart($id ?? '');
82 $locale = $this->helper->getLangPart("$locale:foo");
139 $locale = $this->helper->getLangPart($ID ?? '');
257 $event->data['tpl'] = str_replace('@TRANS@', $this->helper->getLangPart($ID), $event->data['tpl']);
271 $tr = $this->helper->getLangPart($r);
H A Dhelper.php74 public function getLangPart($id)
182 $curlc = $this->getLangPart($ID);
329 $lng = $this->getLangPart($ID);
71 public function getLangPart($id) global() function in helper_plugin_translation
H A Dadmin.php52 $helper->getLangPart($page["id"]) !== $default_language ||
/plugin/autotranslation/
H A Daction.php118 …$event->data['tpl'] = str_replace('@TRANS@', $this->helper->getLangPart($ID), $event->data['tpl']);
192 $lc = $this->helper->getLangPart($id);
226 $lc = $this->helper->getLangPart($ID);
259 $tr = $this->helper->getLangPart($r);
278 $tr = $this->helper->getLangPart($r);
308 $pageLang = $this->helper->getLangPart($ID);
H A Dhelper.php113 function getLangPart($id) { function in helper_plugin_autotranslation
208 $curlc = $this->getLangPart($ID);
419 $lng = $this->getLangPart($ID);
H A Dadmin.php39 if (!$helper->getLangPart($page["id"]) === $default_language ||
/plugin/gplusone/
H A Daction.php38 $lang = $translation->getLangPart($ID);
/plugin/bureaucracy-au/helper/
H A Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/bureaucracyau/helper/
H A Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/bureaucracy/helper/
H A Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/barcode/
H A Dsyntax.php85 $lang = $translation->getLangPart($ID);
/plugin/publist/
H A Dsyntax.php54 $mylang = $trans->getLangPart($ID);
/plugin/top/
H A Dhelper.php62 $lang = $translation->getLangPart($page);
/plugin/publistx/
H A Dsyntax.php55 $mylang = $trans->getLangPart($ID);
/plugin/data-au/helper/
H A Daliastextbox.php160 $trans = $translationPlugin->getLangPart($ID);
/plugin/data/
H A Dbureaucracy_field.php171 $trans = $translationPlugin->getLangPart($ID);
H A Dhelper.php66 $value = $trans->getLangPart(getID());
576 $local = $trans->getLangPart($ID);
/plugin/data/helper/
H A Daliastextbox.php166 $trans = $translationPlugin->getLangPart($ID);
/plugin/publistf/
H A Dsyntax.php56 $mylang = $trans->getLangPart($ID);
/plugin/rating/
H A Dhelper.php154 $lang = $translation->getLangPart($page);
/plugin/loadskin/
H A Daction.php190 $langPath = $transplugin->getLangPart($id).':';
/plugin/siteexport/inc/
H A Djavahelp.php45 $lang = $this->translation->getLangPart($data[$i]['id']);
/plugin/data-au/
H A Dhelper.php62 $value = $trans->getLangPart(getID());

12