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

Comparing SheepShaver/src/user_strings.cpp (file contents):
Revision 1.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.4 by gbeauche, 2004-05-25T15:33:24Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Localizable 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 118 | Line 118 | user_string_def common_strings[] = {
118          {STR_640x480_CTRL, "Fullscreen 640x480"},
119          {STR_800x600_CTRL, "Fullscreen 800x600"},
120          {STR_1024x768_CTRL, "Fullscreen 1024x768"},
121 +        {STR_1152x768_CTRL, "Fullscreen 1152x768"},
122          {STR_1152x900_CTRL, "Fullscreen 1152x900"},
123          {STR_1280x1024_CTRL, "Fullscreen 1280x1024"},
124          {STR_1600x1200_CTRL, "Fullscreen 1600x1200"},
# Line 138 | Line 139 | user_string_def common_strings[] = {
139          {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"},
140          {STR_ROM_FILE_CTRL, "ROM File"},
141  
142 +        {STR_JIT_PANE_TITLE, "JIT Compiler"},
143 +        {STR_JIT_CTRL, "Enable JIT Compiler"},
144 +
145          {STR_WINDOW_TITLE, "SheepShaver"},
146          {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"},
147          {STR_WINDOW_MENU, "SheepShaver"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines