1 |
|
/* |
2 |
|
* user_strings.cpp - Common localizable strings |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 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 |
137 |
|
{STR_REF_15HZ_LAB, "15 Hz"}, |
138 |
|
{STR_REF_30HZ_LAB, "30 Hz"}, |
139 |
|
{STR_REF_60HZ_LAB, "60 Hz"}, |
140 |
+ |
{STR_REF_DYNAMIC_LAB, "Dynamic"}, |
141 |
|
{STR_DISPLAY_X_CTRL, "Width"}, |
142 |
|
{STR_DISPLAY_Y_CTRL, "Height"}, |
143 |
|
{STR_SIZE_384_LAB, "384"}, |
184 |
|
{STR_ISPAR_CTRL, "Parallel Device"}, |
185 |
|
{STR_ETHER_ENABLE_CTRL, "Enable Ethernet"}, |
186 |
|
{STR_ETHERNET_IF_CTRL, "Ethernet Interface"}, |
187 |
+ |
{STR_UDPTUNNEL_CTRL, "Tunnel MacOS Networking over UDP"}, |
188 |
+ |
{STR_UDPPORT_CTRL, "UDP Port Number"}, |
189 |
|
|
190 |
|
{STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, |
191 |
|
{STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, |
201 |
|
{STR_CPU_68040_LAB, "68040"}, |
202 |
|
{STR_ROM_FILE_CTRL, "ROM File"}, |
203 |
|
|
204 |
+ |
{STR_JIT_PANE_TITLE, "JIT Compiler"}, |
205 |
+ |
{STR_JIT_CTRL, "Enable JIT Compiler"}, |
206 |
+ |
{STR_JIT_FPU_CTRL, "Compile FPU Instructions"}, |
207 |
+ |
{STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size"}, |
208 |
+ |
{STR_JIT_CACHE_SIZE_2MB_LAB, "2048"}, |
209 |
+ |
{STR_JIT_CACHE_SIZE_4MB_LAB, "4096"}, |
210 |
+ |
{STR_JIT_CACHE_SIZE_8MB_LAB, "8192"}, |
211 |
+ |
{STR_JIT_CACHE_SIZE_16MB_LAB, "16384"}, |
212 |
+ |
{STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"}, |
213 |
+ |
{STR_JIT_FOLLOW_CONST_JUMPS, "Translate through constant jumps (inline blocks)"}, |
214 |
+ |
|
215 |
|
{STR_WINDOW_TITLE, "Basilisk II"}, |
216 |
|
{STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"}, |
217 |
|
{STR_WINDOW_MENU, "Basilisk II"}, |