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

Comparing BasiliskII/src/user_strings.cpp (file contents):
Revision 1.2 by cebix, 1999-10-12T20:00:47Z vs.
Revision 1.6 by cebix, 2000-04-10T18:52:31Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Common localizable strings
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 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 98 | Line 98 | user_string_def common_strings[] = {
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"},
# Line 174 | Line 175 | user_string_def common_strings[] = {
175          {STR_24_BIT_1280x1024_LAB, "1280x1024, 24 Bit"},
176          {STR_24_BIT_1600x1200_LAB, "1600x1200, 24 Bit"},
177          {STR_SOUND_CTRL, "Sound"},
177        {STR_AHI_MODE_CTRL, "AHI Mode"},
178          {STR_NOSOUND_CTRL, "Disable Sound Output"},
179  
180          {STR_SERIAL_NETWORK_PANE_TITLE, "Serial/Network"},
# Line 190 | Line 190 | user_string_def common_strings[] = {
190          {STR_MODELID_CTRL, "Mac Model ID"},
191          {STR_MODELID_5_LAB, "Mac IIci (MacOS 7.x)"},
192          {STR_MODELID_14_LAB, "Quadra 900 (MacOS 8.x)"},
193 +        {STR_CPU_CTRL, "CPU Type"},
194 +        {STR_CPU_68020_LAB, "68020"},
195 +        {STR_CPU_68020_FPU_LAB, "68020 with FPU"},
196 +        {STR_CPU_68030_LAB, "68030"},
197 +        {STR_CPU_68030_FPU_LAB, "68030 with FPU"},
198 +        {STR_CPU_68040_LAB, "68040"},
199          {STR_ROM_FILE_CTRL, "ROM File"},
194        {STR_KEYCODES_CTRL, "Use Raw Keycodes"},
195        {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"},
200  
201          {STR_WINDOW_TITLE, "Basilisk II"},
202          {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},
# Line 202 | Line 206 | user_string_def common_strings[] = {
206          {STR_WINDOW_ITEM_MOUNT, "Mount"},
207          {STR_SUSPEND_WINDOW_TITLE, "Basilisk II suspended. Press space to reactivate."},
208  
209 +        {STR_EXTFS_NAME, "Host Directory Tree"},
210 +        {STR_EXTFS_VOLUME_NAME, "Host"},
211 +
212          {-1, NULL}      // End marker
213   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines