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