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.7 by gbeauche, 2005-03-27T22:32:46Z vs.
Revision 1.9 by gbeauche, 2005-11-27T23:54:26Z

# 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 146 | 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"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines