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.3 by gbeauche, 2004-12-03T22:48:08Z vs.
Revision 1.7 by gbeauche, 2005-11-20T23:47:42Z

# 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 42 | Line 42 | user_string_def platform_strings[] = {
42          {STR_WINDOW_TITLE_GRABBED, "Basilisk II (mouse grabbed, press Ctrl-F5 to release)"},
43          {STR_NO_WIN32_NT_4, "Basilisk II does not run on Windows NT versions less than 4.0"},
44  
45 +        {STR_PREFS_MENU_FILE_GTK, "/_File"},
46 +        {STR_PREFS_ITEM_START_GTK, "/File/_Start Basilisk II"},
47 +        {STR_PREFS_ITEM_ZAP_PRAM_GTK, "/File/_Zap PRAM File"},
48 +        {STR_PREFS_ITEM_SEPL_GTK, "/File/sepl"},
49 +        {STR_PREFS_ITEM_QUIT_GTK, "/File/_Quit Basilisk II"},
50 +        {STR_HELP_MENU_GTK, "/_Help"},
51 +        {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About Basilisk II"},
52 +
53 +        {STR_ABOUT_BUTTON, "About"},
54 +        {STR_FILE_CTRL, "File"},
55 +        {STR_BROWSE_TITLE, "Browse file"},
56 +        {STR_BROWSE_CTRL, "Browse..."},
57 +        {STR_SERIAL_PANE_TITLE, "Serial"},
58 +        {STR_NETWORK_PANE_TITLE, "Network"},
59 +        {STR_INPUT_PANE_TITLE, "Keyboard/Mouse"},
60 +        {STR_KEYCODES_CTRL, "Use Raw Keycodes"},
61 +        {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"},
62 +        {STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Function"},
63 +        {STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"},
64 +        {STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"},
65 +        {STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"},
66 +        {STR_POLLMEDIA_CTRL, "Enable polling"},
67 +        {STR_EXTFS_ENABLE_CTRL, "Enable external file system"},
68 +        {STR_EXTFS_DRIVES_CTRL, "Mount drives"},
69 +        {STR_ETHER_FTP_PORT_LIST_CTRL, "FTP ports"},
70 +        {STR_ETHER_TCP_PORT_LIST_CTRL, "Server ports"},
71 +
72 +        {STR_IGNORESEGV_CTRL, "Ignore Illegal Memory Accesses"},
73 +
74          {-1, NULL}      // End marker
75   };
76  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines