37 |
|
{STR_NO_FBDEVICE_FILE_ERR, "Cannot open frame buffer device specification file %s (%s)."}, |
38 |
|
{STR_FBDEV_NAME_ERR, "The %s frame buffer is not supported in %d bit mode."}, |
39 |
|
{STR_FBDEV_MMAP_ERR, "Cannot mmap() the frame buffer memory (%s)."}, |
40 |
+ |
{STR_NO_DEV_ZERO_ERR, "Cannot open /dev/zero (%s)."}, |
41 |
+ |
{STR_LOW_MEM_MMAP_ERR, "Cannot map Low Memory Globals (%s)."}, |
42 |
+ |
{STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s)."}, |
43 |
+ |
{STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."}, |
44 |
+ |
{STR_TIMER_CREATE_ERR, "Cannot create timer (%s)."}, |
45 |
+ |
{STR_TIMER_SETTIME_ERR, "Cannot start timer (%s)."}, |
46 |
+ |
{STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."}, |
47 |
|
|
48 |
|
{STR_NO_SHEEP_NET_DRIVER_WARN, "Cannot open %s (%s). Ethernet will not be available."}, |
49 |
|
{STR_SHEEP_NET_ATTACH_WARN, "Cannot attach to Ethernet card (%s). Ethernet will not be available."}, |
63 |
|
{STR_HELP_MENU_GTK, "/_Help"}, |
64 |
|
{STR_HELP_ITEM_ABOUT_GTK, "/Help/_About Basilisk II"}, |
65 |
|
|
59 |
– |
{STR_KEYCODES_CTRL, "Use Raw Keycodes"}, |
60 |
– |
{STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, |
66 |
|
{STR_FBDEV_NAME_CTRL, "Frame Buffer Name"}, |
67 |
|
{STR_FBDEVICE_FILE_CTRL, "Frame Buffer Spec File"}, |
68 |
|
|
69 |
+ |
{STR_INPUT_PANE_TITLE, "Input"}, |
70 |
+ |
{STR_KEYCODES_CTRL, "Use Raw Keycodes"}, |
71 |
+ |
{STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, |
72 |
+ |
{STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Mode"}, |
73 |
+ |
{STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"}, |
74 |
+ |
{STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"}, |
75 |
+ |
{STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"}, |
76 |
+ |
|
77 |
|
{-1, NULL} // End marker |
78 |
|
}; |
79 |
|
|