Added English hash for "Ocean Blue"
This commit is contained in:
parent
29475a904f
commit
8346c4eeff
|
@ -5293,14 +5293,6 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED,
|
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED,
|
||||||
"Last Played:"
|
"Last Played:"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
|
||||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_ENTRY_IDX,
|
|
||||||
"Show Playlist Entry Index"
|
|
||||||
)
|
|
||||||
MSG_HASH(
|
|
||||||
MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_ENTRY_IDX,
|
|
||||||
"Show entry numbers when viewing playlists. Display format is dependent upon the currently selected menu driver."
|
|
||||||
)
|
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_RUNTIME_TYPE,
|
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_RUNTIME_TYPE,
|
||||||
"Playlist Sub-Label Runtime"
|
"Playlist Sub-Label Runtime"
|
||||||
|
@ -6151,10 +6143,6 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_PATH,
|
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_PATH,
|
||||||
"File Path"
|
"File Path"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
|
||||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_ENTRY_IDX,
|
|
||||||
"Entry: %lu/%lu"
|
|
||||||
)
|
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
|
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
|
||||||
"Core"
|
"Core"
|
||||||
|
@ -8982,6 +8970,10 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_DRACULA,
|
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_DRACULA,
|
||||||
"Dracula"
|
"Dracula"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_OCEAN_BLUE,
|
||||||
|
"Ocean Blue"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS_OZONE,
|
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS_OZONE,
|
||||||
"Second Thumbnail"
|
"Second Thumbnail"
|
||||||
|
|
Loading…
Reference in New Issue