--- SheepShaver/src/user_strings.cpp 2004/01/12 15:37:19 1.3 +++ SheepShaver/src/user_strings.cpp 2005/01/30 21:48:19 1.6 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Localizable strings * - * SheepShaver (C) 1997-2004 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,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"}, @@ -140,6 +141,7 @@ user_string_def common_strings[] = { {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 ***"},