Lines Matching refs:trans
13 var $trans = array(); variable in helper_plugin_translation
26 $this->trans = strtolower(str_replace(',',' ',$this->getConf('translations')));
27 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
28 sort($this->trans);
36 if(in_array($dfl,$this->trans)){
40 array_unshift($this->trans,'');
52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/';
64 $rx = '/(^|,|:|;|-)('.join('|',$this->trans).')($|,|:|;|-)/i';
120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
141 foreach($this->trans as $t){
187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
218 foreach($this->trans as $t){
274 foreach($this->trans as $t){
391 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';