Lines Matching refs:_pfc
652 …$this->errors[] = _pfc("'%s' parameter is mandatory by default use '%s' value", "serverid", "md5(_…
699 …$this->errors[] = _pfc("Error: undefined or obsolete parameter '%s', please correct or remove this…
701 …$this->errors[] = _pfc("Error: '%s' is a private parameter, you are not allowed to change it", $k);
731 $this->channels = array(_pfc("My room"));
785 $this->errors[] = _pfc("'%s' parameter must be an array", $ap);
791 $this->errors[] = _pfc("'%s' parameter must be a positive number", $npp);
797 $this->errors[] = _pfc("'%s' parameter must be a boolean", $bp);
803 $this->errors[] = _pfc("'%s' parameter must be a charatere string", $sp);
806 if ($this->title == "") $this->title = _pfc("My Chat");
809 $f_list["file_get_contents"] = _pfc("You need %s", "PHP 4 >= 4.3.0 or PHP 5");
815 $err_preg_x = _pfc("You need %s", "PHP 3 >= 3.0.9 or PHP 4 or PHP 5");
819 $err_ob_x = _pfc("You need %s", "PHP 4 or PHP 5");
823 $f_list["get_object_vars"] = _pfc("You need %s", "PHP 4 or PHP 5");
845 …if (!file_exists($f_dst)) $this->errors[] = _pfc("%s doesn't exist, data_public_path cannot be ins…
863 $this->errors[] = _pfc("%s doesn't exist", $filetotest);
883 $this->errors[] = _pfc("%s doesn't exist", $filetotest);
899 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/default');
905 $this->errors[] = _pfc("cannot copy %s in %s",
915 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/'.$this->theme);
921 $this->errors[] = _pfc("cannot copy %s in %s",
940 …$this->errors[] = _pfc("'%s' parameter is not valid. Available values are : '%s'", "language", imp…
981 $this->errors[] = _pfc("'%s' directory doesn't exist", $this->proxies_path);
1142 …die(_pfc("Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are…