Implement basic SyncPlay settings
This commit is contained in:
parent
4a5051317b
commit
94c405f08e
20 changed files with 618 additions and 17 deletions
|
@ -452,6 +452,12 @@
|
|||
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
|
||||
"HeaderSyncPlayEnabled": "SyncPlay enabled",
|
||||
"HeaderSyncPlaySelectGroup": "Join a group",
|
||||
"HeaderSyncPlaySettings": "SyncPlay Settings",
|
||||
"HeaderSyncPlayGroupSettings": "Group",
|
||||
"HeaderSyncPlayAdvancedSettings": "Advanced",
|
||||
"HeaderSyncPlayPlaybackSettings": "Playback",
|
||||
"HeaderSyncPlayLocalSettings": "Local",
|
||||
"HeaderSyncPlayTimeSyncSettings": "Time sync",
|
||||
"HeaderSystemDlnaProfiles": "System Profiles",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
|
||||
|
@ -866,6 +872,28 @@
|
|||
"LabelSyncPlaySyncMethod": "Sync method:",
|
||||
"LabelSyncPlayTimeSyncDevice": "Time syncing with:",
|
||||
"LabelSyncPlayTimeSyncOffset": "Time offset:",
|
||||
"LabelSyncPlaySettingsDescription": "Change SyncPlay preferences",
|
||||
"LabelSyncPlaySettingsGroupName": "Group name:",
|
||||
"LabelSyncPlaySettingsGroupNameHelp": "Change the group's name.",
|
||||
"LabelSyncPlaySettingsTimeSync": "Device:",
|
||||
"LabelSyncPlaySettingsTimeSyncHelp": "Pick the device to time sync with. Picking a local peer ensures less noticeable delay between devices on the same network.",
|
||||
"LabelSyncPlaySettingsExtraTimeOffset": "Extra time offset:",
|
||||
"LabelSyncPlaySettingsExtraTimeOffsetHelp": "Manually adjust time offset with selected device for time sync. Tweak with care.",
|
||||
"LabelSyncPlaySettingsSyncCorrection": "Sync Correction",
|
||||
"LabelSyncPlaySettingsSyncCorrectionHelp": "Enable active syncing of playback by either speeding up the media or by seeking to the estimated position. Disable this in case of heavy stuttering.",
|
||||
"LabelSyncPlaySettingsMinDelaySpeedToSync": "SpeedToSync minimum delay:",
|
||||
"LabelSyncPlaySettingsMinDelaySpeedToSyncHelp": "Minimum playback delay after which SpeedToSync attempts to correct playback position.",
|
||||
"LabelSyncPlaySettingsMaxDelaySpeedToSync": "SpeedToSync maximum delay:",
|
||||
"LabelSyncPlaySettingsMaxDelaySpeedToSyncHelp": "Maximum playback delay after which SkipToSync is used instead of SpeedToSync.",
|
||||
"LabelSyncPlaySettingsSpeedToSyncDuration": "SpeedToSync duration:",
|
||||
"LabelSyncPlaySettingsSpeedToSyncDurationHelp": "Amount of time used by SpeedToSync to correct playback position.",
|
||||
"LabelSyncPlaySettingsMinDelaySkipToSync": "SkipToSync minimum delay:",
|
||||
"LabelSyncPlaySettingsMinDelaySkipToSyncHelp": "Minimum playback delay after which SkipToSync attempts to correct playback position.",
|
||||
"LabelSyncPlaySettingsSpeedToSync": "Enable SpeedToSync",
|
||||
"LabelSyncPlaySettingsSpeedToSyncHelp": "Sync correction method that consist in speeding up the playback. Sync Correction must be enabled.",
|
||||
"LabelSyncPlaySettingsSkipToSync": "Enable SkipToSync",
|
||||
"LabelSyncPlaySettingsSkipToSyncHelp": "Sync correction method that consist in seeking to the estimated position. Sync Correction must be enabled.",
|
||||
"LabelSyncPlaySettingsCreateGroup": "Create group",
|
||||
"LabelTag": "Tag:",
|
||||
"LabelTagline": "Tagline:",
|
||||
"LabelTextBackgroundColor": "Text background color:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue