--- SheepShaver/src/user_strings.cpp 2002/02/04 16:58:13 1.1.1.1 +++ SheepShaver/src/user_strings.cpp 2008/01/01 09:47:38 1.12 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Localizable strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 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 @@ -87,12 +87,15 @@ user_string_def common_strings[] = { {STR_PREFS_ITEM_ZAP_PRAM, "Zap PRAM File"}, {STR_PREFS_ITEM_QUIT, "Quit SheepShaver"}, + {STR_NONE_LAB, ""}, + {STR_VOLUMES_PANE_TITLE, "Volumes"}, {STR_ADD_VOLUME_BUTTON, "Add" ELLIPSIS}, {STR_CREATE_VOLUME_BUTTON, "Create" ELLIPSIS}, {STR_REMOVE_VOLUME_BUTTON, "Remove"}, {STR_ADD_VOLUME_PANEL_BUTTON, "Add"}, {STR_CREATE_VOLUME_PANEL_BUTTON, "Create"}, + {STR_CDROM_DRIVE_CTRL, "CD-ROM Drive"}, {STR_BOOTDRIVER_CTRL, "Boot From"}, {STR_BOOT_ANY_LAB, "Any"}, {STR_BOOT_CDROM_LAB, "CD-ROM"}, @@ -109,6 +112,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_GFXACCEL_CTRL, "QuickDraw Acceleration"}, {STR_8_BIT_CTRL, "8 Bit"}, {STR_16_BIT_CTRL, "15 Bit"}, @@ -118,11 +122,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"}, @@ -132,12 +150,26 @@ user_string_def common_strings[] = { {STR_ETHERNET_IF_CTRL, "Ethernet Interface"}, {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, + {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"}, + {STR_RAMSIZE_4MB_LAB, "4"}, + {STR_RAMSIZE_8MB_LAB, "8"}, + {STR_RAMSIZE_16MB_LAB, "16"}, + {STR_RAMSIZE_32MB_LAB, "32"}, + {STR_RAMSIZE_64MB_LAB, "64"}, + {STR_RAMSIZE_128MB_LAB, "128"}, + {STR_RAMSIZE_256MB_LAB, "256"}, + {STR_RAMSIZE_512MB_LAB, "512"}, + {STR_RAMSIZE_1024MB_LAB, "1024"}, {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, {STR_RAMSIZE_FMT, "%d MB"}, {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"}, {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"},