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"}, |
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 |
|
|