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/sanitize.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/sanitize.dtd')
-rw-r--r-- | l10n-fr/suite/chrome/common/sanitize.dtd | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/common/sanitize.dtd b/l10n-fr/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..5941ef3717 --- /dev/null +++ b/l10n-fr/suite/chrome/common/sanitize.dtd @@ -0,0 +1,68 @@ +<!-- 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/. --> + +<!ENTITY sanitizeDialog.title "Effacer mes traces"> + +<!-- LOCALIZATION NOTE (sanitizeDialog.width): width of the Clear Recent + History dialog --> +<!ENTITY sanitizeDialog.width "36em"> + +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" + dropdown. --> +<!ENTITY clearTimeDuration.label "Intervalle à effacer : "> +<!ENTITY clearTimeDuration.accesskey "t"> +<!ENTITY clearTimeDuration.lastHour "la dernière heure"> +<!ENTITY clearTimeDuration.last2Hours "les deux dernières heures"> +<!ENTITY clearTimeDuration.last4Hours "les quatre dernières heures"> +<!ENTITY clearTimeDuration.today "aujourd’hui"> +<!ENTITY clearTimeDuration.everything "tout"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for + languages that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears + when not all items are selected in the in Clear Private data dialog. --> +<!ENTITY sanitizeSelectedWarning "Tous les éléments sélectionnés seront effacés."> + +<!-- LOCALIZATION NOTE (sanitizeUndoWarning): Second warning + paragraph that always appears. --> +<!ENTITY sanitizeUndoWarning "Cette action est irréversible."> + +<!ENTITY sanitizeItems.label "Supprimer immédiatement les éléments suivants :"> + +<!-- LOCALIZATION NOTE : Try to make sure to not have overlapped accesskeys + with pref-privatedata.dtd. These entities are also used in the private + data preferences dialog. --> +<!ENTITY itemHistory.label "Historique de navigation"> +<!ENTITY itemHistory.accesskey "n"> +<!ENTITY itemHistoryS.accesskey "r"> +<!ENTITY itemUrlBar.label "Historique de la barre d’adresse"> +<!ENTITY itemUrlBar.accesskey "a"> +<!ENTITY itemUrlBarS.accesskey "t"> +<!ENTITY itemDownloads.label "Historique de téléchargement"> +<!ENTITY itemDownloads.accesskey "t"> +<!ENTITY itemDownloadsS.accesskey "y"> +<!ENTITY itemFormSearchHistory.label "Recherches et données de formulaires enregistrées"> +<!ENTITY itemFormSearchHistory.accesskey "r"> +<!ENTITY itemFormSearchHistoryS.accesskey "m"> +<!ENTITY itemCache.label "Cache"> +<!ENTITY itemCache.accesskey "e"> +<!ENTITY itemCacheS.accesskey "e"> +<!ENTITY itemCookies.label "Cookies"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemCookiesS.accesskey "k"> +<!ENTITY itemOfflineApps.label "Données de sites web hors connexion"> +<!ENTITY itemOfflineApps.accesskey "D"> +<!ENTITY itemOfflineAppsS.accesskey "i"> +<!ENTITY itemPasswords.label "Mots de passe enregistrés"> +<!ENTITY itemPasswords.accesskey "M"> +<!ENTITY itemPasswordsS.accesskey "v"> +<!ENTITY itemSessions.label "Sessions d’identification"> +<!ENTITY itemSessions.accesskey "S"> + +<!ENTITY itemSessionsS.accesskey "u"> + +<!ENTITY itemSitePreferences.label "Préférences de site"> +<!ENTITY itemSitePreferences.accesskey "P"> +<!ENTITY itemSitePreferencesS.accesskey "t"> |