X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FLinkback%2FLinkbackPlugin.php;h=5cc4aadb051ede166f2b72a2141043bac46c8d21;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=797572d7f857f64f4577e8d21be6e3da1312de6c;hpb=42dd460d3b9aa9a8ad147d00de9b6c8e209ab4e9;p=quix0rs-gnu-social.git diff --git a/plugins/Linkback/LinkbackPlugin.php b/plugins/Linkback/LinkbackPlugin.php index 797572d7f8..5cc4aadb05 100644 --- a/plugins/Linkback/LinkbackPlugin.php +++ b/plugins/Linkback/LinkbackPlugin.php @@ -201,7 +201,9 @@ class LinkbackPlugin extends Plugin { $profile = $this->notice->getProfile(); - $args = array('title' => sprintf(_('%1$s\'s status on %2$s'), + // TRANS: Trackback title. + // TRANS: %1$s is a profile nickname, %2$s is a timestamp. + $args = array('title' => sprintf(_m('%1$s\'s status on %2$s'), $profile->nickname, common_exact_date($this->notice->created)), 'excerpt' => $this->notice->content, @@ -238,6 +240,7 @@ class LinkbackPlugin extends Plugin 'author' => 'Evan Prodromou', 'homepage' => 'http://status.net/wiki/Plugin:Linkback', 'rawdescription' => + // TRANS: Plugin description. _m('Notify blog authors when their posts have been linked in '. 'microblog notices using '. 'Pingback '.