diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd')
-rw-r--r-- | l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd new file mode 100644 index 0000000000..6ae39f5b71 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/common/downloads/downloadmanager.dtd @@ -0,0 +1,96 @@ +<!-- 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 downloadManager.title "Filhämtaren"> + +<!ENTITY menuBar.tooltip "Menyrad"> +<!ENTITY searchBar.tooltip "Sökrad"> + +<!ENTITY search.placeholder "Sök hämtningar"> +<!ENTITY search.label "Sök hämtningar"> +<!ENTITY search.accesskey "S"> +<!ENTITY search.key "f"> + +<!ENTITY cmd.clearList.label "Rensa listan"> +<!ENTITY cmd.clearList.tooltip "Tar bort färdiga, avbrutna eller misslyckade hämtningar från listan"> +<!ENTITY cmd.clearList.accesskey "R"> + +<!ENTITY col.name.label "Namn"> +<!ENTITY col.name.accesskey "N"> +<!ENTITY col.name.tooltip "Filnamn"> +<!ENTITY col.status.label "Status"> +<!ENTITY col.status.accesskey "S"> +<!ENTITY col.status.tooltip "Status"> +<!ENTITY col.actionPlay.label "Pause/Återuppta/Försök igen"> +<!ENTITY col.actionPlay.accesskey "u"> +<!ENTITY col.actionPlay.tooltip "Pause/Återuppta/Försök igen"> +<!ENTITY col.actionStop.label "Avbryt/Ta bort"> +<!ENTITY col.actionStop.accesskey "A"> +<!ENTITY col.actionStop.tooltip "Avbryt/Ta bort"> +<!ENTITY col.progress.label "Förlopp"> +<!ENTITY col.progress.accesskey "F"> +<!ENTITY col.progress.tooltip "Förlopp"> +<!ENTITY col.timeremaining.label "Tid kvar"> +<!ENTITY col.timeremaining.accesskey "k"> +<!ENTITY col.timeremaining.tooltip "Tid kvar"> +<!ENTITY col.transferred.label "Överfört"> +<!ENTITY col.transferred.accesskey "Ö"> +<!ENTITY col.transferred.tooltip "Överfört"> +<!ENTITY col.transferrate.label "Hastighet"> +<!ENTITY col.transferrate.accesskey "H"> +<!ENTITY col.transferrate.tooltip "Hastighet"> +<!ENTITY col.timeelapsed.label "Använd tid"> +<!ENTITY col.timeelapsed.accesskey "v"> +<!ENTITY col.timeelapsed.tooltip "Använd tid"> +<!ENTITY col.starttime.label "Starttid"> +<!ENTITY col.starttime.accesskey "a"> +<!ENTITY col.starttime.tooltip "Starttid"> +<!ENTITY col.endtime.label "Sluttid"> +<!ENTITY col.endtime.accesskey "i"> +<!ENTITY col.endtime.tooltip "Sluttid"> +<!ENTITY col.progresstext.label "%"> +<!ENTITY col.progresstext.accesskey "%"> +<!ENTITY col.progresstext.tooltip "Färdigt (%)"> +<!ENTITY col.source.label "Källa"> +<!ENTITY col.source.accesskey "ä"> +<!ENTITY col.source.tooltip "Källa"> + +<!ENTITY view.columns.label "Visa kolumner"> +<!ENTITY view.columns.accesskey "o"> +<!ENTITY view.sortBy.label "Sortera"> +<!ENTITY view.sortBy.accesskey "S"> + +<!ENTITY view.unsorted.label "Osorterat"> +<!ENTITY view.unsorted.accesskey "O"> +<!ENTITY view.sortAscending.label "Stigande"> +<!ENTITY view.sortAscending.accesskey "S"> +<!ENTITY view.sortDescending.label "Fallande"> +<!ENTITY view.sortDescending.accesskey "F"> + +<!ENTITY cmd.pause.label "Pause"> +<!ENTITY cmd.pause.accesskey "P"> +<!ENTITY cmd.resume.label "Återuppta"> +<!ENTITY cmd.resume.accesskey "Å"> +<!ENTITY cmd.retry.label "Försök igen"> +<!ENTITY cmd.retry.accesskey "i"> +<!ENTITY cmd.cancel.label "Avbryt"> +<!ENTITY cmd.cancel.accesskey "A"> +<!ENTITY cmd.remove.label "Ta bort från listan"> +<!ENTITY cmd.remove.accesskey "b"> +<!ENTITY cmd.open.label "Öppna"> +<!ENTITY cmd.open.accesskey "Ö"> +<!ENTITY cmd.show.label "Öppna mappen"> +<!ENTITY cmd.show.accesskey "m"> +<!ENTITY cmd.goToDownloadPage.label "Gå till hämtningssidan"> +<!ENTITY cmd.goToDownloadPage.accesskey "G"> +<!ENTITY cmd.copyDownloadLink.label "Kopiera hämtningens länk"> +<!ENTITY cmd.copyDownloadLink.accesskey "l"> +<!ENTITY cmd.properties.label "Egenskaper…"> +<!ENTITY cmd.properties.accesskey "e"> +<!-- LOCALIZATION NOTE (cmd.unblock2.label): + This command is shown in the context menu when downloads are blocked. + --> +<!ENTITY cmd.unblock2.label "Tillåt nedladdning"> +<!ENTITY cmd.unblock2.accesskey "T"> + |