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.2 by cebix, 1999-10-12T20:00:56Z vs.
Revision 1.9 by cebix, 2001-07-12T19:48:28Z

# 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-2001 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 83 | Line 83 | enum {
83          STR_BOOT_ANY_LAB,
84          STR_BOOT_CDROM_LAB,
85          STR_NOCDROM_CTRL,
86 +        STR_EXTFS_CTRL,
87          STR_DEVICE_CTRL,
88          STR_UNIT_CTRL,
89          STR_ADD_VOLUME_TITLE,
# Line 121 | 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 159 | Line 161 | enum {
161          STR_24_BIT_1280x1024_LAB,
162          STR_24_BIT_1600x1200_LAB,
163          STR_SOUND_CTRL,
162        STR_AHI_MODE_CTRL,
164          STR_NOSOUND_CTRL,
165  
166          STR_SERIAL_NETWORK_PANE_TITLE = 3500,   // Serial/Networking pane
# 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_SLIDER,
# Line 175 | Line 178 | enum {
178          STR_MODELID_CTRL,
179          STR_MODELID_5_LAB,
180          STR_MODELID_14_LAB,
181 +        STR_CPU_CTRL,
182 +        STR_CPU_68020_LAB,
183 +        STR_CPU_68020_FPU_LAB,
184 +        STR_CPU_68030_LAB,
185 +        STR_CPU_68030_FPU_LAB,
186 +        STR_CPU_68040_LAB,
187          STR_ROM_FILE_CTRL,
179        STR_KEYCODES_CTRL,
180        STR_KEYCODE_FILE_CTRL,
188  
189          // Mac window
190          STR_WINDOW_TITLE = 4000,
# Line 186 | Line 193 | enum {
193          STR_WINDOW_ITEM_ABOUT,
194          STR_WINDOW_ITEM_REFRESH,
195          STR_WINDOW_ITEM_MOUNT,
196 <        STR_SUSPEND_WINDOW_TITLE
196 >        STR_SUSPEND_WINDOW_TITLE,
197 >
198 >        // External file system
199 >        STR_EXTFS_NAME = 5000,
200 >        STR_EXTFS_VOLUME_NAME
201   };
202  
203   // Common and platform-specific string definitions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines