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 |
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"}, |
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 |
+ |
{STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator"}, |
145 |
+ |
|
146 |
|
{STR_WINDOW_TITLE, "SheepShaver"}, |
147 |
|
{STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"}, |
148 |
|
{STR_WINDOW_MENU, "SheepShaver"}, |