--- BasiliskII/src/user_strings.cpp 2000/04/10 18:52:31 1.6 +++ BasiliskII/src/user_strings.cpp 2008/01/01 09:40:31 1.19 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2008 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 @@ -137,6 +137,7 @@ user_string_def common_strings[] = { {STR_REF_15HZ_LAB, "15 Hz"}, {STR_REF_30HZ_LAB, "30 Hz"}, {STR_REF_60HZ_LAB, "60 Hz"}, + {STR_REF_DYNAMIC_LAB, "Dynamic"}, {STR_DISPLAY_X_CTRL, "Width"}, {STR_DISPLAY_Y_CTRL, "Height"}, {STR_SIZE_384_LAB, "384"}, @@ -183,8 +184,21 @@ 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 MacOS Networking over UDP"}, + {STR_UDPPORT_CTRL, "UDP Port Number"}, {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, + {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"}, + {STR_RAMSIZE_2MB_LAB, "2"}, + {STR_RAMSIZE_4MB_LAB, "4"}, + {STR_RAMSIZE_8MB_LAB, "8"}, + {STR_RAMSIZE_16MB_LAB, "16"}, + {STR_RAMSIZE_32MB_LAB, "32"}, + {STR_RAMSIZE_64MB_LAB, "64"}, + {STR_RAMSIZE_128MB_LAB, "128"}, + {STR_RAMSIZE_256MB_LAB, "256"}, + {STR_RAMSIZE_512MB_LAB, "512"}, + {STR_RAMSIZE_1024MB_LAB, "1024"}, {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, {STR_RAMSIZE_FMT, "%ld MB"}, {STR_MODELID_CTRL, "Mac Model ID"}, @@ -197,6 +211,18 @@ user_string_def common_strings[] = { {STR_CPU_68030_FPU_LAB, "68030 with FPU"}, {STR_CPU_68040_LAB, "68040"}, {STR_ROM_FILE_CTRL, "ROM File"}, + {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"}, + + {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 (KB)"}, + {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_JIT_FOLLOW_CONST_JUMPS, "Translate through constant jumps (inline blocks)"}, {STR_WINDOW_TITLE, "Basilisk II"}, {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},