--- BasiliskII/src/user_strings.cpp 1999/10/19 17:41:20 1.3 +++ BasiliskII/src/user_strings.cpp 2001/07/12 19:48:25 1.9 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 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"}, @@ -175,7 +176,6 @@ user_string_def common_strings[] = { {STR_24_BIT_1280x1024_LAB, "1280x1024, 24 Bit"}, {STR_24_BIT_1600x1200_LAB, "1600x1200, 24 Bit"}, {STR_SOUND_CTRL, "Sound"}, - {STR_AHI_MODE_CTRL, "AHI Mode"}, {STR_NOSOUND_CTRL, "Disable Sound Output"}, {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"}, @@ -184,6 +184,8 @@ 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_UDPPORT_CTRL, "UDP Port Number"}, {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, @@ -191,9 +193,13 @@ user_string_def common_strings[] = { {STR_MODELID_CTRL, "Mac Model ID"}, {STR_MODELID_5_LAB, "Mac IIci (MacOS 7.x)"}, {STR_MODELID_14_LAB, "Quadra 900 (MacOS 8.x)"}, + {STR_CPU_CTRL, "CPU Type"}, + {STR_CPU_68020_LAB, "68020"}, + {STR_CPU_68020_FPU_LAB, "68020 with FPU"}, + {STR_CPU_68030_LAB, "68030"}, + {STR_CPU_68030_FPU_LAB, "68030 with FPU"}, + {STR_CPU_68040_LAB, "68040"}, {STR_ROM_FILE_CTRL, "ROM File"}, - {STR_KEYCODES_CTRL, "Use Raw Keycodes"}, - {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, {STR_WINDOW_TITLE, "Basilisk II"}, {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},