/*

Directory Opus 4
Original GPL release version 4.12
Copyright 1993-2000 Jonathan Potter

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

All users of Directory Opus 4 (including versions distributed
under the GPL) are entitled to upgrade to the latest version of
Directory Opus version 5 at a reduced price. Please see
http://www.gpsoft.com.au for more information.

The release of Directory Opus 4 under the GPL in NO WAY affects
the existing commercial status of Directory Opus 5.

*/

#ifndef ICON_STRINGS
#define ICON_STRINGS

enum {
    STR_REMAP_COLORS,
    STR_SAVE,
    STR_SKIP,
    STR_CANCEL,
    STR_DELETE,
    STR_NEW,
    STR_TOOLTYPES,
    STR_COMMENT,
    STR_DEFAULT_TOOL,
    STR_VALIDATING,
    STR_WRITE_PROTECTED,
    STR_READ_WRITE,
    STR_SCRIPT,
    STR_ARCHIVED,
    STR_READABLE,
    STR_WRITABLE,
    STR_EXECUTABLE,
    STR_DELETABLE,
    STR_BLOCKS,
    STR_USED,
    STR_FREE,
    STR_BLOCK_SIZE,
    STR_CREATED,
    STR_LAST_CHANGED,
    STR_BYTES,
    STR_STACK,
    STR_DISK,
    STR_DRAWER,
    STR_TOOL,
    STR_PROJECT,
    STR_TRASH,
    STR_DEVICE,
    STR_KICK,
    STR_APPICON,
    STR_ICON,

    STR_STRING_COUNT};

#define PROTECT_S 0
#define PROTECT_A 1
#define PROTECT_R 2
#define PROTECT_W 3
#define PROTECT_E 4
#define PROTECT_D 5
#define KEY_SKIP 6
#define KEY_CANCEL 7

extern char **string_table;

#endif
