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.3 by cebix, 1999-10-19T19:28:20Z

# 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."},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines