1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
6 * Copyright (C) 2004 Red Hat, Inc.
8 * Nautilus is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
13 * Nautilus is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public
19 * License along with this program; if not, write to the Free
20 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 * Authors: Alexander Larsson <alexl@redhat.com>
26 #ifndef NAUTILUS_ACTIONS_H
27 #define NAUTILUS_ACTIONS_H
29 #define NAUTILUS_ACTION_STOP "Stop"
30 #define NAUTILUS_ACTION_RELOAD "Reload"
31 #define NAUTILUS_ACTION_BACK "Back"
32 #define NAUTILUS_ACTION_UP "Up"
33 #define NAUTILUS_ACTION_UP_ACCEL "UpAccel"
34 #define NAUTILUS_ACTION_UP_ACCEL "UpAccel"
35 #define NAUTILUS_ACTION_FORWARD "Forward"
36 #define NAUTILUS_ACTION_SHOW_HIDE_TOOLBAR "Show Hide Toolbar"
37 #define NAUTILUS_ACTION_SHOW_HIDE_SIDEBAR "Show Hide Sidebar"
38 #define NAUTILUS_ACTION_SHOW_HIDE_STATUSBAR "Show Hide Statusbar"
39 #define NAUTILUS_ACTION_SHOW_HIDE_LOCATION_BAR "Show Hide Location Bar"
40 #define NAUTILUS_ACTION_GO_TO_BURN_CD "Go to Burn CD"
41 #define NAUTILUS_ACTION_GO_TO_LOCATION "Go to Location"
42 #define NAUTILUS_ACTION_GO_HOME "Home"
43 #define NAUTILUS_ACTION_ADD_BOOKMARK "Add Bookmark"
44 #define NAUTILUS_ACTION_EDIT_BOOKMARKS "Edit Bookmarks"
45 #define NAUTILUS_ACTION_HOME "Home"
46 #define NAUTILUS_ACTION_ZOOM_IN "Zoom In"
47 #define NAUTILUS_ACTION_ZOOM_OUT "Zoom Out"
48 #define NAUTILUS_ACTION_ZOOM_NORMAL "Zoom Normal"
49 #define NAUTILUS_ACTION_CLOSE "Close"
50 #define NAUTILUS_ACTION_SEARCH "Search"
51 #define NAUTILUS_ACTION_FOLDER_WINDOW "Folder Window"
53 #endif /* NAUTILUS_ACTIONS_H */