BETA

Transvision

Filter by folder:

Show all results dom devtools toolkit

Displaying 16 results for the string allow in fr:

Entity fr en-US
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
fr
document.requestStorageAccess() ne peut pas être appelé sur un document avec une origine opaque, comme un iframe en bac à sable sans allow-same-origin dans son attribut sandbox.
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessSandboxed
fr
document.requestStorageAccess() ne peut pas être appelé dans un iframe en bac à sable sans allow-storage-access-by-user-activation dans son attribut sandbox.
en-US
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
Entity # all locales dom • chrome • security • security.properties
BothAllowScriptsAndSameOriginPresent
fr
Un iframe possédant à la fois allow-scripts et allow-same-origin pour son attribut sandbox peut se retirer du mode bac à sable (sandboxing).
en-US
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Entity # all locales dom • chrome • security • security.properties
BothAllowTopNavigationAndUserActivationPresent
fr
Un iframe qui dispose à la fois des valeurs allow-top-navigation et allow-top-navigation-by-user-activation pour son attribut sandbox autorise la navigation au plus haut niveau.
en-US
An iframe which has both allow-top-navigation and allow-top-navigation-by-user-activation for its sandbox attribute will permit top navigations.
Entity # all locales dom • chrome • security • security.properties
CORSAllowHeaderFromPreflightDeprecation
fr
Avertissement de requête multiorigine (Cross-Origin Request) : la stratégie « Same Origin » ne permettra bientôt plus de consulter la ressource distante située sur %1$S (motif : quand la valeur d’« Access-Control-Allow-Headers » est « * », l’en-tête « Authorization » n’est pas traité. Pour que l’en-tête « Authorization » soit inclus, il doit être explicitement listé dans l’en-tête CORS « Access-Control-Allow -Headers »).
en-US
Cross-Origin Request Warning: The Same Origin Policy will disallow reading the remote resource at %1$S soon. (Reason: When the `Access-Control-Allow-Headers` is `*`, the `Authorization` header is not covered. To include the `Authorization` header, it must be explicitly listed in CORS header `Access-Control-Allow-Headers`).
Entity # all locales dom • chrome • security • security.properties
CORSAllowOriginNotMatchingOrigin
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête CORS « Access-Control-Allow-Origin » ne correspond pas à « %2$S ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘%2$S’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowHeader
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : jeton « %2$S » invalide dans l’en-tête CORS « Access-Control-Allow-Headers ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Headers’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowMethod
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : jeton « %2$S » invalide dans l’en-tête CORS « Access-Control-Allow-Methods ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMethodNotFound
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : méthode manquante dans l’en-tête « Access-Control-Allow-Methods ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Did not find method in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowCredentials
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : « true » attendu dans l’en-tête CORS « Access-Control-Allow-Credentials ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowHeaderFromPreflight2
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête « %2$S » n’est pas autorisé d’après l’en-tête « Access-Control-Allow-Headers » de la réponse de pré-vérification des requêtes CORS.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: header ‘%2$S’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowOrigin2
fr
Blocage d’une requête multiorigines (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant. Code d’état : %2$S.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: %2$S.
Entity # all locales dom • chrome • security • security.properties
CORSMultipleAllowOriginNotAllowed
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : le recours à plusieurs en-têtes CORS « Access-Control-Allow-Origin » n’est pas autorisé.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSNotSupportingCredentials
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’identification n’est pas prise en charge si la valeur de l’en-tête CORS « Access-Control-Allow-Origin » est « * ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
Entity # all locales dom • chrome • security • security.properties
FeaturePolicyInvalidAllowValue
fr
Feature Policy : valeur allow non prise en charge « %S ».
en-US
Feature Policy: Skipping unsupported allow value “%S”.
Entity # all locales dom • chrome • security • security.properties
FeaturePolicyInvalidEmptyAllowValue
fr
Feature Policy : liste allow vide pour la fonctionnalité « %S ».
en-US
Feature Policy: Skipping empty allow list for feature: “%S”.

Displaying 164 results for the string allow in en-US:

Entity fr en-US
Entity # all locales browser • browser • aboutRobots.ftl
error-long-desc1
fr
Un robot ne peut blesser un être humain ou, par son inaction, permettre qu’un être humain soit blessé.
en-US
Robots may not injure a human being or, through inaction, allow a human being to come to harm.
Entity # all locales browser • browser • addonNotifications.ftl
xpinstall-prompt-dont-allow.label
fr
Ne pas autoriser
en-US
Don’t Allow
Entity # all locales browser • browser • addonNotifications.ftl
xpinstall-prompt-header
fr
Autoriser { $host } à installer un module complémentaire ?
en-US
Allow { $host } to install an add-on?
Entity # all locales browser • browser • addonNotifications.ftl
xpinstall-prompt-header-unknown
fr
Autoriser un site inconnu à installer un module complémentaire ?
en-US
Allow an unknown site to install an add-on?
Entity # all locales browser • browser • addonNotifications.ftl
xpinstall-prompt-never-allow.label
fr
Ne jamais autoriser
en-US
Never Allow
Entity # all locales browser • browser • appMenuNotifications.ftl
appmenu-addon-post-install-incognito-checkbox.label
fr
Autoriser cette extension à s’exécuter dans une fenêtre de navigation privée
en-US
Allow this extension to run in Private Windows
Entity # all locales browser • browser • browser.ftl
popups-infobar-allow.label
fr
Autoriser les popups pour { $uriHost }
en-US
Allow pop-ups for { $uriHost }
Entity # all locales browser • browser • browser.ftl
refresh-blocked-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • downloads.ftl
downloads-cmd-choose-unblock-panel.aria-label
fr
Supprimer le fichier ou autoriser le téléchargement
en-US
Remove File or Allow Download
Entity # all locales browser • browser • downloads.ftl
downloads-cmd-choose-unblock.tooltiptext
fr
Supprimer le fichier ou autoriser le téléchargement
en-US
Remove File or Allow Download
Entity # all locales browser • browser • downloads.ftl
downloads-cmd-unblock.label
fr
Autoriser le téléchargement
en-US
Allow Download
Entity # all locales browser • browser • extensionsUI.ftl
webext-quarantine-confirmation-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • extensionsUI.ftl
webext-quarantine-confirmation-deny.label
fr
Ne pas autoriser
en-US
Don’t Allow
Entity # all locales browser • browser • extensionsUI.ftl
webext-quarantine-confirmation-line-2
fr
Autorisez cette extension si vous lui faites confiance pour lire et modifier vos données sur les sites restreints par { -vendor-short-name }.
en-US
Allow this extension if you trust it to read and change your data on sites restricted by { -vendor-short-name }.
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-syncedtabs-synctabs-checkbox
fr
Autoriser la synchronisation des onglets ouverts
en-US
Allow open tabs to sync
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-tabpickup-sync-disconnected-description
fr
Pour récupérer vos onglets, vous devez autoriser la synchronisation dans { -brand-short-name }.
en-US
To grab your tabs, you’ll need to allow syncing in { -brand-short-name }.
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-tabpickup-synctabs-description
fr
Autorisez { -brand-short-name } à partager les onglets entre vos appareils.
en-US
Allow { -brand-short-name } to share tabs between devices.
Entity # all locales browser • browser • migration.ftl
import-safari-permissions-string
fr
macOS vous demande d’autoriser explicitement { -brand-short-name } à accéder aux données de Safari. Cliquez sur « Continuer » et sélectionnez le dossier « Safari » dans la boîte de dialogue du Finder qui apparait, puis cliquez sur « Ouvrir ».
en-US
macOS requires you to explicitly allow { -brand-short-name } to access Safari’s data. Click “Continue”, select the “Safari“ folder in the Finder dialog that appears and then click “Open”.
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-cbh-header
fr
Autoriser { -brand-short-name } à refuser les bannières de cookies ?
en-US
Allow { -brand-short-name } to reject cookie banners?
Entity # all locales browser • browser • originControls.ftl
origin-controls-option-always-on.label
fr
Toujours autoriser pour { $domain }
en-US
Always Allow on { $domain }
Entity # all locales browser • browser • originControls.ftl
origin-controls-quarantined-allow.label
fr
Autoriser sur les sites restreints
en-US
Allow on Restricted Sites
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-AllowFileSelectionDialogs
fr
Autoriser les boîtes de dialogue de sélection de fichiers.
en-US
Allow file selection dialogs.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Cookies
fr
Permettre ou interdire aux sites de définir des cookies.
en-US
Allow or deny websites to set cookies.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-DisablePasswordReveal
fr
Ne pas permettre de révéler les mots de passe dans les identifiants enregistrés.
en-US
Do not allow passwords to be revealed in saved logins.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-InstallAddonsPermission
fr
Autoriser certains sites web à installer des extensions.
en-US
Allow certain websites to install add-ons.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-LocalFileLinks
fr
Autoriser des sites précis à utiliser des liens vers des fichiers locaux.
en-US
Allow specific websites to link to local files.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-ManualAppUpdateOnly
fr
Autoriser uniquement les mises à jour manuelles et ne pas informer l’utilisateur ou l’utilisatrice de la disponibilité de mises à jour.
en-US
Allow manual updates only and do not notify the user about updates.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-OfferToSaveLogins
fr
Forcer le paramètre qui détermine si { -brand-short-name } doit proposer de mémoriser des identifiants et des mots de passe. Les valeurs true et false sont toutes deux acceptées.
en-US
Enforce the setting to allow { -brand-short-name } to offer to remember saved logins and passwords. Both true and false values are accepted.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-PopupBlocking
fr
Autoriser certains sites web à afficher des popups par défaut.
en-US
Allow certain websites to display popups by default.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Windows10SSO
fr
Autoriser l’authentification unique de Windows pour les comptes Microsoft, professionnels et scolaires.
en-US
Allow Windows single sign-on for Microsoft, work, and school accounts.
Entity # all locales browser • browser • preferences • fonts.ftl
fonts-allow-own.label
fr
Autoriser les pages web à utiliser leurs propres polices au lieu de celles choisies ci-dessus
en-US
Allow pages to choose their own fonts, instead of your selections above
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-capabilities-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-capabilities-autoplay-allow.label
fr
Autoriser l’audio et la vidéo
en-US
Allow Audio and Video
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-capabilities-listitem-allow-session.value
fr
Autoriser pour la session
en-US
Allow for Session
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-capabilities-listitem-allow.value
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-addons-desc
fr
Vous pouvez indiquer les sites web autorisés à installer des modules complémentaires. Saisissez l’adresse exacte du site que vous souhaitez autoriser et cliquez sur Autoriser.
en-US
You can specify which websites are allowed to install add-ons. Type the exact address of the site you want to allow and then click Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-cookie-desc
fr
Vous pouvez indiquer les sites web qui sont toujours ou ne sont jamais autorisés à utiliser des cookies ou des données de sites. Saisissez l’adresse exacte du site et cliquez sur Bloquer, Autoriser pour la session, ou Autoriser.
en-US
You can specify which websites are always or never allowed to use cookies and site data. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-popup-desc
fr
Vous pouvez indiquer les sites web autorisés à ouvrir des fenêtres popup. Saisissez l’adresse exacte du site que vous souhaitez autoriser et cliquez sur Autoriser.
en-US
You can specify which websites are allowed to open pop-up windows. Type the exact address of the site you want to allow and then click Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-session.label
fr
Autoriser pour la session
en-US
Allow for Session
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-notification-desc
fr
Les sites web suivants ont demandé à vous envoyer des notifications. Vous pouvez spécifier quels sites web sont autorisés à vous envoyer des notifications. Vous pouvez également bloquer les nouvelles demandes d’activation des notifications.
en-US
The following websites have requested to send you notifications. You can specify which websites are allowed to send you notifications. You can also block new requests asking to allow notifications.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-notification-disable-label.label
fr
Bloquer les nouvelles demandes d’activation des notifications
en-US
Block new requests asking to allow notifications
Entity # all locales browser • browser • preferences • preferences.ftl
addon-recommendations.label
fr
Autoriser { -brand-short-name } à effectuer des recommandations personnalisées d’extensions
en-US
Allow { -brand-short-name } to make personalized extension recommendations
Entity # all locales browser • browser • preferences • preferences.ftl
certs-thirdparty-toggle.label
fr
Autoriser { -brand-short-name } à faire automatiquement confiance aux certificats racines tiers que vous installez
en-US
Allow { -brand-short-name } to automatically trust third-party root certificates you install
Entity # all locales browser • browser • preferences • preferences.ftl
collection-backlogged-crash-reports
fr
Autoriser { -brand-short-name } à envoyer des rapports de plantage en attente en votre nom
en-US
Allow { -brand-short-name } to send backlogged crash reports on your behalf
Entity # all locales browser • browser • preferences • preferences.ftl
collection-backlogged-crash-reports-with-link
fr
Autoriser { -brand-short-name } à envoyer des rapports de plantage en attente en votre nom <a data-l10n-name="crash-reports-link">En savoir plus</a>
en-US
Allow { -brand-short-name } to send backlogged crash reports on your behalf <a data-l10n-name="crash-reports-link">Learn more</a>
Entity # all locales browser • browser • preferences • preferences.ftl
collection-health-report.label
fr
Autoriser { -brand-short-name } à envoyer des données techniques et des données d’interaction à { -vendor-short-name }
en-US
Allow { -brand-short-name } to send technical and interaction data to { -vendor-short-name }
Entity # all locales browser • browser • preferences • preferences.ftl
collection-studies.label
fr
Autoriser { -brand-short-name } à installer et à lancer des études
en-US
Allow { -brand-short-name } to install and run studies
Entity # all locales browser • browser • preferences • preferences.ftl
forms-windows-sso.label
fr
Autoriser l’authentification unique de Windows pour les comptes Microsoft, professionnels et scolaires.
en-US
Allow Windows single sign-on for Microsoft, work, and school accounts
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-allow-description
fr
Autoriser { -brand-short-name } à
en-US
Allow { -brand-short-name } to
Entity # all locales browser • browser • tabbrowser.ftl
tabbrowser-allow-dialogs-to-get-focus.label
fr
Autoriser les notifications de ce type depuis { $domain } à basculer vers leur onglet
en-US
Allow notifications like this from { $domain } to take you to their tab
Entity # all locales browser • browser • unifiedExtensions.ftl
unified-extensions-mb-quarantined-domain-message-3.message
fr
Pour protéger vos données, certaines extensions ne peuvent pas lire ou modifier les données de ce site. Utilisez les paramètres de l’extension pour l’autoriser sur les sites dont l’accès est restreint par { -vendor-short-name }.
en-US
To protect your data, some extensions can’t read or change data on this site. Use the extension’s settings to allow on sites restricted by { -vendor-short-name }.
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-action-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-audio-capture
fr
Autoriser { $origin } à écouter le son de cet onglet ?
en-US
Allow { $origin } to listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-audio-capture-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } la permission d’écouter le son de cet onglet ?
en-US
Allow { $origin } to give { $thirdParty } permission to listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-audio-capture-with-file
fr
Autoriser ce fichier local à écouter le son de cet onglet ?
en-US
Allow this local file to listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera
fr
Autoriser { $origin } à utiliser votre caméra ?
en-US
Allow { $origin } to use your camera?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-audio-capture
fr
Autoriser { $origin } à utiliser votre caméra et à écouter le son de cet onglet ?
en-US
Allow { $origin } to use your camera and listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-audio-capture-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à votre caméra et à écouter le son de cet onglet ?
en-US
Allow { $origin } to give { $thirdParty } access to your camera and listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-audio-capture-with-file
fr
Autoriser ce fichier local à utiliser votre caméra et à écouter le son de cet onglet ?
en-US
Allow this local file to use your camera and listen to this tab’s audio?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-microphone
fr
Autoriser { $origin } à utiliser votre caméra et votre microphone ?
en-US
Allow { $origin } to use your camera and microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-microphone-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à votre caméra et votre microphone ?
en-US
Allow { $origin } to give { $thirdParty } access to your camera and microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-and-microphone-with-file
fr
Autoriser ce fichier local à utiliser votre caméra et votre microphone ?
en-US
Allow this local file to use your camera and microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à votre caméra ?
en-US
Allow { $origin } to give { $thirdParty } access to your camera?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-camera-with-file
fr
Autoriser ce fichier local à utiliser votre caméra ?
en-US
Allow this local file to use your camera?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-microphone
fr
Autoriser { $origin } à utiliser votre microphone ?
en-US
Allow { $origin } to use your microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-microphone-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à votre microphone ?
en-US
Allow { $origin } to give { $thirdParty } access to your microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-microphone-with-file
fr
Autoriser ce fichier local à utiliser votre microphone ?
en-US
Allow this local file to use your microphone?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen
fr
Autoriser { $origin } à voir votre écran ?
en-US
Allow { $origin } to see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-audio-capture
fr
Autoriser { $origin } à écouter le son de cet onglet et à voir votre écran ?
en-US
Allow { $origin } to listen to this tab’s audio and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-audio-capture-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } la permission d’écouter le son de cet onglet et de voir votre écran ?
en-US
Allow { $origin } to give { $thirdParty } permission to listen to this tab’s audio and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-audio-capture-with-file
fr
Autoriser ce fichier local à écouter le son de cet onglet et à voir votre écran ?
en-US
Allow this local file to listen to this tab’s audio and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-microphone
fr
Autoriser { $origin } à utiliser votre microphone et à voir votre écran ?
en-US
Allow { $origin } to use your microphone and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-microphone-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à votre microphone et à voir votre écran ?
en-US
Allow { $origin } to give { $thirdParty } access to your microphone and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-and-microphone-with-file
fr
Autoriser ce fichier local à utiliser votre microphone et à voir votre écran ?
en-US
Allow this local file to use your microphone and see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } la permission de voir votre écran ?
en-US
Allow { $origin } to give { $thirdParty } permission to see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-screen-with-file
fr
Autoriser ce fichier local à voir votre écran ?
en-US
Allow this local file to see your screen?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-speaker
fr
Autoriser { $origin } à utiliser d’autres haut-parleurs ?
en-US
Allow { $origin } to use other speakers?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-speaker-unsafe-delegation
fr
Autoriser { $origin } à donner à { $thirdParty } l’accès à d’autres haut-parleurs ?
en-US
Allow { $origin } to give { $thirdParty } access to other speakers?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-allow-share-speaker-with-file
fr
Autoriser ce fichier local à utiliser d’autres haut-parleurs ?
en-US
Allow this local file to use other speakers?
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-reason-for-no-permanent-allow-audio
fr
{ -brand-short-name } ne peut pas accorder un accès permanent à l’audio d’un onglet sans demander quel onglet partager.
en-US
{ -brand-short-name } can not allow permanent access to your tab’s audio without asking which tab to share.
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-reason-for-no-permanent-allow-insecure
fr
La connexion à ce site n’est pas sécurisée. Pour des raisons de sécurité, { -brand-short-name } n’accordera l’accès que pour cette session.
en-US
Your connection to this site is not secure. To protect you, { -brand-short-name } will only allow access for this session.
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-reason-for-no-permanent-allow-screen
fr
{ -brand-short-name } ne peut pas accorder un accès permanent à votre écran.
en-US
{ -brand-short-name } can not allow permanent access to your screen.
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-share-browser-warning
fr
Partagez uniquement { -brand-short-name } avec les sites auxquels vous faites confiance. Le partage peut permettre à des sites trompeurs de naviguer en votre nom et de dérober des informations.
en-US
Only share { -brand-short-name } with sites you trust. Sharing can allow deceptive sites to browse as you and steal your private data.
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-share-screen-warning
fr
Partagez uniquement vos écrans avec les sites auxquels vous faites confiance. Le partage peut permettre à des sites trompeurs de naviguer en votre nom et de dérober des informations.
en-US
Only share screens with sites you trust. Sharing can allow deceptive sites to browse as you and steal your private data.
Entity # all locales browser • chrome • browser • browser.properties
canvas.allow2
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
canvas.siteprompt2
fr
Autoriser %S à utiliser vos données d’image de canevas HTML5 ?
en-US
Allow %S to use your HTML5 canvas image data?
Entity # all locales browser • chrome • browser • browser.properties
geolocation.allow
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
geolocation.shareWithFile4
fr
Autoriser ce fichier local à accéder à votre localisation ?
en-US
Allow this local file to access your location?
Entity # all locales browser • chrome • browser • browser.properties
geolocation.shareWithSite4
fr
Autoriser %S à accéder à votre localisation ?
en-US
Allow %S to access your location?
Entity # all locales browser • chrome • browser • browser.properties
geolocation.shareWithSiteUnsafeDelegation2
fr
Autoriser %1$S à donner à %2$S la permission d’accéder à votre localisation ?
en-US
Allow %1$S to give %2$S permission to access your location?
Entity # all locales browser • chrome • browser • browser.properties
midi.allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
midi.shareSysexWithFile
fr
Autoriser ce fichier local à accéder à vos appareils MIDI et à envoyer/recevoir des messages SysEx ?
en-US
Allow this local file to access your MIDI devices and send/receive SysEx messages?
Entity # all locales browser • chrome • browser • browser.properties
midi.shareSysexWithSite
fr
Autoriser %S à accéder à vos appareils MIDI et à envoyer/recevoir des messages SysEx ?
en-US
Allow %S to access your MIDI devices and send/receive SysEx messages?
Entity # all locales browser • chrome • browser • browser.properties
midi.shareWithFile
fr
Autoriser ce fichier local à accéder à vos appareils MIDI ?
en-US
Allow this local file to access your MIDI devices?
Entity # all locales browser • chrome • browser • browser.properties
midi.shareWithSite
fr
Autoriser %S à accéder à vos appareils MIDI ?
en-US
Allow %S to access your MIDI devices?
Entity # all locales browser • chrome • browser • browser.properties
persistentStorage.allow
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
persistentStorage.allowWithSite2
fr
Autoriser %S à conserver des données dans le stockage persistant ?
en-US
Allow %S to store data in persistent storage?
Entity # all locales browser • chrome • browser • browser.properties
storageAccess1.Allow.label
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
storageAccess4.message
fr
Autoriser %1$S à utiliser ses cookies sur %2$S ?
en-US
Allow %1$S to use its cookies on %2$S?
Entity # all locales browser • chrome • browser • browser.properties
webNotifications.allow2
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
webNotifications.never
fr
Ne jamais autoriser
en-US
Never Allow
Entity # all locales browser • chrome • browser • browser.properties
webNotifications.receiveFromSite3
fr
Autoriser %S à envoyer des notifications ?
en-US
Allow %S to send notifications?
Entity # all locales browser • chrome • browser • browser.properties
webauthn.allow
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
xr.allow2
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • browser.properties
xr.shareWithFile4
fr
Autoriser ce fichier local à accéder aux appareils de réalité virtuelle ? Cela peut exposer des informations sensibles.
en-US
Allow this local file to access virtual reality devices? This may expose sensitive information.
Entity # all locales browser • chrome • browser • browser.properties
xr.shareWithSite4
fr
Autoriser %S à accéder aux appareils de réalité virtuelle ? Cela peut exposer des informations sensibles.
en-US
Allow %S to access virtual reality devices? This may expose sensitive information.
Entity # all locales browser • chrome • browser • downloads • downloads.properties
unblockButtonUnblock
fr
Autoriser le téléchargement
en-US
Allow download
Entity # all locales browser • chrome • browser • downloads • downloads.properties
unblockHeaderUnblock
fr
Voulez-vous vraiment autoriser ce téléchargement ?
en-US
Are you sure you want to allow this download?
Entity # all locales browser • chrome • browser • sitePermissions.properties
state.multichoice.allow
fr
Autoriser
en-US
Allow
Entity # all locales browser • chrome • browser • sitePermissions.properties
state.multichoice.allowForSession
fr
Autoriser pour la session
en-US
Allow for Session
Entity # all locales browser • chrome • browser • sitePermissions.properties
state.multichoice.autoplayallow
fr
Autoriser l’audio et la vidéo
en-US
Allow Audio and Video
Entity # all locales browser • installer • custom.properties
OPTIONAL_COMPONENTS_DESC
fr
Le Service de maintenance vous permettra de mettre à jour $BrandShortName silencieusement en arrière-plan.
en-US
The Maintenance Service will allow you to update $BrandShortName silently in the background.
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-chrome-tooltip.title
fr
Activer cette option vous permettra d’utiliser divers outils de développement dans le contexte du navigateur (via Outils > Développement web > Boîte à outils du navigateur) et de déboguer des modules depuis le gestionnaire de modules complémentaires
en-US
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-custom-formatters-tooltip.title
fr
Activer cette option autorise les sites à définir des formateurs personnalisés pour les objets DOM
en-US
Turning this option on will allow sites to define custom formatters for DOM objects
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-remote-tooltip2.title
fr
L’activation de cette option permettra de déboguer cette instance de navigateur à distance
en-US
Turning this option on will allow to debug this browser instance remotely
Entity # all locales devtools • client • webconsole.properties
selfxss.msg
fr
Attention aux fraudes : faites attention lorsque vous collez des choses que vous ne comprenez pas. Cela pourrait permettre à des attaquants d’usurper votre identité ou de prendre le contrôle de votre ordinateur. Veuillez saisir « %S » ci-dessous (pas besoin d’appuyer sur entrée) pour autoriser le collage.
en-US
Scam Warning: Take care when pasting things you don’t understand. This could allow attackers to steal your identity or take control of your computer. Please type ‘%S’ below (no need to press enter) to allow pasting.
Entity # all locales devtools • client • webconsole.properties
selfxss.okstring
fr
autoriser le collage
en-US
allow pasting
Entity # all locales devtools • shared • debugger.properties
remoteIncomingPromptFooter
fr
Autoriser la connexion ?
en-US
Allow connection?
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
fr
document.requestStorageAccess() ne peut pas être appelé sur un document avec une origine opaque, comme un iframe en bac à sable sans allow-same-origin dans son attribut sandbox.
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessSandboxed
fr
document.requestStorageAccess() ne peut pas être appelé dans un iframe en bac à sable sans allow-storage-access-by-user-activation dans son attribut sandbox.
en-US
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerScopePathMismatch
fr
Impossible d’inscrire un ServiceWorker : le chemin de la portée fournie « %1$S » n’est pas contenu dans la portée maximale autorisée « %2$S ». Ajustez la portée, déplacez le script du service worker, ou utilisez l’en-tête HTTP « Service-Worker-Allowed » pour autoriser cette portée.
en-US
Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
Entity # all locales dom • chrome • security • security.properties
BothAllowScriptsAndSameOriginPresent
fr
Un iframe possédant à la fois allow-scripts et allow-same-origin pour son attribut sandbox peut se retirer du mode bac à sable (sandboxing).
en-US
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Entity # all locales dom • chrome • security • security.properties
BothAllowTopNavigationAndUserActivationPresent
fr
Un iframe qui dispose à la fois des valeurs allow-top-navigation et allow-top-navigation-by-user-activation pour son attribut sandbox autorise la navigation au plus haut niveau.
en-US
An iframe which has both allow-top-navigation and allow-top-navigation-by-user-activation for its sandbox attribute will permit top navigations.
Entity # all locales dom • chrome • security • security.properties
CORSAllowHeaderFromPreflightDeprecation
fr
Avertissement de requête multiorigine (Cross-Origin Request) : la stratégie « Same Origin » ne permettra bientôt plus de consulter la ressource distante située sur %1$S (motif : quand la valeur d’« Access-Control-Allow-Headers » est « * », l’en-tête « Authorization » n’est pas traité. Pour que l’en-tête « Authorization » soit inclus, il doit être explicitement listé dans l’en-tête CORS « Access-Control-Allow -Headers »).
en-US
Cross-Origin Request Warning: The Same Origin Policy will disallow reading the remote resource at %1$S soon. (Reason: When the `Access-Control-Allow-Headers` is `*`, the `Authorization` header is not covered. To include the `Authorization` header, it must be explicitly listed in CORS header `Access-Control-Allow-Headers`).
Entity # all locales dom • chrome • security • security.properties
CORSAllowOriginNotMatchingOrigin
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête CORS « Access-Control-Allow-Origin » ne correspond pas à « %2$S ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘%2$S’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowHeader
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : jeton « %2$S » invalide dans l’en-tête CORS « Access-Control-Allow-Headers ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Headers’).
Entity # all locales dom • chrome • security • security.properties
CORSInvalidAllowMethod
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : jeton « %2$S » invalide dans l’en-tête CORS « Access-Control-Allow-Methods ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: invalid token ‘%2$S’ in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMethodNotFound
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : méthode manquante dans l’en-tête « Access-Control-Allow-Methods ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Did not find method in CORS header ‘Access-Control-Allow-Methods’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowCredentials
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : « true » attendu dans l’en-tête CORS « Access-Control-Allow-Credentials ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowHeaderFromPreflight2
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête « %2$S » n’est pas autorisé d’après l’en-tête « Access-Control-Allow-Headers » de la réponse de pré-vérification des requêtes CORS.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: header ‘%2$S’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response).
Entity # all locales dom • chrome • security • security.properties
CORSMissingAllowOrigin2
fr
Blocage d’une requête multiorigines (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant. Code d’état : %2$S.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: %2$S.
Entity # all locales dom • chrome • security • security.properties
CORSMultipleAllowOriginNotAllowed
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : le recours à plusieurs en-têtes CORS « Access-Control-Allow-Origin » n’est pas autorisé.
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at %1$S. (Reason: Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed).
Entity # all locales dom • chrome • security • security.properties
CORSNotSupportingCredentials
fr
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur %1$S. Raison : l’identification n’est pas prise en charge si la valeur de l’en-tête CORS « Access-Control-Allow-Origin » est « * ».
en-US
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘%1$S’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).
Entity # all locales dom • chrome • security • security.properties
FeaturePolicyInvalidAllowValue
fr
Feature Policy : valeur allow non prise en charge « %S ».
en-US
Feature Policy: Skipping unsupported allow value “%S”.
Entity # all locales dom • chrome • security • security.properties
FeaturePolicyInvalidEmptyAllowValue
fr
Feature Policy : liste allow vide pour la fonctionnalité « %S ».
en-US
Feature Policy: Skipping empty allow list for feature: “%S”.
Entity # all locales toolkit • chrome • global • commonDialogs.properties
ScriptDialogLabelContentPrincipal
fr
Ne pas autoriser %S à vous solliciter à nouveau
en-US
Don’t allow %S to prompt you again
Entity # all locales toolkit • chrome • global • commonDialogs.properties
ScriptDialogLabelNullPrincipal
fr
Ne pas autoriser ce site à vous solliciter à nouveau
en-US
Don’t allow this site to prompt you again
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-private-browsing-allow
fr
Autoriser
en-US
Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-private-browsing-disallow
fr
Ne pas autoriser
en-US
Don’t Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-quarantined-domains-allow
fr
Autoriser
en-US
Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-quarantined-domains-disallow
fr
Ne pas autoriser
en-US
Don’t Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-quarantined-domains-help
fr
Lorsqu’elle est autorisée, l’extension a accès aux sites restreints par { -vendor-short-name }. Autorisez uniquement si vous faites confiance à cette extension.
en-US
When allowed, the extension will have access to sites restricted by { -vendor-short-name }. Allow only if you trust this extension.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-updates-label
fr
Autoriser les mises à jour automatiques
en-US
Allow automatic updates
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
detail-private-browsing-off.label
fr
Ne pas autoriser
en-US
Don’t Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
detail-private-browsing-on.label
fr
Autoriser
en-US
Allow
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
private-browsing-description2
fr
{ -brand-short-name } modifie le fonctionnement des extensions en navigation privée. Aucune nouvelle extension que vous ajouterez à { -brand-short-name } ne s’exécutera par défaut dans une fenêtre privée. Si vous ne le permettez pas dans les paramètres, l’extension ne fonctionnera pas en navigation privée et n’aura pas accès à vos activités en ligne. Nous avons apporté cette modification pour que votre navigation privée reste confidentielle. <label data-l10n-name="private-browsing-learn-more"> Découvrez comment gérer les paramètres d’extension.</ label>
en-US
{ -brand-short-name } is changing how extensions work in private browsing. Any new extensions you add to { -brand-short-name } won’t run by default in Private Windows. Unless you allow it in settings, the extension won’t work while private browsing, and won’t have access to your online activities there. We’ve made this change to keep your private browsing private. <label data-l10n-name="private-browsing-learn-more">Learn how to manage extension settings</label>
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-4
fr
<strong>Les Services sont fournis « tels quels ». { -vendor-short-name }, ses contributeurs, concédants de licence et distributeurs, déclinent toutes garanties, expresses ou implicites, y compris mais sans s’y limiter, les garanties que les Services sont commercialisables et s’adaptent à vos besoins particuliers. Vous supportez intégralement les risques quant à la sélection des Services pour vos besoins et quant à la qualité et aux performances des Services. Certaines juridictions n’autorisent pas l’exclusion ou la limitation des garanties implicites, et donc cette clause de non-garantie peut ne pas s’appliquer pour vous.</strong>
en-US
<strong>The Services are provided “as-is.” { -vendor-short-name }, its contributors, licensors, and distributors, disclaim all warranties, whether express or implied, including without limitation, warranties that the Services are merchantable and fit for your particular purposes. You bear the entire risk as to selecting the Services for your purposes and as to the quality and performance of the Services. Some jurisdictions do not allow the exclusion or limitation of implied warranties, so this disclaimer may not apply to you.</strong>
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-5
fr
<strong>Sauf si requis par la loi, { -vendor-short-name }, ses contributeurs, concédants de licence et distributeurs ne seront pas passibles de dommages indirects, particuliers, accessoires, de dommages et intérêts punitifs ou exemplaires résultant de l’utilisation ou par tout moyen relatif à l’utilisation de { -brand-short-name } et des Services. La responsabilité collective sous les présentes modalités n’excédera pas 500 $ (cinq cents dollars). Certaines juridictions n’autorisent pas l’exclusion ou la limitation de certains dommages, et donc ces exclusions et limitations peuvent ne pas s’appliquer pour vous.</strong>
en-US
<strong>Except as required by law, { -vendor-short-name }, its contributors, licensors, and distributors will not be liable for any indirect, special, incidental, consequential, punitive, or exemplary damages arising out of or in any way relating to the use of { -brand-short-name } and the Services. The collective liability under these terms will not exceed $500 (five hundred dollars). Some jurisdictions do not allow the exclusion or limitation of certain damages, so this exclusion and limitation may not apply to you.</strong>
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-telemetry-dashboard
fr
Les <a data-l10n-name="dashboard-link">tableaux de bord de télémétrie</a> vous permettent de visualiser les données reçues par Mozilla grâce à la télémétrie.
en-US
The <a data-l10n-name="dashboard-link">Telemetry dashboards</a> allow you to visualize the data Mozilla receives via Telemetry.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-webrtc-global-mute-toggles-description
fr
Ajoute des commandes à l’indicateur de partage global WebRTC qui permettent aux utilisateurs de désactiver globalement leur microphone et leurs flux de caméra.
en-US
Add controls to the WebRTC global sharing indicator that allow users to globally mute their microphone and camera feeds.
Entity # all locales toolkit • toolkit • global • extensions.ftl
webext-perms-optional-perms-allow.label
fr
Autoriser
en-US
Allow
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description
fr
Autoriser ce site à ouvrir le lien { $scheme } ?
en-US
Allow this site to open the { $scheme } link?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-app
fr
Autoriser ce site à ouvrir le lien { $scheme } avec { $appName } ?
en-US
Allow this site to open the { $scheme } link with { $appName }?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-extension
fr
Autoriser l’extension { $extension } à ouvrir le lien { $scheme } ?
en-US
Allow the extension { $extension } to open the { $scheme } link?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-extension-app
fr
Autoriser l’extension { $extension } à ouvrir le lien { $scheme } avec { $appName } ?
en-US
Allow the extension { $extension } to open the { $scheme } link with { $appName }?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-file
fr
Autoriser ce fichier à ouvrir le lien { $scheme } ?
en-US
Allow this file to open the { $scheme } link?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-file-app
fr
Autoriser ce fichier à ouvrir le lien { $scheme } avec { $appName } ?
en-US
Allow this file to open the { $scheme } link with { $appName }?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-host
fr
Autoriser { $host } à ouvrir le lien { $scheme } ?
en-US
Allow { $host } to open the { $scheme } link?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-description-host-app
fr
Autoriser { $host } à ouvrir le lien { $scheme } avec { $appName } ?
en-US
Allow { $host } to open the { $scheme } link with { $appName }?
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-remember
fr
Toujours autoriser <strong>{ $host }</strong> à ouvrir les liens <strong>{ $scheme }</strong>
en-US
Always allow <strong>{ $host }</strong> to open <strong>{ $scheme }</strong> links
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-remember-extension
fr
Toujours autoriser cette extension à ouvrir les liens <strong>{ $scheme }</strong>
en-US
Always allow this extension to open <strong>{ $scheme }</strong> links
Entity # all locales toolkit • toolkit • global • handlerDialog.ftl
permission-dialog-remember-file
fr
Toujours autoriser ce fichier à ouvrir les liens <strong>{ $scheme }</strong>
en-US
Always allow this file to open <strong>{ $scheme }</strong> links
Entity # all locales toolkit • toolkit • neterror • certError.ftl
csp-xfo-blocked-long-desc
fr
Pour protéger votre sécurité, { $hostname } ne permettra pas à { -brand-short-name } d’afficher la page si celle-ci est intégrée par un autre site. Pour voir cette page, vous devez l’ouvrir dans une nouvelle fenêtre.
en-US
To protect your security, { $hostname } will not allow { -brand-short-name } to display the page if another site has embedded it. To see this page, you need to open it in a new window.
Please enable JavaScript. Some features won't be available without it.