Merge pull request #8292 from markwkidd/patch-8

use "Playlist" rather than "Collection" in UI strings
This commit is contained in:
Twinaphex 2019-03-14 15:29:34 +01:00 committed by GitHub
commit 35be34eb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -591,7 +591,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST, MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST,
"Collections" "Playlists"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY, MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY,
@ -2086,7 +2086,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY, MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY,
"Playlist" "Playlists"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS, MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS,
@ -5145,7 +5145,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_SELECT_FROM_COLLECTION, MENU_ENUM_LABEL_VALUE_SELECT_FROM_COLLECTION,
"Select From Collection" "Select from a playlist"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILTER, MENU_ENUM_LABEL_VALUE_FILTER,
@ -5737,11 +5737,11 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_SCAN_DIRECTORY, MENU_ENUM_SUBLABEL_SCAN_DIRECTORY,
"Scans a directory for compatible files and add them to the collection." "Scans a directory for compatible content. If found, content is added to playlists."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_SCAN_FILE, MENU_ENUM_SUBLABEL_SCAN_FILE,
"Scans a compatible file and add it to the collection." "Scans a file for compatible content. If found, content is added to playlists."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SWAP_INTERVAL, MENU_ENUM_SUBLABEL_VIDEO_SWAP_INTERVAL,
@ -5777,7 +5777,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_DELETE_ENTRY, MENU_ENUM_SUBLABEL_DELETE_ENTRY,
"Remove this entry from the collection." "Remove this entry from the playlist."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION, MENU_ENUM_SUBLABEL_INFORMATION,
@ -5921,7 +5921,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_REMOVE, MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_REMOVE,
"Allow the user to remove entries from collections." "Allow the user to remove entries from playlists."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_SYSTEM_DIRECTORY, MENU_ENUM_SUBLABEL_SYSTEM_DIRECTORY,
@ -6091,7 +6091,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_DIRECTORY, MENU_ENUM_SUBLABEL_PLAYLIST_DIRECTORY,
"Save all collections to this directory." "Save all playlists to this directory."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_CACHE_DIRECTORY, MENU_ENUM_SUBLABEL_CACHE_DIRECTORY,
@ -6415,7 +6415,7 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_RENAME, MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_RENAME,
"Allow the user to rename entries in collections." "Allow the user to rename entries in playlists."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME, MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME,
@ -6726,11 +6726,11 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST, MENU_ENUM_LABEL_VALUE_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
"Automatically add content to playlist" "Automatically add content to playlists"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST, MENU_ENUM_SUBLABEL_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
"Automatically scans loaded content so they appear inside playlists." "Automatically scans loaded content with the playlist scanner."
) )
MSG_HASH( MSG_HASH(
MSG_SCANNING_OF_FILE_FINISHED, MSG_SCANNING_OF_FILE_FINISHED,