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.8 by gbeauche, 2004-05-09T17:44:17Z vs.
Revision 1.11 by gbeauche, 2005-01-30T21:48:20Z

# Line 1 | Line 1
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
# 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_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."},
# Line 77 | Line 79 | user_string_def platform_strings[] = {
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines