--- SheepShaver/src/user_strings.cpp 2002/02/04 16:58:13 1.1 +++ SheepShaver/src/user_strings.cpp 2004/06/03 21:52:54 1.5 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Localizable strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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,6 +118,7 @@ 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"}, @@ -138,6 +139,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"}, + {STR_WINDOW_TITLE, "SheepShaver"}, {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"}, {STR_WINDOW_MENU, "SheepShaver"},