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

Comparing SheepShaver/src/include/user_strings.h (file contents):
Revision 1.2 by gbeauche, 2003-12-03T10:52:48Z vs.
Revision 1.8 by gbeauche, 2005-11-27T16:01:59Z

# Line 1 | Line 1
1   /*
2   *  user_strings.h - 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 108 | Line 108 | enum {
108          STR_640x480_CTRL,
109          STR_800x600_CTRL,
110          STR_1024x768_CTRL,
111 +        STR_1152x768_CTRL,
112          STR_1152x900_CTRL,
113          STR_1280x1024_CTRL,
114          STR_1600x1200_CTRL,
115          STR_VIDEO_MODE_CTRL,
116          STR_FULLSCREEN_CTRL,
117 +        STR_WINDOW_CTRL,
118 +        STR_VIDEO_TYPE_CTRL,
119 +        STR_DISPLAY_X_CTRL,
120 +        STR_DISPLAY_Y_CTRL,
121 +        STR_SIZE_384_LAB,
122 +        STR_SIZE_480_LAB,
123 +        STR_SIZE_512_LAB,
124 +        STR_SIZE_600_LAB,
125 +        STR_SIZE_640_LAB,
126 +        STR_SIZE_768_LAB,
127 +        STR_SIZE_800_LAB,
128 +        STR_SIZE_1024_LAB,
129 +        STR_SIZE_MAX_LAB,
130          STR_NOSOUND_CTRL,
131  
132          // Serial/Network pane
# Line 124 | Line 138 | enum {
138  
139          // Memory/Misc pane
140          STR_MEMORY_MISC_PANE_TITLE = 3500,
141 +        STR_RAMSIZE_CTRL,
142 +        STR_RAMSIZE_4MB_LAB,
143 +        STR_RAMSIZE_8MB_LAB,
144 +        STR_RAMSIZE_16MB_LAB,
145 +        STR_RAMSIZE_32MB_LAB,
146 +        STR_RAMSIZE_64MB_LAB,
147 +        STR_RAMSIZE_128MB_LAB,
148 +        STR_RAMSIZE_256MB_LAB,
149 +        STR_RAMSIZE_512MB_LAB,
150          STR_RAMSIZE_SLIDER,
151          STR_RAMSIZE_FMT,
152          STR_IGNORESEGV_CTRL,
# Line 133 | Line 156 | enum {
156          // JIT Compiler pane
157          STR_JIT_PANE_TITLE = 3700,
158          STR_JIT_CTRL,
159 +        STR_JIT_68K_CTRL,
160  
161          // Mac window
162          STR_WINDOW_TITLE = 4000,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines