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.4 by cebix, 1999-10-27T16:59:40Z vs.
Revision 1.7 by cebix, 2000-07-13T17:45:52Z

# 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 137 | Line 137 | user_string_def common_strings[] = {
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"},
# Line 190 | Line 191 | user_string_def common_strings[] = {
191          {STR_MODELID_CTRL, "Mac Model ID"},
192          {STR_MODELID_5_LAB, "Mac IIci (MacOS 7.x)"},
193          {STR_MODELID_14_LAB, "Quadra 900 (MacOS 8.x)"},
194 +        {STR_CPU_CTRL, "CPU Type"},
195 +        {STR_CPU_68020_LAB, "68020"},
196 +        {STR_CPU_68020_FPU_LAB, "68020 with FPU"},
197 +        {STR_CPU_68030_LAB, "68030"},
198 +        {STR_CPU_68030_FPU_LAB, "68030 with FPU"},
199 +        {STR_CPU_68040_LAB, "68040"},
200          {STR_ROM_FILE_CTRL, "ROM File"},
194        {STR_FPU_CTRL, "FPU Emulation"},
201  
202          {STR_WINDOW_TITLE, "Basilisk II"},
203          {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines