{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_BY_NAME,"<Actions>/ThunarStandardView/sort-by-name","",XFCE_GTK_RADIO_MENU_ITEM,N_("Sort By _Name"),N_("Keep items sorted by their name"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_by_name),},
{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_BY_SIZE,"<Actions>/ThunarStandardView/sort-by-size","",XFCE_GTK_RADIO_MENU_ITEM,N_("Sort By _Size"),N_("Keep items sorted by their size"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_by_size),},
{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_BY_TYPE,"<Actions>/ThunarStandardView/sort-by-type","",XFCE_GTK_RADIO_MENU_ITEM,N_("Sort By _Type"),N_("Keep items sorted by their type"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_by_type),},
{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_BY_MTIME,"<Actions>/ThunarStandardView/sort-by-mtime","",XFCE_GTK_RADIO_MENU_ITEM,N_("Sort By Modification _Date"),N_("Keep items sorted by their modification date"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_by_date),},
{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_ASCENDING,"<Actions>/ThunarStandardView/sort-ascending","",XFCE_GTK_RADIO_MENU_ITEM,N_("_Ascending"),N_("Sort items in ascending order"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_ascending),},
{THUNAR_ABSTRACT_ICON_VIEW_ACTION_SORT_DESCENDING,"<Actions>/ThunarStandardView/sort-descending","",XFCE_GTK_RADIO_MENU_ITEM,N_("_Descending"),N_("Sort items in descending order"),NULL,G_CALLBACK(thunar_abstract_icon_view_action_sort_descending),},
{"setup-columns",NULL,N_("Configure _Columns..."),NULL,N_("Configure the columns in the detailed list view"),G_CALLBACK(thunar_details_view_action_setup_columns),},
{THUNAR_DETAILS_VIEW_ACTION_CONFIGURE_COLUMNS,"<Actions>/ThunarStandardView/configure-columns","",XFCE_GTK_MENU_ITEM,N_("Configure _Columns..."),N_("Configure the columns in the detailed list view"),NULL,G_CALLBACK(thunar_show_column_editor),},