Complete "people tag" to "list" in UI messages.

Update translator documentation accordingly.

Probably a few cases left where "tag[ged[" has to be replaced by "list[ed]".
This commit is contained in:
Siebrand Mazeland
2011-04-17 20:08:03 +02:00
parent 25e38ebeca
commit 4ab995dd1e
30 changed files with 132 additions and 132 deletions

View File

@@ -885,8 +885,8 @@ class OStatusPlugin extends Plugin
return true;
} else {
$oprofile->garbageCollect();
// TRANS: Exception thrown when subscription of remote people tag fails.
throw new Exception(_m('Failed subscribing to remote people tag.'));
// TRANS: Exception thrown when subscription to remote list fails.
throw new Exception(_m('Failed subscribing to remote list.'));
}
}
}
@@ -922,7 +922,7 @@ class OStatusPlugin extends Plugin
$act->object = $oprofile->asActivityObject();
$act->time = time();
$act->title = _m('Unfollow people tag');
$act->title = _m('Unfollow list');
$act->content = sprintf(_m('%1$s stopped following the list %2$s by %3$s.'),
$sub->getBestName(),
$oprofile->getBestName(),