X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frsd.php;h=f99b86e1a4035fb8c9a68393299e8023c32e9f8a;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=0a70117498d7a1b9bd4792fae7db39f06cd130d1;hpb=a159352b6553cf69420739f237a7dbfaf4bc865a;p=quix0rs-gnu-social.git diff --git a/actions/rsd.php b/actions/rsd.php index 0a70117498..f99b86e1a4 100644 --- a/actions/rsd.php +++ b/actions/rsd.php @@ -110,6 +110,7 @@ class RsdAction extends Action $this->user = User::staticGet('nickname', $nickname); if (empty($this->user)) { + // TRANS: Client error. $this->clientError(_('No such user.'), 404); return false; } @@ -139,6 +140,7 @@ class RsdAction extends Action $this->elementStart('rsd', array('version' => '1.0', 'xmlns' => $rsdNS)); $this->elementStart('service'); + // TRANS: Engine name for RSD. $this->element('engineName', null, _('StatusNet')); $this->element('engineLink', null, 'http://status.net/'); $this->elementStart('apis');