--- BasiliskII/src/Unix/user_strings_unix.cpp 2002/05/12 11:10:50 1.16 +++ BasiliskII/src/Unix/user_strings_unix.cpp 2005/01/30 21:42:14 1.20 @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Unix-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -48,6 +48,7 @@ user_string_def platform_strings[] = { {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_TUN_TAP_CONFIG_WARN, "Cannot configure TUN/TAP device (%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."}, @@ -66,6 +67,8 @@ user_string_def platform_strings[] = { {STR_FBDEV_NAME_CTRL, "Frame Buffer Name"}, {STR_FBDEVICE_FILE_CTRL, "Frame Buffer Spec File"}, + {STR_DSPDEVICE_FILE_CTRL, "Audio Output Device"}, + {STR_MIXERDEVICE_FILE_CTRL, "Audio Mixer Device"}, {STR_INPUT_PANE_TITLE, "Mouse/Keyboard"}, {STR_KEYCODES_CTRL, "Use Raw Keycodes"},