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

Comparing SheepShaver/src/user_strings.cpp (file contents):
Revision 1.8 by gbeauche, 2005-11-27T16:01:59Z vs.
Revision 1.12 by gbeauche, 2008-01-01T09:47:38Z

# Line 1 | Line 1
1   /*
2   *  user_strings.cpp - Localizable strings
3   *
4 < *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
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 87 | Line 87 | user_string_def common_strings[] = {
87          {STR_PREFS_ITEM_ZAP_PRAM, "Zap PRAM File"},
88          {STR_PREFS_ITEM_QUIT, "Quit SheepShaver"},
89  
90 +        {STR_NONE_LAB, "<none>"},
91 +
92          {STR_VOLUMES_PANE_TITLE, "Volumes"},
93          {STR_ADD_VOLUME_BUTTON, "Add" ELLIPSIS},
94          {STR_CREATE_VOLUME_BUTTON, "Create" ELLIPSIS},
95          {STR_REMOVE_VOLUME_BUTTON, "Remove"},
96          {STR_ADD_VOLUME_PANEL_BUTTON, "Add"},
97          {STR_CREATE_VOLUME_PANEL_BUTTON, "Create"},
98 +        {STR_CDROM_DRIVE_CTRL, "CD-ROM Drive"},
99          {STR_BOOTDRIVER_CTRL, "Boot From"},
100          {STR_BOOT_ANY_LAB, "Any"},
101          {STR_BOOT_CDROM_LAB, "CD-ROM"},
# Line 109 | Line 112 | user_string_def common_strings[] = {
112          {STR_REF_15HZ_LAB, "15 Hz"},
113          {STR_REF_30HZ_LAB, "30 Hz"},
114          {STR_REF_60HZ_LAB, "60 Hz"},
115 +        {STR_REF_DYNAMIC_LAB, "Dynamic"},
116          {STR_GFXACCEL_CTRL, "QuickDraw Acceleration"},
117          {STR_8_BIT_CTRL, "8 Bit"},
118          {STR_16_BIT_CTRL, "15 Bit"},
# Line 155 | Line 159 | user_string_def common_strings[] = {
159          {STR_RAMSIZE_128MB_LAB, "128"},
160          {STR_RAMSIZE_256MB_LAB, "256"},
161          {STR_RAMSIZE_512MB_LAB, "512"},
162 +        {STR_RAMSIZE_1024MB_LAB, "1024"},
163          {STR_RAMSIZE_SLIDER, "MacOS RAM Size:"},
164          {STR_RAMSIZE_FMT, "%d MB"},
165          {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines