--- BasiliskII/src/user_strings.cpp 2001/07/12 19:48:25 1.9 +++ BasiliskII/src/user_strings.cpp 2004/01/12 15:29:22 1.13 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -184,7 +184,7 @@ user_string_def common_strings[] = { {STR_ISPAR_CTRL, "Parallel Device"}, {STR_ETHER_ENABLE_CTRL, "Enable Ethernet"}, {STR_ETHERNET_IF_CTRL, "Ethernet Interface"}, - {STR_UDPTUNNEL_CTRL, "Tunnel AppleTalk over UDP"}, + {STR_UDPTUNNEL_CTRL, "Tunnel MacOS Networking over UDP"}, {STR_UDPPORT_CTRL, "UDP Port Number"}, {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, @@ -201,6 +201,16 @@ user_string_def common_strings[] = { {STR_CPU_68040_LAB, "68040"}, {STR_ROM_FILE_CTRL, "ROM File"}, + {STR_JIT_PANE_TITLE, "JIT Compiler"}, + {STR_JIT_CTRL, "Enable JIT Compiler"}, + {STR_JIT_FPU_CTRL, "Compile FPU Instructions"}, + {STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size"}, + {STR_JIT_CACHE_SIZE_2MB_LAB, "2048"}, + {STR_JIT_CACHE_SIZE_4MB_LAB, "4096"}, + {STR_JIT_CACHE_SIZE_8MB_LAB, "8192"}, + {STR_JIT_CACHE_SIZE_16MB_LAB, "16384"}, + {STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"}, + {STR_WINDOW_TITLE, "Basilisk II"}, {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"}, {STR_WINDOW_MENU, "Basilisk II"},