From d906ee1bcbc8a6a2dc99f44696126532dac0c275 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 5 May 2011 12:47:26 +0200 Subject: [PATCH] Update translator documentation and L10n. --- actions/all.php | 3 +++ actions/login.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actions/all.php b/actions/all.php index 8ee3ec3fa6..2e53691636 100644 --- a/actions/all.php +++ b/actions/all.php @@ -86,9 +86,12 @@ class AllAction extends ProfileAction { $user = common_current_user(); if ($user->id == $this->user->id) { + // TRANS: Title of a user's own start page. return _('Home timeline'); } else { $profile = $this->user->getProfile(); + // TRANS: Title of another user's start page. + // TRANS: %s is the other user's name. return sprintf(_("%s's home timeline"), $profile->getBestName()); } } diff --git a/actions/login.php b/actions/login.php index 55eccf4b2c..f774a0ed80 100644 --- a/actions/login.php +++ b/actions/login.php @@ -228,7 +228,7 @@ class LoginAction extends Action $this->elementStart('ul', 'form_data'); $this->elementStart('li'); // TRANS: Field label on login page. - $this->input('nickname', _('Username or email')); + $this->input('nickname', _('Username or email address')); $this->elementEnd('li'); $this->elementStart('li'); // TRANS: Field label on login page. -- 2.39.2