--- BasiliskII/src/AmigaOS/user_strings_amiga.cpp 1999/10/19 17:41:25 1.2 +++ BasiliskII/src/AmigaOS/user_strings_amiga.cpp 2001/10/16 17:27:52 1.11 @@ -1,7 +1,7 @@ /* * user_strings_amiga.cpp - 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 @@ -33,16 +33,28 @@ user_string_def platform_strings[] = { // Purely platform-specific strings {STR_NO_PREPARE_EMUL_ERR, "PrepareEmul is not installed. Run PrepareEmul and then try again to start Basilisk II."}, {STR_NO_GADTOOLS_LIB_ERR, "Cannot open gadtools.library V39."}, + {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."}, {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."}, {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."}, - {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 mode."}, + {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 or CyberGraphX mode."}, + {STR_NO_VIDEO_MODE_ERR, "Cannot obtain selected video mode."}, {STR_WRONG_SCREEN_DEPTH_ERR, "Basilisk II only supports 8, 16 or 24 bit screens."}, {STR_WRONG_SCREEN_FORMAT_ERR, "Basilisk II only supports big-endian chunky ARGB screen modes."}, + {STR_ENFORCER_RUNNING_ERR, "Enforcer/CyberGuard is running. Remove and then try again to start Basilisk II."}, + {STR_NOT_ETHERNET_WARN, "The selected network device is not an Ethernet device. Networking will be disabled."}, {STR_NO_MULTICAST_WARN, "Your Ethernet card does not support multicast and is not usable with AppleTalk. Please report this to the manufacturer of the card."}, {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."}, {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."}, {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."}, + {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"}, + + {STR_AHI_MODE_CTRL, "AHI Mode"}, + {STR_SCSI_MEMTYPE_CTRL, "Buffer Memory Type"}, + {STR_MEMTYPE_CHIP_LAB, "Chip"}, + {STR_MEMTYPE_24BITDMA_LAB, "24-Bit DMA"}, + {STR_MEMTYPE_ANY_LAB, "Any"}, + {STR_SCSI_DEVICES_CTRL, "Virtual SCSI Devices"}, {-1, NULL} // End marker };