fixes #861 - Add tap hold menus to web client

This commit is contained in:
Luke Pulverenti 2014-06-30 22:29:27 -04:00
parent c273f5fd9c
commit f77209cf77
2 changed files with 11 additions and 4 deletions

View File

@ -64,7 +64,7 @@
"ButtonPlay": "Play", "ButtonPlay": "Play",
"ButtonEdit": "Edit", "ButtonEdit": "Edit",
"ButtonQueue": "Queue", "ButtonQueue": "Queue",
"ButtonPlayTrailer": "PlayTrailer", "ButtonPlayTrailer": "Play trailer",
"ButtonPlaylist": "Playlist", "ButtonPlaylist": "Playlist",
"ButtonPreviousTrack": "Previous Track", "ButtonPreviousTrack": "Previous Track",
"LabelEnabled": "Enabled", "LabelEnabled": "Enabled",
@ -195,5 +195,11 @@
"LabelCurrentPath": "Current path:", "LabelCurrentPath": "Current path:",
"HeaderSelectMediaPath": "Select Media Path", "HeaderSelectMediaPath": "Select Media Path",
"ButtonNetwork": "Network", "ButtonNetwork": "Network",
"MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}." "MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.",
"HeaderMenu": "Menu",
"ButtonOpen": "Open",
"ButtonOpenInNewTab": "Open in new tab",
"ButtonShuffle": "Shuffle",
"ButtonInstantMix": "Instant mix",
"ButtonResume": "Resume"
} }

View File

@ -847,6 +847,7 @@
"LabelXbmcMetadataEnablePathSubstitution": "Enable path substitution", "LabelXbmcMetadataEnablePathSubstitution": "Enable path substitution",
"LabelXbmcMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.", "LabelXbmcMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
"LabelXbmcMetadataEnablePathSubstitutionHelp2": "See path substitution.", "LabelXbmcMetadataEnablePathSubstitutionHelp2": "See path substitution.",
"LabelGroupChannelsIntoViews": "Display the following channels within my views:", "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
"LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view." "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
"LabelDisplayCollectionsView": "Display a Collections view to show movie collections"
} }