Home
last modified time | relevance | path

Searched refs:msgid (Results 1 – 5 of 5) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Dsend.class.php68 $msgid = $ct->write($recipient, $nick, "send", $text);
69 if (is_array($msgid))
72 $cmdp["param"] = implode(",",$msgid);
/plugin/settingstree/
H A Dscript.js26 getLang = function (msgid){ argument
28 if ((str = LANG.plugins.settingstree[msgid]) === undefined){
29 …str = '{msgid:'+msgid+'}'; // Note: if lang keys needs to be html escaped then there is a conceptu…
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php383 $msgid = $this->_requestMsgId($chan);
387 $data .= $msgid."\t";
394 $this->setMeta("channelid-to-msg", $this->encode($chan), $msgid, $data);
397 $old_msgid = $msgid - $c->max_msg - 20;
401 return $msgid;
/plugin/groupmail/
H A Dsyntax.php447 protected function _set_error($msgid, $args=Null, $type=Null) { argument
449 if (is_null($type)) $type=$msgid;
450 $msgstr = $lang[$msgid];
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst59 …holders are converted. ``{{ name }}`` becomes ``%name%`` so the gettext ``msgid`` for this string …