diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl')
-rw-r--r-- | l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl b/l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl new file mode 100644 index 0000000000..8fa66ef41f --- /dev/null +++ b/l10n-sv-SE/browser/browser/preferences/clearSiteData.ftl @@ -0,0 +1,56 @@ +# 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/. + +clear-site-data-window2 = + .title = Rensa data + .style = min-width: 35em + +clear-site-data-description = Rensning av alla kakor och webbplatsdata lagrade av { -brand-short-name } kan logga ut dig från webbplatser och ta bort offline-webbinnehåll. Rensning av cache påverkar inte dina inloggningar. + +clear-site-data-close-key = + .key = w + +# The parameters in parentheses in this string describe disk usage +# in the format ($amount $unit), e.g. "Cookies and Site Data (24 KB)" +# Variables: +# $amount (Number) - Amount of site data currently stored on disk +# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB" +clear-site-data-cookies-with-data = + .label = Kakor och webbplatsdata ({ $amount } { $unit }) + .accesskey = p + +# This string is a placeholder for while the data used to fill +# clear-site-data-cookies-with-data is loading. This placeholder is usually +# only shown for a very short time (< 1s), so it should be very similar +# or the same as clear-site-data-cookies-with-data (except the amount and unit), +# to avoid flickering. +clear-site-data-cookies-empty = + .label = Kakor och webbplatsdata + .accesskey = p + +clear-site-data-cookies-info = Du kan bli utloggad från webbplatser som du rensat + +# The parameters in parentheses in this string describe disk usage +# in the format ($amount $unit), e.g. "Cached Web Content (24 KB)" +# Variables: +# $amount (Number) - Amount of cache currently stored on disk +# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB" +clear-site-data-cache-with-data = + .label = Cachat webbinnehåll ({ $amount } { $unit }) + .accesskey = w + +# This string is a placeholder for while the data used to fill +# clear-site-data-cache-with-data is loading. This placeholder is usually +# only shown for a very short time (< 1s), so it should be very similar +# or the same as clear-site-data-cache-with-data (except the amount and unit), +# to avoid flickering. +clear-site-data-cache-empty = + .label = Cachat webbinnehåll + .accesskey = w + +clear-site-data-cache-info = Kräver att webbplatser laddar om bilder och data + +clear-site-data-dialog = + .buttonlabelaccept = Rensa + .buttonaccesskeyaccept = R |