diff options
Diffstat (limited to 'l10n-sv-SE/suite/chrome/common/sanitize.dtd')
-rw-r--r-- | l10n-sv-SE/suite/chrome/common/sanitize.dtd | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-sv-SE/suite/chrome/common/sanitize.dtd b/l10n-sv-SE/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..c2bf1ddeff --- /dev/null +++ b/l10n-sv-SE/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 "Rensa personliga data"> + +<!-- 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 "Tidsintervall att rensa: "> +<!ENTITY clearTimeDuration.accesskey "T"> +<!ENTITY clearTimeDuration.lastHour "Senaste timmen"> +<!ENTITY clearTimeDuration.last2Hours "Senaste två timmarna"> +<!ENTITY clearTimeDuration.last4Hours "Senaste fyra timmarna"> +<!ENTITY clearTimeDuration.today "Idag"> +<!ENTITY clearTimeDuration.everything "Allt"> +<!-- 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 "Alla valda objekt kommer att raderas."> + +<!-- LOCALIZATION NOTE (sanitizeUndoWarning): Second warning + paragraph that always appears. --> +<!ENTITY sanitizeUndoWarning "Den här åtgärden kan inte ångras."> + +<!ENTITY sanitizeItems.label "Rensa ut följande poster nu:"> + +<!-- 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 "Webbläsarhistorik"> +<!ENTITY itemHistory.accesskey "W"> +<!ENTITY itemHistoryS.accesskey "e"> +<!ENTITY itemUrlBar.label "Adressfältshistorik"> +<!ENTITY itemUrlBar.accesskey "d"> +<!ENTITY itemUrlBarS.accesskey "f"> +<!ENTITY itemDownloads.label "Filhämtningshistorik"> +<!ENTITY itemDownloads.accesskey "h"> +<!ENTITY itemDownloadsS.accesskey "i"> +<!ENTITY itemFormSearchHistory.label "Sparade formulärdata och sökhistorik"> +<!ENTITY itemFormSearchHistory.accesskey "S"> +<!ENTITY itemFormSearchHistoryS.accesskey "p"> +<!ENTITY itemCache.label "Cache"> +<!ENTITY itemCache.accesskey "C"> +<!ENTITY itemCacheS.accesskey "e"> +<!ENTITY itemCookies.label "Kakor"> +<!ENTITY itemCookies.accesskey "K"> +<!ENTITY itemCookiesS.accesskey "o"> +<!ENTITY itemOfflineApps.label "Webbplatsdata i nedkopplat läge"> +<!ENTITY itemOfflineApps.accesskey "b"> +<!ENTITY itemOfflineAppsS.accesskey "n"> +<!ENTITY itemPasswords.label "Sparade lösenord"> +<!ENTITY itemPasswords.accesskey "ö"> +<!ENTITY itemPasswordsS.accesskey "n"> +<!ENTITY itemSessions.label "Autentiserade sessioner"> +<!ENTITY itemSessions.accesskey "A"> + +<!ENTITY itemSessionsS.accesskey "s"> + +<!ENTITY itemSitePreferences.label "Platsspecifika inställningar"> +<!ENTITY itemSitePreferences.accesskey "P"> +<!ENTITY itemSitePreferencesS.accesskey "t"> |