ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/user_strings.cpp
(Generate patch)

Comparing SheepShaver/src/user_strings.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.9 by gbeauche, 2005-11-27T23:54:26Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Localizable strings
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 87 | Line 87 | user_string_def common_strings[] = {
87          {STR_PREFS_ITEM_ZAP_PRAM, "Zap PRAM File"},
88          {STR_PREFS_ITEM_QUIT, "Quit SheepShaver"},
89  
90 +        {STR_NONE_LAB, "<none>"},
91 +
92          {STR_VOLUMES_PANE_TITLE, "Volumes"},
93          {STR_ADD_VOLUME_BUTTON, "Add" ELLIPSIS},
94          {STR_CREATE_VOLUME_BUTTON, "Create" ELLIPSIS},
# Line 109 | Line 111 | user_string_def common_strings[] = {
111          {STR_REF_15HZ_LAB, "15 Hz"},
112          {STR_REF_30HZ_LAB, "30 Hz"},
113          {STR_REF_60HZ_LAB, "60 Hz"},
114 +        {STR_REF_DYNAMIC_LAB, "Dynamic"},
115          {STR_GFXACCEL_CTRL, "QuickDraw Acceleration"},
116          {STR_8_BIT_CTRL, "8 Bit"},
117          {STR_16_BIT_CTRL, "15 Bit"},
# Line 118 | Line 121 | user_string_def common_strings[] = {
121          {STR_640x480_CTRL, "Fullscreen 640x480"},
122          {STR_800x600_CTRL, "Fullscreen 800x600"},
123          {STR_1024x768_CTRL, "Fullscreen 1024x768"},
124 +        {STR_1152x768_CTRL, "Fullscreen 1152x768"},
125          {STR_1152x900_CTRL, "Fullscreen 1152x900"},
126          {STR_1280x1024_CTRL, "Fullscreen 1280x1024"},
127          {STR_1600x1200_CTRL, "Fullscreen 1600x1200"},
128          {STR_VIDEO_MODE_CTRL, "Enabled Video Modes"},
129          {STR_FULLSCREEN_CTRL, "Fullscreen"},
130 +        {STR_WINDOW_CTRL, "Window"},
131 +        {STR_VIDEO_TYPE_CTRL, "Video Type"},
132 +        {STR_DISPLAY_X_CTRL, "Width"},
133 +        {STR_DISPLAY_Y_CTRL, "Height"},
134 +        {STR_SIZE_384_LAB, "384"},
135 +        {STR_SIZE_480_LAB, "480"},
136 +        {STR_SIZE_512_LAB, "512"},
137 +        {STR_SIZE_600_LAB, "600"},
138 +        {STR_SIZE_640_LAB, "640"},
139 +        {STR_SIZE_768_LAB, "768"},
140 +        {STR_SIZE_800_LAB, "800"},
141 +        {STR_SIZE_1024_LAB, "1024"},
142 +        {STR_SIZE_MAX_LAB, "Maximum"},
143          {STR_NOSOUND_CTRL, "Disable Sound Output"},
144  
145          {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"},
# Line 132 | Line 149 | user_string_def common_strings[] = {
149          {STR_ETHERNET_IF_CTRL, "Ethernet Interface"},
150  
151          {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"},
152 +        {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"},
153 +        {STR_RAMSIZE_4MB_LAB, "4"},
154 +        {STR_RAMSIZE_8MB_LAB, "8"},
155 +        {STR_RAMSIZE_16MB_LAB, "16"},
156 +        {STR_RAMSIZE_32MB_LAB, "32"},
157 +        {STR_RAMSIZE_64MB_LAB, "64"},
158 +        {STR_RAMSIZE_128MB_LAB, "128"},
159 +        {STR_RAMSIZE_256MB_LAB, "256"},
160 +        {STR_RAMSIZE_512MB_LAB, "512"},
161          {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
162          {STR_RAMSIZE_FMT, "%d MB"},
163          {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
164          {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"},
165          {STR_ROM_FILE_CTRL, "ROM File"},
166  
167 +        {STR_JIT_PANE_TITLE, "JIT Compiler"},
168 +        {STR_JIT_CTRL, "Enable JIT Compiler"},
169 +        {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"},
170 +
171          {STR_WINDOW_TITLE, "SheepShaver"},
172          {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"},
173          {STR_WINDOW_MENU, "SheepShaver"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines