--- SheepShaver/src/Unix/user_strings_unix.h 2003/12/27 10:37:30 1.6 +++ SheepShaver/src/Unix/user_strings_unix.h 2005/01/30 21:48:20 1.11 @@ -1,7 +1,7 @@ /* * user_strings_unix.h - Unix-specific localizable strings * - * SheepShaver (C) 1997-2002 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 @@ -29,6 +29,8 @@ enum { STR_KD2_SHMAT_ERR, STR_ROM_MMAP_ERR, STR_RAM_MMAP_ERR, + STR_DR_CACHE_MMAP_ERR, + STR_DR_EMULATOR_MMAP_ERR, STR_SHEEP_MEM_MMAP_ERR, STR_SIGALTSTACK_ERR, STR_SIGSEGV_INSTALL_ERR, @@ -42,6 +44,7 @@ enum { STR_PROC_CPUINFO_WARN, STR_NO_SHEEP_NET_DRIVER_WARN, STR_SHEEP_NET_ATTACH_WARN, + STR_TUN_TAP_CONFIG_WARN, STR_NO_AUDIO_DEV_WARN, STR_NO_AUDIO_WARN, STR_NO_ESD_WARN, @@ -69,6 +72,9 @@ enum { STR_MOUSEWHEELMODE_PAGE_LAB, STR_MOUSEWHEELMODE_CURSOR_LAB, STR_MOUSEWHEELLINES_CTRL, + + STR_OPEN_WINDOW_ERR, + STR_WINDOW_TITLE_GRABBED }; #endif