1 |
|
/* |
2 |
|
* user_strings.cpp - Common 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 |
98 |
|
{STR_BOOT_ANY_LAB, "Any"}, |
99 |
|
{STR_BOOT_CDROM_LAB, "CD-ROM"}, |
100 |
|
{STR_NOCDROM_CTRL, "Disable CD-ROM Driver"}, |
101 |
+ |
{STR_EXTFS_CTRL, "Host Root"}, |
102 |
|
{STR_DEVICE_CTRL, "Device"}, |
103 |
|
{STR_UNIT_CTRL, "Unit"}, |
104 |
|
{STR_ADD_VOLUME_TITLE, "Add Volume"}, |
137 |
|
{STR_REF_15HZ_LAB, "15 Hz"}, |
138 |
|
{STR_REF_30HZ_LAB, "30 Hz"}, |
139 |
|
{STR_REF_60HZ_LAB, "60 Hz"}, |
140 |
+ |
{STR_REF_DYNAMIC_LAB, "Dynamic"}, |
141 |
|
{STR_DISPLAY_X_CTRL, "Width"}, |
142 |
|
{STR_DISPLAY_Y_CTRL, "Height"}, |
143 |
|
{STR_SIZE_384_LAB, "384"}, |
176 |
|
{STR_24_BIT_1280x1024_LAB, "1280x1024, 24 Bit"}, |
177 |
|
{STR_24_BIT_1600x1200_LAB, "1600x1200, 24 Bit"}, |
178 |
|
{STR_SOUND_CTRL, "Sound"}, |
177 |
– |
{STR_AHI_MODE_CTRL, "AHI Mode"}, |
179 |
|
{STR_NOSOUND_CTRL, "Disable Sound Output"}, |
180 |
|
|
181 |
|
{STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"}, |
184 |
|
{STR_ISPAR_CTRL, "Parallel Device"}, |
185 |
|
{STR_ETHER_ENABLE_CTRL, "Enable Ethernet"}, |
186 |
|
{STR_ETHERNET_IF_CTRL, "Ethernet Interface"}, |
187 |
+ |
{STR_UDPTUNNEL_CTRL, "Tunnel AppleTalk over UDP"}, |
188 |
+ |
{STR_UDPPORT_CTRL, "UDP Port Number"}, |
189 |
|
|
190 |
|
{STR_MEMORY_MISC_PANE_TITLE, "Memory/Misc"}, |
191 |
|
{STR_RAMSIZE_SLIDER, "MacOS RAM Size:"}, |
193 |
|
{STR_MODELID_CTRL, "Mac Model ID"}, |
194 |
|
{STR_MODELID_5_LAB, "Mac IIci (MacOS 7.x)"}, |
195 |
|
{STR_MODELID_14_LAB, "Quadra 900 (MacOS 8.x)"}, |
196 |
+ |
{STR_CPU_CTRL, "CPU Type"}, |
197 |
+ |
{STR_CPU_68020_LAB, "68020"}, |
198 |
+ |
{STR_CPU_68020_FPU_LAB, "68020 with FPU"}, |
199 |
+ |
{STR_CPU_68030_LAB, "68030"}, |
200 |
+ |
{STR_CPU_68030_FPU_LAB, "68030 with FPU"}, |
201 |
+ |
{STR_CPU_68040_LAB, "68040"}, |
202 |
|
{STR_ROM_FILE_CTRL, "ROM File"}, |
194 |
– |
{STR_KEYCODES_CTRL, "Use Raw Keycodes"}, |
195 |
– |
{STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, |
203 |
|
|
204 |
|
{STR_WINDOW_TITLE, "Basilisk II"}, |
205 |
|
{STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"}, |
209 |
|
{STR_WINDOW_ITEM_MOUNT, "Mount"}, |
210 |
|
{STR_SUSPEND_WINDOW_TITLE, "Basilisk II suspended. Press space to reactivate."}, |
211 |
|
|
212 |
+ |
{STR_EXTFS_NAME, "Host Directory Tree"}, |
213 |
+ |
{STR_EXTFS_VOLUME_NAME, "Host"}, |
214 |
+ |
|
215 |
|
{-1, NULL} // End marker |
216 |
|
}; |