mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
Add some missing msg dots (#16297)
This commit is contained in:
parent
9dfa1df39e
commit
455585e8d1
@ -14743,7 +14743,7 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_SCANNING_OF_DIRECTORY_FINISHED,
|
MSG_SCANNING_OF_DIRECTORY_FINISHED,
|
||||||
"Scanning of directory finished"
|
"Scanning of directory finished."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_SENDING_COMMAND,
|
MSG_SENDING_COMMAND,
|
||||||
@ -15107,19 +15107,19 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_SCANNING_OF_FILE_FINISHED,
|
MSG_SCANNING_OF_FILE_FINISHED,
|
||||||
"Scanning of file finished"
|
"Scanning of file finished."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_INIT_SUCCESS,
|
MSG_CHEAT_INIT_SUCCESS,
|
||||||
"Successfully started cheat search"
|
"Successfully started cheat search."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_INIT_FAIL,
|
MSG_CHEAT_INIT_FAIL,
|
||||||
"Failed to start cheat search"
|
"Failed to start cheat search."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_NOT_INITIALIZED,
|
MSG_CHEAT_SEARCH_NOT_INITIALIZED,
|
||||||
"Searching has not been initialized/started"
|
"Searching has not been initialized/started."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_FOUND_MATCHES,
|
MSG_CHEAT_SEARCH_FOUND_MATCHES,
|
||||||
@ -15127,23 +15127,23 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_ADDED_MATCHES_SUCCESS,
|
MSG_CHEAT_SEARCH_ADDED_MATCHES_SUCCESS,
|
||||||
"Added %u matches"
|
"Added %u matches."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_ADDED_MATCHES_FAIL,
|
MSG_CHEAT_SEARCH_ADDED_MATCHES_FAIL,
|
||||||
"Failed to add matches"
|
"Failed to add matches."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_ADD_MATCH_SUCCESS,
|
MSG_CHEAT_SEARCH_ADD_MATCH_SUCCESS,
|
||||||
"Created code from match"
|
"Created code from match."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_ADD_MATCH_FAIL,
|
MSG_CHEAT_SEARCH_ADD_MATCH_FAIL,
|
||||||
"Failed to create code"
|
"Failed to create code."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_DELETE_MATCH_SUCCESS,
|
MSG_CHEAT_SEARCH_DELETE_MATCH_SUCCESS,
|
||||||
"Deleted match"
|
"Deleted match."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEAT_SEARCH_ADDED_MATCHES_TOO_MANY,
|
MSG_CHEAT_SEARCH_ADDED_MATCHES_TOO_MANY,
|
||||||
@ -15183,7 +15183,7 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_FAILED_TO_SET_DISK,
|
MSG_FAILED_TO_SET_DISK,
|
||||||
"Failed to set disc"
|
"Failed to set disc."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_FAILED_TO_SET_INITIAL_DISK,
|
MSG_FAILED_TO_SET_INITIAL_DISK,
|
||||||
@ -15191,23 +15191,23 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_FAILED_TO_CONNECT_TO_CLIENT,
|
MSG_FAILED_TO_CONNECT_TO_CLIENT,
|
||||||
"Failed to connect to client"
|
"Failed to connect to client."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_FAILED_TO_CONNECT_TO_HOST,
|
MSG_FAILED_TO_CONNECT_TO_HOST,
|
||||||
"Failed to connect to host"
|
"Failed to connect to host."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_NETPLAY_HOST_FULL,
|
MSG_NETPLAY_HOST_FULL,
|
||||||
"Netplay host full"
|
"Netplay host full."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_NETPLAY_BANNED,
|
MSG_NETPLAY_BANNED,
|
||||||
"You are banned from this host"
|
"You are banned from this host."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_FAILED_TO_RECEIVE_HEADER_FROM_HOST,
|
MSG_FAILED_TO_RECEIVE_HEADER_FROM_HOST,
|
||||||
"Failed to receive header from host"
|
"Failed to receive header from host."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_CHEEVOS_LOAD_STATE_PREVENTED_BY_HARDCORE_MODE,
|
MSG_CHEEVOS_LOAD_STATE_PREVENTED_BY_HARDCORE_MODE,
|
||||||
@ -15251,15 +15251,15 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MISSING_ASSETS,
|
MSG_MISSING_ASSETS,
|
||||||
"Warning: Missing assets, use the Online Updater if available"
|
"Warning: Missing assets, use the Online Updater if available."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_RGUI_MISSING_FONTS,
|
MSG_RGUI_MISSING_FONTS,
|
||||||
"Warning: Missing fonts for selected language, use the Online Updater if available"
|
"Warning: Missing fonts for selected language, use the Online Updater if available."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_RGUI_INVALID_LANGUAGE,
|
MSG_RGUI_INVALID_LANGUAGE,
|
||||||
"Warning: Unsupported language - using English"
|
"Warning: Unsupported language - using English."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_DUMPING_DISC,
|
MSG_DUMPING_DISC,
|
||||||
@ -15295,11 +15295,11 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_INVALID,
|
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_INVALID,
|
||||||
"Invalid arcade DAT file selected"
|
"Invalid arcade DAT file selected."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_TOO_LARGE,
|
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_TOO_LARGE,
|
||||||
"Selected arcade DAT file is too large (insufficient free memory)"
|
"Selected arcade DAT file is too large (insufficient free memory)."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_LOAD_ERROR,
|
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_LOAD_ERROR,
|
||||||
@ -15307,11 +15307,11 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_INVALID_CONFIG,
|
MSG_MANUAL_CONTENT_SCAN_INVALID_CONFIG,
|
||||||
"Invalid manual scan configuration"
|
"Invalid manual scan configuration."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_INVALID_CONTENT,
|
MSG_MANUAL_CONTENT_SCAN_INVALID_CONTENT,
|
||||||
"No valid content detected"
|
"No valid content detected."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_START,
|
MSG_MANUAL_CONTENT_SCAN_START,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user