summaryrefslogtreecommitdiffstats
path: root/l10n-fr/browser/browser/fxviewTabList.ftl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-fr/browser/browser/fxviewTabList.ftl27
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-fr/browser/browser/fxviewTabList.ftl b/l10n-fr/browser/browser/fxviewTabList.ftl
index ec873efb18..0516e69d01 100644
--- a/l10n-fr/browser/browser/fxviewTabList.ftl
+++ b/l10n-fr/browser/browser/fxviewTabList.ftl
@@ -15,6 +15,10 @@ fxviewtabrow-time = { DATETIME($time, timeStyle: "short") }
fxviewtabrow-tabs-list-tab =
.title = Ouvrir { $targetURI } dans un nouvel onglet
# Variables:
+# $tabTitle (string) - Title of tab being closed
+fxviewtabrow-close-tab-button =
+ .title = Fermer { $tabTitle }
+# Variables:
# $tabTitle (string) - Title of tab being dismissed
fxviewtabrow-dismiss-tab-button =
.title = Fermer { $tabTitle }
@@ -51,7 +55,30 @@ fxviewtabrow-move-tab-window = Déplacer vers une nouvelle fenêtre
.accesskey = v
fxviewtabrow-send-tab = Envoyer l’onglet à un appareil
.accesskey = E
+fxviewtabrow-pin-tab = Épingler l’onglet
+ .accesskey = o
+fxviewtabrow-unpin-tab = Désépingler l’onglet
+ .accesskey = o
+fxviewtabrow-mute-tab = Couper le son de l’onglet
+ .accesskey = u
+fxviewtabrow-unmute-tab = Réactiver le son de l’onglet
+ .accesskey = R
# Variables:
# $tabTitle (string) - Title of the tab to which the context menu is associated
fxviewtabrow-options-menu-button =
.title = Options pour { $tabTitle }
+# Variables:
+# $tabTitle (string) - Title of tab being muted
+fxviewtabrow-mute-tab-button =
+ .title = Couper le son de { $tabTitle }
+# Variables:
+# $tabTitle (string) - Title of tab being unmuted
+fxviewtabrow-unmute-tab-button =
+ .title = Réactiver le son de { $tabTitle }
+
+## Strings below are to be used without context (tab title/URL) on mute/unmute buttons
+
+fxviewtabrow-mute-tab-button-no-context =
+ .title = Couper le son de l’onglet
+fxviewtabrow-unmute-tab-button-no-context =
+ .title = Réactiver le son de l’onglet