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

Comparing SheepShaver/src/include/user_strings.h (file contents):
Revision 1.5 by gbeauche, 2004-06-03T21:52:55Z vs.
Revision 1.10 by gbeauche, 2005-11-29T20:55:33Z

# Line 1 | Line 1
1   /*
2   *  user_strings.h - Localizable strings
3   *
4 < *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 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 74 | Line 74 | enum {
74          STR_PREFS_ITEM_ZAP_PRAM,
75          STR_PREFS_ITEM_QUIT,
76  
77 +        STR_NONE_LAB = 3100,
78 +
79          // Volumes pane
80          STR_VOLUMES_PANE_TITLE = 3200,
81          STR_ADD_VOLUME_BUTTON,
# Line 81 | Line 83 | enum {
83          STR_REMOVE_VOLUME_BUTTON,
84          STR_ADD_VOLUME_PANEL_BUTTON,
85          STR_CREATE_VOLUME_PANEL_BUTTON,
86 +        STR_CDROM_DRIVE_CTRL,
87          STR_BOOTDRIVER_CTRL,
88          STR_BOOT_ANY_LAB,
89          STR_BOOT_CDROM_LAB,
# Line 99 | Line 102 | enum {
102          STR_REF_15HZ_LAB,
103          STR_REF_30HZ_LAB,
104          STR_REF_60HZ_LAB,
105 +        STR_REF_DYNAMIC_LAB,
106          STR_GFXACCEL_CTRL,
107          STR_8_BIT_CTRL,
108          STR_16_BIT_CTRL,
# Line 114 | Line 118 | enum {
118          STR_1600x1200_CTRL,
119          STR_VIDEO_MODE_CTRL,
120          STR_FULLSCREEN_CTRL,
121 +        STR_WINDOW_CTRL,
122 +        STR_VIDEO_TYPE_CTRL,
123 +        STR_DISPLAY_X_CTRL,
124 +        STR_DISPLAY_Y_CTRL,
125 +        STR_SIZE_384_LAB,
126 +        STR_SIZE_480_LAB,
127 +        STR_SIZE_512_LAB,
128 +        STR_SIZE_600_LAB,
129 +        STR_SIZE_640_LAB,
130 +        STR_SIZE_768_LAB,
131 +        STR_SIZE_800_LAB,
132 +        STR_SIZE_1024_LAB,
133 +        STR_SIZE_MAX_LAB,
134          STR_NOSOUND_CTRL,
135  
136          // Serial/Network pane
# Line 125 | Line 142 | enum {
142  
143          // Memory/Misc pane
144          STR_MEMORY_MISC_PANE_TITLE = 3500,
145 +        STR_RAMSIZE_CTRL,
146 +        STR_RAMSIZE_4MB_LAB,
147 +        STR_RAMSIZE_8MB_LAB,
148 +        STR_RAMSIZE_16MB_LAB,
149 +        STR_RAMSIZE_32MB_LAB,
150 +        STR_RAMSIZE_64MB_LAB,
151 +        STR_RAMSIZE_128MB_LAB,
152 +        STR_RAMSIZE_256MB_LAB,
153 +        STR_RAMSIZE_512MB_LAB,
154          STR_RAMSIZE_SLIDER,
155          STR_RAMSIZE_FMT,
156          STR_IGNORESEGV_CTRL,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines