1 |
|
/* |
2 |
|
* user_strings.cpp - Common localizable strings |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2001 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2005 Christian Bauer |
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 |
188 |
|
{STR_UDPPORT_CTRL, "UDP Port Number"}, |
189 |
|
|
190 |
|
{STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, |
191 |
+ |
{STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"}, |
192 |
+ |
{STR_RAMSIZE_2MB_LAB, "2"}, |
193 |
+ |
{STR_RAMSIZE_4MB_LAB, "4"}, |
194 |
+ |
{STR_RAMSIZE_8MB_LAB, "8"}, |
195 |
+ |
{STR_RAMSIZE_16MB_LAB, "16"}, |
196 |
+ |
{STR_RAMSIZE_32MB_LAB, "32"}, |
197 |
+ |
{STR_RAMSIZE_64MB_LAB, "64"}, |
198 |
+ |
{STR_RAMSIZE_128MB_LAB, "128"}, |
199 |
+ |
{STR_RAMSIZE_256MB_LAB, "256"}, |
200 |
+ |
{STR_RAMSIZE_512MB_LAB, "512"}, |
201 |
+ |
{STR_RAMSIZE_1024MB_LAB, "1024"}, |
202 |
|
{STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, |
203 |
|
{STR_RAMSIZE_FMT, "%ld MB"}, |
204 |
|
{STR_MODELID_CTRL, "Mac Model ID"}, |
211 |
|
{STR_CPU_68030_FPU_LAB, "68030 with FPU"}, |
212 |
|
{STR_CPU_68040_LAB, "68040"}, |
213 |
|
{STR_ROM_FILE_CTRL, "ROM File"}, |
214 |
+ |
{STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"}, |
215 |
+ |
|
216 |
+ |
{STR_JIT_PANE_TITLE, "JIT Compiler"}, |
217 |
+ |
{STR_JIT_CTRL, "Enable JIT Compiler"}, |
218 |
+ |
{STR_JIT_FPU_CTRL, "Compile FPU Instructions"}, |
219 |
+ |
{STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size (KB)"}, |
220 |
+ |
{STR_JIT_CACHE_SIZE_2MB_LAB, "2048"}, |
221 |
+ |
{STR_JIT_CACHE_SIZE_4MB_LAB, "4096"}, |
222 |
+ |
{STR_JIT_CACHE_SIZE_8MB_LAB, "8192"}, |
223 |
+ |
{STR_JIT_CACHE_SIZE_16MB_LAB, "16384"}, |
224 |
+ |
{STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"}, |
225 |
+ |
{STR_JIT_FOLLOW_CONST_JUMPS, "Translate through constant jumps (inline blocks)"}, |
226 |
|
|
227 |
|
{STR_WINDOW_TITLE, "Basilisk II"}, |
228 |
|
{STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"}, |