mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
Rename Configurations sublabel
This commit is contained in:
parent
8a6e414fc6
commit
1283539dd2
@ -3242,7 +3242,7 @@ const char *msg_hash_to_str_chs(enum msg_hash_enums msg)
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
|
||||
return "Change default settings for configuration, content override, core override, and remap files.";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
|
||||
return "Load, save, new.";
|
||||
return "Manage and create configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CPU_CORES:
|
||||
return "CPU拥有的核心总数。";
|
||||
case MENU_ENUM_SUBLABEL_FPS_SHOW:
|
||||
|
@ -1653,7 +1653,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"Amount of cores that the CPU has.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -1621,7 +1621,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"Amount of cores that the CPU has.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -1657,7 +1657,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"CPUのコア数")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -1653,7 +1653,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"Amount of cores that the CPU has.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -1649,7 +1649,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"Amount of cores that the CPU has.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -1671,7 +1671,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Load, save, new.")
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
"Amount of cores that the CPU has.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||
|
@ -3288,7 +3288,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
|
||||
return "Change default settings for configuration, content override, core override, and remap files.";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
|
||||
return "Load, save, new.";
|
||||
return "Manage and create configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CPU_CORES:
|
||||
return "Số lượng lõi của CPU.";
|
||||
case MENU_ENUM_SUBLABEL_FPS_SHOW:
|
||||
|
Loading…
Reference in New Issue
Block a user