// Description of the extension. "extensionDescription" = "Votre companion pour PeerTube"; // Bound to the button to clear the cache. "cacheClear" = "Vider le Cache"; "closeButton" = "Fermer"; // Message shown as title on the button to click to disable the extension "disableExtension" = "Désactiver l'extension"; // Message shown as title on the button to click to enable the extension "enableExtension" = "Activer l'extension"; // Title of help buttons "helpButtonTitle" = "Obtenir de l'aide"; "settings" = "Paramètres"; // Bound to the button to reset settings. "settingsReset" = "Réinitialiser les Paramètres"; "fieldsetResetLegend" = "Options de Réinitialisation"; "redirectionModePickerLabel" = "Mode de Redirection"; "redirectionModePickerHelp" = "Le mode Automatique vous redirigera dès qu'une vidéo est trouvée. Le mode Notification vous affichera une notification vous permettant de choisir d'être redirigé·e ou non."; "redirectionModePickerValueAutomatic" = "Automatique"; "redirectionModePickerValueNotification" = "Notification"; // Label for picking the Redirector instance. "redirectorInstancePicker" = "Instance du Redirecteur"; // The help message for Redirector instance picker "redirectorInstancePickerHelp" = "PeerTube Companion utilisera ce service en arrière-plan pour récupérer les détails de la vidéo. L'extension choisi automatiquement l'instance disponible la plus rapide au démarrage du navigateur."; // Description of the button to pick the fastest backend instance "redirectorInstanceFastest" = "Choisir l'instance la plus rapide"; // The help message for picking the type of backend API "redirectorPickerHelp" = "Vous pouvez choisir quel service sera utilisé pour récupérer les informations de la vidéo. Choisir YouTube est plus rapide mais réduit votre intimité puisque YouTube saura quelles vidéos vous avez demandé à consulter."; // Label for Redirectors "redirectorPicker" = "Redirecteur"; // This text will be shown when no preferred instance has been selected "preferredPeertubeInstancePlaceholder" = "ex : https://tube.exemple.com"; // This is the help message which will be shown. "preferredPeertubeInstanceHelp" = "Indiquez l'URL de votre instance PeerTube préférée"; // The name of the label bound to preferred instance URL input "preferredPeertubeInstanceLabel" = "Instance PeerTube préférée"; // Legend to be displayed for redirection settings "fieldsetRedirectorLegend" = "Paramètres du Redirecteur"; "preferredPeertubeToggleLabel" = "Utiliser l'instance PeerTube préférée"; "preferredPeertubeToggleHelp" = "PT Companion redirigera en priorité vers l'instance sélectionnée. Si la vidéo ne peut être trouvée sur cette instance, l'extension essaiera de vous rediriger sur la première instance fonctionnelle."; // This is the legend used for the fieldset of PeerTube redirection settings "fieldsetPeertubeRedirectionLegend" = "Paramètres de Redirection vers PeerTube"; "watchOnPeertubeButton" = "Regarder sur PeerTube";