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.2 by gbeauche, 2003-12-04T17:26:36Z vs.
Revision 1.4 by gbeauche, 2004-05-31T09:04:43Z

# 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-2004 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 40 | Line 40 | user_string_def platform_strings[] = {
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