Update/fix translator documentation.
This commit is contained in:
parent
d68a86f019
commit
8cfd8450d5
|
@ -77,25 +77,27 @@ class PeopletagNav extends Menu
|
||||||
// TRANS: Menu item in the group navigation page.
|
// TRANS: Menu item in the group navigation page.
|
||||||
_m('MENU','List Subscriptions'),
|
_m('MENU','List Subscriptions'),
|
||||||
// TRANS: Tooltip for menu item in the group navigation page.
|
// TRANS: Tooltip for menu item in the group navigation page.
|
||||||
// TRANS: %s is the nickname of the group.
|
// TRANS: %s is a user nickname.
|
||||||
sprintf(_m('TOOLTIP','Lists subscribed to by %s.'), $nickname),
|
sprintf(_m('TOOLTIP','Lists subscribed to by %s.'), $nickname),
|
||||||
$action_name == 'peopletagsubscriptions',
|
$action_name == 'peopletagsubscriptions',
|
||||||
'nav_list_group');
|
'nav_list_group');
|
||||||
$this->out->menuItem(common_local_url('peopletagsforuser', array('nickname' =>
|
$this->out->menuItem(common_local_url('peopletagsforuser', array('nickname' =>
|
||||||
$nickname)),
|
$nickname)),
|
||||||
// TRANS: Menu item in the group navigation page.
|
// TRANS: Menu item in the group navigation page.
|
||||||
|
// TRANS: %s is a user nickname.
|
||||||
sprintf(_m('MENU','Lists with %s'), $nickname),
|
sprintf(_m('MENU','Lists with %s'), $nickname),
|
||||||
// TRANS: Tooltip for menu item in the group navigation page.
|
// TRANS: Tooltip for menu item in the group navigation page.
|
||||||
// TRANS: %s is the nickname of the group.
|
// TRANS: %s is a user nickname.
|
||||||
sprintf(_m('TOOLTIP','Lists with %s.'), $nickname),
|
sprintf(_m('TOOLTIP','Lists with %s.'), $nickname),
|
||||||
$action_name == 'peopletagsforuser',
|
$action_name == 'peopletagsforuser',
|
||||||
'nav_lists_with');
|
'nav_lists_with');
|
||||||
$this->out->menuItem(common_local_url('peopletagsbyuser', array('nickname' =>
|
$this->out->menuItem(common_local_url('peopletagsbyuser', array('nickname' =>
|
||||||
$nickname)),
|
$nickname)),
|
||||||
// TRANS: Menu item in the group navigation page.
|
// TRANS: Menu item in the group navigation page.
|
||||||
|
// TRANS: %s is a user nickname.
|
||||||
sprintf(_m('MENU','Lists by %s'), $nickname),
|
sprintf(_m('MENU','Lists by %s'), $nickname),
|
||||||
// TRANS: Tooltip for menu item in the group navigation page.
|
// TRANS: Tooltip for menu item in the group navigation page.
|
||||||
// TRANS: %s is the nickname of the group.
|
// TRANS: %s is a user nickname.
|
||||||
sprintf(_m('TOOLTIP','Lists by %s.'), $nickname),
|
sprintf(_m('TOOLTIP','Lists by %s.'), $nickname),
|
||||||
$action_name == 'peopletagsbyuser',
|
$action_name == 'peopletagsbyuser',
|
||||||
'nav_lists_by');
|
'nav_lists_by');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user