minor fixes in english language file

This commit is contained in:
MELERIX 2015-06-18 00:19:03 -03:00
parent 87b43e5c8e
commit a4f8f52de9
2 changed files with 25 additions and 25 deletions

View File

@ -131,7 +131,7 @@
#268# "Make window stay on top of all other windows" #268# "Make window stay on top of all other windows"
#269# "Change settings inside the graphics plugin" #269# "Change settings inside the graphics plugin"
#270# "Change settings inside the audio plugin" #270# "Change settings inside the audio plugin"
#271# "Change settings inside the controller plugin (i.e. set keys)" #271# "Change settings inside the controller plugin (i.e, set keys)"
#272# "Change settings inside the RSP plugin" #272# "Change settings inside the RSP plugin"
#273# "Show the CPU usage of the emulator split over different resources" #273# "Show the CPU usage of the emulator split over different resources"
#274# "View/change settings for this application" #274# "View/change settings for this application"
@ -177,7 +177,7 @@
#320# "Select current ROM directory" #320# "Select current ROM directory"
//Messages //Messages
#340# "Bad ROM? Use GoodN64 & check for updated RDB" #340# "Bad ROM? Use GoodN64 & check for updated RDB."
/********************************************************************************* /*********************************************************************************
* Options * * Options *
@ -440,7 +440,7 @@
*********************************************************************************/ *********************************************************************************/
#2000# "*** CPU PAUSED ***" #2000# "*** CPU PAUSED ***"
#2001# "CPU Resumed" #2001# "CPU Resumed"
#2002# "In a permanent loop that cannot be exited. \nEmulation will now stop. \n\nVerify ROM and ROM settings." #2002# "In a permanent loop that cannot be exited.\nEmulation will now stop.\n\nVerify ROM and its settings."
#2003# "Failed to allocate memory" #2003# "Failed to allocate memory"
#2004# "The default or selected video plugin is missing or invalid.\n\nYou need to go into Settings and select a video (graphics) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder." #2004# "The default or selected video plugin is missing or invalid.\n\nYou need to go into Settings and select a video (graphics) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder."
#2005# "The default or selected audio plugin is missing or invalid.\n\nYou need to go into Settings and select a audio (sound) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder." #2005# "The default or selected audio plugin is missing or invalid.\n\nYou need to go into Settings and select a audio (sound) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder."
@ -462,7 +462,7 @@
#2021# "Unknown memory action\n\nEmulation stopped" #2021# "Unknown memory action\n\nEmulation stopped"
#2022# "Unhandled R4300i opcode at" #2022# "Unhandled R4300i opcode at"
#2023# "Executing from non-mapped space.\n\nVerify ROM and ROM settings." #2023# "Executing from non-mapped space.\n\nVerify ROM and ROM settings."
#2024# "This saved state does not appear to match the running ROM. \n\nStates must be saved & loaded between 100% identical ROMs. \nIn particular the REGION and VERSION need to be the same. \nLoading this state is likely to cause the game and/or emulator to crash. \n\nAre you sure you want to continue loading?" #2024# "This saved state does not appear to match the running ROM.\n\nStates must be saved & loaded between 100% identical ROMs.\nIn particular, the REGION and VERSION need to be the same.\nLoading this state is likely to cause the game and/or emulator to crash.\n\nAre you sure you want to continue loading?"
#2025# "Error" #2025# "Error"
#2026# "Copyright sequence not found in LUT. Game will no longer function." #2026# "Copyright sequence not found in LUT. Game will no longer function."
#2027# "Copy Protection Failure" #2027# "Copy Protection Failure"
@ -489,7 +489,7 @@
#2048# "Short-cut has already been assigned to another menu item." #2048# "Short-cut has already been assigned to another menu item."
#2049# "No shortcut has been selected to be removed." #2049# "No shortcut has been selected to be removed."
#2050# "ROM loaded. Waiting for emulation to start." #2050# "ROM loaded. Waiting for emulation to start."
#2051# "Project64 beta is for members only.\n\nIf you have an account at pj64.net, you should not be seeing this error!!\nPlease contact us on the site." #2051# "Project64 Beta is for members only.\n\nIf you have an account at www.pj64-emu.com, you should not be seeing this error!!\nPlease contact us on the site."
#2052# "Program Error" #2052# "Program Error"
#2053# "Failed to find filename in 7z file" #2053# "Failed to find filename in 7z file"
#2054# "Graphics Low-Level Emulation" #2054# "Graphics Low-Level Emulation"

View File

@ -172,7 +172,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(SELECT_ROM_DIR, L"Select current ROM directory" ); DEF_STR(SELECT_ROM_DIR, L"Select current ROM directory" );
//Messages //Messages
DEF_STR(RB_NOT_GOOD_FILE,L"Bad ROM? Use GoodN64 & check for updated RDB" ); DEF_STR(RB_NOT_GOOD_FILE,L"Bad ROM? Use GoodN64 & check for updated RDB." );
/********************************************************************************* /*********************************************************************************
* Options * * Options *
@ -435,7 +435,7 @@ void CLanguage::LoadDefaultStrings (void)
*********************************************************************************/ *********************************************************************************/
DEF_STR(MSG_CPU_PAUSED, L"*** CPU PAUSED ***"); DEF_STR(MSG_CPU_PAUSED, L"*** CPU PAUSED ***");
DEF_STR(MSG_CPU_RESUMED, L"CPU resumed"); DEF_STR(MSG_CPU_RESUMED, L"CPU resumed");
DEF_STR(MSG_PERM_LOOP, L"In a permanent loop that cannot be exited. \nEmulation will now stop. \n\nVerify ROM and ROM settings."); DEF_STR(MSG_PERM_LOOP, L"In a permanent loop that cannot be exited.\nEmulation will now stop.\n\nVerify ROM and its settings.");
DEF_STR(MSG_MEM_ALLOC_ERROR, L"Failed to allocate memory"); DEF_STR(MSG_MEM_ALLOC_ERROR, L"Failed to allocate memory");
DEF_STR(MSG_FAIL_INIT_GFX, L"The default or selected video plugin is missing or invalid.\n\nYou need to go into Settings and select a video (graphics) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder."); DEF_STR(MSG_FAIL_INIT_GFX, L"The default or selected video plugin is missing or invalid.\n\nYou need to go into Settings and select a video (graphics) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder.");
DEF_STR(MSG_FAIL_INIT_AUDIO, L"The default or selected audio plugin is missing or invalid.\n\nYou need to go into Settings and select a audio (sound) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder."); DEF_STR(MSG_FAIL_INIT_AUDIO, L"The default or selected audio plugin is missing or invalid.\n\nYou need to go into Settings and select a audio (sound) plugin.\nCheck that you have at least one compatible plugin file in your plugin folder.");
@ -457,7 +457,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(MSG_UNKNOWN_MEM_ACTION, L"Unknown memory action\n\nEmulation stopped"); DEF_STR(MSG_UNKNOWN_MEM_ACTION, L"Unknown memory action\n\nEmulation stopped");
DEF_STR(MSG_UNHANDLED_OP, L"Unhandled R4300i opcode at"); DEF_STR(MSG_UNHANDLED_OP, L"Unhandled R4300i opcode at");
DEF_STR(MSG_NONMAPPED_SPACE, L"Executing from non-mapped space.\n\nVerify ROM and ROM settings."); DEF_STR(MSG_NONMAPPED_SPACE, L"Executing from non-mapped space.\n\nVerify ROM and ROM settings.");
DEF_STR(MSG_SAVE_STATE_HEADER, L"This saved state does not appear to match the running ROM. \n\nStates must be saved & loaded between 100% identical ROMs. \nIn particular the REGION and VERSION need to be the same. \nLoading this state is likely to cause the game and/or emulator to crash. \n\nAre you sure you want to continue loading?"); DEF_STR(MSG_SAVE_STATE_HEADER, L"This saved state does not appear to match the running ROM.\n\nStates must be saved & loaded between 100% identical ROMs.\nIn particular, the REGION and VERSION need to be the same.\nLoading this state is likely to cause the game and/or emulator to crash.\n\nAre you sure you want to continue loading?");
DEF_STR(MSG_MSGBOX_TITLE, L"Error"); DEF_STR(MSG_MSGBOX_TITLE, L"Error");
DEF_STR(MSG_PIF2_ERROR, L"Copyright sequence not found in LUT. Game will no longer function."); DEF_STR(MSG_PIF2_ERROR, L"Copyright sequence not found in LUT. Game will no longer function.");
DEF_STR(MSG_PIF2_TITLE, L"Copy Protection Failure"); DEF_STR(MSG_PIF2_TITLE, L"Copy Protection Failure");
@ -484,7 +484,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(MSG_MENUITEM_ASSIGNED, L"Short-cut has already been assigned to another menu item."); DEF_STR(MSG_MENUITEM_ASSIGNED, L"Short-cut has already been assigned to another menu item.");
DEF_STR(MSG_NO_SEL_SHORTCUT, L"No shortcut has been selected to be removed."); DEF_STR(MSG_NO_SEL_SHORTCUT, L"No shortcut has been selected to be removed.");
DEF_STR(MSG_WAITING_FOR_START, L"ROM loaded. Waiting for emulation to start."); DEF_STR(MSG_WAITING_FOR_START, L"ROM loaded. Waiting for emulation to start.");
DEF_STR(MSG_INVALID_EXE, L"Project64 beta is for members only.\n\nIf you have an account at pj64.net, you should not be seeing this error!!\nPlease contact us on the site."); DEF_STR(MSG_INVALID_EXE, L"Project64 Beta is for members only.\n\nIf you have an account at www.pj64-emu.com, you should not be seeing this error!!\nPlease contact us on the site.");
DEF_STR(MSG_INVALID_EXE_TITLE, L"Program Error"); DEF_STR(MSG_INVALID_EXE_TITLE, L"Program Error");
DEF_STR(MSG_7Z_FILE_NOT_FOUND, L"Failed to find filename in 7z file"); DEF_STR(MSG_7Z_FILE_NOT_FOUND, L"Failed to find filename in 7z file");
DEF_STR(MSG_SET_LLE_GFX_TITLE, L"Graphics Low-Level Emulation"); DEF_STR(MSG_SET_LLE_GFX_TITLE, L"Graphics Low-Level Emulation");