mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Move more messages to msg_hash_us.h
This commit is contained in:
parent
aa31f5e073
commit
e18e4b629c
@ -3002,26 +3002,6 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
||||
switch (msg)
|
||||
{
|
||||
#include "msg_hash_us.h"
|
||||
case MSG_AUTODETECT:
|
||||
return "Autodetect";
|
||||
case MSG_AUTOLOADING_SAVESTATE_FROM:
|
||||
return "Auto-loading savestate from";
|
||||
case MSG_CONNECTING_TO_NETPLAY_HOST:
|
||||
return "Connecting to netplay host";
|
||||
case MSG_CONNECTING_TO_PORT:
|
||||
return "Connecting to port";
|
||||
case MSG_CONNECTION_SLOT:
|
||||
return "Connection slot";
|
||||
case MSG_SORRY_UNIMPLEMENTED_CORES_DONT_DEMAND_CONTENT_NETPLAY:
|
||||
return "Sorry, unimplemented: cores that don't demand content cannot participate in netplay.";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_PASSWORD:
|
||||
return "Password";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_SETTINGS:
|
||||
return "Accounts Cheevos";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_USERNAME:
|
||||
return "Username";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST:
|
||||
return "Accounts";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
||||
return "Accounts List Endpoint";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_RETRO_ACHIEVEMENTS:
|
||||
|
@ -53,3 +53,53 @@ MSG_HASH(
|
||||
"Audio volume",
|
||||
"Audio volume"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_AUTODETECT,
|
||||
"Autodetect",
|
||||
"Autodetect"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_AUTOLOADING_SAVESTATE_FROM,
|
||||
"Auto-loading savestate from",
|
||||
"Auto-loading savestate from"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_CONNECTING_TO_NETPLAY_HOST,
|
||||
"Connecting to netplay host",
|
||||
"Connecting to netplay host"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_CONNECTING_TO_PORT,
|
||||
"Connecting to port",
|
||||
"Connecting to port"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_CONNECTION_SLOT,
|
||||
"Connection slot",
|
||||
"Connection slot"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_SORRY_UNIMPLEMENTED_CORES_DONT_DEMAND_CONTENT_NETPLAY,
|
||||
"Sorry, unimplemented: cores that don't demand content cannot participate in netplay.",
|
||||
"Sorry, unimplemented: cores that don't demand content cannot participate in netplay."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_PASSWORD,
|
||||
"Password",
|
||||
"Password"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_SETTINGS,
|
||||
"Accounts Cheevos",
|
||||
"Accounts Cheevos"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_USERNAME,
|
||||
"Username",
|
||||
"Username"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
|
||||
"Accounts",
|
||||
"Accounts"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user