ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/user_strings_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/user_strings_windows.cpp (file contents):
Revision 1.2 by gbeauche, 2004-12-03T22:05:11Z vs.
Revision 1.9 by gbeauche, 2006-04-29T10:57:56Z

# Line 1 | Line 1
1   /*
2   *  user_strings_windows.cpp - Windows-specific localizable strings
3   *
4 < *  Basilisk II (C) 1997-2004 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 36 | Line 36 | user_string_def platform_strings[] = {
36          {STR_VOSF_INIT_ERR, "Cannot initialize Video on SEGV signals."},
37          {STR_SIG_INSTALL_ERR, "Cannot install %s handler (%s)."},
38          {STR_TICK_THREAD_ERR, "Cannot create 60Hz thread (%s)."},
39 +        {STR_SLIRP_NO_DNS_FOUND_WARN, "Cannot get DNS address. Ethernet will not be available."},
40          {STR_NO_AUDIO_WARN, "No audio device found, audio output will be disabled."},
41          {STR_KEYCODE_FILE_WARN, "Cannot open keycode translation file %s (%s)."},
42          {STR_KEYCODE_VENDOR_WARN, "Cannot find vendor '%s' in keycode translation file %s."},
43          {STR_WINDOW_TITLE_GRABBED, "Basilisk II (mouse grabbed, press Ctrl-F5 to release)"},
44 +        {STR_NO_WIN32_NT_4, "Basilisk II does not run on Windows NT versions less than 4.0"},
45 +
46 +        {STR_PREFS_MENU_FILE_GTK, "/_File"},
47 +        {STR_PREFS_ITEM_START_GTK, "/File/_Start Basilisk II"},
48 +        {STR_PREFS_ITEM_ZAP_PRAM_GTK, "/File/_Zap PRAM File"},
49 +        {STR_PREFS_ITEM_SEPL_GTK, "/File/sepl"},
50 +        {STR_PREFS_ITEM_QUIT_GTK, "/File/_Quit Basilisk II"},
51 +        {STR_HELP_MENU_GTK, "/_Help"},
52 +        {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About Basilisk II"},
53 +
54 +        {STR_ABOUT_BUTTON, "About"},
55 +        {STR_FILE_CTRL, "File"},
56 +        {STR_BROWSE_TITLE, "Browse file"},
57 +        {STR_BROWSE_CTRL, "Browse..."},
58 +        {STR_SERIAL_PANE_TITLE, "Serial"},
59 +        {STR_NETWORK_PANE_TITLE, "Network"},
60 +        {STR_INPUT_PANE_TITLE, "Keyboard/Mouse"},
61 +        {STR_KEYCODES_CTRL, "Use Raw Keycodes"},
62 +        {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"},
63 +        {STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Function"},
64 +        {STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"},
65 +        {STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"},
66 +        {STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"},
67 +        {STR_POLLMEDIA_CTRL, "Try to automatically detect new removable media (enable polling)"},
68 +        {STR_EXTFS_ENABLE_CTRL, "Enable \"My Computer\" icon on your Mac desktop (external file system)"},
69 +        {STR_EXTFS_DRIVES_CTRL, "Mount drives"},
70 +        {STR_ETHER_FTP_PORT_LIST_CTRL, "FTP ports"},
71 +        {STR_ETHER_TCP_PORT_LIST_CTRL, "Server ports"},
72 +
73 +        {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
74  
75          {-1, NULL}      // End marker
76   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines