--- BasiliskII/src/Windows/user_strings_windows.cpp 2005/06/20 08:43:50 1.5 +++ BasiliskII/src/Windows/user_strings_windows.cpp 2008/01/01 09:40:34 1.10 @@ -1,7 +1,7 @@ /* * user_strings_windows.cpp - Windows-specific localizable strings * - * Basilisk II (C) 1997-2005 Christian Bauer + * Basilisk II (C) 1997-2008 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 @@ -36,6 +36,7 @@ user_string_def platform_strings[] = { {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."}, {STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."}, {STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."}, + {STR_SLIRP_NO_DNS_FOUND_WARN, "Cannot get DNS address. Ethernet will not be available."}, {STR_NO_AUDIO_WARN, "No audio device found, 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."}, @@ -63,6 +64,11 @@ user_string_def platform_strings[] = { {STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"}, {STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"}, {STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"}, + {STR_POLLMEDIA_CTRL, "Try to automatically detect new removable media (enable polling)"}, + {STR_EXTFS_ENABLE_CTRL, "Enable \"My Computer\" icon on your Mac desktop (external file system)"}, + {STR_EXTFS_DRIVES_CTRL, "Mount drives"}, + {STR_ETHER_FTP_PORT_LIST_CTRL, "FTP ports"}, + {STR_ETHER_TCP_PORT_LIST_CTRL, "Server ports"}, {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},