'main-menu',
'title' => 'Menu principal',
'description' => 'The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.',
);
// Exported menu: management.
$menus['management'] = array(
'menu_name' => 'management',
'title' => 'Management',
'description' => 'O menu Gerenciamento contém links para as tarefas administrativas.',
);
// Exported menu: navigation.
$menus['navigation'] = array(
'menu_name' => 'navigation',
'title' => 'Navegação',
'description' => 'The Navigation menu contains links intended for site visitors. Links are added to the Navigation menu automatically by some modules.',
);
// Exported menu: user-menu.
$menus['user-menu'] = array(
'menu_name' => 'user-menu',
'title' => 'User menu',
'description' => 'O menu Usuário contém links relacionados à conta do usuário, e também o link para fechar a sessão.',
);
// Translatables
// Included for use with string extractors like potx.
t('Management');
t('Menu principal');
t('Navegação');
t('O menu Gerenciamento contém links para as tarefas administrativas.');
t('O menu Usuário contém links relacionados à conta do usuário, e também o link para fechar a sessão.');
t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.');
t('The Navigation menu contains links intended for site visitors. Links are added to the Navigation menu automatically by some modules.');
t('User menu');
return $menus;
}