mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Rename Configuration sublabel
This commit is contained in:
parent
1283539dd2
commit
ce4cd8fe25
@ -3240,7 +3240,7 @@ const char *msg_hash_to_str_chs(enum msg_hash_enums msg)
|
||||
case MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT:
|
||||
return "程序将在退出时保存修改到配置文件。";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
|
||||
return "Change default settings for configuration, content override, core override, and remap files.";
|
||||
return "Change default settings for configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
|
||||
return "Manage and create configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CPU_CORES:
|
||||
|
@ -1651,7 +1651,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
"Saves changes to configuration file on exit.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -1619,7 +1619,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
"Saves changes to configuration file on exit.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -1655,7 +1655,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
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.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -1651,7 +1651,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
"Saves changes to configuration file on exit.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -1647,7 +1647,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
"Saves changes to configuration file on exit.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -1669,7 +1669,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
|
||||
"Saves changes to configuration file on exit.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
|
||||
"Change default settings for configuration, content override, core override, and remap files.")
|
||||
"Change default settings for configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Manage and create configuration files.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
|
||||
|
@ -3286,7 +3286,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
|
||||
case MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT:
|
||||
return "Lưu cấu hình khi thoát retroarch.";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
|
||||
return "Change default settings for configuration, content override, core override, and remap files.";
|
||||
return "Change default settings for configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
|
||||
return "Manage and create configuration files.";
|
||||
case MENU_ENUM_SUBLABEL_CPU_CORES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user