--- SheepShaver/src/include/user_strings.h 2002/02/04 16:58:13 1.1 +++ SheepShaver/src/include/user_strings.h 2005/11/29 20:55:33 1.10 @@ -1,7 +1,7 @@ /* * user_strings.h - 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 @@ -74,6 +74,8 @@ enum { STR_PREFS_ITEM_ZAP_PRAM, STR_PREFS_ITEM_QUIT, + STR_NONE_LAB = 3100, + // Volumes pane STR_VOLUMES_PANE_TITLE = 3200, STR_ADD_VOLUME_BUTTON, @@ -81,6 +83,7 @@ enum { STR_REMOVE_VOLUME_BUTTON, STR_ADD_VOLUME_PANEL_BUTTON, STR_CREATE_VOLUME_PANEL_BUTTON, + STR_CDROM_DRIVE_CTRL, STR_BOOTDRIVER_CTRL, STR_BOOT_ANY_LAB, STR_BOOT_CDROM_LAB, @@ -99,6 +102,7 @@ enum { STR_REF_15HZ_LAB, STR_REF_30HZ_LAB, STR_REF_60HZ_LAB, + STR_REF_DYNAMIC_LAB, STR_GFXACCEL_CTRL, STR_8_BIT_CTRL, STR_16_BIT_CTRL, @@ -108,11 +112,25 @@ enum { STR_640x480_CTRL, STR_800x600_CTRL, STR_1024x768_CTRL, + STR_1152x768_CTRL, STR_1152x900_CTRL, STR_1280x1024_CTRL, STR_1600x1200_CTRL, STR_VIDEO_MODE_CTRL, STR_FULLSCREEN_CTRL, + STR_WINDOW_CTRL, + STR_VIDEO_TYPE_CTRL, + STR_DISPLAY_X_CTRL, + STR_DISPLAY_Y_CTRL, + STR_SIZE_384_LAB, + STR_SIZE_480_LAB, + STR_SIZE_512_LAB, + STR_SIZE_600_LAB, + STR_SIZE_640_LAB, + STR_SIZE_768_LAB, + STR_SIZE_800_LAB, + STR_SIZE_1024_LAB, + STR_SIZE_MAX_LAB, STR_NOSOUND_CTRL, // Serial/Network pane @@ -124,12 +142,26 @@ enum { // Memory/Misc pane STR_MEMORY_MISC_PANE_TITLE = 3500, + STR_RAMSIZE_CTRL, + STR_RAMSIZE_4MB_LAB, + STR_RAMSIZE_8MB_LAB, + STR_RAMSIZE_16MB_LAB, + STR_RAMSIZE_32MB_LAB, + STR_RAMSIZE_64MB_LAB, + STR_RAMSIZE_128MB_LAB, + STR_RAMSIZE_256MB_LAB, + STR_RAMSIZE_512MB_LAB, STR_RAMSIZE_SLIDER, STR_RAMSIZE_FMT, STR_IGNORESEGV_CTRL, STR_IDLEWAIT_CTRL, STR_ROM_FILE_CTRL, + // JIT Compiler pane + STR_JIT_PANE_TITLE = 3700, + STR_JIT_CTRL, + STR_JIT_68K_CTRL, + // Mac window STR_WINDOW_TITLE = 4000, STR_WINDOW_TITLE_FROZEN,