summaryrefslogtreecommitdiffstats
path: root/l10n-nl/suite/chrome/common/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-nl/suite/chrome/common/downloads')
-rw-r--r--l10n-nl/suite/chrome/common/downloads/downloadmanager.dtd95
-rw-r--r--l10n-nl/suite/chrome/common/downloads/downloadmanager.properties146
-rw-r--r--l10n-nl/suite/chrome/common/downloads/progressDialog.dtd20
3 files changed, 261 insertions, 0 deletions
diff --git a/l10n-nl/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-nl/suite/chrome/common/downloads/downloadmanager.dtd
new file mode 100644
index 0000000000..00643faf2f
--- /dev/null
+++ b/l10n-nl/suite/chrome/common/downloads/downloadmanager.dtd
@@ -0,0 +1,95 @@
+<!-- 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 "Downloadbeheerder">
+
+<!ENTITY menuBar.tooltip "Menubalk">
+<!ENTITY searchBar.tooltip "Zoekbalk">
+
+<!ENTITY search.placeholder "Downloads doorzoeken">
+<!ENTITY search.label "Downloads doorzoeken">
+<!ENTITY search.accesskey "Z">
+<!ENTITY search.key "f">
+
+<!ENTITY cmd.clearList.label "Lijst wissen">
+<!ENTITY cmd.clearList.tooltip "Verwijdert voltooide, geannuleerde en mislukte downloads uit de lijst">
+<!ENTITY cmd.clearList.accesskey "s">
+
+<!ENTITY col.name.label "Naam">
+<!ENTITY col.name.accesskey "N">
+<!ENTITY col.name.tooltip "Bestandsnaam">
+<!ENTITY col.status.label "Status">
+<!ENTITY col.status.accesskey "S">
+<!ENTITY col.status.tooltip "Status">
+<!ENTITY col.actionPlay.label "Pauzeren/hervatten/opnieuw proberen">
+<!ENTITY col.actionPlay.accesskey "P">
+<!ENTITY col.actionPlay.tooltip "Pauzeren/hervatten/opnieuw proberen">
+<!ENTITY col.actionStop.label "Annuleren/verwijderen">
+<!ENTITY col.actionStop.accesskey "A">
+<!ENTITY col.actionStop.tooltip "Annuleren/verwijderen">
+<!ENTITY col.progress.label "Voortgang">
+<!ENTITY col.progress.accesskey "V">
+<!ENTITY col.progress.tooltip "Voortgang">
+<!ENTITY col.timeremaining.label "Resterende tijd">
+<!ENTITY col.timeremaining.accesskey "R">
+<!ENTITY col.timeremaining.tooltip "Resterende tijd">
+<!ENTITY col.transferred.label "Overgebracht">
+<!ENTITY col.transferred.accesskey "c">
+<!ENTITY col.transferred.tooltip "Overgebracht">
+<!ENTITY col.transferrate.label "Snelheid">
+<!ENTITY col.transferrate.accesskey "d">
+<!ENTITY col.transferrate.tooltip "Snelheid">
+<!ENTITY col.timeelapsed.label "Verstreken tijd">
+<!ENTITY col.timeelapsed.accesskey "e">
+<!ENTITY col.timeelapsed.tooltip "Verstreken tijd">
+<!ENTITY col.starttime.label "Begintijd">
+<!ENTITY col.starttime.accesskey "t">
+<!ENTITY col.starttime.tooltip "Begintijd">
+<!ENTITY col.endtime.label "Eindtijd">
+<!ENTITY col.endtime.accesskey "i">
+<!ENTITY col.endtime.tooltip "Eindtijd">
+<!ENTITY col.progresstext.label "&#37;">
+<!ENTITY col.progresstext.accesskey "&#37;">
+<!ENTITY col.progresstext.tooltip "Voortgang (&#37;)">
+<!ENTITY col.source.label "Bron">
+<!ENTITY col.source.accesskey "B">
+<!ENTITY col.source.tooltip "Bron">
+
+<!ENTITY view.columns.label "Kolommen tonen">
+<!ENTITY view.columns.accesskey "K">
+<!ENTITY view.sortBy.label "Sorteren op">
+<!ENTITY view.sortBy.accesskey "S">
+
+<!ENTITY view.unsorted.label "Ongesorteerd">
+<!ENTITY view.unsorted.accesskey "O">
+<!ENTITY view.sortAscending.label "Sorteervolgorde A > Z">
+<!ENTITY view.sortAscending.accesskey "A">
+<!ENTITY view.sortDescending.label "Sorteervolgorde Z > A">
+<!ENTITY view.sortDescending.accesskey "Z">
+
+<!ENTITY cmd.pause.label "Pauzeren">
+<!ENTITY cmd.pause.accesskey "P">
+<!ENTITY cmd.resume.label "Hervatten">
+<!ENTITY cmd.resume.accesskey "H">
+<!ENTITY cmd.retry.label "Opnieuw proberen">
+<!ENTITY cmd.retry.accesskey "O">
+<!ENTITY cmd.cancel.label "Annuleren">
+<!ENTITY cmd.cancel.accesskey "n">
+<!ENTITY cmd.remove.label "Verwijderen uit lijst">
+<!ENTITY cmd.remove.accesskey "V">
+<!ENTITY cmd.open.label "Openen">
+<!ENTITY cmd.open.accesskey "O">
+<!ENTITY cmd.show.label "Bijbehorende map openen">
+<!ENTITY cmd.show.accesskey "m">
+<!ENTITY cmd.goToDownloadPage.label "Naar downloadpagina gaan">
+<!ENTITY cmd.goToDownloadPage.accesskey "d">
+<!ENTITY cmd.copyDownloadLink.label "Downloadkoppeling kopiëren">
+<!ENTITY cmd.copyDownloadLink.accesskey "k">
+<!ENTITY cmd.properties.label "Eigenschappen…">
+<!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 "Downloaden toestaan">
+<!ENTITY cmd.unblock2.accesskey "o">
diff --git a/l10n-nl/suite/chrome/common/downloads/downloadmanager.properties b/l10n-nl/suite/chrome/common/downloads/downloadmanager.properties
new file mode 100644
index 0000000000..d4bd166d7d
--- /dev/null
+++ b/l10n-nl/suite/chrome/common/downloads/downloadmanager.properties
@@ -0,0 +1,146 @@
+# 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/.
+
+# LOCALIZATION NOTE (stateUnknown):
+# Indicates that the download stat is unknown.
+# You should never see this in the ui.
+stateUnknown=Onbekend
+# LOCALIZATION NOTE (stateDownloading):
+# Indicates that the download is in progress.
+stateDownloading=Downloaden
+# LOCALIZATION NOTE (stateUploading):
+# Indicates that the upload is in progress.
+stateUploading=Uploaden
+# LOCALIZATION NOTE (stateStarting):
+# Indicates that the download is starting.
+# You won't probably ever see this in the ui.
+stateStarting=Starten…
+# LOCALIZATION NOTE (stateNotStarted):
+# Indicates that the download has not started yet.
+# You won't probably ever see this in the ui.
+stateNotStarted=Niet gestart
+# LOCALIZATION NOTE (stateScanning):
+# Indicates that an external program is scanning the download for viruses.
+stateScanning=Scannen op virussen…
+# LOCALIZATION NOTE (stateFailed):
+# Indicates that the download failed because of an error.
+stateFailed=Mislukt
+# LOCALIZATION NOTE (statePaused):
+# Indicates that the download was paused by the user.
+statePaused=Gepauzeerd
+# LOCALIZATION NOTE (stateCanceled):
+# Indicates that the download was canceled by the user.
+stateCanceled=Geannuleerd
+# LOCALIZATION NOTE (stateCompleted):
+# Indicates that the download was completed.
+stateCompleted=Voltooid
+# LOCALIZATION NOTE (stateBlockedParentalControls):
+# Indicates that the download was blocked by the Parental Controls feature of
+# Windows. "Parental Controls" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "Parental Controls" in various
+# languages:
+# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls
+stateBlockedParentalControls=Geblokkeerd door Ouderlijk toezicht
+# LOCALIZATION NOTE (stateBlockedPolicy):
+# Indicates that the download was blocked on Windows because of the "Launching
+# applications and unsafe files" setting of the "security zone" associated with
+# the target site. "Security zone" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "security zone" in various
+# languages:
+# http://support.microsoft.com/kb/174360
+stateBlockedPolicy=Geblokkeerd door uw beleid voor beveiligingszones
+# LOCALIZATION NOTE (stateDirty):
+# Indicates that the download was blocked after scanning.
+stateDirty=Geblokkeerd: kan een virus of spyware bevatten
+
+# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted,
+# blockedUncommon2):
+# These strings are shown in the panel for some types of blocked downloads, and
+# are immediately followed by the "Learn More" link, thus they must end with a
+# period. You may need to adjust "downloadDetails.width" in "downloads.dtd" if
+# this turns out to be longer than the other existing status strings.
+# Note: These strings don't exist in the UI yet. See bug 1053890.
+blockedMalware=Dit bestand bevat een virus of malware.
+blockedPotentiallyUnwanted=Dit bestand kan schadelijk zijn voor uw computer.
+blockedUncommon2=Dit bestand wordt niet vaak gedownload.
+
+# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
+# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
+# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
+# unblockButtonUnblock, unblockButtonConfirmBlock):
+# These strings are displayed in the dialog shown when the user asks a blocked
+# download to be unblocked. The severity of the threat is expressed in
+# descending order by the unblockType strings, it is higher for files detected
+# as malware and lower for uncommon downloads.
+unblockHeaderUnblock=Weet u zeker dat u deze download wilt toestaan?
+unblockHeaderOpen=Weet u zeker dat u dit bestand wilt openen?
+unblockTypeMalware=Dit bestand bevat een virus of andere malware die schadelijk is voor uw computer.
+unblockTypePotentiallyUnwanted2=Dit bestand is vermomd als een nuttige download, maar het kan onverwachte wijzigingen in uw programma’s en instellingen aanbrengen.
+unblockTypeUncommon2=Dit bestand wordt niet vaak gedownload en is mogelijk niet veilig om te openen. Het kan een virus bevatten of onverwachte wijzigingen in uw programma’s en instellingen aanbrengen.
+unblockTip2=U kunt naar een alternatieve downloadbron zoeken, of het later opnieuw proberen.
+unblockButtonOpen=Openen
+unblockButtonUnblock=Downloaden toestaan
+unblockButtonConfirmBlock=Bestand verwijderen
+
+fileExecutableSecurityWarning=‘%S’ is een uitvoerbaar bestand. Uitvoerbare bestanden kunnen virussen of andere code bevatten die schadelijk kan zijn voor uw computer. Wees voorzichtig met het openen van dit bestand. Weet u zeker dat u ‘%S’ wilt starten?
+fileExecutableSecurityWarningTitle=Uitvoerbaar bestand openen?
+fileExecutableSecurityWarningDontAsk=Dit niet meer vragen
+
+# LOCALIZATION NOTE (otherDownloads3):
+# This is displayed in an item at the bottom of the Downloads Panel when
+# there are more downloads than can fit in the list in the panel. Use a
+# semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/Localization_and_Plurals
+otherDownloads3=%1$S bestand wordt gedownload;%1$S bestanden worden gedownload
+
+# LOCALIZATION NOTE (downloadsTitleFiles, downloadsTitlePercent): Semi-colon list of
+# plural forms. See: http://developer.mozilla.org/en/Localization_and_Plurals
+# %1$S number of files; %2$S overall download percent (only for downloadsTitlePercent)
+# %% will appear as a single % sign, so %2$S%% is the percent number plus the % sign
+# examples: 2% of 1 file - Download Manager; 22% of 11 files - Download Manager
+downloadsTitleFiles=%1$S bestand - Downloadbeheerder;%1$S bestanden - Downloadbeheerder
+downloadsTitlePercent=%2$S%% van %1$S bestand - Downloadbeheerder;%2$S%% van %1$S bestanden - Downloadbeheerder
+
+# LOCALIZATION NOTE (progressTitle):
+# %1$S is the file name, %2$S is the download state
+# examples: coolvideo.ogg - Finished; seamonkey-nightly.zip - Paused
+progressTitle=%1$S - %2$S
+# LOCALIZATION NOTE (progressTitlePercent):
+# %1$S is download percent, %2$S is the file name, %3$S is the download state
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+# examples: 42% of coolvideo.ogg - Paused; 98% of seamonkey-nightly.zip - Downloading
+progressTitlePercent=%1$S%% van %2$S - %3$S
+
+# LOCALIZATION NOTE (percentFormat): %1$S is download percent
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+percentFormat=%1$S%%
+
+# LOCALIZATION NOTE (speedFormat):
+# %1$S rate number; %2$S rate unit
+# units are taken from toolkit's downloads.properties
+# example: 2.2 MB/sec
+speedFormat=%1$S %2$S/sec
+
+# LOCALIZATION NOTE (timeSingle): %1$S time number; %2$S time unit
+# example: 1 minute; 11 hours
+timeSingle=%1$S %2$S
+# LOCALIZATION NOTE (timeDouble):
+# %1$S time number; %2$S time unit; %3$S time sub number; %4$S time sub unit
+# example: 11 hours, 2 minutes; 1 day, 22 hours
+timeDouble=%1$S %2$S, %3$S %4$S
+
+# LOCALIZATION NOTE (sizeSpeed):
+# %1$S is transfer progress; %2$S download speed
+# example: 1.1 of 11.1 GB (2.2 MB/sec)
+sizeSpeed=%1$S (%2$S)
+
+# LOCALIZATION NOTE (statusActive): — is the "em dash" (long dash)
+# %1$S download status; %2$S time remaining
+# example: Paused — 11 hours, 2 minutes remaining
+statusActive=%1$S – %2$S resterend
+
+fromSource=Van %S
+toTarget=Naar %S
diff --git a/l10n-nl/suite/chrome/common/downloads/progressDialog.dtd b/l10n-nl/suite/chrome/common/downloads/progressDialog.dtd
new file mode 100644
index 0000000000..36ba1dce6f
--- /dev/null
+++ b/l10n-nl/suite/chrome/common/downloads/progressDialog.dtd
@@ -0,0 +1,20 @@
+<!-- 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 progress.title "Download bezig…">
+<!ENTITY closeWindow.key "w">
+<!ENTITY cmd.pause.tooltip "Pauzeren">
+<!ENTITY cmd.resume.tooltip "Hervatten">
+<!ENTITY cmd.retry.tooltip "Opnieuw proberen">
+<!ENTITY cmd.cancel.tooltip "Annuleren">
+<!ENTITY cmd.open.label "Openen">
+<!ENTITY cmd.open.accesskey "O">
+<!ENTITY cmd.show.label "Bijbehorende map openen">
+<!ENTITY cmd.show.accesskey "m">
+<!ENTITY cmd.goToDownloadPage.label "Naar downloadpagina gaan">
+<!ENTITY cmd.goToDownloadPage.accesskey "d">
+<!ENTITY cmd.copyDownloadLink.label "Downloadkoppeling kopiëren">
+<!ENTITY cmd.copyDownloadLink.accesskey "k">
+<!ENTITY closeWhenDone.label "Dit venster sluiten wanneer de download is voltooid">
+<!ENTITY closeWhenDone.accesskey "s">