--- BasiliskII/src/Unix/user_strings_unix.cpp 1999/10/19 17:41:40 1.2 +++ BasiliskII/src/Unix/user_strings_unix.cpp 1999/10/23 17:57:58 1.5 @@ -34,14 +34,20 @@ user_string_def platform_strings[] = { {STR_NO_XSERVER_ERR, "Cannot connect to X server '%s'."}, {STR_NO_XVISUAL_ERR, "Cannot obtain appropriate X visual."}, {STR_UNSUPP_DEPTH_ERR, "Unsupported color depth of screen."}, + {STR_NO_FBDEVICE_FILE_ERR, "Cannot open frame buffer device specification file %s (%s)."}, + {STR_FBDEV_NAME_ERR, "The %s frame buffer is not supported in %d bit mode."}, + {STR_FBDEV_MMAP_ERR, "Cannot mmap() the frame buffer memory (%s)."}, + {STR_NO_SHEEP_NET_DRIVER_WARN, "Cannot open %s (%s). Ethernet will not be available."}, {STR_SHEEP_NET_ATTACH_WARN, "Cannot attach to Ethernet card (%s). Ethernet will not be available."}, {STR_SCSI_DEVICE_OPEN_WARN, "Cannot open %s (%s). SCSI Manager access to this device will be disabled."}, {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."}, {STR_NO_AUDIO_DEV_WARN, "Cannot open %s (%s). Audio output will be disabled."}, + {STR_NO_ESD_WARN, "Cannot open ESD connection. Audio output will be disabled."}, {STR_AUDIO_FORMAT_WARN, "Audio hardware doesn't support signed 16 bit format. Audio output will be disabled."}, {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."}, {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."}, + {STR_PREFS_MENU_FILE_GTK, "/_File"}, {STR_PREFS_ITEM_START_GTK, "/File/_Start Basilisk II"}, {STR_PREFS_ITEM_ZAP_PRAM_GTK, "/File/_Zap PRAM File"}, @@ -50,6 +56,9 @@ user_string_def platform_strings[] = { {STR_HELP_MENU_GTK, "/_Help"}, {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About Basilisk II"}, + {STR_FBDEV_NAME_CTRL, "Frame Buffer Name"}, + {STR_FBDEVICE_FILE_CTRL, "Frame Buffer Spec File"}, + {-1, NULL} // End marker };