diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/nav-menus.php --- a/wp/wp-admin/nav-menus.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/nav-menus.php Tue Sep 27 16:37:53 2022 +0200 @@ -499,6 +499,13 @@ 'menuItemDeletion' => __( 'item %s' ), /* translators: %s: Item name. */ 'itemsDeleted' => __( 'Deleted menu item: %s.' ), + 'itemAdded' => __( 'Menu item added' ), + 'itemRemoved' => __( 'Menu item removed' ), + 'movedUp' => __( 'Menu item moved up' ), + 'movedDown' => __( 'Menu item moved down' ), + 'movedTop' => __( 'Menu item moved to the top' ), + 'movedLeft' => __( 'Menu item moved out of submenu' ), + 'movedRight' => __( 'Menu item is now a sub-item' ), ); wp_localize_script( 'nav-menu', 'menus', $nav_menus_l10n ); @@ -599,7 +606,7 @@ $overview = '
' . __( 'This screen is used for managing your navigation menus.' ) . '
'; $overview .= '' . sprintf( /* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */ - __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the Widgets screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), + __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the Widgets screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Twenty', 'Twenty Twenty-One' @@ -618,7 +625,7 @@ $menu_management = '
' . __( 'The menu management box at the top of the screen is used to control which menu is opened in the editor below.' ) . '
'; $menu_management .= '' . __( 'You can assign theme locations to individual menus by selecting the desired settings at the bottom of the menu editor. To assign menus to all theme locations at once, visit the Manage Locations tab at the top of the screen.' ) . '
'; get_current_screen()->add_help_tab( @@ -645,7 +652,7 @@ ); else : // Locations tab. $locations_overview = '' . __( 'This screen is used for globally assigning menus to locations defined by your theme.' ) . '
'; - $locations_overview .= '