diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-nb-NO/suite/chrome/common/downloads/downloadmanager.dtd | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/l10n-nb-NO/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-nb-NO/suite/chrome/common/downloads/downloadmanager.dtd new file mode 100644 index 0000000000..69b92a3da9 --- /dev/null +++ b/l10n-nb-NO/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 "Nedlastinger"> + +<!ENTITY menuBar.tooltip "Menylinje"> +<!ENTITY searchBar.tooltip "Søkelinje"> + +<!ENTITY search.placeholder "Søk i nedlastinger"> +<!ENTITY search.label "Søk i nedlastinger"> +<!ENTITY search.accesskey "S"> +<!ENTITY search.key "f"> + +<!ENTITY cmd.clearList.label "Tøm liste"> +<!ENTITY cmd.clearList.tooltip "Fjerner fullførte, avbrutte og feilede nedlastinger fra listen"> +<!ENTITY cmd.clearList.accesskey "T"> + +<!ENTITY col.name.label "Navn"> +<!ENTITY col.name.accesskey "N"> +<!ENTITY col.name.tooltip "Filnavn"> +<!ENTITY col.status.label "Status"> +<!ENTITY col.status.accesskey "S"> +<!ENTITY col.status.tooltip "Status"> +<!ENTITY col.actionPlay.label "Pause/Fortsett/Prøv igjen"> +<!ENTITY col.actionPlay.accesskey "u"> +<!ENTITY col.actionPlay.tooltip "Pause/Fortsett/Prøv igjen"> +<!ENTITY col.actionStop.label "Avbryt/fjern"> +<!ENTITY col.actionStop.accesskey "A"> +<!ENTITY col.actionStop.tooltip "Avbryt/fjern"> +<!ENTITY col.progress.label "Fremdrift"> +<!ENTITY col.progress.accesskey "F"> +<!ENTITY col.progress.tooltip "Fremdrift"> +<!ENTITY col.timeremaining.label "Tid igjen"> +<!ENTITY col.timeremaining.accesskey "T"> +<!ENTITY col.timeremaining.tooltip "Tid igjen"> +<!ENTITY col.transferred.label "Overført"> +<!ENTITY col.transferred.accesskey "O"> +<!ENTITY col.transferred.tooltip "Overført"> +<!ENTITY col.transferrate.label "Hastighet"> +<!ENTITY col.transferrate.accesskey "H"> +<!ENTITY col.transferrate.tooltip "Hastighet"> +<!ENTITY col.timeelapsed.label "Tid brukt"> +<!ENTITY col.timeelapsed.accesskey "b"> +<!ENTITY col.timeelapsed.tooltip "Tid brukt"> +<!ENTITY col.starttime.label "Starttid"> +<!ENTITY col.starttime.accesskey "S"> +<!ENTITY col.starttime.tooltip "Starttid"> +<!ENTITY col.endtime.label "Sluttid"> +<!ENTITY col.endtime.accesskey "u"> +<!ENTITY col.endtime.tooltip "Sluttid"> +<!ENTITY col.progresstext.label "%"> +<!ENTITY col.progresstext.accesskey "%"> +<!ENTITY col.progresstext.tooltip "Fremdrift (%)"> +<!ENTITY col.source.label "Kilde"> +<!ENTITY col.source.accesskey "K"> +<!ENTITY col.source.tooltip "Kilde"> + +<!ENTITY view.columns.label "Vis kolonner"> +<!ENTITY view.columns.accesskey "V"> +<!ENTITY view.sortBy.label "Sorter etter"> +<!ENTITY view.sortBy.accesskey "S"> + +<!ENTITY view.unsorted.label "Usortert"> +<!ENTITY view.unsorted.accesskey "U"> +<!ENTITY view.sortAscending.label "A > Å sorteringsrekkefølge"> +<!ENTITY view.sortAscending.accesskey "A"> +<!ENTITY view.sortDescending.label "Å > A sorteringsrekkefølge"> +<!ENTITY view.sortDescending.accesskey "Å"> + +<!ENTITY cmd.pause.label "Pause"> +<!ENTITY cmd.pause.accesskey "P"> +<!ENTITY cmd.resume.label "Fortsett"> +<!ENTITY cmd.resume.accesskey "F"> +<!ENTITY cmd.retry.label "Prøv igjen"> +<!ENTITY cmd.retry.accesskey "P"> +<!ENTITY cmd.cancel.label "Avbryt"> +<!ENTITY cmd.cancel.accesskey "A"> +<!ENTITY cmd.remove.label "Fjern fra listen"> +<!ENTITY cmd.remove.accesskey "F"> +<!ENTITY cmd.open.label "Åpne"> +<!ENTITY cmd.open.accesskey "Å"> +<!ENTITY cmd.show.label "Åpne mappen med filen"> +<!ENTITY cmd.show.accesskey "m"> +<!ENTITY cmd.goToDownloadPage.label "Gå til nedlastingssiden"> +<!ENTITY cmd.goToDownloadPage.accesskey "G"> +<!ENTITY cmd.copyDownloadLink.label "Kopier nedlastingslenke"> +<!ENTITY cmd.copyDownloadLink.accesskey "K"> +<!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 "Tillat nedlasting"> +<!ENTITY cmd.unblock2.accesskey "l"> + |