Home
last modified time | relevance | path

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

12

/plugin/translation/
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);
Dhelper.php74 public function getLangPart($id) function in helper_plugin_translation
182 $curlc = $this->getLangPart($ID);
329 $lng = $this->getLangPart($ID);
412 $this->getLangPart($page["id"]) !== $this->defaultlang ||
/plugin/translation3/
Daction.php59 $lc = $this->hlp->getLangPart($ID);
85 $tr = $this->hlp->getLangPart($r);
104 $tr = $this->hlp->getLangPart($r);
Dhelper.php51 function getLangPart($id){ function in helper_plugin_translation
388 $lng = $this->getLangPart($ID);
/plugin/autotranslation/
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);
Dhelper.php113 function getLangPart($id) { function in helper_plugin_autotranslation
208 $curlc = $this->getLangPart($ID);
419 $lng = $this->getLangPart($ID);
Dadmin.php39 if (!$helper->getLangPart($page["id"]) === $default_language ||
/plugin/gplusone/
Daction.php38 $lang = $translation->getLangPart($ID);
/plugin/bureaucracyau/helper/
Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/bureaucracy/helper/
Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/bureaucracy-au/helper/
Daction.php59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/barcode/
Dsyntax.php85 $lang = $translation->getLangPart($ID);
/plugin/aichat/
DChunk.php165 $lc = $trans->realLC($trans->getLangPart($this->page));
/plugin/data/
Dbureaucracy_field.php171 $trans = $translationPlugin->getLangPart($ID);
Dhelper.php66 $value = $trans->getLangPart(getID());
/plugin/publist/
Dsyntax.php54 $mylang = $trans->getLangPart($ID);
/plugin/data-au/helper/
Daliastextbox.php160 $trans = $translationPlugin->getLangPart($ID);
/plugin/data/helper/
Daliastextbox.php166 $trans = $translationPlugin->getLangPart($ID);
/plugin/publistx/
Dsyntax.php55 $mylang = $trans->getLangPart($ID);
/plugin/top/
Dhelper.php55 $lang = $translation->getLangPart($page);
/plugin/rating/
Dhelper.php154 $lang = $translation->getLangPart($page);
/plugin/publistf/
Dsyntax.php56 $mylang = $trans->getLangPart($ID);
/plugin/siteexport/inc/
Djavahelp.php45 $lang = $this->translation->getLangPart($data[$i]['id']);
/plugin/loadskin/
Daction.php190 $langPath = $transplugin->getLangPart($id).':';
/plugin/data-au/
Dhelper.php62 $value = $trans->getLangPart(getID());

12