From: Siebrand Mazeland Date: Thu, 3 Mar 2011 00:42:54 +0000 (+0100) Subject: Update translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=d55a831d970616b9f07e1ceee457f4e61665f3fb;p=quix0rs-gnu-social.git Update translator documentation. --- diff --git a/actions/tag.php b/actions/tag.php index 7c6f99d92b..944cda1f4a 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -64,8 +64,12 @@ class TagAction extends Action function title() { if ($this->page == 1) { + // TRANS: Title for first page of notices with tags. + // TRANS: %s is the tag. return sprintf(_('Notices tagged with %s'), $this->tag); } else { + // TRANS: Title for all but the first page of notices with tags. + // TRANS: %1$s is the tag, %2$d is the page number. return sprintf(_('Notices tagged with %1$s, page %2$d'), $this->tag, $this->page);