--- BasiliskII/src/BeOS/user_strings_beos.cpp 1999/10/12 20:05:15 1.1 +++ BasiliskII/src/BeOS/user_strings_beos.cpp 2000/04/10 18:52:57 1.3 @@ -1,7 +1,7 @@ /* * user_strings_beos.cpp - BeOS-specific localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 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 @@ -26,6 +26,9 @@ user_string_def platform_strings[] = { // Common strings that have a platform-specific variant {STR_VOLUME_IS_MOUNTED_WARN, "The volume '%s' is mounted under BeOS. Basilisk II will try to unmount it."}, + {STR_EXTFS_CTRL, "BeOS Root"}, + {STR_EXTFS_NAME, "BeOS Directory Tree"}, + {STR_EXTFS_VOLUME_NAME, "BeOS"}, // Purely platform-specific strings {STR_NO_SHEEP_DRIVER_ERR, "Cannot open /dev/sheep: %s (%08x). Basilisk II is not properly installed."},