1 |
|
/* |
2 |
|
* user_strings.cpp - Localizable strings |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2002 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 |
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"}, |
125 |
|
{STR_VIDEO_MODE_CTRL, "Enabled Video Modes"}, |
126 |
|
{STR_FULLSCREEN_CTRL, "Fullscreen"}, |
127 |
+ |
{STR_WINDOW_CTRL, "Window"}, |
128 |
+ |
{STR_VIDEO_TYPE_CTRL, "Video Type"}, |
129 |
+ |
{STR_DISPLAY_X_CTRL, "Width"}, |
130 |
+ |
{STR_DISPLAY_Y_CTRL, "Height"}, |
131 |
+ |
{STR_SIZE_384_LAB, "384"}, |
132 |
+ |
{STR_SIZE_480_LAB, "480"}, |
133 |
+ |
{STR_SIZE_512_LAB, "512"}, |
134 |
+ |
{STR_SIZE_600_LAB, "600"}, |
135 |
+ |
{STR_SIZE_640_LAB, "640"}, |
136 |
+ |
{STR_SIZE_768_LAB, "768"}, |
137 |
+ |
{STR_SIZE_800_LAB, "800"}, |
138 |
+ |
{STR_SIZE_1024_LAB, "1024"}, |
139 |
+ |
{STR_SIZE_MAX_LAB, "Maximum"}, |
140 |
|
{STR_NOSOUND_CTRL, "Disable Sound Output"}, |
141 |
|
|
142 |
|
{STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"}, |
152 |
|
{STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"}, |
153 |
|
{STR_ROM_FILE_CTRL, "ROM File"}, |
154 |
|
|
155 |
+ |
{STR_JIT_PANE_TITLE, "JIT Compiler"}, |
156 |
+ |
{STR_JIT_CTRL, "Enable JIT Compiler"}, |
157 |
+ |
{STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"}, |
158 |
+ |
|
159 |
|
{STR_WINDOW_TITLE, "SheepShaver"}, |
160 |
|
{STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"}, |
161 |
|
{STR_WINDOW_MENU, "SheepShaver"}, |