--- BasiliskII/src/AmigaOS/user_strings_amiga.h 1999/10/27 16:59:42 1.3 +++ BasiliskII/src/AmigaOS/user_strings_amiga.h 2001/05/24 14:31:07 1.7 @@ -1,7 +1,7 @@ /* * user_strings_amiga.h - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * 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 @@ -36,8 +36,14 @@ enum { STR_NO_GTLAYOUT_LIB_WARN, STR_NO_AHI_WARN, STR_NO_AHI_CTRL_WARN, + STR_NOT_ENOUGH_MEM_WARN, - STR_AHI_MODE_CTRL + STR_AHI_MODE_CTRL, + STR_SCSI_MEMTYPE_CTRL, + STR_MEMTYPE_CHIP_LAB, + STR_MEMTYPE_24BITDMA_LAB, + STR_MEMTYPE_ANY_LAB, + STR_SCSI_DEVICES_CTRL }; #endif