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

Comparing SheepShaver/src/Unix/user_strings_unix.cpp (file contents):
Revision 1.17 by gbeauche, 2006-05-01T22:33:34Z vs.
Revision 1.19 by asvitkine, 2009-08-18T18:26:11Z

# Line 1 | Line 1
1   /*
2   *  user_strings_unix.cpp - Localizable strings, Unix specific strings
3   *
4 < *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 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 38 | Line 38 | user_string_def platform_strings[] = {
38          {STR_KD2_SHMAT_ERR, "Cannot map second Kernel Data area: %s."},
39          {STR_ROM_MMAP_ERR, "Cannot map ROM: %s."},
40          {STR_RAM_MMAP_ERR, "Cannot map RAM: %s."},
41 +        {STR_RAM_ROM_MMAP_ERR, "Cannot map area for RAM and ROM: %s."},
42 +        {STR_RAM_AREA_TOO_HIGH_ERR, "Cannot map usable RAM area. Try to decrease the MacOS RAM size."},
43          {STR_DR_CACHE_MMAP_ERR, "Cannot map DR Cache: %s."},
44          {STR_DR_EMULATOR_MMAP_ERR, "Cannot map DR Emulator: %s."},
45          {STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines