{"add-files","list-add",N_("_Add Files..."),NULL,N_("Include additional files in the list of files to be renamed"),G_CALLBACK(thunar_renamer_dialog_action_add_files),},
{"clear","edit-clear",N_("Clear"),NULL,N_("Clear the file list below"),G_CALLBACK(thunar_renamer_dialog_action_clear),},
{"about","help-about",N_("_About"),NULL,N_("Display information about Thunar Bulk Rename"),G_CALLBACK(thunar_renamer_dialog_action_about),},
{"properties","document-properties",N_("_Properties..."),"<alt>Return",N_("View the properties of the selected file"),G_CALLBACK(thunar_renamer_dialog_action_properties),},
{"add-files","list-add",N_("_Add Files..."),NULL,N_("Include additional files in the list of files to be renamed"),G_CALLBACK(NULL),},
{THUNAR_RENAMER_ACTION_ADD_FILES,"<Actions>/ThunarRenamerDialog/add-files","",XFCE_GTK_IMAGE_MENU_ITEM,N_("_Add Files..."),N_("Include additional files in the list of files to be renamed"),"list-add",G_CALLBACK(thunar_renamer_dialog_action_add_files),},
{THUNAR_RENAMER_ACTION_CLEAR,"","",XFCE_GTK_IMAGE_MENU_ITEM,N_("Clear"),N_("Clear the file list below"),"edit-clear",G_CALLBACK(thunar_renamer_dialog_action_clear),},
{THUNAR_RENAMER_ACTION_ABOUT,"","",XFCE_GTK_IMAGE_MENU_ITEM,N_("_About"),N_("Display information about Thunar Bulk Rename"),"help-about",G_CALLBACK(thunar_renamer_dialog_action_about),},