'main-menu',
'title' => 'Main menu',
'description' => 'The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.',
);
// Translatables
// Included for use with string extractors like potx.
t('Main menu');
t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.');
return $menus;
}