From 31cca481f98fc4151ede7213db754bf578a48a6a Mon Sep 17 00:00:00 2001 From: bartroest Date: Sun, 22 Sep 2019 17:17:11 +0200 Subject: [PATCH] Update nl locale Closes #128 --- _locales/nl/messages.json | 842 ++++++++++++++++++++++---------------- 1 file changed, 478 insertions(+), 364 deletions(-) diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index bd00635..eb38775 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -11,272 +11,6 @@ "message": "Gepauzeerd toevoegen", "description": "Action: Add paused" }, - "cancel": { - "message": "Annuleren", - "description": "Button text: Cancel" - }, - "canceled": { - "message": "Geannuleerd", - "description": "Download status text" - }, - "colConnections": { - "message": "Gelijktijdige verbindingen", - "description": "Table column in prefs/network" - }, - "colDomain": { - "message": "Domein", - "description": "Table column in manager" - }, - "colETA": { - "message": "Gesch. tijd", - "description": "Table column in manager" - }, - "colNameURL": { - "message": "Naam/URL", - "description": "Table column in manager" - }, - "colPercent": { - "message": "%", - "description": "Table column in manager" - }, - "colProgress": { - "message": "Voortgang", - "description": "Table column in manager" - }, - "colSegments": { - "message": "Segmenten", - "description": "Table column in manager" - }, - "colSize": { - "message": "Grootte", - "description": "Table column in manager" - }, - "colSpeed": { - "message": "Snelheid", - "description": "Table column in manager" - }, - "CRASH": { - "message": "Interne browser fout", - "description": "Error Message" - }, - "delete": { - "message": "Verwijderen", - "description": "button text" - }, - "description": { - "message": "Omschrijving", - "description": "Description (keep it short); e.g. the description column in select" - }, - "donate": { - "message": "Doneren!", - "description": "Donate button" - }, - "done": { - "message": "Klaar", - "description": "Status text" - }, - "download": { - "message": "Download", - "description": "Download (noun); e.g. Download column in select" - }, - "extensionDescription": { - "message": "De bulkdownloader voor uw browser", - "description": "DownThemAll! tagline, displayed in about:addons; Please do NOT refer to a specific browser such as firefox, as we will probably support more than one" - }, - "fastfiltering": { - "message": "Snel filteren", - "description": "Label for Fast Filtering input" - }, - "FILE_FAILED": { - "message": "Bestandstoegangsfout", - "description": "Error Message" - }, - "finishing": { - "message": "Voltooien", - "description": "Status text" - }, - "links": { - "message": "Links", - "description": "Links tab label (short); select window" - }, - "mask": { - "message": "Masker", - "description": "Renaming mask (short); used in e.g. select" - }, - "media": { - "message": "Media", - "description": "Media label (short)" - }, - "missing": { - "message": "Ontbrekend", - "description": "Status text in manager" - }, - "NETWORK_FAILED": { - "message": "Netwerkfout", - "description": "Error Message" - }, - "ok": { - "message": "OK", - "description": "Button text; Used in message boxes" - }, - "paused": { - "message": "Gepauzeerd", - "description": "Status text; manager" - }, - "queued": { - "message": "In de wachtrij geplaatst", - "description": "Status text" - }, - "referrer": { - "message": "Verwijzer", - "description": "Label for \"Referrer\"" - }, - "remember": { - "message": "Deze beslissing onthouden", - "description": "Checkbox text for confirmation, e.g. when removing a download in manager" - }, - "rename": { - "message": "Naam wijzigen", - "description": "UI for renaming; currently unused" - }, - "renmask": { - "message": "Wijzigingsmasker", - "description": "Renaming mask (long)" - }, - "reset": { - "message": "Herstellen", - "description": "Button text; pref window" - }, - "running": { - "message": "Bezig", - "description": "Status text" - }, - "save": { - "message": "Opslaan", - "description": "Button text; e.g. prefs/Network" - }, - "search": { - "message": "Zoeken…", - "description": "Placeholder text; manager status search field" - }, - "SERVER_BAD_CONTENT": { - "message": "Niet gevonden", - "description": "Error message" - }, - "SERVER_FAILED": { - "message": "Serverfout", - "description": "Error message" - }, - "SERVER_FORBIDDEN": { - "message": "Verboden", - "description": "Error message" - }, - "SERVER_UNAUTHORIZED": { - "message": "Onbevoegd", - "description": "Error message" - }, - "sizeB": { - "message": "$S$ B", - "description": "Size formatting; bytes", - "placeholders": { - "s": { - "content": "$1", - "example": "100b" - } - } - }, - "sizeGB": { - "message": "$S$ GB", - "description": "Size formatting; giga bytes", - "placeholders": { - "s": { - "content": "$1", - "example": "100.200GB" - } - } - }, - "sizeKB": { - "message": "$S$ kB", - "description": "Size formatting; kilo bytes", - "placeholders": { - "s": { - "content": "$1", - "example": "100.2KB" - } - } - }, - "sizeMB": { - "message": "$S$ MB", - "description": "Size formatting; mega bytes", - "placeholders": { - "s": { - "content": "$1", - "example": "100.22MB" - } - } - }, - "sizePB": { - "message": "$S$ PB", - "description": "Size formatting; peta bytes (you never know)", - "placeholders": { - "s": { - "content": "$1", - "example": "100.212PB" - } - } - }, - "sizeTB": { - "message": "$S$ TB", - "description": "Size formatting; tera bytes (you never know)", - "placeholders": { - "s": { - "content": "$1", - "example": "100.002TB" - } - } - }, - "speedB": { - "message": "$SPEED$ b/s", - "description": "Speed formatting; bytes", - "placeholders": { - "speed": { - "content": "$1", - "example": "100b/s" - } - } - }, - "speedKB": { - "message": "$SPEED$ kB/s", - "description": "Speed formatting; kilo bytes", - "placeholders": { - "speed": { - "content": "$1", - "example": "100.1KB/s" - } - } - }, - "speedMB": { - "message": "$SPEED$ MB/s", - "description": "Speed formatting; mega bytes", - "placeholders": { - "speed": { - "content": "$1", - "example": "100.20MB/s" - } - } - }, - "title": { - "message": "Titel", - "description": "Column text; Title label (short)" - }, - "unlimited": { - "message": "Ongelimiteerd", - "description": "Option text; Prefs/Network" - }, - "useonlyonce": { - "message": "Gebruik één keer", - "description": "Label for Use-Once checkboxes" - }, "add_download": { "message": "Download toevoegen", "description": "Action for adding a download" @@ -329,6 +63,14 @@ "message": "Groep download", "description": "Messagebox title for batch confirmations" }, + "cancel": { + "message": "Annuleren", + "description": "Button text: Cancel" + }, + "canceled": { + "message": "Geannuleerd", + "description": "Download status text" + }, "cancel_download": { "message": "Annuleren", "description": "Action to cancel downloads, e.g. from the context menu" @@ -345,6 +87,42 @@ "message": "Geselecteerde onderdelen aanvinken", "description": "Menu text" }, + "colConnections": { + "message": "Gelijktijdige verbindingen", + "description": "Table column in prefs/network" + }, + "colDomain": { + "message": "Domein", + "description": "Table column in manager" + }, + "colETA": { + "message": "Gesch. tijd", + "description": "Table column in manager" + }, + "colNameURL": { + "message": "Naam/URL", + "description": "Table column in manager" + }, + "colPercent": { + "message": "%", + "description": "Table column in manager" + }, + "colProgress": { + "message": "Voortgang", + "description": "Table column in manager" + }, + "colSegments": { + "message": "Segmenten", + "description": "Table column in manager" + }, + "colSize": { + "message": "Grootte", + "description": "Table column in manager" + }, + "colSpeed": { + "message": "Snelheid", + "description": "Table column in manager" + }, "conflict_overwrite": { "message": "Overschrijven", "description": "Option text; prefs/general" @@ -357,6 +135,10 @@ "message": "Naam wijzigen", "description": "Option text; prefs/general" }, + "CRASH": { + "message": "Interne browser fout", + "description": "Error Message" + }, "create_filter": { "message": "Filter maken", "description": "Button text; Create filter dialog; prefs/filters" @@ -405,26 +187,58 @@ "message": "Video's (mp4, webm, mkv, …)", "description": "Filter label for the Videos filter" }, + "delete": { + "message": "Verwijderen", + "description": "button text" + }, + "deletefiles": { + "message": "Verwijder bestanden", + "description": "menu action" + }, + "deletefiles_button": { + "message": "Verwijderen", + "description": "button text" + }, + "deletefiles_text": { + "message": "Weet u zeker dat u deze bestanden wilt verwijderen?", + "description": "messagebox text" + }, + "deletefiles_title": { + "message": "Verwijder bestanden", + "description": "messagebox title" + }, + "description": { + "message": "Omschrijving", + "description": "Description (keep it short); e.g. the description column in select" + }, "disable_other_filters": { "message": "Andere uitschakelen", "description": "Checkbox label. Keep it short" }, + "donate": { + "message": "Doneren!", + "description": "Donate button" + }, + "done": { + "message": "Klaar", + "description": "Status text" + }, + "download": { + "message": "Download", + "description": "Download (noun); e.g. Download column in select" + }, "download_verb": { "message": "Downloaden", "description": "Download (verb/action); e.g. in single and select buttons" }, - "dta_regular_all": { - "message": "DownThemAll! - Alle Tabbladen", - "description": "Menu text" - }, - "dta_turbo_all": { - "message": "OneClick! - All Tabbladen", - "description": "Menu text" - }, "dta_regular": { "message": "DownThemAll!", "description": "Regular dta action; Menu text" }, + "dta_regular_all": { + "message": "DownThemAll! - Alle Tabbladen", + "description": "Menu text" + }, "dta_regular_image": { "message": "Afbeelding opslaan met DownThemAll!", "description": "Menu text" @@ -445,6 +259,10 @@ "message": "OneClick!", "description": "OneClick! action; Menu text" }, + "dta_turbo_all": { + "message": "OneClick! - All Tabbladen", + "description": "Menu text" + }, "dta_turbo_image": { "message": "Afbeelding opslaan met OneClick!", "description": "Menu text" @@ -473,14 +291,50 @@ "message": "Ongeldige URL", "description": "Error message; single window" }, + "error_noabsolutepath": { + "message": "Absolute paden voor onderliggende mappen worden niet ondersteund door browsers", + "description": "Error Message; select/single window" + }, + "error_nodotsinpath": { + "message": "Punten (.) in onderliggende mappen worden niet ondersteund door browsers", + "description": "Error Message; select/single window" + }, "error_noItemsSelected": { "message": "Geen geselecteerde items", "description": "Error Message; select window" }, + "export": { + "message": "Exporteer naar bestand", + "description": "menu text" + }, + "export_aria2": { + "message": "Exporteer als aria2 lijst", + "description": "menu text" + }, + "export_metalink": { + "message": "Exporteer als metalink", + "description": "menu text" + }, + "export_text": { + "message": "Exporteer als tekst", + "description": "menu text" + }, + "extensionDescription": { + "message": "De bulkdownloader voor uw browser", + "description": "DownThemAll! tagline, displayed in about:addons; Please do NOT refer to a specific browser such as firefox, as we will probably support more than one" + }, + "fastfiltering": { + "message": "Snel filteren", + "description": "Label for Fast Filtering input" + }, "fastfilter_placeholder": { "message": "Jokerteken of reguliere expressie", "description": "Placeholder for fastfilter inputs" }, + "FILE_FAILED": { + "message": "Bestandstoegangsfout", + "description": "Error Message" + }, "filter_at_least_one": { "message": "U moet tenminste één filtertype selecteren!", "description": "Error message when no filter types are selected for a filter in the preferences UI" @@ -497,6 +351,10 @@ "message": "Filterlabel", "description": "Message box label" }, + "filter_types": { + "message": "Filtersoort", + "description": "Message box label" + }, "filter_type_link": { "message": "Link filter", "description": "Message box checkbox label" @@ -505,14 +363,18 @@ "message": "Media filter", "description": "Message box checkbox label" }, - "filter_types": { - "message": "Filtersoort", - "description": "Message box label" + "finishing": { + "message": "Voltooien", + "description": "Status text" }, "force_start": { "message": "Forceer start", "description": "Menu text" }, + "import": { + "message": "Importeer uit bestand", + "description": "menu text" + }, "information_title": { "message": "Informatie", "description": "Used in message boxes" @@ -557,6 +419,14 @@ "message": "Gelimiteerd tot", "description": "Label text; used in prefs/network" }, + "links": { + "message": "Links", + "description": "Links tab label (short); select window" + }, + "manager_short": { + "message": "Beheerder", + "description": "Menu text" + }, "manager_status_items": { "message": "$COMPLETE$ van $TOTAL$ downloads gereed ($SHOWING$ weergegeven), $RUNNING$ bezig", "description": "Status bar text; manager", @@ -579,18 +449,26 @@ } } }, - "manager_short": { - "message": "Beheerder", - "description": "Menu text" - }, "manager_title": { "message": "DownThemAll! beheerder", "description": "Window/tab title" }, + "mask": { + "message": "Masker", + "description": "Renaming mask (short); used in e.g. select" + }, "mask_default": { "message": "Standaardmasker", "description": "Status text; Used in the mask column, select window" }, + "media": { + "message": "Media", + "description": "Media label (short)" + }, + "missing": { + "message": "Ontbrekend", + "description": "Status text in manager" + }, "move_bottom": { "message": "Onderaan", "description": "Action for moving a download to the bottom" @@ -617,18 +495,22 @@ } } }, + "NETWORK_FAILED": { + "message": "Netwerkfout", + "description": "Error Message" + }, "never_ask_again": { "message": "Niet opnieuw vragen", "description": "Donation button" }, - "no_links": { - "message": "Geen links gevonden", - "description": "Notification text" - }, "noitems_label": { "message": "Geen items geselecteerd", "description": "Status bar text in select" }, + "no_links": { + "message": "Geen links gevonden", + "description": "Notification text" + }, "numitems_label": { "message": "$ITEMS$ items geselecteerd…", "description": "Status bar text in select; Number of items selected (label)", @@ -639,6 +521,10 @@ } } }, + "ok": { + "message": "OK", + "description": "Button text; Used in message boxes" + }, "open_directory": { "message": "Open map", "description": "Menu text; manager context" @@ -663,70 +549,14 @@ "message": "Netwerk", "description": "Pref tab text" }, + "paused": { + "message": "Gepauzeerd", + "description": "Status text; manager" + }, "pause_download": { "message": "Pauze", "description": "Action for pausing a download" }, - "pref_add_paused": { - "message": "Nieuwe downloads gepauzeerd toevoegen, in plaats van ze meteen te starten", - "description": "Preferences/General" - }, - "pref_concurrent_downloads": { - "message": "Gelijktijdige downloads", - "description": "Preferences/Network" - }, - "pref_finish_notification": { - "message": "Laat een melding zien als de wachtrij klaar is met downloaden", - "description": "Preferences/General" - }, - "pref_global_turbo": { - "message": "Browserknop moet OneClick! zijn", - "description": "Preferences/General" - }, - "pref_hide_context": { - "message": "Geen algemene context menu items weergeven", - "description": "Preferences/General" - }, - "pref_manager_tooltip": { - "message": "Knopinfo weergeven in Beheerder tabbladen", - "description": "Preferences/General" - }, - "pref_open_manager_on_queue": { - "message": "Open het beheerdertabblad na het plaatsen van downloads in de wachtrij", - "description": "Preferences/General" - }, - "pref_queue_notification": { - "message": "Laat een melding zien wanneer er nieuwe downloads in de wachtrij worden geplaatst", - "description": "Preferences/General" - }, - "pref_remove_missing_on_init": { - "message": "Ontbrekende downloads verwijderen na een herstart", - "description": "Preferences/General" - }, - "pref_show_urls": { - "message": "URL's weergeven in plaats van namen", - "description": "Preferences/General" - }, - "pref_text_links": { - "message": "Probeer links te vinden in de tekst van de website (langzamer)", - "description": "Preferences/General" - }, - "pref_manager": { - "message": "Beheerder", - "description": "Preferences/General; group text" - }, - "pref_netglobal": { - "message": "Algemene netwerk limieten", - "description": "Preferences/General; group text" - }, - "pref_queueing": { - "message": "Downloads in wachtrij plaatsen", - "description": "Preferences/General; group text" - }, - "pref_ui": { - "message": "Gebruikersinterface", - "description": "Preferences/General; group text" - }, "prefs_conflicts": { "message": "Als een bestand al bestaat", "description": "Preferences/General; group text" @@ -739,9 +569,101 @@ "message": "DownThemAll! voorkeuren", "description": "Window/tab title; Preferences" }, - "queue_finished": { - "message": "De download wachtrij is gereed", - "description": "Notification text" + "pref_add_paused": { + "message": "Nieuwe downloads gepauzeerd toevoegen, in plaats van ze meteen te starten", + "description": "Preferences/General" + }, + "pref_button_type": { + "message": "DownThemAll! knop:", + "description": "label" + }, + "pref_button_type_dta": { + "message": "DownThemAll! selectie", + "description": "label" + }, + "pref_button_type_manager": { + "message": "Open beheerder", + "description": "label" + }, + "pref_button_type_popup": { + "message": "Pop-up menu", + "description": "label" + }, + "pref_button_type_turbo": { + "message": "OneClick!", + "description": "label" + }, + "pref_concurrent_downloads": { + "message": "Gelijktijdige downloads", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Laat een melding zien als de wachtrij klaar is met downloaden", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Geen algemene context menu items weergeven", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Beheerder", + "description": "Preferences/General; group text" + }, + "pref_manager_in_popup": { + "message": "Open beheerder in een nieuw pop-up venster", + "description": "checkbox text" + }, + "pref_manager_tooltip": { + "message": "Knopinfo weergeven in Beheerder tabbladen", + "description": "Preferences/General" + }, + "pref_netglobal": { + "message": "Algemene netwerk limieten", + "description": "Preferences/General; group text" + }, + "pref_open_manager_on_queue": { + "message": "Open het beheerdertabblad na het plaatsen van downloads in de wachtrij", + "description": "Preferences/General" + }, + "pref_queueing": { + "message": "Downloads in wachtrij plaatsen", + "description": "Preferences/General; group text" + }, + "pref_queue_notification": { + "message": "Laat een melding zien wanneer er nieuwe downloads in de wachtrij worden geplaatst", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Ontbrekende downloads verwijderen na een herstart", + "description": "Preferences/General" + }, + "pref_retries": { + "message": "Aantal maal opnieuw proberen van downloads bij een tijdelijke fout", + "description": "pref text" + }, + "pref_retry_time": { + "message": "Opnieuw proberen iedere (in minuten)", + "description": "pref text" + }, + "pref_show_urls": { + "message": "URL's weergeven in plaats van namen", + "description": "Preferences/General" + }, + "pref_sounds": { + "message": "Geluiden afspelen", + "description": "checkbox text" + }, + "pref_text_links": { + "message": "Probeer links te vinden in de tekst van de website (langzamer)", + "description": "Preferences/General" + }, + "pref_ui": { + "message": "Gebruikersinterface", + "description": "Preferences/General; group text" + }, + "queued": { + "message": "In de wachtrij geplaatst", + "description": "Status text" }, "queued_download": { "message": "1 download in de wachtrij geplaatst!", @@ -757,6 +679,18 @@ } } }, + "queue_finished": { + "message": "De download wachtrij is gereed", + "description": "Notification text" + }, + "referrer": { + "message": "Verwijzer", + "description": "Label for \"Referrer\"" + }, + "remember": { + "message": "Deze beslissing onthouden", + "description": "Checkbox text for confirmation, e.g. when removing a download in manager" + }, "remove_all_complete_downloads": { "message": "Alle voltooide verwijderen", "description": "Menu text" @@ -831,10 +765,6 @@ "message": "Download verwijderen", "description": "Action for removing a download, no matter what state" }, - "remove_download_question": { - "message": "Wilt u alle geselecteerde downloads verwijderen?", - "description": "Messagebox text" - }, "remove_downloads": { "message": "Downloads verwijderen", "description": "Menu text" @@ -843,6 +773,10 @@ "message": "Weet u zeker dat u downloads wilt verwijderen?", "description": "Messagebox title; manager" }, + "remove_download_question": { + "message": "Wilt u alle geselecteerde downloads verwijderen?", + "description": "Messagebox text" + }, "remove_failed_downloads": { "message": "Verwijderen mislukt", "description": "Menu text" @@ -889,6 +823,10 @@ "message": "Verwijder geselecteerd", "description": "Menu text" }, + "rename": { + "message": "Naam wijzigen", + "description": "UI for renaming; currently unused" + }, "renamer_batch": { "message": "Groepsnummer", "description": "Mask text; see mask button" @@ -1005,6 +943,14 @@ "message": "Datum toegevoegd - Jaar", "description": "Mask text; see mask button" }, + "renmask": { + "message": "Wijzigingsmasker", + "description": "Renaming mask (long)" + }, + "reset": { + "message": "Herstellen", + "description": "Button text; pref window" + }, "reset_confirmations": { "message": "Onthouden bevestigingen herstellen", "description": "Button text; pref/General" @@ -1025,6 +971,32 @@ "message": "Voortzetten", "description": "Action for resuming a download" }, + "retrying": { + "message": "Opnieuw proberen", + "description": "Status text" + }, + "retrying_error": { + "message": "Opnieuw proberen - $ERROR$", + "description": "status text", + "placeholders": { + "error": { + "content": "$1", + "example": "Server Error" + } + } + }, + "running": { + "message": "Bezig", + "description": "Status text" + }, + "save": { + "message": "Opslaan", + "description": "Button text; e.g. prefs/Network" + }, + "search": { + "message": "Zoeken…", + "description": "Placeholder text; manager status search field" + }, "select_all": { "message": "Alles selecteren", "description": "Menu text; e.g. select context" @@ -1041,10 +1013,38 @@ "message": "DownThemAll! - Selecteer uw Downloads", "description": "Title of the select window" }, + "SERVER_BAD_CONTENT": { + "message": "Niet gevonden", + "description": "Error message" + }, + "SERVER_FAILED": { + "message": "Serverfout", + "description": "Error message" + }, + "SERVER_FORBIDDEN": { + "message": "Verboden", + "description": "Error message" + }, + "SERVER_UNAUTHORIZED": { + "message": "Onbevoegd", + "description": "Error message" + }, "set_mask": { "message": "Wijzigingsmasker instellen", "description": "Menu text; select window" }, + "set_mask_text": { + "message": "Een nieuw wijzigingsmasker instellen", + "description": "dialog text" + }, + "set_referrer": { + "message": "Referrer instellen", + "description": "menu text" + }, + "set_referrer_text": { + "message": "Een nieuwe referrer instellen", + "description": "dialog text" + }, "single_batchexamples": { "message": "Groepen worden ondersteund, bijvoorbeeld:", "description": "Header text; single window" @@ -1057,23 +1057,55 @@ "message": "DownThemAll! - Link toevoegen", "description": "Title of single window" }, - "size_progress": { - "message": "$WRITTEN$ van $TOTAL$", - "description": "Status text; manager size column", + "sizeB": { + "message": "$S$ B", + "description": "Size formatting; bytes", "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { + "s": { "content": "$1", - "example": "" + "example": "100b" } } }, - "size_unknown": { - "message": "Onbekend", - "description": "Status text; manager size column" + "sizeGB": { + "message": "$S$ GB", + "description": "Size formatting; giga bytes", + "placeholders": { + "s": { + "content": "$1", + "example": "100.200GB" + } + } + }, + "sizeKB": { + "message": "$S$ kB", + "description": "Size formatting; kilo bytes", + "placeholders": { + "s": { + "content": "$1", + "example": "100.2KB" + } + } + }, + "sizeMB": { + "message": "$S$ MB", + "description": "Size formatting; mega bytes", + "placeholders": { + "s": { + "content": "$1", + "example": "100.22MB" + } + } + }, + "sizePB": { + "message": "$S$ PB", + "description": "Size formatting; peta bytes (you never know)", + "placeholders": { + "s": { + "content": "$1", + "example": "100.212PB" + } + } }, "sizes_huge": { "message": "Enorm (> $HIGH$)", @@ -1127,6 +1159,64 @@ } } }, + "sizeTB": { + "message": "$S$ TB", + "description": "Size formatting; tera bytes (you never know)", + "placeholders": { + "s": { + "content": "$1", + "example": "100.002TB" + } + } + }, + "size_progress": { + "message": "$WRITTEN$ van $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Onbekend", + "description": "Status text; manager size column" + }, + "speedB": { + "message": "$SPEED$ b/s", + "description": "Speed formatting; bytes", + "placeholders": { + "speed": { + "content": "$1", + "example": "100b/s" + } + } + }, + "speedKB": { + "message": "$SPEED$ kB/s", + "description": "Speed formatting; kilo bytes", + "placeholders": { + "speed": { + "content": "$1", + "example": "100.1KB/s" + } + } + }, + "speedMB": { + "message": "$SPEED$ MB/s", + "description": "Speed formatting; mega bytes", + "placeholders": { + "speed": { + "content": "$1", + "example": "100.20MB/s" + } + } + }, "statusNetwork_active_title": { "message": "Nieuwe downloads worden gestart", "description": "Status bar tooltip; manager network icon" @@ -1135,6 +1225,18 @@ "message": "Nieuwe downloads worden niet gestart", "description": "Status bar tooltip; manager network icon" }, + "subfolder": { + "message": "Onderliggende map:", + "description": "label text" + }, + "subfolder_placeholder": { + "message": "Plaats bestanden in deze onderliggende map van uw download map", + "description": "placeholder text within an input box" + }, + "title": { + "message": "Titel", + "description": "Column text; Title label (short)" + }, "toggle_selected_items": { "message": "Vinkje omkeren voor geselecteerde items", "description": "Menu text; select" @@ -1166,5 +1268,17 @@ "uncheck_selected_items": { "message": "Geselecteerde items uitvinken", "description": "Menu text; select" + }, + "unlimited": { + "message": "Ongelimiteerd", + "description": "Option text; Prefs/Network" + }, + "useonlyonce": { + "message": "Gebruik één keer", + "description": "Label for Use-Once checkboxes" + }, + "USER_CANCELED": { + "message": "Geannuleerd door gebruiker", + "description": "Error message" } } \ No newline at end of file