--- SheepShaver/src/Unix/user_strings_unix.cpp 2003/12/27 10:02:33 1.5 +++ SheepShaver/src/Unix/user_strings_unix.cpp 2004/05/31 09:04:44 1.9 @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Localizable strings, Unix specific strings * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 @@ -38,6 +38,8 @@ user_string_def platform_strings[] = { {STR_KD2_SHMAT_ERR, "Cannot map second Kernel Data area: %s."}, {STR_ROM_MMAP_ERR, "Cannot map ROM: %s."}, {STR_RAM_MMAP_ERR, "Cannot map RAM: %s."}, + {STR_DR_CACHE_MMAP_ERR, "Cannot map DR Cache: %s."}, + {STR_DR_EMULATOR_MMAP_ERR, "Cannot map DR Emulator: %s."}, {STR_SHEEP_MEM_MMAP_ERR, "Cannot map SheepShaver Data area: %s."}, {STR_SIGALTSTACK_ERR, "Cannot install alternate signal stack (%s). It seems that you need a newer kernel."}, {STR_SIGSEGV_INSTALL_ERR, "Cannot install SIGSEGV handler: %s."}, @@ -49,6 +51,7 @@ user_string_def platform_strings[] = { {STR_PROC_CPUINFO_WARN, "Cannot open /proc/cpuinfo (%s). Assuming 100MHz PowerPC 604."}, {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_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."}, @@ -66,9 +69,13 @@ 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, "Keyboard"}, + {STR_INPUT_PANE_TITLE, "Mouse/Keyboard"}, {STR_KEYCODES_CTRL, "Use Raw Keycodes"}, {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, + {STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Function"}, + {STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"}, + {STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"}, + {STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"}, {STR_SUSPEND_WINDOW_TITLE, "SheepShaver suspended. Press Space to reactivate."}, {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."},