1 |
|
/* |
2 |
|
* user_strings.cpp - Localizable 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 |
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"}, |
146 |
|
{STR_ETHERNET_IF_CTRL, "Ethernet Interface"}, |
147 |
|
|
148 |
|
{STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, |
149 |
+ |
{STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"}, |
150 |
+ |
{STR_RAMSIZE_4MB_LAB, "4"}, |
151 |
+ |
{STR_RAMSIZE_8MB_LAB, "8"}, |
152 |
+ |
{STR_RAMSIZE_16MB_LAB, "16"}, |
153 |
+ |
{STR_RAMSIZE_32MB_LAB, "32"}, |
154 |
+ |
{STR_RAMSIZE_64MB_LAB, "64"}, |
155 |
+ |
{STR_RAMSIZE_128MB_LAB, "128"}, |
156 |
+ |
{STR_RAMSIZE_256MB_LAB, "256"}, |
157 |
+ |
{STR_RAMSIZE_512MB_LAB, "512"}, |
158 |
|
{STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, |
159 |
|
{STR_RAMSIZE_FMT, "%d MB"}, |
160 |
|
{STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"}, |
163 |
|
|
164 |
|
{STR_JIT_PANE_TITLE, "JIT Compiler"}, |
165 |
|
{STR_JIT_CTRL, "Enable JIT Compiler"}, |
166 |
< |
{STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator"}, |
166 |
> |
{STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"}, |
167 |
|
|
168 |
|
{STR_WINDOW_TITLE, "SheepShaver"}, |
169 |
|
{STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"}, |