--- SheepShaver/src/user_strings.cpp 2002/02/04 16:58:13 1.1.1.1 +++ SheepShaver/src/user_strings.cpp 2005/03/27 22:32:46 1.7 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Localizable strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig * * 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 @@ -118,11 +118,25 @@ user_string_def common_strings[] = { {STR_640x480_CTRL, "Fullscreen 640x480"}, {STR_800x600_CTRL, "Fullscreen 800x600"}, {STR_1024x768_CTRL, "Fullscreen 1024x768"}, + {STR_1152x768_CTRL, "Fullscreen 1152x768"}, {STR_1152x900_CTRL, "Fullscreen 1152x900"}, {STR_1280x1024_CTRL, "Fullscreen 1280x1024"}, {STR_1600x1200_CTRL, "Fullscreen 1600x1200"}, {STR_VIDEO_MODE_CTRL, "Enabled Video Modes"}, {STR_FULLSCREEN_CTRL, "Fullscreen"}, + {STR_WINDOW_CTRL, "Window"}, + {STR_VIDEO_TYPE_CTRL, "Video Type"}, + {STR_DISPLAY_X_CTRL, "Width"}, + {STR_DISPLAY_Y_CTRL, "Height"}, + {STR_SIZE_384_LAB, "384"}, + {STR_SIZE_480_LAB, "480"}, + {STR_SIZE_512_LAB, "512"}, + {STR_SIZE_600_LAB, "600"}, + {STR_SIZE_640_LAB, "640"}, + {STR_SIZE_768_LAB, "768"}, + {STR_SIZE_800_LAB, "800"}, + {STR_SIZE_1024_LAB, "1024"}, + {STR_SIZE_MAX_LAB, "Maximum"}, {STR_NOSOUND_CTRL, "Disable Sound Output"}, {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"}, @@ -138,6 +152,10 @@ user_string_def common_strings[] = { {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"}, {STR_ROM_FILE_CTRL, "ROM File"}, + {STR_JIT_PANE_TITLE, "JIT Compiler"}, + {STR_JIT_CTRL, "Enable JIT Compiler"}, + {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"}, + {STR_WINDOW_TITLE, "SheepShaver"}, {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"}, {STR_WINDOW_MENU, "SheepShaver"},