38 |
|
{STR_KD2_SHMAT_ERR, "Cannot map second Kernel Data area: %s."}, |
39 |
|
{STR_ROM_MMAP_ERR, "Cannot map ROM: %s."}, |
40 |
|
{STR_RAM_MMAP_ERR, "Cannot map RAM: %s."}, |
41 |
+ |
{STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."}, |
42 |
|
{STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s). It seems that you need a newer kernel."}, |
43 |
|
{STR_SIGSEGV_INSTALL_ERR, "Cannot install SIGSEGV handler: %s."}, |
44 |
|
{STR_SIGILL_INSTALL_ERR, "Cannot install SIGILL handler: %s."}, |
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 |
|
|