ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/BeOS/user_strings_beos.cpp
(Generate patch)

Comparing SheepShaver/src/BeOS/user_strings_beos.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.5 by gbeauche, 2005-01-30T21:48:19Z

# Line 1 | Line 1
1   /*
2   *  user_strings_beos.cpp - Localizable strings, BeOS specific strings
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
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 34 | Line 34 | user_string_def platform_strings[] = {
34          {STR_NO_SHEEP_DRIVER_ERR, "Cannot open /dev/sheep: %s (%08x). SheepShaver is not properly installed."},
35          {STR_NO_RAM_AREA_ERR, "Not enough memory to create RAM area: %s (%08x)."},
36          {STR_NO_ROM_AREA_ERR, "Not enough memory to create ROM area."},
37 +        {STR_NO_SHEEP_MEM_AREA_ERR, "Not enough memory to create SheepShaver area."},
38          {STR_SHEEP_UP_ERR, "Cannot allocate Low Memory Globals: %s (%08x)."},
39          {STR_NO_NET_ADDON_WARN, "The SheepShaver net server add-on cannot be found. Ethernet will not be available."},
40          {STR_NET_CONFIG_MODIFY_WARN, "To enable Ethernet networking for SheepShaver, your network configuration has to be modified and the network restarted. Do you want this to be done now (selecting \"Cancel\" will disable Ethernet under SheepShaver)?."},
41          {STR_NET_ADDON_INIT_FAILED, "SheepShaver net server add-on found\nbut there seems to be no network hardware.\nPlease check your network preferences."},
42          {STR_NET_ADDON_CLONE_FAILED, "Cloning of the network transfer area failed."},
43 +        {STR_NO_SHEEP_MEM_AREA_ERR, "Cannot create SheepShaver Globals area: %s (%08x)."},
44 +        {STR_NO_DR_CACHE_AREA_ERR, "Cannot create DR Cache area: %s (%08x)."},
45 +        {STR_NO_DR_EMULATOR_AREA_ERR, "Cannot create DR Emulator area: %s (%08x)."},
46  
47          {-1, NULL}      // End marker
48   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines