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.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.12 by gbeauche, 2008-01-01T09:47:38Z

# 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-2008 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 118 | Line 122 | user_string_def common_strings[] = {
122          {STR_640x480_CTRL, "Fullscreen 640x480"},
123          {STR_800x600_CTRL, "Fullscreen 800x600"},
124          {STR_1024x768_CTRL, "Fullscreen 1024x768"},
125 +        {STR_1152x768_CTRL, "Fullscreen 1152x768"},
126          {STR_1152x900_CTRL, "Fullscreen 1152x900"},
127          {STR_1280x1024_CTRL, "Fullscreen 1280x1024"},
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 132 | 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_1024MB_LAB, "1024"},
163          {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
164          {STR_RAMSIZE_FMT, "%d MB"},
165          {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
166          {STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"},
167          {STR_ROM_FILE_CTRL, "ROM File"},
168  
169 +        {STR_JIT_PANE_TITLE, "JIT Compiler"},
170 +        {STR_JIT_CTRL, "Enable JIT Compiler"},
171 +        {STR_JIT_68K_CTRL, "Enable built-in 68k DR Emulator (EXPERIMENTAL)"},
172 +
173          {STR_WINDOW_TITLE, "SheepShaver"},
174          {STR_WINDOW_TITLE_FROZEN, "SheepShaver *** FROZEN ***"},
175          {STR_WINDOW_MENU, "SheepShaver"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines