summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions/ostatusgroup.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 15:17:36 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 15:17:36 +0200
commit5a6f6162061985c9d0e67b7d25b94b5a53205ace (patch)
tree6a46269e8b1e5246f8fe055a0540a54f716d9a05 /plugins/OStatus/actions/ostatusgroup.php
parent07cd52afc7eef0111c9f7bd49a52a51214520287 (diff)
* i18n/L10n update
* translator comments added * remove superfluous whitespace
Diffstat (limited to 'plugins/OStatus/actions/ostatusgroup.php')
-rw-r--r--plugins/OStatus/actions/ostatusgroup.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/OStatus/actions/ostatusgroup.php b/plugins/OStatus/actions/ostatusgroup.php
index 1861e866f..7db00ffbe 100644
--- a/plugins/OStatus/actions/ostatusgroup.php
+++ b/plugins/OStatus/actions/ostatusgroup.php
@@ -72,13 +72,16 @@ class OStatusGroupAction extends OStatusSubAction
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('profile',
+ // TRANS: Field label.
_m('Join group'),
$this->profile_uri,
+ // TRANS: Tooltip for field label "Join group".
_m("OStatus group's address, like http://example.net/group/nickname."));
$this->elementEnd('li');
$this->elementEnd('ul');
- $this->submit('validate', _m('Continue'));
+ // TRANS: Button text.
+ $this->submit('validate', _m('BUTTON','Continue'));
$this->elementEnd('fieldset');
@@ -156,7 +159,6 @@ class OStatusGroupAction extends OStatusSubAction
*
* @return string Title of the page
*/
-
function title()
{
// TRANS: Page title for OStatus remote group join form
@@ -168,9 +170,9 @@ class OStatusGroupAction extends OStatusSubAction
*
* @return instructions for use
*/
-
function getInstructions()
{
+ // TRANS: Instructions.
return _m('You can subscribe to groups from other supported sites. Paste the group\'s profile URI below:');
}