// Description of the extension. "extensionDescription" = "Your PeerTube Companion"; // Bound to the button to clear the cache. "cacheClear" = "Clear Cache"; "closeButton" = "Close"; // Message shown as title on the button to click to disable the extension "disableExtension" = "Disable extension"; // Message shown as title on the button to click to enable the extension "enableExtension" = "Enable extension"; // Title of help buttons "helpButtonTitle" = "Get help"; "settings" = "Settings"; // Bound to the button to reset settings. "settingsReset" = "Reset Settings"; "fieldsetResetLegend" = "Reset Options"; "redirectionModePickerLabel" = "Redirection Mode"; "redirectionModePickerHelp" = "Automatic mode will redirect you as soon as a video is found. Notification mode will show you a notification popup so you can choose to be redirected or not."; "redirectionModePickerValueAutomatic" = "Automatic"; "redirectionModePickerValueNotification" = "Notification"; // Label for picking the Redirector instance. "redirectorInstancePicker" = "Redirector instance"; // The help message for Redirector instance picker "redirectorInstancePickerHelp" = "PeerTube Companion will use this service in background to retrieve details about the video. The extension automatically picks the fastest available instance on browser startup."; // Description of the button to pick the fastest backend instance "redirectorInstanceFastest" = "Pick the fastest instance"; // The help message for picking the type of backend API "redirectorPickerHelp" = "You can choose which service will be used to retrieve informations about the video. Choosing YouTube is faster but reduces your privacy since YouTube will know which video you are asking for."; // Label for Redirectors "redirectorPicker" = "Redirector"; // This text will be shown when no preferred instance has been selected "preferredPeertubeInstancePlaceholder" = "e.g: https://tube.example.com"; // This is the help message which will be shown. "preferredPeertubeInstanceHelp" = "Indicate your preferred PeerTube instance URL"; // The name of the label bound to preferred instance URL input "preferredPeertubeInstanceLabel" = "Preferred PeerTube instance"; // Legend to be displayed for redirection settings "fieldsetRedirectorLegend" = "Redirector Settings"; "preferredPeertubeToggleLabel" = "Use preferred PeerTube instance"; "preferredPeertubeToggleHelp" = "PT Companion will prioritize redirecting to the selected instance. If the video can't be found on the instance, the extension will try to redirect you to the first available instance."; // This is the legend used for the fieldset of PeerTube redirection settings "fieldsetPeertubeRedirectionLegend" = "PeerTube Redirection Settings"; "watchOnPeertubeButton" = "Watch on PeerTube";