1 |
|
/* |
2 |
|
* user_strings_unix.cpp - Localizable strings, Unix specific strings |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2004 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 |
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_DR_CACHE_MMAP_ERR, "Cannot map DR Cache: %s."}, |
42 |
+ |
{STR_DR_EMULATOR_MMAP_ERR, "Cannot map DR Emulator: %s."}, |
43 |
|
{STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."}, |
44 |
|
{STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s). It seems that you need a newer kernel."}, |
45 |
|
{STR_SIGSEGV_INSTALL_ERR, "Cannot install SIGSEGV handler: %s."}, |
79 |
|
{STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."}, |
80 |
|
{STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."}, |
81 |
|
|
82 |
+ |
{STR_OPEN_WINDOW_ERR, "Cannot open Mac window."}, |
83 |
+ |
{STR_WINDOW_TITLE_GRABBED, "SheepShaver (mouse grabbed, press Ctrl-F5 to release)"}, |
84 |
+ |
|
85 |
|
{-1, NULL} // End marker |
86 |
|
}; |
87 |
|
|