Searched refs:_pfc (Results 1 – 25 of 35) sorted by relevance
12
| /plugin/freechat/phpfreechat/data/public/themes/default/ |
| D | chat.html.tpl.php | 19 echo ' title="' . _pfc("Enter your nickname here") . '"' 29 title="<?php echo _pfc("Enter your message here"); ?>" 35 value="<?php echo _pfc("Send"); ?>" 36 title="<?php echo _pfc("Click here to send your message"); ?>" 48 alt="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" 49 title="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" /> 54 <span id="pfc_ping" title="<?php echo _pfc("Ping"); ?>"></span> 109 alt="<?php echo _pfc("Bold"); ?>" 110 title="<?php echo _pfc("Bold"); ?>" 117 alt="<?php echo _pfc("Italics"); ?>" [all …]
|
| D | chat.js.tpl.php | 5 <?php echo _pfc("Chat loading ..."); ?><br style="margin:0"/><?php echo _pfc("Please wait"); ?> 104 …_pfc("%s appears to be either disabled or unsupported by your browser.","JavaScript"); ?> <?php ec… 112 …_pfc("%s appears to be either disabled or unsupported by your browser.","Cookies"); ?> <?php echo … 114 …_pfc("%s appears to be either disabled or unsupported by your browser.","Ajax"); ?> <?php echo _pf… 116 …_pfc("%s appears to be either disabled or unsupported by your browser.","ActiveX"); ?> <?php echo …
|
| /plugin/freechat/phpfreechat/themes/default/ |
| D | chat.html.tpl.php | 19 echo ' title="' . _pfc("Enter your nickname here") . '"' 29 title="<?php echo _pfc("Enter your message here"); ?>" 35 value="<?php echo _pfc("Send"); ?>" 36 title="<?php echo _pfc("Click here to send your message"); ?>" 48 alt="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" 49 title="<?php echo _pfc("PHP FREE CHAT [powered by phpFreeChat-%s]", $version); ?>" /> 54 <span id="pfc_ping" title="<?php echo _pfc("Ping"); ?>"></span> 109 alt="<?php echo _pfc("Bold"); ?>" 110 title="<?php echo _pfc("Bold"); ?>" 117 alt="<?php echo _pfc("Italics"); ?>" [all …]
|
| D | chat.js.tpl.php | 5 <?php echo _pfc("Chat loading ..."); ?><br style="margin:0"/><?php echo _pfc("Please wait"); ?> 104 …_pfc("%s appears to be either disabled or unsupported by your browser.","JavaScript"); ?> <?php ec… 112 …_pfc("%s appears to be either disabled or unsupported by your browser.","Cookies"); ?> <?php echo … 114 …_pfc("%s appears to be either disabled or unsupported by your browser.","Ajax"); ?> <?php echo _pf… 116 …_pfc("%s appears to be either disabled or unsupported by your browser.","ActiveX"); ?> <?php echo …
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfcglobalconfig.class.php | 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"); [all …]
|
| D | pfctools.php | 221 $errors[] = _pfc("%s doesn't exist: %s", $func, $err); 231 $errors[] = _pfc("%s directory must be specified", ($name!="" ? $name : $dir)); 234 $this->errors[] = _pfc("%s must be a directory",$dir); 238 $errors[] = _pfc("%s can't be created",$dir); 240 $errors[] = _pfc("%s is not writeable",$dir); 242 $errors[] = _pfc("%s is not readable",$dir); 255 $errors[] = _pfc("%s is not a file", $src_file); 257 $errors[] = _pfc("%s is not readable", $src_file); 259 $errors[] = _pfc("%s is not a directory", $src_dir); 273 $errors[] = _pfc("%s is not a directory", $src_dir); [all …]
|
| D | pfccontainerinterface.class.php | 50 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); } 62 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); } 73 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
|
| D | pfctemplate.class.php | 48 die(_pfc("%s template could not be found", $this->tpl_filename));
|
| /plugin/freechat/phpfreechat/src/commands/ |
| D | banlist.class.php | 24 $msg .= "<p>"._pfc("The banished user list is:")."</p>"; 37 $msg .= "<p>("._pfc("Empty").")</p>"; 39 $msg .= "<p>"._pfc("'/unban {nickname}' will unban the user identified by {nickname}")."</p>"; 40 $msg .= "<p>"._pfc("'/unban all' will unban all the users on this channel")."</p>";
|
| D | unban.class.php | 30 $cmdp["param"] = _pfc("Missing parameter"); 39 $msg = "<p>"._pfc("Nobody has been unbanished")."</p>"; 54 $msg = "<p>"._pfc("%s has been unbanished", $nick)."</p>"; 61 $msg = "<p>"._pfc("%s users have been unbanished", $nb)."</p>";
|
| D | kick.class.php | 23 if ($reason == '') $reason = _pfc("no reason"); 34 $cmdp["param"] = _pfc("Missing parameter"); 50 …$cmdp['params'][] = _pfc("kicked from %s by %s - reason: %s", $channame, $sender, $reason); // rea…
|
| D | invite.class.php | 61 $cmdp["param"] = _pfc("Missing parameter"); 73 $cmdp["param"] = _pfc("You must join %s to invite users in this channel",$channeltarget); 89 $cmdp["param"] = _pfc("%s was invited by %s",$nicktoinvite,$sender);
|
| D | ban.class.php | 23 if ($reason == '') $reason = _pfc("no reason"); 36 $cmdp["param"] = _pfc("Missing parameter"); 48 $cmdp["param"] = _pfc("%s banished from %s by %s", $nick, $channame, $sender);
|
| D | send.class.php | 40 $cmdp["param"] = _pfc("Can't send the message, %s is offline", $pvnick); 50 if ($text == "") $errors["pfc_words"] = _pfc("Text cannot be empty"); 51 if ($nick == "") $errors["pfc_handle"] = _pfc("Please enter your nickname");
|
| D | identify.class.php | 64 $msg .= _pfc("Succesfully identified"); 69 $msg .= _pfc("Identification failure");
|
| D | leave.class.php | 31 $cmdp["param"] = _pfc("Missing parameter"); 100 $cmdp["param"] = _pfc("%s quit",$u->getNickname()); 137 $cmdp["param"] = _pfc("Missing parameter");
|
| D | join.class.php | 27 $cmdp["param"] = _pfc("Missing parameter"); 49 $cmdp["param"] = _pfc("%s joins %s",$u->getNickname(), $channame);
|
| D | nick.class.php | 25 $cmdp["param"] = _pfc("Missing parameter"); 53 $cmdp["param"] = _pfc("%s changes his nickname to %s",$oldnick,$newnick);
|
| D | redirect.class.php | 23 $cmdp["param"] = _pfc("Missing parameter");
|
| D | deop.class.php | 19 $cmdp["param"] = _pfc("Missing parameter");
|
| D | me.class.php | 25 $cmdp["param"] = _pfc("Missing parameter");
|
| D | help.class.php | 32 $str = _pfc("Here is the command list:")."<br/>";
|
| /plugin/freechat/phpfreechat/src/proxies/ |
| D | auth.class.php | 52 $cmdp["param"] = _pfc("Your must be connected to send a message"); 68 …$xml_reponse->script("alert('".addslashes(_pfc("You are not allowed to run '%s' command", $this->n… 89 $msg = _pfc("Can't join %s because you are banished", $param); 99 $msg = _pfc("Can't join %s because the channels list is restricted", $param);
|
| D | noflood.class.php | 75 $msg = _pfc("Please don't post so many message, flood is not tolerated"); 83 … $cmdp["params"][2] .=_pfc("kicked from %s by %s", $u->channels[$recipientid]["name"], "noflood");
|
| /plugin/freechat/phpfreechat/src/containers/ |
| D | mysql.class.php | 103 $errors[] = _pfc("Mysql container: connect error"); 118 $errors[] = _pfc("Mysql container: create database error '%s'",mysql_error($db)); 137 $errors[] = _pfc("Mysql container: create table error '%s'",mysql_error($db));
|
12