--- SheepShaver/src/Unix/user_strings_unix.cpp 2004/05/31 09:04:44 1.9 +++ SheepShaver/src/Unix/user_strings_unix.cpp 2005/11/27 15:03:01 1.13 @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Localizable strings, Unix specific strings * - * SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig * * 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 @@ -52,6 +52,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_SLIRP_NO_DNS_FOUND_WARN, "Cannot get DNS address. Ethernet will not be available."}, {STR_NO_AUDIO_DEV_WARN, "Cannot open %s (%s). Audio output will be disabled."}, {STR_NO_AUDIO_WARN, "No audio device found, audio output will be disabled."}, {STR_NO_ESD_WARN, "Cannot open ESD connection. Audio output will be disabled."}, @@ -69,7 +70,7 @@ user_string_def platform_strings[] = { {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About SheepShaver"}, {STR_DSPDEVICE_FILE_CTRL, "Audio Output Device"}, {STR_MIXERDEVICE_FILE_CTRL, "Audio Mixer Device"}, - {STR_INPUT_PANE_TITLE, "Mouse/Keyboard"}, + {STR_INPUT_PANE_TITLE, "Keyboard/Mouse"}, {STR_KEYCODES_CTRL, "Use Raw Keycodes"}, {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, {STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Function"}, @@ -79,6 +80,9 @@ user_string_def platform_strings[] = { {STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."}, {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."}, + {STR_OPEN_WINDOW_ERR, "Cannot open Mac window."}, + {STR_WINDOW_TITLE_GRABBED, "SheepShaver (mouse grabbed, press Ctrl-F5 to release)"}, + {-1, NULL} // End marker };