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
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8886,6 +8886,54 @@ MSG_HASH(
8886
8886
MENU_ENUM_LABEL_VALUE_SCAN_ENTRY,
8887
8887
"Scan"
8888
8888
)
8889
+
MSG_HASH(
8890
+
MENU_ENUM_LABEL_VALUE_SCAN_METHOD,
8891
+
"Scan Method"
8892
+
)
8893
+
MSG_HASH(
8894
+
MENU_ENUM_SUBLABEL_SCAN_METHOD,
8895
+
"Automatic or custom with detailed options."
8896
+
)
8897
+
MSG_HASH(
8898
+
MENU_ENUM_LABEL_VALUE_SCAN_USE_DB,
8899
+
"Database Check"
8900
+
)
8901
+
MSG_HASH(
8902
+
MENU_ENUM_SUBLABEL_SCAN_USE_DB,
8903
+
"Strict will only add items that match a database entry, Loose will add also files with correct extension but no CRC/serial match, Custom DAT checks against a user provided XML file instead of databases, None ignores databases and only uses file extensions."
8904
+
)
8905
+
MSG_HASH(
8906
+
MENU_ENUM_LABEL_VALUE_SCAN_DB_SELECT,
8907
+
"Database To Match"
8908
+
)
8909
+
MSG_HASH(
8910
+
MENU_ENUM_SUBLABEL_SCAN_DB_SELECT,
8911
+
"Matching can be restricted to one specific database, or to the very first database that matches, to speed up scanning."
8912
+
)
8913
+
MSG_HASH(
8914
+
MENU_ENUM_LABEL_VALUE_SCAN_TARGET_PLAYLIST,
8915
+
"Playlist To Update"
8916
+
)
8917
+
MSG_HASH(
8918
+
MENU_ENUM_SUBLABEL_SCAN_TARGET_PLAYLIST,
8919
+
"Results are added to this playlist. In case of Auto - Any, multiple system playlists may be updated. Custom without database reference will not link the entries to any database in the playlist."
8920
+
)
8921
+
MSG_HASH(
8922
+
MENU_ENUM_LABEL_VALUE_SCAN_SINGLE_FILE,
8923
+
"Scan Single File"
8924
+
)
8925
+
MSG_HASH(
8926
+
MENU_ENUM_SUBLABEL_SCAN_SINGLE_FILE,
8927
+
"Scans only one file instead of a directory. Re-select content location after changing this entry."
8928
+
)
8929
+
MSG_HASH(
8930
+
MENU_ENUM_LABEL_VALUE_SCAN_OMIT_DB_REF,
8931
+
"Skip Database References From Playlist"
8932
+
)
8933
+
MSG_HASH(
8934
+
MENU_ENUM_SUBLABEL_SCAN_OMIT_DB_REF,
8935
+
"In case of custom playlist name, always use the playlist name for thumbnail search, even if there was a database match."
0 commit comments