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.4 by gbeauche, 2004-05-25T15:33:24Z vs.
Revision 1.10 by gbeauche, 2005-11-29T20:55:33Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Localizable strings
3   *
4 < *  SheepShaver (C) 1997-2004 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},
95          {STR_REMOVE_VOLUME_BUTTON, "Remove"},
96          {STR_ADD_VOLUME_PANEL_BUTTON, "Add"},
97          {STR_CREATE_VOLUME_PANEL_BUTTON, "Create"},
98 +        {STR_CDROM_DRIVE_CTRL, "CD-ROM Drive"},
99          {STR_BOOTDRIVER_CTRL, "Boot From"},
100          {STR_BOOT_ANY_LAB, "Any"},
101          {STR_BOOT_CDROM_LAB, "CD-ROM"},
# Line 109 | Line 112 | user_string_def common_strings[] = {
112          {STR_REF_15HZ_LAB, "15 Hz"},
113          {STR_REF_30HZ_LAB, "30 Hz"},
114          {STR_REF_60HZ_LAB, "60 Hz"},
115 +        {STR_REF_DYNAMIC_LAB, "Dynamic"},
116          {STR_GFXACCEL_CTRL, "QuickDraw Acceleration"},
117          {STR_8_BIT_CTRL, "8 Bit"},
118          {STR_16_BIT_CTRL, "15 Bit"},
# Line 124 | Line 128 | user_string_def common_strings[] = {
128          {STR_1600x1200_CTRL, "Fullscreen 1600x1200"},
129          {STR_VIDEO_MODE_CTRL, "Enabled Video Modes"},
130          {STR_FULLSCREEN_CTRL, "Fullscreen"},
131 +        {STR_WINDOW_CTRL, "Window"},
132 +        {STR_VIDEO_TYPE_CTRL, "Video Type"},
133 +        {STR_DISPLAY_X_CTRL, "Width"},
134 +        {STR_DISPLAY_Y_CTRL, "Height"},
135 +        {STR_SIZE_384_LAB, "384"},
136 +        {STR_SIZE_480_LAB, "480"},
137 +        {STR_SIZE_512_LAB, "512"},
138 +        {STR_SIZE_600_LAB, "600"},
139 +        {STR_SIZE_640_LAB, "640"},
140 +        {STR_SIZE_768_LAB, "768"},
141 +        {STR_SIZE_800_LAB, "800"},
142 +        {STR_SIZE_1024_LAB, "1024"},
143 +        {STR_SIZE_MAX_LAB, "Maximum"},
144          {STR_NOSOUND_CTRL, "Disable Sound Output"},
145  
146          {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"},
# Line 133 | Line 150 | user_string_def common_strings[] = {
150          {STR_ETHERNET_IF_CTRL, "Ethernet Interface"},
151  
152          {STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"},
153 +        {STR_RAMSIZE_CTRL, "MacOS RAM Size (MB)"},
154 +        {STR_RAMSIZE_4MB_LAB, "4"},
155 +        {STR_RAMSIZE_8MB_LAB, "8"},
156 +        {STR_RAMSIZE_16MB_LAB, "16"},
157 +        {STR_RAMSIZE_32MB_LAB, "32"},
158 +        {STR_RAMSIZE_64MB_LAB, "64"},
159 +        {STR_RAMSIZE_128MB_LAB, "128"},
160 +        {STR_RAMSIZE_256MB_LAB, "256"},
161 +        {STR_RAMSIZE_512MB_LAB, "512"},
162          {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
163          {STR_RAMSIZE_FMT, "%d MB"},
164          {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
# Line 141 | Line 167 | user_string_def common_strings[] = {
167  
168          {STR_JIT_PANE_TITLE, "JIT Compiler"},
169          {STR_JIT_CTRL, "Enable JIT Compiler"},
170 +        {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"},
171  
172          {STR_WINDOW_TITLE, "SheepShaver"},
173          {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines