Document a few messages I missed.

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...
This commit is contained in:
Siebrand Mazeland 2011-06-19 15:14:45 +02:00
parent 0155198ffa
commit 6917d6c7de
2 changed files with 5 additions and 2 deletions

View File

@ -95,8 +95,10 @@ class YammerImportPlugin extends Plugin
$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');
}

View File

@ -101,6 +101,7 @@ class YammeradminpanelAction extends AdminPanelAction
$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') {