Searched refs:msgid (Results 1 – 5 of 5) sorted by relevance
/plugin/freechat/phpfreechat/src/commands/ |
H A D | send.class.php | 68 $msgid = $ct->write($recipient, $nick, "send", $text); 69 if (is_array($msgid)) 72 $cmdp["param"] = implode(",",$msgid);
|
/plugin/settingstree/ |
H A D | script.js | 26 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 D | pfccontainer.class.php | 383 $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 D | syntax.php | 447 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 D | i18n.rst | 59 …holders are converted. ``{{ name }}`` becomes ``%name%`` so the gettext ``msgid`` for this string …
|