Diff for /np2/wince/sysmenu.str between versions 1.7 and 1.8

version 1.7, 2004/01/27 07:51:49 version 1.8, 2004/06/21 03:18:04
Line 1 Line 1
   
 static const char str_emulate[] = "Emulate";  static const OEMCHAR str_emulate[] = OEMTEXT("Emulate");
 static const char str_reset[] = "Reset";  static const OEMCHAR str_reset[] = OEMTEXT("Reset");
 static const char str_config[] = "Configure...";  static const OEMCHAR str_config[] = OEMTEXT("Configure...");
 static const char str_newdisk[] = "NewDisk...";  static const OEMCHAR str_newdisk[] = OEMTEXT("NewDisk...");
 static const char str_font[] = "Font...";  static const OEMCHAR str_font[] = OEMTEXT("Font...");
 static const char str_exit[] = "Exit";  static const OEMCHAR str_exit[] = OEMTEXT("Exit");
   
 static const char str_fdd1[] = "FDD1";  static const OEMCHAR str_fdd1[] = OEMTEXT("FDD1");
 static const char str_fdd2[] = "FDD2";  static const OEMCHAR str_fdd2[] = OEMTEXT("FDD2");
 static const char str_harddisk[] = "HDD";  static const OEMCHAR str_harddisk[] = OEMTEXT("HDD");
 static const char str_sasi1[] = "SASI1";  static const OEMCHAR str_sasi1[] = OEMTEXT("SASI1");
 static const char str_sasi2[] = "SASI2";  static const OEMCHAR str_sasi2[] = OEMTEXT("SASI2");
 static const char str_open[] = "Open...";  static const OEMCHAR str_open[] = OEMTEXT("Open...");
 static const char str_eject[] = "Eject";  static const OEMCHAR str_eject[] = OEMTEXT("Eject");
 static const char str_remove[] = "Remove";  static const OEMCHAR str_remove[] = OEMTEXT("Remove");
   
 static const char str_screen[] = "Screen";  static const OEMCHAR str_screen[] = OEMTEXT("Screen");
 static const char str_window[] = "Window";  static const OEMCHAR str_window[] = OEMTEXT("Window");
 static const char str_fullscrn[] = "FullScreen";  static const OEMCHAR str_fullscrn[] = OEMTEXT("FullScreen");
 static const char str_normal[] = "Normal";  static const OEMCHAR str_normal[] = OEMTEXT("Normal");
 static const char str_leftrol[] = "Left Rotated";  static const OEMCHAR str_leftrol[] = OEMTEXT("Left Rotated");
 static const char str_rightrol[] = "Right Rotated";  static const OEMCHAR str_rightrol[] = OEMTEXT("Right Rotated");
 static const char str_dispsync[] = "Disp Vsync";  static const OEMCHAR str_dispsync[] = OEMTEXT("Disp Vsync");
 static const char str_realpal[] = "Real Palettes";  static const OEMCHAR str_realpal[] = OEMTEXT("Real Palettes");
 static const char str_nowait[] = "No Wait";  static const OEMCHAR str_nowait[] = OEMTEXT("No Wait");
 static const char str_autoframe[] = "Auto frame";  static const OEMCHAR str_autoframe[] = OEMTEXT("Auto frame");
 static const char str_60fps[] = "Full frame";  static const OEMCHAR str_60fps[] = OEMTEXT("Full frame");
 static const char str_30fps[] = "1/2 frame";  static const OEMCHAR str_30fps[] = OEMTEXT("1/2 frame");
 static const char str_20fps[] = "1/3 frame";  static const OEMCHAR str_20fps[] = OEMTEXT("1/3 frame");
 static const char str_15fps[] = "1/4 frame";  static const OEMCHAR str_15fps[] = OEMTEXT("1/4 frame");
 static const char str_scropt[] = "Screen option...";  static const OEMCHAR str_scropt[] = OEMTEXT("Screen option...");
   
 static const char str_device[] = "Device";  static const OEMCHAR str_device[] = OEMTEXT("Device");
   
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
 static const char str_cursor[] = "Cursor";  static const OEMCHAR str_cursor[] = OEMTEXT("Cursor");
 static const char str_default[] = "Default";  static const OEMCHAR str_default[] = OEMTEXT("Default");
 static const char str_cur2[] = "Tenkey";  static const OEMCHAR str_cur2[] = OEMTEXT("Tenkey");
 static const char str_botton[] = "Button";  static const OEMCHAR str_botton[] = OEMTEXT("Button");
 static const char str_btn1[] = "RET/SPACE";  static const OEMCHAR str_btn1[] = OEMTEXT("RET/SPACE");
 static const char str_btn2[] = "Z / X";  static const OEMCHAR str_btn2[] = OEMTEXT("Z / X");
 #endif  #endif
   
 static const char str_keyboard[] = "Keyboard";  static const OEMCHAR str_keyboard[] = OEMTEXT("Keyboard");
 static const char str_joykey1[] = "JoyKey-1";  static const OEMCHAR str_joykey1[] = OEMTEXT("JoyKey-1");
 static const char str_joykey2[] = "JoyKey-2";  static const OEMCHAR str_joykey2[] = OEMTEXT("JoyKey-2");
 static const char str_mousekey[] = "Mouse-Key";  static const OEMCHAR str_mousekey[] = OEMTEXT("Mouse-Key");
 static const char str_mecshift[] = "mechanical SHIFT";  static const OEMCHAR str_mecshift[] = OEMTEXT("mechanical SHIFT");
 static const char str_mecctrl[] = "mechanical CTRL";  static const OEMCHAR str_mecctrl[] = OEMTEXT("mechanical CTRL");
 static const char str_mecgrph[] = "mechanical GRPH";  static const OEMCHAR str_mecgrph[] = OEMTEXT("mechanical GRPH");
 static const char str_f12mouse[] = "F12 = Mouse";  static const OEMCHAR str_f12mouse[] = OEMTEXT("F12 = Mouse");
 static const char str_f12copy[] = "F12 = Copy";  static const OEMCHAR str_f12copy[] = OEMTEXT("F12 = Copy");
 static const char str_f12stop[] = "F12 = Stop";  static const OEMCHAR str_f12stop[] = OEMTEXT("F12 = Stop");
 static const char str_f12equ[] = "F12 = tenkey [=]";  static const OEMCHAR str_f12equ[] = OEMTEXT("F12 = tenkey [=]");
 static const char str_f12comma[] = "F12 = tenkey [ , ]";  static const OEMCHAR str_f12comma[] = OEMTEXT("F12 = tenkey [ , ]");
   
 static const char str_beep[] = "Beep";  static const OEMCHAR str_beep[] = OEMTEXT("Beep");
 static const char str_off[] = "off";  static const OEMCHAR str_off[] = OEMTEXT("off");
 static const char str_low[] = "low";  static const OEMCHAR str_low[] = OEMTEXT("low");
 static const char str_mid[] = "mid";  static const OEMCHAR str_mid[] = OEMTEXT("mid");
 static const char str_high[] = "high";  static const OEMCHAR str_high[] = OEMTEXT("high");
   
 static const char str_soundboard[] = "SoundBoard";  static const OEMCHAR str_soundboard[] = OEMTEXT("SoundBoard");
 static const char str_nosound[] = "Disable boards";  static const OEMCHAR str_nosound[] = OEMTEXT("Disable boards");
 static const char str_pc980114[] = "PC-9801-14";  static const OEMCHAR str_pc980114[] = OEMTEXT("PC-9801-14");
 static const char str_pc980126k[] = "PC-9801-26K";  static const OEMCHAR str_pc980126k[] = OEMTEXT("PC-9801-26K");
 static const char str_pc980186[] = "PC-9801-86";  static const OEMCHAR str_pc980186[] = OEMTEXT("PC-9801-86");
 static const char str_pc980126k86[] = "PC-9801-26K + 86";  static const OEMCHAR str_pc980126k86[] = OEMTEXT("PC-9801-26K + 86");
 static const char str_pc980186cb[] = "PC-9801-86 + ADPCM";  static const OEMCHAR str_pc980186cb[] = OEMTEXT("PC-9801-86 + ADPCM");
 static const char str_pc9801118[] = "PC-9801-118";  static const OEMCHAR str_pc9801118[] = OEMTEXT("PC-9801-118");
 static const char str_spreakboard[] = "Speak board";  static const OEMCHAR str_spreakboard[] = OEMTEXT("Speak board");
 static const char str_sparkboard[] = "Spark board";  static const OEMCHAR str_sparkboard[] = OEMTEXT("Spark board");
 static const char str_amd98[] = "AMD-98";  static const OEMCHAR str_amd98[] = OEMTEXT("AMD-98");
 static const char str_jastsnd[] = "JAST SOUND";  static const OEMCHAR str_jastsnd[] = OEMTEXT("JAST SOUND");
 static const char str_seeksound[] = "Seek Sound";  static const OEMCHAR str_seeksound[] = OEMTEXT("Seek Sound");
   
 static const char str_memory[] = "Memory";  static const OEMCHAR str_memory[] = OEMTEXT("Memory");
 static const char str_mem640[] = "640KB";  static const OEMCHAR str_mem640[] = OEMTEXT("640KB");
 static const char str_mem16[] = "1.6MB";  static const OEMCHAR str_mem16[] = OEMTEXT("1.6MB");
 static const char str_mem36[] = "3.6MB";  static const OEMCHAR str_mem36[] = OEMTEXT("3.6MB");
 static const char str_mem76[] = "7.6MB";  static const OEMCHAR str_mem76[] = OEMTEXT("7.6MB");
   
 static const char str_mouse[] = "Mouse";  static const OEMCHAR str_mouse[] = OEMTEXT("Mouse");
 static const char str_seropt[] = "Serial option...";  static const OEMCHAR str_seropt[] = OEMTEXT("Serial option...");
 static const char str_midiopt[] = "MIDI option...";  static const OEMCHAR str_midiopt[] = OEMTEXT("MIDI option...");
 static const char str_midipanic[] = "MIDI Panic";  static const OEMCHAR str_midipanic[] = OEMTEXT("MIDI Panic");
 static const char str_sndopt[] = "Sound option...";  static const OEMCHAR str_sndopt[] = OEMTEXT("Sound option...");
   
 static const char str_other[] = "Other";  static const OEMCHAR str_other[] = OEMTEXT("Other");
 static const char str_bmpsave[] = "BMP Save...";  static const OEMCHAR str_bmpsave[] = OEMTEXT("BMP Save...");
 static const char str_s98log[] = "S98 logging...";  static const OEMCHAR str_s98log[] = OEMTEXT("S98 logging...");
 static const char str_calendar[] = "Calendar...";  static const OEMCHAR str_calendar[] = OEMTEXT("Calendar...");
 static const char str_shortcut[] = "Shortcut Key";  static const OEMCHAR str_shortcut[] = OEMTEXT("Shortcut Key");
 static const char str_altenter[] = "Alt+Enter";  static const OEMCHAR str_altenter[] = OEMTEXT("Alt+Enter");
 static const char str_altf4[] = "Alt+F4";  static const OEMCHAR str_altf4[] = OEMTEXT("Alt+F4");
 static const char str_clockdisp[] = "Clock Disp";  static const OEMCHAR str_clockdisp[] = OEMTEXT("Clock Disp");
 static const char str_framedisp[] = "Frame Disp";  static const OEMCHAR str_framedisp[] = OEMTEXT("Frame Disp");
 static const char str_joyrev[] = "Joy Reverse";  static const OEMCHAR str_joyrev[] = OEMTEXT("Joy Reverse");
 static const char str_joyrapid[] = "Joy Rapid";  static const OEMCHAR str_joyrapid[] = OEMTEXT("Joy Rapid");
 static const char str_mouserapid[] = "Mouse Rapid";  static const OEMCHAR str_mouserapid[] = OEMTEXT("Mouse Rapid");
 static const char str_about[] = "About...";  static const OEMCHAR str_about[] = OEMTEXT("About...");
   
 static const MSYSITEM s_emu[] = {  static const MSYSITEM s_emu[] = {
                 {str_reset,                     NULL,           MID_RESET,                      0},                  {str_reset,                     NULL,           MID_RESET,                      0},
Line 131  static const MSYSITEM s_sasi2[] = { Line 131  static const MSYSITEM s_sasi2[] = {
                 {str_remove,            NULL,           MID_SASI2EJECT,         MENU_DELETED}};                  {str_remove,            NULL,           MID_SASI2EJECT,         MENU_DELETED}};
   
 #if defined(SUPPORT_SCSI)  #if defined(SUPPORT_SCSI)
 static const char str_scsi0[] = "SCSI #0";  static const OEMCHAR str_scsi0[] = OEMTEXT("SCSI #0");
 static const char str_scsi1[] = "SCSI #1";  static const OEMCHAR str_scsi1[] = OEMTEXT("SCSI #1");
 static const char str_scsi2[] = "SCSI #2";  static const OEMCHAR str_scsi2[] = OEMTEXT("SCSI #2");
 static const char str_scsi3[] = "SCSI #3";  static const OEMCHAR str_scsi3[] = OEMTEXT("SCSI #3");
   
 static const MSYSITEM s_scsi0[] = {  static const MSYSITEM s_scsi0[] = {
                 {str_open,                      NULL,           MID_SCSI0OPEN,          0},                  {str_open,                      NULL,           MID_SCSI0OPEN,          0},

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>