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

Comparing SheepShaver/src/Unix/user_strings_unix.cpp (file contents):
Revision 1.3 by gbeauche, 2003-09-29T15:46:07Z vs.
Revision 1.4 by gbeauche, 2003-11-21T17:01:33Z

# Line 55 | Line 55 | user_string_def platform_strings[] = {
55          {STR_AUDIO_FORMAT_WARN, "/dev/dsp doesn't support signed 16 bit format. Audio output will be disabled."},
56          {STR_SCSI_DEVICE_OPEN_WARN, "Cannot open %s (%s). SCSI Manager access to this device will be disabled."},
57          {STR_SCSI_DEVICE_NOT_SCSI_WARN, "%s doesn't seem to comply to the Generic SCSI API. SCSI Manager access to this device will be disabled."},
58 +        {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."},
59 +        {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."},
60          {STR_PREFS_MENU_FILE_GTK, "/_File"},
61          {STR_PREFS_ITEM_START_GTK, "/File/_Start SheepShaver"},
62          {STR_PREFS_ITEM_ZAP_PRAM_GTK, "/File/_Zap PRAM File"},
# Line 62 | Line 64 | user_string_def platform_strings[] = {
64          {STR_PREFS_ITEM_QUIT_GTK, "/File/_Quit SheepShaver"},
65          {STR_HELP_MENU_GTK, "/_Help"},
66          {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About SheepShaver"},
67 +        {STR_INPUT_PANE_TITLE, "Keyboard"},
68 +        {STR_KEYCODES_CTRL, "Use Raw Keycodes"},
69 +        {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"},
70          {STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."},
71          {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."},
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines