ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/user_strings_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/user_strings_amiga.cpp (file contents):
Revision 1.1 by cebix, 1999-10-12T20:05:11Z vs.
Revision 1.12 by cebix, 2002-01-15T14:58:34Z

# Line 1 | Line 1
1   /*
2   *  user_strings_amiga.cpp - AmigaOS-specific localizable strings
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 26 | Line 26
26   user_string_def platform_strings[] = {
27          // Common strings that have a platform-specific variant
28          {STR_VOLUME_IS_MOUNTED_WARN, "The volume '%s' is mounted under AmigaOS. Basilisk II will try to unmount it."},
29 +        {STR_EXTFS_CTRL, "Amiga Root"},
30 +        {STR_EXTFS_NAME, "Amiga Directory Tree"},
31 +        {STR_EXTFS_VOLUME_NAME, "Amiga"},
32  
33          // Purely platform-specific strings
34          {STR_NO_PREPARE_EMUL_ERR, "PrepareEmul is not installed. Run PrepareEmul and then try again to start Basilisk II."},
35          {STR_NO_GADTOOLS_LIB_ERR, "Cannot open gadtools.library V39."},
36 +        {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."},
37          {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."},
38          {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."},
39 <        {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 mode."},
39 >        {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 or CyberGraphX mode."},
40 >        {STR_NO_VIDEO_MODE_ERR, "Cannot obtain selected video mode."},
41          {STR_WRONG_SCREEN_DEPTH_ERR, "Basilisk II only supports 8, 16 or 24 bit screens."},
42          {STR_WRONG_SCREEN_FORMAT_ERR, "Basilisk II only supports big-endian chunky ARGB screen modes."},
43 +        {STR_ENFORCER_RUNNING_ERR, "Enforcer/CyberGuard is running. Remove and then try again to start Basilisk II."},
44 +
45          {STR_NOT_ETHERNET_WARN, "The selected network device is not an Ethernet device. Networking will be disabled."},
46          {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."},
47          {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."},
48          {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."},
49          {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."},
50 +        {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"},
51 +
52 +        {STR_AHI_MODE_CTRL, "AHI Mode"},
53 +        {STR_SCSI_MEMTYPE_CTRL, "Buffer Memory Type"},
54 +        {STR_MEMTYPE_CHIP_LAB, "Chip"},
55 +        {STR_MEMTYPE_24BITDMA_LAB, "24-Bit DMA"},
56 +        {STR_MEMTYPE_ANY_LAB, "Any"},
57 +        {STR_SCSI_DEVICES_CTRL, "Virtual SCSI Devices"},
58  
59          {-1, NULL}      // End marker
60   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines