This should actually bring 1.0.x to 100% translator documention, but of course new messages will appear and I'll probably have overseen a few...
$action_name = $nav->action->trimmed('action');
$nav->out->menuItem(common_local_url('yammeradminpanel'),
- _m('Yammer'),
- _m('Yammer import'),
+ // TRANS: Menu item for Yammer import.
+ _m('MENU','Yammer'),
+ // TRANS: Menu item title for Yammer import.
+ _m('Yammer import module.'),
$action_name == 'yammeradminpanel',
'nav_yammer_admin_panel');
}
$form = new YammerProgressForm($this, $this->runner);
} else if ($this->subaction == 'pause-import') {
+ // TRANS: Error message about an import job being paused from the admin panel.
$this->runner->recordError(_m('Paused from admin panel.'));
$form = $this->statusForm();
} else if ($this->subaction == 'continue-import') {