1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2 
3 /* fm-actions.h
4  *
5  * Copyright (C) 2004  Red Hat, Inc
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License as
9  * published by the Free Software Foundation; either version 2 of the
10  * License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public
18  * License along with this program; if not, write to the
19  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
20  * Boston, MA 02110-1301, USA.
21  *
22  * Authors: Alexander Larsson < alexl@redhat.com>
23  */
24 
25 #ifndef FM_ACTIONS_H
26 #define FM_ACTIONS_H
27 
28 #define FM_ACTION_OPEN "Open"
29 #define FM_ACTION_OPEN_ALTERNATE "OpenAlternate"
30 #define FM_ACTION_OPEN_IN_NEW_TAB "OpenInNewTab"
31 #define FM_ACTION_OPEN_FOLDER_WINDOW "OpenFolderWindow"
32 #define FM_ACTION_LOCATION_OPEN_ALTERNATE "LocationOpenAlternate"
33 #define FM_ACTION_LOCATION_OPEN_IN_NEW_TAB "LocationOpenInNewTab"
34 #define FM_ACTION_LOCATION_OPEN_FOLDER_WINDOW "LocationOpenFolderWindow"
35 #define FM_ACTION_OTHER_APPLICATION1 "OtherApplication1"
36 #define FM_ACTION_OTHER_APPLICATION2 "OtherApplication2"
37 #define FM_ACTION_NEW_FOLDER "New Folder"
38 #define FM_ACTION_PROPERTIES "Properties"
39 #define FM_ACTION_PROPERTIES_ACCEL "PropertiesAccel"
40 #define FM_ACTION_LOCATION_PROPERTIES "LocationProperties"
41 #define FM_ACTION_NO_TEMPLATES "No Templates"
42 #define FM_ACTION_EMPTY_TRASH "Empty Trash"
43 #define FM_ACTION_SAVE_SEARCH "Save Search"
44 #define FM_ACTION_SAVE_SEARCH_AS "Save Search As"
45 #define FM_ACTION_CUT "Cut"
46 #define FM_ACTION_LOCATION_CUT "LocationCut"
47 #define FM_ACTION_COPY "Copy"
48 #define FM_ACTION_LOCATION_COPY "LocationCopy"
49 #define FM_ACTION_PASTE "Paste"
50 #define FM_ACTION_PASTE_FILES_INTO "Paste Files Into"
51 #define FM_ACTION_COPY_TO_NEXT_PANE "Copy to next pane"
52 #define FM_ACTION_MOVE_TO_NEXT_PANE "Move to next pane"
53 #define FM_ACTION_COPY_TO_HOME "Copy to Home"
54 #define FM_ACTION_MOVE_TO_HOME "Move to Home"
55 #define FM_ACTION_COPY_TO_DESKTOP "Copy to Desktop"
56 #define FM_ACTION_MOVE_TO_DESKTOP "Move to Desktop"
57 #define FM_ACTION_LOCATION_PASTE_FILES_INTO "LocationPasteFilesInto"
58 #define FM_ACTION_NEW_LAUNCHER "New Launcher"
59 #define FM_ACTION_NEW_LAUNCHER_DESKTOP "New Launcher Desktop"
60 #define FM_ACTION_RENAME "Rename"
61 #define FM_ACTION_DUPLICATE "Duplicate"
62 #define FM_ACTION_CREATE_LINK "Create Link"
63 #define FM_ACTION_SELECT_ALL "Select All"
64 #define FM_ACTION_INVERT_SELECTION "Invert Selection"
65 #define FM_ACTION_SELECT_PATTERN "Select Pattern"
66 #define FM_ACTION_TRASH "Trash"
67 #define FM_ACTION_LOCATION_TRASH "LocationTrash"
68 #define FM_ACTION_DELETE "Delete"
69 #define FM_ACTION_LOCATION_DELETE "LocationDelete"
70 #define FM_ACTION_RESTORE_FROM_TRASH "Restore From Trash"
71 #define FM_ACTION_LOCATION_RESTORE_FROM_TRASH "LocationRestoreFromTrash"
72 #define FM_ACTION_SHOW_HIDDEN_FILES "Show Hidden Files"
73 #define FM_ACTION_CONNECT_TO_SERVER_LINK "Connect To Server Link"
74 #define FM_ACTION_MOUNT_VOLUME "Mount Volume"
75 #define FM_ACTION_UNMOUNT_VOLUME "Unmount Volume"
76 #define FM_ACTION_EJECT_VOLUME "Eject Volume"
77 #define FM_ACTION_FORMAT_VOLUME "Format Volume"
78 #define FM_ACTION_START_VOLUME "Start Volume"
79 #define FM_ACTION_STOP_VOLUME "Stop Volume"
80 #define FM_ACTION_POLL "Poll"
81 #define FM_ACTION_SELF_MOUNT_VOLUME "Self Mount Volume"
82 #define FM_ACTION_SELF_UNMOUNT_VOLUME "Self Unmount Volume"
83 #define FM_ACTION_SELF_EJECT_VOLUME "Self Eject Volume"
84 #define FM_ACTION_SELF_FORMAT_VOLUME "Self Format Volume"
85 #define FM_ACTION_SELF_START_VOLUME "Self Start Volume"
86 #define FM_ACTION_SELF_STOP_VOLUME "Self Stop Volume"
87 #define FM_ACTION_SELF_POLL "Self Poll"
88 #define FM_ACTION_LOCATION_MOUNT_VOLUME "Location Mount Volume"
89 #define FM_ACTION_LOCATION_UNMOUNT_VOLUME "Location Unmount Volume"
90 #define FM_ACTION_LOCATION_EJECT_VOLUME "Location Eject Volume"
91 #define FM_ACTION_LOCATION_FORMAT_VOLUME "Location Format Volume"
92 #define FM_ACTION_LOCATION_START_VOLUME "Location Start Volume"
93 #define FM_ACTION_LOCATION_STOP_VOLUME "Location Stop Volume"
94 #define FM_ACTION_LOCATION_POLL "Location Poll"
95 #define FM_ACTION_SCRIPTS "Scripts"
96 #define FM_ACTION_NEW_DOCUMENTS "New Documents"
97 #define FM_ACTION_NEW_EMPTY_FILE "New Empty File"
98 #define FM_ACTION_EMPTY_TRASH_CONDITIONAL "Empty Trash Conditional"
99 #define FM_ACTION_MANUAL_LAYOUT "Manual Layout"
100 #define FM_ACTION_TIGHTER_LAYOUT "Tighter Layout"
101 #define FM_ACTION_REVERSED_ORDER "Reversed Order"
102 #define FM_ACTION_CLEAN_UP "Clean Up"
103 #define FM_ACTION_KEEP_ALIGNED "Keep Aligned"
104 #define FM_ACTION_LOCK_ICON_POSITION "Lock Icons Position"
105 #define FM_ACTION_ARRANGE_ITEMS "Arrange Items"
106 #define FM_ACTION_STRETCH "Stretch"
107 #define FM_ACTION_UNSTRETCH "Unstretch"
108 #define FM_ACTION_ZOOM_ITEMS "Zoom Items"
109 #define FM_ACTION_UNDO "Undo"
110 #define FM_ACTION_REDO "Redo"
111 #define FM_ACTION_SORT_TRASH_TIME "Sort by Trash Time"
112 
113 #endif /* FM_ACTIONS_H */
114