diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd')
-rw-r--r-- | l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd b/l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd new file mode 100644 index 0000000000..280e4ab44b --- /dev/null +++ b/l10n-fr/suite/chrome/common/pref/pref-locationbar.dtd @@ -0,0 +1,42 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE : FILE The Location Bar prefs panel --> +<!ENTITY pref.locationBar.title "Barre d’adresse"> + +<!ENTITY autoComplete.label "Auto-complétion"> +<!ENTITY autoCompleteMatchHistory.label "Suggérer automatiquement les sites web à partir de l’historique"> +<!ENTITY autoCompleteMatchHistory.accesskey "S"> +<!ENTITY autoCompleteMatchBookmarks.label "Suggérer automatiquement les sites web à partir des marque-pages"> +<!ENTITY autoCompleteMatchBookmarks.accesskey "u"> +<!ENTITY autoCompleteAutoFill.label "L’auto-complétion essaie de compléter au mieux au cours de la saisie."> +<!ENTITY autoCompleteAutoFill.accesskey "L"> +<!ENTITY autoCompleteShowPopup.label "Afficher la liste des résultats possibles."> +<!ENTITY autoCompleteShowPopup.accesskey "h"> +<!ENTITY autoCompleteMatchOnlyTyped.label "Rechercher les correspondances seulement dans les adresses saisies précédemment."> +<!ENTITY autoCompleteMatchOnlyTyped.accesskey "R"> +<!--LOCALIZATION NOTE (autoCompleteMatch.label): This is the common leading + part of the menulist items listed below, mainly to make the control available + via the accesskey +--> +<!ENTITY autoCompleteMatch.label "Correspondance"> +<!ENTITY autoCompleteMatch.accesskey "o"> +<!ENTITY autoCompleteMatchAnywhere "N’importe où dans l’adresse ou le titre de page"> +<!ENTITY autoCompleteMatchWordsFirst "N’importe où mais en préférant les extrémités de mot"> +<!ENTITY autoCompleteMatchWords "Seulement sur les extrémités de mots"> +<!ENTITY autoCompleteMatchStart "Seulement au début de l’adresse ou du titre de page"> +<!ENTITY showInternetSearch.label "Afficher le moteur de recherche par défaut"> +<!ENTITY showInternetSearch.accesskey "m"> + +<!ENTITY formatting.label "Formatage"> +<!ENTITY domainFormatting.label "Mettre en valeur le nom de domaine pour les sites web et les serveurs FTP"> +<!ENTITY domainFormatting.accesskey "d"> +<!ENTITY highlightSecure.label "Mettre en valeur les pages web avec une connexion sécurisée de haut niveau"> +<!ENTITY highlightSecure.accesskey "v"> + +<!ENTITY unknownLocations.label "Adresses inconnues"> +<!ENTITY domainGuessing.label "Ajouter automatiquement « www. » et « .com » à l’adresse si une page web n’est pas trouvée."> +<!ENTITY domainGuessing.accesskey "w"> +<!ENTITY keywords.label "Lancer une recherche Internet lorsque le texte saisi n’est pas une adresse web."> +<!ENTITY keywords.accesskey "n"> |