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

Comparing BasiliskII/src/include/user_strings.h (file contents):
Revision 1.4 by cebix, 1999-10-27T16:59:53Z vs.
Revision 1.17 by gbeauche, 2008-01-01T09:40:35Z

# Line 1 | Line 1
1   /*
2   *  user_strings.h - Localizable strings
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
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 122 | Line 122 | enum {
122          STR_REF_15HZ_LAB,
123          STR_REF_30HZ_LAB,
124          STR_REF_60HZ_LAB,
125 +        STR_REF_DYNAMIC_LAB,
126          STR_DISPLAY_X_CTRL,
127          STR_DISPLAY_Y_CTRL,
128          STR_SIZE_384_LAB,
# Line 168 | Line 169 | enum {
169          STR_ISPAR_CTRL,
170          STR_ETHER_ENABLE_CTRL,
171          STR_ETHERNET_IF_CTRL,
172 +        STR_UDPTUNNEL_CTRL,
173 +        STR_UDPPORT_CTRL,
174  
175          STR_MEMORY_MISC_PANE_TITLE = 3600,      // Memory/Misc pane
176 +        STR_RAMSIZE_CTRL,
177 +        STR_RAMSIZE_2MB_LAB,
178 +        STR_RAMSIZE_4MB_LAB,
179 +        STR_RAMSIZE_8MB_LAB,
180 +        STR_RAMSIZE_16MB_LAB,
181 +        STR_RAMSIZE_32MB_LAB,
182 +        STR_RAMSIZE_64MB_LAB,
183 +        STR_RAMSIZE_128MB_LAB,
184 +        STR_RAMSIZE_256MB_LAB,
185 +        STR_RAMSIZE_512MB_LAB,
186 +        STR_RAMSIZE_1024MB_LAB,
187          STR_RAMSIZE_SLIDER,
188          STR_RAMSIZE_FMT,
189          STR_MODELID_CTRL,
190          STR_MODELID_5_LAB,
191          STR_MODELID_14_LAB,
192 +        STR_CPU_CTRL,
193 +        STR_CPU_68020_LAB,
194 +        STR_CPU_68020_FPU_LAB,
195 +        STR_CPU_68030_LAB,
196 +        STR_CPU_68030_FPU_LAB,
197 +        STR_CPU_68040_LAB,
198          STR_ROM_FILE_CTRL,
199 <        STR_FPU_CTRL,
199 >        STR_IDLEWAIT_CTRL,
200 >
201 >        STR_JIT_PANE_TITLE = 3700,              // JIT Compiler pane
202 >        STR_JIT_CTRL,
203 >        STR_JIT_FPU_CTRL,
204 >        STR_JIT_ATRAPS_CTRL,
205 >        STR_JIT_CACHE_SIZE_CTRL,
206 >        STR_JIT_CACHE_SIZE_2MB_LAB,
207 >        STR_JIT_CACHE_SIZE_4MB_LAB,
208 >        STR_JIT_CACHE_SIZE_8MB_LAB,
209 >        STR_JIT_CACHE_SIZE_16MB_LAB,
210 >        STR_JIT_LAZY_CINV_CTRL,
211 >        STR_JIT_FOLLOW_CONST_JUMPS,
212  
213          // Mac window
214          STR_WINDOW_TITLE = 4000,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines