diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-fr/suite/chrome/browser/tabbrowser.properties | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/browser/tabbrowser.properties b/l10n-fr/suite/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..bf15874b68 --- /dev/null +++ b/l10n-fr/suite/chrome/browser/tabbrowser.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +tabs.loading=Chargement… +tabs.untitled=Sans titre +tabs.closeWarningTitle=Confirmer la fermeture des autres onglets +tabs.closeWarning=Vous êtes sur le point de fermer %S autre(s) onglet(s). Voulez-vous vraiment continuer ? +# LOCALIZATION NOTE (tabs.closeWarningOther): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningOther=;Vous êtes sur le point de fermer #1 autres onglets. Voulez-vous vraiment continuer ? +tabs.closeButton=Fermer les autres onglets +tabs.closeWarningPromptMe=M’avertir avant de fermer les autres onglets + +tabs.closeWarningTitleAll=Confirmer la fermeture +# LOCALIZATION NOTE (tabs.closeWarningAll): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningAll=;Cette fenêtre de navigateur contient #1 onglets ouverts. Voulez-vous la fermer ainsi que tous ses onglets ouverts ? +tabs.closeButtonAll=Fermer tous les onglets +tabs.closeWarningPromptMeAll=Avertir lors de la fermeture de plusieurs onglets + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items were moved from /chrome/common/places/places.properties. +# Now they are not specific to bookmarks. +tabs.openWarningTitle=Confirmation de l’ouverture +tabs.openWarningMultipleBranded=Vous avez demandé l’ouverture de %S onglets. Ceci pourrait ralentir %S lors du chargement des pages. Voulez-vous vraiment continuer ? +tabs.openButtonMultiple=Onglets ouverts +tabs.openWarningPromptMeBranded=Prévenir lors de l’ouverture de multiples onglets d’un ralentissement possible de %S |