summaryrefslogtreecommitdiffstats
path: root/l10n-fr/dom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-fr/dom
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-fr/dom')
-rw-r--r--l10n-fr/dom/chrome/dom/dom.properties6
-rw-r--r--l10n-fr/dom/chrome/security/security.properties3
2 files changed, 4 insertions, 5 deletions
diff --git a/l10n-fr/dom/chrome/dom/dom.properties b/l10n-fr/dom/chrome/dom/dom.properties
index af85f1c992..030833e2a5 100644
--- a/l10n-fr/dom/chrome/dom/dom.properties
+++ b/l10n-fr/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Déboguer le script
WaitForScriptButton=Continuer
DontAskAgain=&Ne plus demander à l’avenir
WindowCloseBlockedWarning=Les scripts ne peuvent pas fermer une fenêtre qui n’a pas été ouverte par un script.
+WindowCloseByScriptBlockedWarning=Les scripts peuvent uniquement fermer des fenêtres ouvertes par un script.
OnBeforeUnloadTitle=Confirmation
OnBeforeUnloadMessage2=Cette page vous demande de confirmer sa fermeture ; des données que vous avez saisies pourraient ne pas être enregistrées.
OnBeforeUnloadStayButton=Rester sur la page
@@ -309,8 +310,6 @@ WindowContentUntrustedWarning=L’attribut « content » des objets Window est
SVGRefLoopWarning=L’élément SVG <%S> comportant l’identifiant « %S » contient une boucle de références.
# LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID.
SVGRefChainLengthExceededWarning=Une chaîne de références SVG <%S> était trop longue et a été interrompue au niveau de l’élément dont l’identifiant est « %S ».
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=La méthode SVGSVGElement.deselectAll est obsolète, car elle duplique la fonctionnalité de l’API de sélection.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement est obsolète et sera supprimé à une date ultérieure. Utilisez SVGElement.viewportElement à la place.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() est obsolète et
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=Expansion de la liste d’options de <select> refusée à cause de la valeur assignée à HTMLOptionsCollection.length (%1$S). La taille maximale acceptée est %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported() est obsolète.
-
InvalidFormControlUnfocusable=Un contrôle de formulaire invalide ne peut recevoir le focus.
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable=Le contrôle de formulaire avec name=‘%S’ ne peut recevoir le focus.
diff --git a/l10n-fr/dom/chrome/security/security.properties b/l10n-fr/dom/chrome/security/security.properties
index c339c1e49e..13034fd6b8 100644
--- a/l10n-fr/dom/chrome/security/security.properties
+++ b/l10n-fr/dom/chrome/security/security.properties
@@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Le chargement de contenu mixte (n
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = Téléchargement du contenu non sécurisé « %S » bloqué.
+# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
+BlockedInsecureDownload = Nous avons bloqué un téléchargement non sécurisé : « %S ».
+
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=Un iframe possédant à la fois allow-scripts et allow-same-origin pour son attribut sandbox peut se retirer du mode bac à sable (sandboxing).
# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe"