You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intl/msg_hash_us.h
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4050,15 +4050,15 @@ MSG_HASH(
4050
4050
)
4051
4051
MSG_HASH(
4052
4052
MENU_ENUM_SUBLABEL_INPUT_META_DISK_NEXT,
4053
-
"Increments the currently selected disc index. Virtual disc tray must be open."
4053
+
"Increments the currently selected disc index and does delayed insert if virtual disc tray is closed."
4054
4054
)
4055
4055
MSG_HASH(
4056
4056
MENU_ENUM_LABEL_VALUE_INPUT_META_DISK_PREV,
4057
4057
"Previous Disc"
4058
4058
)
4059
4059
MSG_HASH(
4060
4060
MENU_ENUM_SUBLABEL_INPUT_META_DISK_PREV,
4061
-
"Decrements the currently selected disc index. Virtual disc tray must be open."
4061
+
"Decrements the currently selected disc index and does delayed insert if virtual disc tray is closed."
4062
4062
)
4063
4063
4064
4064
MSG_HASH(
@@ -10084,41 +10084,42 @@ MSG_HASH(
10084
10084
10085
10085
/* Quick Menu > Disc Control */
10086
10086
10087
+
MSG_HASH(
10088
+
MENU_ENUM_LABEL_VALUE_DISK_INDEX,
10089
+
"Current Disc Index"
10090
+
)
10091
+
MSG_HASH(
10092
+
MENU_ENUM_SUBLABEL_DISK_INDEX,
10093
+
"Choose current disc from list of available images. Virtual disc tray can stay closed."
10094
+
)
10087
10095
MSG_HASH(
10088
10096
MENU_ENUM_LABEL_VALUE_DISK_TRAY_EJECT,
10089
10097
"Eject Disc"
10090
10098
)
10091
10099
MSG_HASH(
10092
10100
MENU_ENUM_SUBLABEL_DISK_TRAY_EJECT,
10093
-
"Open virtual disc tray and remove currently loaded disc. If 'Pause Content When Menu Is Active' is enabled, some cores may not register changes unless content is resumed for a few seconds after each disc control action."
10101
+
"Open virtual disc tray."
10094
10102
)
10095
10103
MSG_HASH(
10096
10104
MENU_ENUM_LABEL_VALUE_DISK_TRAY_INSERT,
10097
10105
"Insert Disc"
10098
10106
)
10099
10107
MSG_HASH(
10100
10108
MENU_ENUM_SUBLABEL_DISK_TRAY_INSERT,
10101
-
"Insert disc corresponding to 'Current Disc Index' and close virtual disc tray. If 'Pause Content When Menu Is Active' is enabled, some cores may not register changes unless content is resumed for a few seconds after each disc control action."
10109
+
"Close virtual disc tray."
10102
10110
)
10103
10111
MSG_HASH(
10104
10112
MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND,
10105
10113
"Load New Disc"
10106
10114
)
10107
10115
MSG_HASH(
10108
10116
MENU_ENUM_SUBLABEL_DISK_IMAGE_APPEND,
10109
-
"Eject current disc, select a new disc from the filesystem then insert it and close the virtual disc tray.\nNOTE: This is a legacy feature. It is instead recommended to load multi-disc titles via M3U playlists, which allow disc selection using the 'Eject/Insert Disc' and 'Current Disc Index' options."
10117
+
"Select a new disc from the filesystem and append it in the index list.\nNOTE: This is a legacy feature. It is instead recommended to use M3U playlists for multi-disc titles."
10110
10118
)
10119
+
/* deprecated */
10111
10120
MSG_HASH(
10112
10121
MENU_ENUM_SUBLABEL_DISK_IMAGE_APPEND_TRAY_OPEN,
10113
-
"Select a new disc from the filesystem and insert it without closing the virtual disc tray.\nNOTE: This is a legacy feature. It is instead recommended to load multi-disc titles via M3U playlists, which allow disc selection using the 'Current Disc Index' option."
10114
-
)
10115
-
MSG_HASH(
10116
-
MENU_ENUM_LABEL_VALUE_DISK_INDEX,
10117
-
"Current Disc Index"
10118
-
)
10119
-
MSG_HASH(
10120
-
MENU_ENUM_SUBLABEL_DISK_INDEX,
10121
-
"Choose current disc from list of available images. Disc will be loaded when 'Insert Disc' is selected."
0 commit comments