]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Document a few messages I missed.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 13:14:45 +0000 (15:14 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 13:14:45 +0000 (15:14 +0200)
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...

plugins/YammerImport/YammerImportPlugin.php
plugins/YammerImport/actions/yammeradminpanel.php

index 41d8d08a663b58f9d381405b861f5290c05bd870..b93eb3ba4aebecdeb20216bf4d2ca484a80c846e 100644 (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');
         }
index 493762e2cd2c113f22007ab2e30ca554f9a30659..f8e099109eac36b4cc4d50cebec0ad2df926b1b8 100644 (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') {