'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.',
'language' => 'und',
'i18n_mode' => 5,
);
// Exported menu: menu-menu-secciones.
$menus['menu-menu-secciones'] = array(
'menu_name' => 'menu-menu-secciones',
'title' => 'Menu Secciones',
'description' => 'Menú secciones footer',
'language' => 'und',
'i18n_mode' => 5,
);
// Exported menu: menu-top-menu.
$menus['menu-top-menu'] = array(
'menu_name' => 'menu-top-menu',
'title' => 'Top Menu',
'description' => 'Menú para la barra de navegación superior',
'language' => 'und',
'i18n_mode' => 5,
);
// Translatables
// Included for use with string extractors like potx.
t('Main menu');
t('Menu Secciones');
t('Menú para la barra de navegación superior');
t('Menú secciones footer');
t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.');
t('Top Menu');
return $menus;
}