From 164aa99ecac707b619af1d57222f96d5f40846e8 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 31 Aug 2019 18:10:47 +0200 Subject: [PATCH] Initial Chrome support Part of #35 --- _locales/de/messages.json | 1780 +++++++++++++------------- _locales/en/messages.json | 1782 +++++++++++++------------- _locales/es/messages.json | 1780 +++++++++++++------------- _locales/et/messages.json | 1782 +++++++++++++------------- _locales/fr/messages.json | 1800 +++++++++++++------------- _locales/lt/messages.json | 1780 +++++++++++++------------- _locales/nl/messages.json | 1780 +++++++++++++------------- _locales/pl/messages.json | 1784 +++++++++++++------------- _locales/pt/messages.json | 2318 +++++++++++++++++----------------- _locales/zh-CN/messages.json | 1780 +++++++++++++------------- lib/background.ts | 49 +- lib/browser.ts | 2 + lib/i18n.ts | 7 +- lib/iconcache.ts | 7 +- lib/manager/download.ts | 19 +- lib/manager/port.ts | 5 - lib/windowutils.ts | 33 +- uikit/css/modal.css | 2 +- uikit/lib/util.ts | 14 +- util/build.py | 31 +- util/i18ntochrome.py | 25 + windows/manager.ts | 4 - windows/manager/table.ts | 18 +- windows/popup.html | 3 + windows/popup.ts | 4 +- 25 files changed, 9334 insertions(+), 9255 deletions(-) create mode 100755 util/i18ntochrome.py diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 94ce3ac..37b9946 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -7,86 +7,18 @@ "message": "de", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "Download hinzufügen", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Hinzufügen", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Nur dieses Mal pausiert hinzufügen", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Soll sich diese Entscheidung gemerkt werden und neue Downloads von jetzt an immer pausiert hinzugefügt werden?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Immer pausiert hinzufügen?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Pausiert hinzufügen", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Später noch einmal fragen", - "description": "Button text" - }, - "batch.batch": { - "message": "Als Batch downloaden", - "description": "Button text" - }, - "batch.desc": { - "message": "Die aktuelle URL scheint Anweisungen für einen Batch zu enthalten.", - "description": "" - }, - "batch.items": { - "message": "Anzahl der Downloads:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Vorschau:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Als Batch oder einfachen Download hinzufügen?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Einfacher Download", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Batch Download", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Abbrechen", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Abbrechen", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Abgebrochen", "description": "Download statu text" }, - "cannot-be-empty": { - "message": "Dieses Feld darf nicht leer sein", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Diese Entscheidung kann später in den Einstellungen geändert werden", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Ausgewählte Einträge makieren", - "description": "Menu text" - }, "colConnections": { "message": "Gleichzeitige Verbindungen", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "Geschwindigkeit", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Überschreiben", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Nachfragen", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Umbenennen", - "description": "Option text; prefs/general" - }, "CRASH": { "message": "Interner Browser Fehler", "description": "Error Message" }, - "create-filter": { - "message": "Filter erstellen", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Benutzerdefinierter Dateiname", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Alle Dateien", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Archive (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Software (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Dokumente (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Bilder (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "GIF Bilder", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "JPEG Bilder", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "PNG Bilder", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Videos (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Entfernen", "description": "button text" @@ -195,10 +67,6 @@ "message": "Beschreibung", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "Andere deaktivieren", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "Spenden!", "description": "Donate button" @@ -211,82 +79,10 @@ "message": "Download", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "Download", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Alle Tabs", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Alle Tabs", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Bild mit DownThemAll! speichern", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Link mit DownThemAll! speichern", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Medium mit DownThemAll! speichern", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Auswahl mit DownThemAll! speichern", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Bild mit OneClick! speichern", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Link mit OneClick! speichern", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Medium mit OneClick! speichern", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Auswahl mit OneClick! speichern", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Ungültige Umbenennungsmaske", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Ungültiger Referrer", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "Ungültige URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Nichts ausgewählt", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "Der Massen-Downloader für Deinen 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" }, - "fastfilter.placeholder": { - "message": "Platzhalter-Ausdruck oder Regular Expression", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Schnelles Filtern", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "message": "Dateizugriffsfehler", "description": "Error Message" }, - "filter-at-least-one": { - "message": "Mindestens einen Filter-Typ auswählen!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Neuen Filter erstelln", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filter-Ausdruck", - "description": "Message box label" - }, - "filter-label": { - "message": "Filter-Titel", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Link Filter", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Medien Filter", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Filter Typen", - "description": "Message box label" - }, "finishing": { "message": "Beenden", "description": "Status text" }, - "force-start": { - "message": "Start erzwingen", - "description": "Menu text" - }, - "information.title": { - "message": "Information", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Ungültige Domain", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Auswahl umkehren", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Strg", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Entf", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "Ende", - "description": "Short for End-key" - }, - "key-home": { - "message": "Pos1", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "Bild↓", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "Bild↑", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "Begrenzt auf", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Links", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "$COMPLETE$ von $TOTAL$ Downloads beendet ($SHOWING$ angezeigt), $RUNNING$ laufend", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Manager", - "description": "Menu text" - }, - "manager.title": { - "message": "DownThemAll! Manager", - "description": "Window/tab title" - }, "mask": { "message": "Maske", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "Standard-Maske", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "Medien", "description": "Media label (short)" @@ -425,188 +111,22 @@ "message": "Fehlt", "description": "Status text in manager" }, - "move-bottom": { - "message": "Ende", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Runter", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Anfang", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Hoch", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "Du hast bisher $DOWNLOADS$ Downloads mit DownThemAll! hinzugefügt. Als regelmäßiger Benutzer können Sie eine Spende in Betracht ziehen um die Weiterentwicklung zu unterstützen. Danke!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "NETWORK_FAILED": { "message": "Netzwerkfehler", "description": "Error Message" }, - "never-ask-again": { - "message": "Nicht wieder fragen", - "description": "Donation button" - }, - "no-links": { - "message": "Keine Links gefunden!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Nichts ausgewählt", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ Downloads ausgewählt", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "OK", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Verzeichnis öffnen", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Datei öffnen", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Link öffnen", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filter", - "description": "Pref tab text" - }, - "options-general": { - "message": "Allgemein", - "description": "Pref tab text" - }, - "options-network": { - "message": "Netzwerk", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pausieren", - "description": "Action for pausing a download" - }, "paused": { "message": "Pausiert", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "Neue Downloads immer pausiert hinzufügen, anstatt sie direkt zu starten", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Gleichzeitige Downloads", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Benachrichtigung anzeigen, wenn die Warteschlange fertig heruntergeladen ist", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "Browser Button soll OneClick! sein", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "Keine allgemeinen Menü-Eintrage anzeigen", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Keine Tooltips im Manager-Tab anzeigen", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Den Manager öffnen nachdem neue Downloads zur Warteschlange hinzugefügt wurden", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Benachrichtigung anzeigen, wenn neue Downloads hinzugefügt wurden", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Fehlende Downloads nach einem Neustart automatisch entfernen", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "URLs anstelle von Namen anzeigen", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Versuche Text-Links in Webseiten zu finden (langsamer)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Manager", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Allgemeine Netzwerk-Beschränkungen", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Download-Warteschlange", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Benutzeroberfläche", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Wenn eine Datei bereits existiert", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Einstellungen", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "DownThemAll! Einstellungen", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "Die Download-Warteschlange ist fertig", - "description": "Notification text" - }, "queued": { "message": "Wartend", "description": "Status text" }, - "queued-download": { - "message": "Ein Download hinzugefügt!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "$COUNT$ Downloads hinzugefügt!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Referrer", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "message": "Diese Entscheidung merken", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "Alle fertigen entfernen", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Alle Entfernen", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Wirklich ALLE Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Aktuellen Batch entfernen", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Wirklich alle Downloads vom aktuellen Batch entfernen?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Fertige Downloads entfernen", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Wirklich alle fertigen Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Wirklich alle fertigen Downloads, die dem Filter \"$FILTER$\" entsprechen, entfernen?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Wirklich alle fertigen Downloads in der aktuellen Auswahl entfernen?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Fertige Downloads von Domain entfernen", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Wirklich alle fertigen Downloads mit Domain \"$DOMAIN$\" entfernen?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Aktuelle Domain entfernen", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Wirklich alle Downloads mit Domain \"$DOMAIN$\" entfernen?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Download entfernen", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "Wirklich alle ausgewählten Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Downloas entfernen", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "Wirklich Downloads entfernen?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Fehlgeschlagene entfernen", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Wirklich alle fehlgeschlagenen Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Wirklich alle Downloads, die dem Filter \"$FILTER$\" entsprechen, entfernen?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Fehlende Downloads entfernen", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Wirklich alle fehlenden Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Pausierte entfernen", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Wirklich alle pausierten Downloads entfernen?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Fertige in Auswahl entfernen", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Wirklich alle fertigen Downloads in der aktuellen Auswahl entfernen?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Ausgewählte entfernen", - "description": "Menu text" - }, "rename": { "message": "Umbenennen", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "Batch Nummer", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Datum hinzugefügt - Tag", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Datum hinzugefügt", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Domain-Name (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Dateierweiterung", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Datum hinzugefügt - Stunde", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Host-Name", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Fortlaufende Nummer im Batch", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Durch Hinzufügen von \"flat\", etwa \"flatsubdirs\" werden alle Slashes (Schrägstriche) ersetzt, also keine Verzeichnisse erstellt", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Datum hinzugefügt - Monat", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Datum hinzugefügt - Minute", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Dateiname", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Alias für \"batch\"", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Query-String", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Referrer Domain-Name (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Referrer Dateierweiterung", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Referrer Host-Name", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Referrer Dateiname", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Referrer Query-String", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Referrer Pfad", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "Referrer URL (ohne Protokoll)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Datum hinzugefügt - Sekunde", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Pfad", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Umbenennungsmaske - Tags", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Beschreibungstext", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Titeltext", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (ohne Protokoll)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Datum hinzugefügt - Jahr", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Umbennenungsmaske", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "Zurücksetzen", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Gemerkte Entscheidungen zurücksetzen", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Alle gemerkten Entscheidungen wurden zurückgesetzt", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Benutzeroberflächenanpassungen zurücksetzen", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Alle gemerkten Benutzeroberflächenanpassungen zurückgesetzt! Tabs/Fenster müssen neu geladen werden.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Fortsetzen", - "description": "Action for resuming a download" - }, "running": { "message": "Laufend", "description": "Status text" @@ -907,22 +159,6 @@ "message": "Suchen…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Alles auswählen", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Markierte auswählen", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Nichts auswählen", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Downloads auswählen", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "Nicht gefunden", "description": "Error message" @@ -939,40 +175,6 @@ "message": "Keine Berechtigung", "description": "Error message" }, - "set-mask": { - "message": "Umbenennungsmaske setzen", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Batches sind unterstützt, z.B.:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Download URL (link) und andere Optionen eingeben", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Link hinzufügen", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ von $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Unbekannt", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Riesig (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Groß ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Mittel ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Klein ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Neue Downloads werden gestartet", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Neue Downloads werden nicht gestartet", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Titel", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Markierungen für Auswahl umgekehren", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Datum hinzugefügt:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Verbleibend:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Von:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Größe:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Durchschnitt:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Aktuell:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Markierung von Auswahl entfernen", - "description": "Menu text; select" - }, "unlimited": { "message": "Unbegrenzt", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Einmalig", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Download hinzufügen", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Hinzufügen", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Nur dieses Mal pausiert hinzufügen", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Soll sich diese Entscheidung gemerkt werden und neue Downloads von jetzt an immer pausiert hinzugefügt werden?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Immer pausiert hinzufügen?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Später noch einmal fragen", + "description": "Button text" + }, + "batch_batch": { + "message": "Als Batch downloaden", + "description": "Button text" + }, + "batch_desc": { + "message": "Die aktuelle URL scheint Anweisungen für einen Batch zu enthalten.", + "description": "" + }, + "batch_items": { + "message": "Anzahl der Downloads:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Vorschau:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Als Batch oder einfachen Download hinzufügen?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Einfacher Download", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Batch Download", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Abbrechen", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "Dieses Feld darf nicht leer sein", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Diese Entscheidung kann später in den Einstellungen geändert werden", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Ausgewählte Einträge makieren", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Überschreiben", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Nachfragen", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Umbenennen", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Filter erstellen", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Benutzerdefinierter Dateiname", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Alle Dateien", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Archive (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Software (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Dokumente (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Bilder (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "GIF Bilder", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "JPEG Bilder", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "PNG Bilder", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Videos (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Andere deaktivieren", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Download", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Alle Tabs", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Alle Tabs", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Bild mit DownThemAll! speichern", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Link mit DownThemAll! speichern", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Medium mit DownThemAll! speichern", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Auswahl mit DownThemAll! speichern", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Bild mit OneClick! speichern", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Link mit OneClick! speichern", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Medium mit OneClick! speichern", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Auswahl mit OneClick! speichern", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Ungültige Umbenennungsmaske", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Ungültiger Referrer", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "Ungültige URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Nichts ausgewählt", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Platzhalter-Ausdruck oder Regular Expression", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "Mindestens einen Filter-Typ auswählen!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Neuen Filter erstelln", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filter-Ausdruck", + "description": "Message box label" + }, + "filter_label": { + "message": "Filter-Titel", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Link Filter", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Medien Filter", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filter Typen", + "description": "Message box label" + }, + "force_start": { + "message": "Start erzwingen", + "description": "Menu text" + }, + "information_title": { + "message": "Information", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Ungültige Domain", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Auswahl umkehren", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Strg", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Entf", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "Ende", + "description": "Short for End-key" + }, + "key_home": { + "message": "Pos1", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "Bild↓", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "Bild↑", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Begrenzt auf", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "$COMPLETE$ von $TOTAL$ Downloads beendet ($SHOWING$ angezeigt), $RUNNING$ laufend", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Manager", + "description": "Menu text" + }, + "manager_title": { + "message": "DownThemAll! Manager", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Standard-Maske", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Ende", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Runter", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Anfang", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Hoch", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "Du hast bisher $DOWNLOADS$ Downloads mit DownThemAll! hinzugefügt. Als regelmäßiger Benutzer können Sie eine Spende in Betracht ziehen um die Weiterentwicklung zu unterstützen. Danke!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "Nicht wieder fragen", + "description": "Donation button" + }, + "no_links": { + "message": "Keine Links gefunden!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Nichts ausgewählt", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ Downloads ausgewählt", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Verzeichnis öffnen", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Datei öffnen", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Link öffnen", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filter", + "description": "Pref tab text" + }, + "options_general": { + "message": "Allgemein", + "description": "Pref tab text" + }, + "options_network": { + "message": "Netzwerk", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Pausieren", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Neue Downloads immer pausiert hinzufügen, anstatt sie direkt zu starten", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Gleichzeitige Downloads", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Benachrichtigung anzeigen, wenn die Warteschlange fertig heruntergeladen ist", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "Browser Button soll OneClick! sein", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Keine allgemeinen Menü-Eintrage anzeigen", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Keine Tooltips im Manager-Tab anzeigen", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Den Manager öffnen nachdem neue Downloads zur Warteschlange hinzugefügt wurden", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Benachrichtigung anzeigen, wenn neue Downloads hinzugefügt wurden", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Fehlende Downloads nach einem Neustart automatisch entfernen", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "URLs anstelle von Namen anzeigen", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Versuche Text-Links in Webseiten zu finden (langsamer)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Manager", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Allgemeine Netzwerk-Beschränkungen", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Download-Warteschlange", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Benutzeroberfläche", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Wenn eine Datei bereits existiert", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Einstellungen", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "DownThemAll! Einstellungen", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "Die Download-Warteschlange ist fertig", + "description": "Notification text" + }, + "queued_download": { + "message": "Ein Download hinzugefügt!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "$COUNT$ Downloads hinzugefügt!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Alle fertigen entfernen", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Alle Entfernen", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Wirklich ALLE Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Aktuellen Batch entfernen", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Wirklich alle Downloads vom aktuellen Batch entfernen?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Fertige Downloads entfernen", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Wirklich alle fertigen Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Wirklich alle fertigen Downloads, die dem Filter \"$FILTER$\" entsprechen, entfernen?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Wirklich alle fertigen Downloads in der aktuellen Auswahl entfernen?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Fertige Downloads von Domain entfernen", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Wirklich alle fertigen Downloads mit Domain \"$DOMAIN$\" entfernen?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Aktuelle Domain entfernen", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Wirklich alle Downloads mit Domain \"$DOMAIN$\" entfernen?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Download entfernen", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "Wirklich alle ausgewählten Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Downloas entfernen", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "Wirklich Downloads entfernen?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Fehlgeschlagene entfernen", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Wirklich alle fehlgeschlagenen Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Wirklich alle Downloads, die dem Filter \"$FILTER$\" entsprechen, entfernen?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Fehlende Downloads entfernen", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Wirklich alle fehlenden Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Pausierte entfernen", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Wirklich alle pausierten Downloads entfernen?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Fertige in Auswahl entfernen", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Wirklich alle fertigen Downloads in der aktuellen Auswahl entfernen?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Ausgewählte entfernen", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Batch Nummer", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Datum hinzugefügt - Tag", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Datum hinzugefügt", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Domain-Name (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Dateierweiterung", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Datum hinzugefügt - Stunde", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Host-Name", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Fortlaufende Nummer im Batch", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Durch Hinzufügen von \"flat\", etwa \"flatsubdirs\" werden alle Slashes (Schrägstriche) ersetzt, also keine Verzeichnisse erstellt", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Datum hinzugefügt - Monat", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Datum hinzugefügt - Minute", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Dateiname", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Alias für \"batch\"", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Query-String", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Referrer Domain-Name (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Referrer Dateierweiterung", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Referrer Host-Name", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Referrer Dateiname", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Referrer Query-String", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Referrer Pfad", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "Referrer URL (ohne Protokoll)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Datum hinzugefügt - Sekunde", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Pfad", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Umbenennungsmaske - Tags", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Beschreibungstext", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Titeltext", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (ohne Protokoll)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Datum hinzugefügt - Jahr", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Gemerkte Entscheidungen zurücksetzen", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Alle gemerkten Entscheidungen wurden zurückgesetzt", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Benutzeroberflächenanpassungen zurücksetzen", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Alle gemerkten Benutzeroberflächenanpassungen zurückgesetzt! Tabs/Fenster müssen neu geladen werden.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Fortsetzen", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Alles auswählen", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Markierte auswählen", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Nichts auswählen", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Downloads auswählen", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Umbenennungsmaske setzen", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Batches sind unterstützt, z.B.:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Download URL (link) und andere Optionen eingeben", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Link hinzufügen", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ von $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Unbekannt", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Riesig (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Groß ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Mittel ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Klein ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Neue Downloads werden gestartet", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Neue Downloads werden nicht gestartet", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Markierungen für Auswahl umgekehren", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Datum hinzugefügt:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Verbleibend:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Von:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Größe:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Durchschnitt:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Aktuell:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Markierung von Auswahl entfernen", + "description": "Menu text; select" } } \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4bd1ecf..e76fae0 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -27,86 +27,18 @@ "description": "Error message", "message": "Unauthorized" }, - "add-download": { - "description": "Action for adding a download", - "message": "Add Download" - }, - "add-new": { - "description": "Button text (adding filters, limits and such)", - "message": "Add New" - }, - "add-paused-once": { - "description": "Checkbox label", - "message": "Only add paused this time" - }, - "add-paused.question": { - "description": "Messagebox text", - "message": "Do you want to remember this decision and always add new downloads paused from now on?" - }, - "add-paused.title": { - "description": "Title for the add-paused dialog", - "message": "Always add paused?" - }, "addpaused": { "description": "Action: Add paused", "message": "Add paused" }, - "ask-again-later": { - "description": "Button text", - "message": "Ask me again later" - }, - "batch.batch": { - "description": "Button text", - "message": "Batch Download" - }, - "batch.desc": { - "description": "", - "message": "The current URL seems to contain instructions for a batch download." - }, - "batch.items": { - "description": "Messagebox info text for batch confirmations", - "message": "Number of items:" - }, - "batch.preview": { - "description": "Messagebox info text for batch confirmations", - "message": "Preview:" - }, - "batch.question": { - "description": "Messagebox info text for batch confirmations", - "message": "Do you want to add this as a batch or as a single download?" - }, - "batch.single": { - "description": "Button text for batch confirmation", - "message": "Single Download" - }, - "batch.title": { - "description": "Messagebox title for batch confirmations", - "message": "Batch Download" - }, "cancel": { "description": "Button text: Cancel", "message": "Cancel" }, - "cancel-download": { - "description": "Action to cancel downloads, e.g. from the context menu", - "message": "Cancel" - }, "canceled": { "description": "Download status text", "message": "Canceled" }, - "cannot-be-empty": { - "description": "Error message when an input field is empty but has to have a value", - "message": "This field cannot be empty" - }, - "change-later-reminder": { - "description": "Checkbox label text for decision confirmations", - "message": "You can later change this decision in the Preferences" - }, - "check-selected-items": { - "description": "Menu text", - "message": "Check Selected Items" - }, "colConnections": { "description": "Table column in prefs/network", "message": "Concurrent Connections" @@ -143,66 +75,6 @@ "description": "Table column in manager", "message": "Speed" }, - "conflict-overwrite": { - "description": "Option text; prefs/general", - "message": "Overwrite" - }, - "conflict-prompt": { - "description": "Option text; prefs/general", - "message": "Prompt" - }, - "conflict-rename": { - "description": "Option text; prefs/general", - "message": "Rename" - }, - "create-filter": { - "description": "Button text; Create filter dialog; prefs/filters", - "message": "Create Filter" - }, - "custom-filename": { - "description": "Label text; single window", - "message": "Custom Filename" - }, - "deffilter-all": { - "description": "Filter label for the All files filter", - "message": "All files" - }, - "deffilter-arch": { - "description": "Filter label for the Archives filter", - "message": "Archives (zip, rar, 7z, \u2026)" - }, - "deffilter-aud": { - "description": "Filter label for the Audio filter", - "message": "Audio (mp3, flac, wav, \u2026)" - }, - "deffilter-bin": { - "description": "Filter label for the Software filter", - "message": "Software (exe, msi, \u2026)" - }, - "deffilter-doc": { - "description": "Filter label for the Documents filter", - "message": "Documents (pdf, odf, docx, \u2026)" - }, - "deffilter-img": { - "description": "Filter label for the Images filter", - "message": "Images (jpeg, png, gif, \u2026)" - }, - "deffilter-imggif": { - "description": "Filter label for the GIF filter", - "message": "GIF Images" - }, - "deffilter-imgjpg": { - "description": "Filter label for the JPEG filter", - "message": "JPEG Images" - }, - "deffilter-imgpng": { - "description": "Filter label for the PNG filter", - "message": "PNG Images" - }, - "deffilter-vid": { - "description": "Filter label for the Videos filter", - "message": "Videos (mp4, webm, mkv, \u2026)" - }, "delete": { "description": "button text", "message": "Delete" @@ -211,10 +83,6 @@ "description": "Description (keep it short); e.g. the description column in select", "message": "Description" }, - "disable-other-filters": { - "description": "Checkbox label. Keep it short", - "message": "Disable others" - }, "donate": { "description": "Donate button", "message": "Donate!" @@ -227,162 +95,18 @@ "description": "Download (noun); e.g. Download column in select", "message": "Download" }, - "download.verb": { - "description": "Download (verb/action); e.g. in single and select buttons", - "message": "Download" - }, - "dta-regular-all": { - "description": "Menu text", - "message": "DownThemAll! - All Tabs" - }, - "dta-turbo-all": { - "description": "Menu text", - "message": "OneClick! - All Tabs" - }, - "dta.regular": { - "description": "Regular dta action; Menu text", - "message": "DownThemAll!" - }, - "dta.regular.image": { - "description": "Menu text", - "message": "Save Image with DownThemAll!" - }, - "dta.regular.link": { - "description": "Menu text", - "message": "Save Link with DownThemAll!" - }, - "dta.regular.media": { - "description": "Menu text", - "message": "Save Media with DownThemAll!" - }, - "dta.regular.selection": { - "description": "Menu text", - "message": "Save Selection with DownThemAll!" - }, - "dta.turbo": { - "description": "OneClick! action; Menu text", - "message": "OneClick!" - }, - "dta.turbo.image": { - "description": "Menu text", - "message": "Save Image with OneClick!" - }, - "dta.turbo.link": { - "description": "Menu text", - "message": "Save Link with OneClick!" - }, - "dta.turbo.media": { - "description": "Menu text", - "message": "Save Media with OneClick!" - }, - "dta.turbo.selection": { - "description": "Menu text", - "message": "Save Selection with OneClick!" - }, - "error.invalidMask": { - "description": "Error message; single/select window", - "message": "Invalid Renaming Mask" - }, - "error.invalidReferrer": { - "description": "Error message; single window", - "message": "Invalid Referrer" - }, - "error.invalidURL": { - "description": "Error message; single window", - "message": "Invalid URL" - }, - "error.noItemsSelected": { - "description": "Error Message; select window", - "message": "No items selected" - }, "extensionDescription": { "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", "message": "The Mass Downloader for your browser" }, - "fastfilter.placeholder": { - "description": "Placeholder for fastfilter inputs", - "message": "Wildcard expression or regular expression" - }, "fastfiltering": { "description": "Label for Fast Filtering input", "message": "Fast Filtering" }, - "filter-at-least-one": { - "description": "Error message when no filter types are selected for a filter in the preferences UI", - "message": "You must select at least one filter type!" - }, - "filter-create.title": { - "description": "Message box title", - "message": "Create New Filter" - }, - "filter-expression": { - "description": "Message box label", - "message": "Filter-Expression" - }, - "filter-label": { - "description": "Message box label", - "message": "Filter-Label" - }, - "filter-type-link": { - "description": "Message box checkbox label", - "message": "Link Filter" - }, - "filter-type-media": { - "description": "Message box checkbox label", - "message": "Media Filter" - }, - "filter-types": { - "description": "Message box label", - "message": "Filter-Types" - }, "finishing": { "description": "Status text", "message": "Finishing" }, - "force-start": { - "description": "Menu text", - "message": "Force Start" - }, - "information.title": { - "description": "Used in message boxes", - "message": "Information" - }, - "invalid-domain-pref": { - "description": "Error message in prefs/network", - "message": "Invalid domain" - }, - "invert-selection": { - "description": "Menu text", - "message": "Invert selection" - }, - "key-alt": { - "description": "Short for Alt-Key", - "message": "Alt" - }, - "key-ctrl": { - "description": "Short for Ctrl-Key", - "message": "Ctrl" - }, - "key-delete": { - "description": "Short for Delete-key", - "message": "Del" - }, - "key-end": { - "description": "Short for End-key", - "message": "End" - }, - "key-home": { - "description": "Short for home key", - "message": "Home" - }, - "key-pagedown": { - "description": "Short for pagedown-key", - "message": "PageDown" - }, - "key-pageup": { - "description": "Short for PageUp-key", - "message": "PageUp" - }, "language": { "description": "Lanuage Name in your language", "message": "English (US)" @@ -391,52 +115,14 @@ "description": "Language code the locale will use, e.g. de or en-GB or pt-BR", "message": "en" }, - "limited-to": { - "description": "Label text; used in prefs/network", - "message": "Limited to" - }, "links": { "description": "Links tab label (short); select window", "message": "Links" }, - "manager-status-items": { - "description": "Status bar text; manager", - "message": "Completed $COMPLETE$ of $TOTAL$ downloads ($SHOWING$ displayed), $RUNNING$ running", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "description": "Menu text", - "message": "Manager" - }, - "manager.title": { - "description": "Window/tab title", - "message": "DownThemAll! Manager" - }, "mask": { "description": "Renaming mask (short); used in e.g. select", "message": "Mask" }, - "mask.default": { - "description": "Status text; Used in the mask column, select window", - "message": "Default Mask" - }, "media": { "description": "Media label (short)", "message": "Media" @@ -445,184 +131,18 @@ "description": "Status text in manager", "message": "Missing" }, - "move-bottom": { - "description": "Action for moving a download to the bottom", - "message": "Bottom" - }, - "move-down": { - "description": "Action for moving a download down", - "message": "Down" - }, - "move-top": { - "description": "Action for moving a download to the top", - "message": "Top" - }, - "move-up": { - "description": "Action for moving a download up", - "message": "Up" - }, - "nagging-message": { - "description": "Donation nagging message; displayed as a notification bar in manager", - "message": "You've added $DOWNLOADS$ downloads with DownThemAll! so far! As a regular user you might want to consider a donation to support further development. Thanks!", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, - "never-ask-again": { - "description": "Donation button", - "message": "Do not ask me again" - }, - "no-links": { - "description": "Notification text", - "message": "No links found!" - }, - "noitems.label": { - "description": "Status bar text in select", - "message": "No items selected" - }, - "numitems.label": { - "description": "Status bar text in select; Number of items selected (label)", - "message": "$ITEMS$ items selected...", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "description": "Button text; Used in message boxes", "message": "OK" }, - "open-directory": { - "description": "Menu text; manager context", - "message": "Open Directory" - }, - "open-file": { - "description": "Menu text; manager context", - "message": "Open File" - }, - "open-link": { - "description": "Menu text; select window", - "message": "Open Link" - }, - "options-filters": { - "description": "Pref tab text", - "message": "Filters" - }, - "options-general": { - "description": "Pref tab text", - "message": "General" - }, - "options-network": { - "description": "Pref tab text", - "message": "Network" - }, - "pause-download": { - "description": "Action for pausing a download", - "message": "Pause" - }, "paused": { "description": "Status text; manager", "message": "Paused" }, - "pref-add-paused": { - "description": "Preferences/General", - "message": "Add new downloads paused, instead of starting them immediately" - }, - "pref-concurrent-downloads": { - "description": "Preferences/Network", - "message": "Concurrent downloads" - }, - "pref-finish-notification": { - "description": "Preferences/General", - "message": "Show a notification when the queue finishes downloading" - }, - "pref-global-turbo": { - "description": "Preferences/General", - "message": "Browser button should be OneClick!" - }, - "pref-hide-context": { - "description": "Preferences/General", - "message": "Do not show general context menu items" - }, - "pref-manager-tooltip": { - "description": "Preferences/General", - "message": "Show tooltips in Manager tabs" - }, - "pref-open-manager-on-queue": { - "description": "Preferences/General", - "message": "Open the Manager tab after queuing some downloads" - }, - "pref-queue-notification": { - "description": "Preferences/General", - "message": "Show a notification when queuing new downloads" - }, - "pref-remove-missing-on-init": { - "description": "Preferences/General", - "message": "Remove missing downloads after a restart" - }, - "pref-show-urls": { - "description": "Preferences/General", - "message": "Show URLs instead of Names" - }, - "pref-text-links": { - "description": "Preferences/General", - "message": "Try to find links in the website text (slower)" - }, - "pref.manager": { - "description": "Preferences/General; group text", - "message": "Manager" - }, - "pref.netglobal": { - "description": "Preferences/General; group text", - "message": "Global Network Limits" - }, - "pref.queueing": { - "description": "Preferences/General; group text", - "message": "Queuing Downloads" - }, - "pref.ui": { - "description": "Preferences/General; group text", - "message": "User Interface" - }, - "prefs.conflicts": { - "description": "Preferences/General; group text", - "message": "When a file exists" - }, - "prefs.short": { - "description": "Menu text; Preferences", - "message": "Preferences" - }, - "prefs.title": { - "description": "Window/tab title; Preferences", - "message": "DownThemAll! Preferences" - }, - "queue-finished": { - "description": "Notification text", - "message": "The download queue has finished" - }, "queued": { "description": "Status text", "message": "Queued" }, - "queued-download": { - "description": "Notification text; single download", - "message": "Queued 1 download!" - }, - "queued-downloads": { - "description": "Notification text; multiple downloads", - "message": "Queued $COUNT$ downloads!", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "description": "Label for \"Referrer\"", "message": "Referrer" @@ -631,258 +151,10 @@ "description": "Checkbox text for confirmation, e.g. when removing a download in manager", "message": "Remember this decision" }, - "remove-all-complete-downloads": { - "description": "Menu text", - "message": "Remove All Complete" - }, - "remove-all-downloads": { - "description": "Menu text", - "message": "Remove All" - }, - "remove-all-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove ALL downloads?" - }, - "remove-batch-downloads": { - "description": "Menu text", - "message": "Remove Current Batch" - }, - "remove-batch-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all downloads from the same batch as the currently selected download?" - }, - "remove-complete-downloads": { - "description": "Action for removing complete downloads", - "message": "Remove Complete Downloads" - }, - "remove-complete-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all complete downloads?" - }, - "remove-complete-filter-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all complete downloads matching the '$FILTER$' filter?", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all complete downloads in the current selection?" - }, - "remove-domain-complete-downloads": { - "description": "Menu text", - "message": "Remove Complete From Current Domain" - }, - "remove-domain-complete-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all complete downloads from domain '$DOMAIN$'?", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "description": "Menu text", - "message": "Remove Current Domain" - }, - "remove-domain-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all downloads from domain '$DOMAIN$'?", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "description": "Action for removing a download, no matter what state", - "message": "Remove Download" - }, - "remove-download.question": { - "description": "Messagebox text", - "message": "Do you want to remove selected downloads?" - }, - "remove-downloads": { - "description": "Menu text", - "message": "Remove Downloads" - }, - "remove-downloads.title": { - "description": "Messagebox title; manager", - "message": "Are you sure you want to remove downloads?" - }, - "remove-failed-downloads": { - "description": "Menu text", - "message": "Remove Failed" - }, - "remove-failed-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all failed downloads?" - }, - "remove-filter-downloads.question": { - "description": "Mesagebox text", - "message": "Do you want to remove all downloads matching the '$FILTER$' filter?", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "description": "Menu text", - "message": "Clear Missing Downloads" - }, - "remove-missing-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to clear all missing downloads?" - }, - "remove-paused-downloads": { - "description": "Menu text", - "message": "Remove Paused" - }, - "remove-paused-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all paused downloads?" - }, - "remove-selected-complete-downloads": { - "description": "Menu text", - "message": "Remove Complete In Selection" - }, - "remove-selected-complete-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all complete downloads in the current selection?" - }, - "remove-selected-downloads": { - "description": "Menu text", - "message": "Remove Selected" - }, "rename": { "description": "UI for renaming; currently unused", "message": "Rename" }, - "renamer-batch": { - "description": "Mask text; see mask button", - "message": "Batch Number" - }, - "renamer-d": { - "description": "Mask text; see mask button", - "message": "Date Added - Day" - }, - "renamer-date": { - "description": "Mask text; see mask button", - "message": "Date Added" - }, - "renamer-domain": { - "description": "Mask text; see mask button", - "message": "Domain Name (TLD)" - }, - "renamer-ext": { - "description": "Mask text; see mask button", - "message": "File Extension" - }, - "renamer-hh": { - "description": "Mask text; see mask button", - "message": "Date Added - Hour" - }, - "renamer-host": { - "description": "Mask text; see mask button", - "message": "Host Name" - }, - "renamer-idx": { - "description": "Mask text; see mask button", - "message": "Item Number within Batch" - }, - "renamer-info": { - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!", - "message": "Adding 'flat', such as *flatsubdirs* will replace all slashes in the value, thus not creating directories" - }, - "renamer-m": { - "description": "Mask text; see mask button", - "message": "Date Added - Month" - }, - "renamer-mm": { - "description": "Mask text; see mask button", - "message": "Date Added - Minute" - }, - "renamer-name": { - "description": "Mask text; see mask button", - "message": "File Name" - }, - "renamer-num": { - "description": "Mask text; see mask button", - "message": "Alias for *batch*" - }, - "renamer-qstring": { - "description": "Mask text; see mask button", - "message": "Query String" - }, - "renamer-ref": { - "description": "Mask text; see mask button", - "message": "Referrer" - }, - "renamer-refdomain": { - "description": "Mask text; see mask button", - "message": "Referrer Domain Name (TLD)" - }, - "renamer-refext": { - "description": "Mask text; see mask button", - "message": "Referrer File Extension" - }, - "renamer-refhost": { - "description": "Mask text; see mask button", - "message": "Referrer Host Name" - }, - "renamer-refname": { - "description": "Mask text; see mask button", - "message": "Referrer File Name" - }, - "renamer-refqstring": { - "description": "Mask text; see mask button", - "message": "Referrer Query String" - }, - "renamer-refsubdirs": { - "description": "Mask text; see mask button", - "message": "Referrer Path" - }, - "renamer-refurl": { - "description": "Mask text; see mask button", - "message": "Referrer URL (without protocol)" - }, - "renamer-ss": { - "description": "Mask text; see mask button", - "message": "Date Added - Second" - }, - "renamer-subdirs": { - "description": "Mask text; see mask button", - "message": "Path" - }, - "renamer-tags": { - "description": "Mask text; see mask button", - "message": "Renaming Mask Tags" - }, - "renamer-text": { - "description": "Mask text; see mask button", - "message": "Description Text" - }, - "renamer-title": { - "description": "Mask text; see mask button", - "message": "Title Text" - }, - "renamer-url": { - "description": "Mask text; see mask button", - "message": "URL (without protocol)" - }, - "renamer-y": { - "description": "Mask text; see mask button", - "message": "Date Added - Year" - }, "renmask": { "description": "Renaming mask (long)", "message": "Renaming mask" @@ -891,26 +163,6 @@ "description": "Button text; pref window", "message": "Reset" }, - "reset-confirmations": { - "description": "Button text; pref/General", - "message": "Reset remembered confirmations" - }, - "reset-confirmations.done": { - "description": "Messagebox text; pref/General", - "message": "All previously remembered confirmations have been reset!" - }, - "reset-layouts": { - "description": "Button text; pref/General", - "message": "Reset user interface customizations" - }, - "reset-layouts.done": { - "description": "Messagebox text; pref/General", - "message": "All previously remembered layout customizations have been reset! You may need to reload windows/tabs." - }, - "resume-download": { - "description": "Action for resuming a download", - "message": "Resume" - }, "running": { "description": "Status text", "message": "Running" @@ -921,57 +173,7 @@ }, "search": { "description": "Placeholder text; manager status search field", - "message": "Search\u2026" - }, - "select-all": { - "description": "Menu text; e.g. select context", - "message": "Select All" - }, - "select-checked": { - "description": "Menu text; select context", - "message": "Select Checked" - }, - "select-none": { - "description": "Menu text; select context", - "message": "Select None" - }, - "select.title": { - "description": "Title of the select window", - "message": "DownThemAll! - Select your Downloads" - }, - "set-mask": { - "description": "Menu text; select window", - "message": "Set Renaming Mask" - }, - "single.batchexamples": { - "description": "Header text; single window", - "message": "Batches are supported, e.g.:" - }, - "single.header": { - "description": "Header text; single window", - "message": "Enter a download URL (link) and other options" - }, - "single.title": { - "description": "Title of single window", - "message": "DownThemAll! - Add a link" - }, - "size-progress": { - "description": "Status text; manager size column", - "message": "$WRITTEN$ of $TOTAL$", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "description": "Status text; manager size column", - "message": "Unknown" + "message": "Search…" }, "sizeB": { "description": "Size formatting; bytes", @@ -1033,58 +235,6 @@ } } }, - "sizes-huge": { - "description": "Menu text; manager size column dropdown", - "message": "Huge (> $HIGH$)", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "description": "Menu text; manager size column dropdown", - "message": "Large ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "description": "Menu text; manager size column dropdown", - "message": "Medium ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "description": "Menu text; manager size column dropdown", - "message": "Small ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "speedB": { "description": "Speed formatting; bytes", "message": "$SPEED$b/s", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "description": "Status bar tooltip; manager network icon", - "message": "New Downloads will be started" - }, - "statusNetwork-inactive.title": { - "description": "Status bar tooltip; manager network icon", - "message": "No new Downloads will be started" - }, "title": { "description": "Column text; Title label (short)", "message": "Title" }, - "toggle-selected-items": { - "description": "Menu text; select", - "message": "Toggle Check for Selected Items" - }, - "tooltip-date": { - "description": "Tooltip text; manager/downloads", - "message": "Date added:" - }, - "tooltip-eta": { - "description": "Tooltip text; manager/downloads; Time", - "message": "Remaining:" - }, - "tooltip-from": { - "description": "Tooltip text; manager/downloads; source URL", - "message": "From:" - }, - "tooltip-size": { - "description": "Tooltip text; manager/downloads", - "message": "Size:" - }, - "tooltip-speed-average": { - "description": "Tooltip text; manager/downloads", - "message": "Average:" - }, - "tooltip-speed-current": { - "description": "Tooltip text; manager/downloads", - "message": "Current:" - }, - "uncheck-selected-items": { - "description": "Menu text; select", - "message": "Uncheck Selected Items" - }, "unlimited": { "description": "Option text; Prefs/Network", "message": "Unlimited" @@ -1166,5 +276,895 @@ "useonlyonce": { "description": "Label for Use-Once checkboxes", "message": "Use Once" + }, + "add_download": { + "description": "Action for adding a download", + "message": "Add Download" + }, + "add_new": { + "description": "Button text (adding filters, limits and such)", + "message": "Add New" + }, + "add_paused_once": { + "description": "Checkbox label", + "message": "Only add paused this time" + }, + "add_paused_question": { + "description": "Messagebox text", + "message": "Do you want to remember this decision and always add new downloads paused from now on?" + }, + "add_paused_title": { + "description": "Title for the add-paused dialog", + "message": "Always add paused?" + }, + "ask_again_later": { + "description": "Button text", + "message": "Ask me again later" + }, + "batch_batch": { + "description": "Button text", + "message": "Batch Download" + }, + "batch_desc": { + "description": "", + "message": "The current URL seems to contain instructions for a batch download." + }, + "batch_items": { + "description": "Messagebox info text for batch confirmations", + "message": "Number of items:" + }, + "batch_preview": { + "description": "Messagebox info text for batch confirmations", + "message": "Preview:" + }, + "batch_question": { + "description": "Messagebox info text for batch confirmations", + "message": "Do you want to add this as a batch or as a single download?" + }, + "batch_single": { + "description": "Button text for batch confirmation", + "message": "Single Download" + }, + "batch_title": { + "description": "Messagebox title for batch confirmations", + "message": "Batch Download" + }, + "cancel_download": { + "description": "Action to cancel downloads, e.g. from the context menu", + "message": "Cancel" + }, + "cannot_be_empty": { + "description": "Error message when an input field is empty but has to have a value", + "message": "This field cannot be empty" + }, + "change_later_reminder": { + "description": "Checkbox label text for decision confirmations", + "message": "You can later change this decision in the Preferences" + }, + "check_selected_items": { + "description": "Menu text", + "message": "Check Selected Items" + }, + "conflict_overwrite": { + "description": "Option text; prefs/general", + "message": "Overwrite" + }, + "conflict_prompt": { + "description": "Option text; prefs/general", + "message": "Prompt" + }, + "conflict_rename": { + "description": "Option text; prefs/general", + "message": "Rename" + }, + "create_filter": { + "description": "Button text; Create filter dialog; prefs/filters", + "message": "Create Filter" + }, + "custom_filename": { + "description": "Label text; single window", + "message": "Custom Filename" + }, + "deffilter_all": { + "description": "Filter label for the All files filter", + "message": "All files" + }, + "deffilter_arch": { + "description": "Filter label for the Archives filter", + "message": "Archives (zip, rar, 7z, …)" + }, + "deffilter_aud": { + "description": "Filter label for the Audio filter", + "message": "Audio (mp3, flac, wav, …)" + }, + "deffilter_bin": { + "description": "Filter label for the Software filter", + "message": "Software (exe, msi, …)" + }, + "deffilter_doc": { + "description": "Filter label for the Documents filter", + "message": "Documents (pdf, odf, docx, …)" + }, + "deffilter_img": { + "description": "Filter label for the Images filter", + "message": "Images (jpeg, png, gif, …)" + }, + "deffilter_imggif": { + "description": "Filter label for the GIF filter", + "message": "GIF Images" + }, + "deffilter_imgjpg": { + "description": "Filter label for the JPEG filter", + "message": "JPEG Images" + }, + "deffilter_imgpng": { + "description": "Filter label for the PNG filter", + "message": "PNG Images" + }, + "deffilter_vid": { + "description": "Filter label for the Videos filter", + "message": "Videos (mp4, webm, mkv, …)" + }, + "disable_other_filters": { + "description": "Checkbox label. Keep it short", + "message": "Disable others" + }, + "download_verb": { + "description": "Download (verb/action); e.g. in single and select buttons", + "message": "Download" + }, + "dta_regular_all": { + "description": "Menu text", + "message": "DownThemAll! - All Tabs" + }, + "dta_turbo_all": { + "description": "Menu text", + "message": "OneClick! - All Tabs" + }, + "dta_regular": { + "description": "Regular dta action; Menu text", + "message": "DownThemAll!" + }, + "dta_regular_image": { + "description": "Menu text", + "message": "Save Image with DownThemAll!" + }, + "dta_regular_link": { + "description": "Menu text", + "message": "Save Link with DownThemAll!" + }, + "dta_regular_media": { + "description": "Menu text", + "message": "Save Media with DownThemAll!" + }, + "dta_regular_selection": { + "description": "Menu text", + "message": "Save Selection with DownThemAll!" + }, + "dta_turbo": { + "description": "OneClick! action; Menu text", + "message": "OneClick!" + }, + "dta_turbo_image": { + "description": "Menu text", + "message": "Save Image with OneClick!" + }, + "dta_turbo_link": { + "description": "Menu text", + "message": "Save Link with OneClick!" + }, + "dta_turbo_media": { + "description": "Menu text", + "message": "Save Media with OneClick!" + }, + "dta_turbo_selection": { + "description": "Menu text", + "message": "Save Selection with OneClick!" + }, + "error_invalidMask": { + "description": "Error message; single/select window", + "message": "Invalid Renaming Mask" + }, + "error_invalidReferrer": { + "description": "Error message; single window", + "message": "Invalid Referrer" + }, + "error_invalidURL": { + "description": "Error message; single window", + "message": "Invalid URL" + }, + "error_noItemsSelected": { + "description": "Error Message; select window", + "message": "No items selected" + }, + "fastfilter_placeholder": { + "description": "Placeholder for fastfilter inputs", + "message": "Wildcard expression or regular expression" + }, + "filter_at_least_one": { + "description": "Error message when no filter types are selected for a filter in the preferences UI", + "message": "You must select at least one filter type!" + }, + "filter_create_title": { + "description": "Message box title", + "message": "Create New Filter" + }, + "filter_expression": { + "description": "Message box label", + "message": "Filter-Expression" + }, + "filter_label": { + "description": "Message box label", + "message": "Filter-Label" + }, + "filter_type_link": { + "description": "Message box checkbox label", + "message": "Link Filter" + }, + "filter_type_media": { + "description": "Message box checkbox label", + "message": "Media Filter" + }, + "filter_types": { + "description": "Message box label", + "message": "Filter-Types" + }, + "force_start": { + "description": "Menu text", + "message": "Force Start" + }, + "information_title": { + "description": "Used in message boxes", + "message": "Information" + }, + "invalid_domain_pref": { + "description": "Error message in prefs/network", + "message": "Invalid domain" + }, + "invert_selection": { + "description": "Menu text", + "message": "Invert selection" + }, + "key_alt": { + "description": "Short for Alt-Key", + "message": "Alt" + }, + "key_ctrl": { + "description": "Short for Ctrl-Key", + "message": "Ctrl" + }, + "key_delete": { + "description": "Short for Delete-key", + "message": "Del" + }, + "key_end": { + "description": "Short for End-key", + "message": "End" + }, + "key_home": { + "description": "Short for home key", + "message": "Home" + }, + "key_pagedown": { + "description": "Short for pagedown-key", + "message": "PageDown" + }, + "key_pageup": { + "description": "Short for PageUp-key", + "message": "PageUp" + }, + "limited_to": { + "description": "Label text; used in prefs/network", + "message": "Limited to" + }, + "manager_status_items": { + "description": "Status bar text; manager", + "message": "Completed $COMPLETE$ of $TOTAL$ downloads ($SHOWING$ displayed), $RUNNING$ running", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "description": "Menu text", + "message": "Manager" + }, + "manager_title": { + "description": "Window/tab title", + "message": "DownThemAll! Manager" + }, + "mask_default": { + "description": "Status text; Used in the mask column, select window", + "message": "Default Mask" + }, + "move_bottom": { + "description": "Action for moving a download to the bottom", + "message": "Bottom" + }, + "move_down": { + "description": "Action for moving a download down", + "message": "Down" + }, + "move_top": { + "description": "Action for moving a download to the top", + "message": "Top" + }, + "move_up": { + "description": "Action for moving a download up", + "message": "Up" + }, + "nagging_message": { + "description": "Donation nagging message; displayed as a notification bar in manager", + "message": "You've added $DOWNLOADS$ downloads with DownThemAll! so far! As a regular user you might want to consider a donation to support further development. Thanks!", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "description": "Donation button", + "message": "Do not ask me again" + }, + "no_links": { + "description": "Notification text", + "message": "No links found!" + }, + "noitems_label": { + "description": "Status bar text in select", + "message": "No items selected" + }, + "numitems_label": { + "description": "Status bar text in select; Number of items selected (label)", + "message": "$ITEMS$ items selected...", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "description": "Menu text; manager context", + "message": "Open Directory" + }, + "open_file": { + "description": "Menu text; manager context", + "message": "Open File" + }, + "open_link": { + "description": "Menu text; select window", + "message": "Open Link" + }, + "options_filters": { + "description": "Pref tab text", + "message": "Filters" + }, + "options_general": { + "description": "Pref tab text", + "message": "General" + }, + "options_network": { + "description": "Pref tab text", + "message": "Network" + }, + "pause_download": { + "description": "Action for pausing a download", + "message": "Pause" + }, + "pref_add_paused": { + "description": "Preferences/General", + "message": "Add new downloads paused, instead of starting them immediately" + }, + "pref_concurrent_downloads": { + "description": "Preferences/Network", + "message": "Concurrent downloads" + }, + "pref_finish_notification": { + "description": "Preferences/General", + "message": "Show a notification when the queue finishes downloading" + }, + "pref_global_turbo": { + "description": "Preferences/General", + "message": "Browser button should be OneClick!" + }, + "pref_hide_context": { + "description": "Preferences/General", + "message": "Do not show general context menu items" + }, + "pref_manager_tooltip": { + "description": "Preferences/General", + "message": "Show tooltips in Manager tabs" + }, + "pref_open_manager_on_queue": { + "description": "Preferences/General", + "message": "Open the Manager tab after queuing some downloads" + }, + "pref_queue_notification": { + "description": "Preferences/General", + "message": "Show a notification when queuing new downloads" + }, + "pref_remove_missing_on_init": { + "description": "Preferences/General", + "message": "Remove missing downloads after a restart" + }, + "pref_show_urls": { + "description": "Preferences/General", + "message": "Show URLs instead of Names" + }, + "pref_text_links": { + "description": "Preferences/General", + "message": "Try to find links in the website text (slower)" + }, + "pref_manager": { + "description": "Preferences/General; group text", + "message": "Manager" + }, + "pref_netglobal": { + "description": "Preferences/General; group text", + "message": "Global Network Limits" + }, + "pref_queueing": { + "description": "Preferences/General; group text", + "message": "Queuing Downloads" + }, + "pref_ui": { + "description": "Preferences/General; group text", + "message": "User Interface" + }, + "prefs_conflicts": { + "description": "Preferences/General; group text", + "message": "When a file exists" + }, + "prefs_short": { + "description": "Menu text; Preferences", + "message": "Preferences" + }, + "prefs_title": { + "description": "Window/tab title; Preferences", + "message": "DownThemAll! Preferences" + }, + "queue_finished": { + "description": "Notification text", + "message": "The download queue has finished" + }, + "queued_download": { + "description": "Notification text; single download", + "message": "Queued 1 download!" + }, + "queued_downloads": { + "description": "Notification text; multiple downloads", + "message": "Queued $COUNT$ downloads!", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "description": "Menu text", + "message": "Remove All Complete" + }, + "remove_all_downloads": { + "description": "Menu text", + "message": "Remove All" + }, + "remove_all_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove ALL downloads?" + }, + "remove_batch_downloads": { + "description": "Menu text", + "message": "Remove Current Batch" + }, + "remove_batch_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all downloads from the same batch as the currently selected download?" + }, + "remove_complete_downloads": { + "description": "Action for removing complete downloads", + "message": "Remove Complete Downloads" + }, + "remove_complete_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all complete downloads?" + }, + "remove_complete_filter_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all complete downloads matching the '$FILTER$' filter?", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all complete downloads in the current selection?" + }, + "remove_domain_complete_downloads": { + "description": "Menu text", + "message": "Remove Complete From Current Domain" + }, + "remove_domain_complete_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all complete downloads from domain '$DOMAIN$'?", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "description": "Menu text", + "message": "Remove Current Domain" + }, + "remove_domain_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all downloads from domain '$DOMAIN$'?", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "description": "Action for removing a download, no matter what state", + "message": "Remove Download" + }, + "remove_download_question": { + "description": "Messagebox text", + "message": "Do you want to remove selected downloads?" + }, + "remove_downloads": { + "description": "Menu text", + "message": "Remove Downloads" + }, + "remove_downloads_title": { + "description": "Messagebox title; manager", + "message": "Are you sure you want to remove downloads?" + }, + "remove_failed_downloads": { + "description": "Menu text", + "message": "Remove Failed" + }, + "remove_failed_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all failed downloads?" + }, + "remove_filter_downloads_question": { + "description": "Mesagebox text", + "message": "Do you want to remove all downloads matching the '$FILTER$' filter?", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "description": "Menu text", + "message": "Clear Missing Downloads" + }, + "remove_missing_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to clear all missing downloads?" + }, + "remove_paused_downloads": { + "description": "Menu text", + "message": "Remove Paused" + }, + "remove_paused_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all paused downloads?" + }, + "remove_selected_complete_downloads": { + "description": "Menu text", + "message": "Remove Complete In Selection" + }, + "remove_selected_complete_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all complete downloads in the current selection?" + }, + "remove_selected_downloads": { + "description": "Menu text", + "message": "Remove Selected" + }, + "renamer_batch": { + "description": "Mask text; see mask button", + "message": "Batch Number" + }, + "renamer_d": { + "description": "Mask text; see mask button", + "message": "Date Added - Day" + }, + "renamer_date": { + "description": "Mask text; see mask button", + "message": "Date Added" + }, + "renamer_domain": { + "description": "Mask text; see mask button", + "message": "Domain Name (TLD)" + }, + "renamer_ext": { + "description": "Mask text; see mask button", + "message": "File Extension" + }, + "renamer_hh": { + "description": "Mask text; see mask button", + "message": "Date Added - Hour" + }, + "renamer_host": { + "description": "Mask text; see mask button", + "message": "Host Name" + }, + "renamer_idx": { + "description": "Mask text; see mask button", + "message": "Item Number within Batch" + }, + "renamer_info": { + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!", + "message": "Adding 'flat', such as *flatsubdirs* will replace all slashes in the value, thus not creating directories" + }, + "renamer_m": { + "description": "Mask text; see mask button", + "message": "Date Added - Month" + }, + "renamer_mm": { + "description": "Mask text; see mask button", + "message": "Date Added - Minute" + }, + "renamer_name": { + "description": "Mask text; see mask button", + "message": "File Name" + }, + "renamer_num": { + "description": "Mask text; see mask button", + "message": "Alias for *batch*" + }, + "renamer_qstring": { + "description": "Mask text; see mask button", + "message": "Query String" + }, + "renamer_ref": { + "description": "Mask text; see mask button", + "message": "Referrer" + }, + "renamer_refdomain": { + "description": "Mask text; see mask button", + "message": "Referrer Domain Name (TLD)" + }, + "renamer_refext": { + "description": "Mask text; see mask button", + "message": "Referrer File Extension" + }, + "renamer_refhost": { + "description": "Mask text; see mask button", + "message": "Referrer Host Name" + }, + "renamer_refname": { + "description": "Mask text; see mask button", + "message": "Referrer File Name" + }, + "renamer_refqstring": { + "description": "Mask text; see mask button", + "message": "Referrer Query String" + }, + "renamer_refsubdirs": { + "description": "Mask text; see mask button", + "message": "Referrer Path" + }, + "renamer_refurl": { + "description": "Mask text; see mask button", + "message": "Referrer URL (without protocol)" + }, + "renamer_ss": { + "description": "Mask text; see mask button", + "message": "Date Added - Second" + }, + "renamer_subdirs": { + "description": "Mask text; see mask button", + "message": "Path" + }, + "renamer_tags": { + "description": "Mask text; see mask button", + "message": "Renaming Mask Tags" + }, + "renamer_text": { + "description": "Mask text; see mask button", + "message": "Description Text" + }, + "renamer_title": { + "description": "Mask text; see mask button", + "message": "Title Text" + }, + "renamer_url": { + "description": "Mask text; see mask button", + "message": "URL (without protocol)" + }, + "renamer_y": { + "description": "Mask text; see mask button", + "message": "Date Added - Year" + }, + "reset_confirmations": { + "description": "Button text; pref/General", + "message": "Reset remembered confirmations" + }, + "reset_confirmations_done": { + "description": "Messagebox text; pref/General", + "message": "All previously remembered confirmations have been reset!" + }, + "reset_layouts": { + "description": "Button text; pref/General", + "message": "Reset user interface customizations" + }, + "reset_layouts_done": { + "description": "Messagebox text; pref/General", + "message": "All previously remembered layout customizations have been reset! You may need to reload windows/tabs." + }, + "resume_download": { + "description": "Action for resuming a download", + "message": "Resume" + }, + "select_all": { + "description": "Menu text; e.g. select context", + "message": "Select All" + }, + "select_checked": { + "description": "Menu text; select context", + "message": "Select Checked" + }, + "select_none": { + "description": "Menu text; select context", + "message": "Select None" + }, + "select_title": { + "description": "Title of the select window", + "message": "DownThemAll! - Select your Downloads" + }, + "set_mask": { + "description": "Menu text; select window", + "message": "Set Renaming Mask" + }, + "single_batchexamples": { + "description": "Header text; single window", + "message": "Batches are supported, e.g.:" + }, + "single_header": { + "description": "Header text; single window", + "message": "Enter a download URL (link) and other options" + }, + "single_title": { + "description": "Title of single window", + "message": "DownThemAll! - Add a link" + }, + "size_progress": { + "description": "Status text; manager size column", + "message": "$WRITTEN$ of $TOTAL$", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "description": "Status text; manager size column", + "message": "Unknown" + }, + "sizes_huge": { + "description": "Menu text; manager size column dropdown", + "message": "Huge (> $HIGH$)", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "description": "Menu text; manager size column dropdown", + "message": "Large ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "description": "Menu text; manager size column dropdown", + "message": "Medium ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "description": "Menu text; manager size column dropdown", + "message": "Small ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "description": "Status bar tooltip; manager network icon", + "message": "New Downloads will be started" + }, + "statusNetwork_inactive_title": { + "description": "Status bar tooltip; manager network icon", + "message": "No new Downloads will be started" + }, + "toggle_selected_items": { + "description": "Menu text; select", + "message": "Toggle Check for Selected Items" + }, + "tooltip_date": { + "description": "Tooltip text; manager/downloads", + "message": "Date added:" + }, + "tooltip_eta": { + "description": "Tooltip text; manager/downloads; Time", + "message": "Remaining:" + }, + "tooltip_from": { + "description": "Tooltip text; manager/downloads; source URL", + "message": "From:" + }, + "tooltip_size": { + "description": "Tooltip text; manager/downloads", + "message": "Size:" + }, + "tooltip_speed_average": { + "description": "Tooltip text; manager/downloads", + "message": "Average:" + }, + "tooltip_speed_current": { + "description": "Tooltip text; manager/downloads", + "message": "Current:" + }, + "uncheck_selected_items": { + "description": "Menu text; select", + "message": "Uncheck Selected Items" } } \ No newline at end of file diff --git a/_locales/es/messages.json b/_locales/es/messages.json index ba9bbcf..8cca11b 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -7,86 +7,18 @@ "message": "es-ES", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "Añadir descarga", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Añadir nuevo", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Añadir pausada solo esta vez", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "¿Quiere recordar esta decisión y añadir todas las descargas pausadas a partir de ahora?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "¿Añadir siempre pausada?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Añadir pausada", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Pregúntame luego", - "description": "Button text" - }, - "batch.batch": { - "message": "Descarga por lotes", - "description": "Button text" - }, - "batch.desc": { - "message": "La URL actual parece que contiene instrucciones de una descarga por lotes.", - "description": "" - }, - "batch.items": { - "message": "Número de elementos:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Vista previa:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "¿Quiere añadir esto como una descarga individual o por lotes?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Descarga individual", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Descarga por lotes", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Cancelar", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Cancelar", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Cancelada", "description": "Download status text" }, - "cannot-be-empty": { - "message": "Este campo no puede estar vacío", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Puede cambiar esta decisión más tarde en las Preferencias", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Marcar elementos seleccionados", - "description": "Menu text" - }, "colConnections": { "message": "Conexiones simultáneas", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "Velocidad", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Sobrescribir", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Preguntar", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Renombrar", - "description": "Option text; prefs/general" - }, "CRASH": { "message": "Error del navegador interno", "description": "Error Message" }, - "create-filter": { - "message": "Crear filtro", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Nombre de fichero personalizado", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Todos los ficheros", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Archivos (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Software (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Documentos (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Imágenes (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "Imágenes GIF", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "Imágenes JPEG", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "Imágenes PNG", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Vídeos (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Borrar", "description": "button text" @@ -195,10 +67,6 @@ "message": "Descripción", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "Desactivar otros", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "¡Donar!", "description": "Donate button" @@ -211,82 +79,10 @@ "message": "Descarga", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "Descargar", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Todas las pestañas", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Todas las pestañas", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Guardar imagen con DownThemAll!", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Guardar enlace con DownThemAll!", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Guardar multimedia con DownThemAll!", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Guardar selección con DownThemAll!", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Guardar imagen con OneClick!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Guardar enlace con OneClick!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Guardar multimedia con OneClick!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Guardar selección con OneClick!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Máscara de renombrado incorrecta", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Referrer incorrecto", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "URL incorrecta", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "No se ha seleccionado ningún elemento", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "El programa de descargas masivas para su navegador", "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" }, - "fastfilter.placeholder": { - "message": "Expresión con comodines o expresión regular", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Filtro rápido", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "message": "Error de acceso a fichero", "description": "Error Message" }, - "filter-at-least-one": { - "message": "¡Debe seleccionar al menos un tipo de filtro!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Crear un filtro nuevo", - "description": "Message box title" - }, - "filter-expression": { - "message": "Expresión del filtro", - "description": "Message box label" - }, - "filter-label": { - "message": "Etiqueta del filtro", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Filtro de enlace", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Filtro multimedia", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Tipos de filtros", - "description": "Message box label" - }, "finishing": { "message": "Terminando", "description": "Status text" }, - "force-start": { - "message": "Forzar el inicio", - "description": "Menu text" - }, - "information.title": { - "message": "Información", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Dominio incorrecto", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Invertir selección", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Supr", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "Fin", - "description": "Short for End-key" - }, - "key-home": { - "message": "Inicio", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "AvPág", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "RePág", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "Limitar a", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Enlaces", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "Completadas $COMPLETE$ de $TOTAL$ descargas ($SHOWING$ mostradas), $RUNNING$ en proceso", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Gestor de descargas", - "description": "Menu text" - }, - "manager.title": { - "message": "Gestor DownThemAll!", - "description": "Window/tab title" - }, "mask": { "message": "Máscara", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "Máscara por defecto", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "Medio", "description": "Media label (short)" @@ -425,188 +111,22 @@ "message": "Falta", "description": "Status text in manager" }, - "move-bottom": { - "message": "Última", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Bajar", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Primera", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Subir", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "¡Ha añadido $DOWNLOADS$ descargas con DownThemAll! hasta el momento! Al ser un usuario habitual quizás podría plantearse hacer una donación para apoyar el futuro desarrollo del proyecto. ¡Gracias!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "NETWORK_FAILED": { "message": "Fallo de red", "description": "Error Message" }, - "never-ask-again": { - "message": "No preguntar de nuevo", - "description": "Donation button" - }, - "no-links": { - "message": "¡No se han encontrado enlaces!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Sin elementos seleccionados", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ elementos seleccionados…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "Aceptar", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Abrir directorio", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Abrir fichero", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Abrir enlace", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filtros", - "description": "Pref tab text" - }, - "options-general": { - "message": "General", - "description": "Pref tab text" - }, - "options-network": { - "message": "Red", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pausar", - "description": "Action for pausing a download" - }, "paused": { "message": "Pausada", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "Añadir nuevas descargas pausadas, en lugar de empezar a descargarlas inmediatamente", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Descargas simultáneas", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Mostrar una notificación cuando se termine la cola de descargas", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "El botón del navegador debe ser OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "No mostrar opciones en el menú contextual general", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Mostrar descripciones emergentes (flying tooltips) en las pestañas del gestor", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Abrir la pestaña del gestor tras poner en cola algunas descargas", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Mostrar una notificación cuando se encolen nuevas descargas", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Eliminar descargas ausentes tras un reinicio", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "Mostrar URLs en lugar de nombres", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Intentar buscar enlaces en el texto del sitio web (más lento)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Gestor de descargas", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Límites globales de red", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Cola de descargas", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Interfaz de usuario", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Cuando exista un fichero", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Preferencias", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "Preferencias de DownThemAll!", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "La cola de descargas ha finalizado", - "description": "Notification text" - }, "queued": { "message": "En cola", "description": "Status text" }, - "queued-download": { - "message": "¡Añadida 1 descarga a la cola!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "¡Añadidas $COUNT$ descargas a la cola!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Referrer", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "message": "Recordar esta decisión", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "Eliminar todas las completadas", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Eliminar todas", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "¿Quiere eliminar TODAS las descargas?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Eliminar el lote actual", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "¿Quiere eliminar todas las descargas del mismo lote que la descarga actualmente seleccionada?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Eliminar descargas completadas", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "¿Quiere eliminar todas las descargas completadas?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "¿Quiere eliminar todas las descargas completadas que cumplan el filtro '$FILTER$'?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "¿Quiere eliminar todas las descargas completadas de la selección actual?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Eliminar completadas del dominio actual", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "¿Quiere eliminar todas las descargas completadas del dominio '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Eliminar dominio actual", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "¿Quiere eliminar todas las descargas del dominio '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Eliminar descargas", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "¿Quiere eliminar todas las descargas seleccionadas?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Eliminar descargas", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "¿Está seguro de que quiere eliminar estas descargas?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Eliminar fallidas", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "¿Quiere eliminar todas las descargas fallidas?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "¿Quiere eliminar todas las descargas que cumplan el filtro '$FILTER$'?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Eliminar descargas ausentes", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "¿Quiere eliminar todas las descargas ausentes?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Eliminar pausadas", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "¿Quiere eliminar todas las descargas pausadas?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Eliminar completadas de la selección", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "¿Quiere eliminar todas las descargas completas de la selección actual?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Eliminar seleccionadas", - "description": "Menu text" - }, "rename": { "message": "Renombrar", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "Número de lote", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Fecha añadida - Día", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Fecha añadida", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Nombre de dominio (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Extensión del fichero", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Fecha añadida - Hora", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Nombre del host", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Nº de elemento en el lote", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Añadiendo 'flat', como p.ej. *flatsubdirs* se reemplazarán todas las barras del valor y no se crearán directorios", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Fecha añadida - Mes", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Fecha añadida - Minuto", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Nombre del fichero", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Alias para el *lote*", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Cadena de consulta", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Nombre de dominio referrer (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Extensión del fichero referrer", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Nombre del host referrer", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Nombre del fichero referrer", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Cadena de consulta referrer", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Ruta referrer", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "URL referrer (sin protocolo)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Fecha añadida - Segundo", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Ruta", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Etiquetas de máscara de renombrado", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Texto de la descripción", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Texto del título", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (sin protocolo)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Fecha añadida - Año", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Máscara de renombrado", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "Reiniciar", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Reiniciar confirmaciones guardadas", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "¡Todas las confirmaciones previamente guardadas han sido reiniciadas!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Reiniciar personalizaciones del interfaz de usuario", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "¡Todas las personalizaciones del interfaz de usuario han sido reiniciadas! Puede que sea necesario recargar las ventanas/pestañas.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Continuar", - "description": "Action for resuming a download" - }, "running": { "message": "En proceso", "description": "Status text" @@ -907,22 +159,6 @@ "message": "Buscar…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Seleccionar todas", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Seleccionar las marcadas", - "description": "Menu text; select context" - }, - "select-none": { - "message": "No seleccionar ninguna", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Seleccionar sus descargas", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "No encontrado", "description": "Error message" @@ -939,40 +175,6 @@ "message": "No autorizado", "description": "Error message" }, - "set-mask": { - "message": "Establecer máscara de renombrado", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Se pueden usar lotes, por ejemplo:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Introducir una URL de descarga (enlace) y otras opciones", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Añadir un enlace", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ de $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Desconocido", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Enorme (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Grande ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Mediana ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Pequeña ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Las nuevas descargas serán comenzadas", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "No se comenzarán las nuevas descargas", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Título", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Cambiar marcado de los elementos seleccionados", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Fecha añadida:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Falta:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Desde:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Tamaño:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Media:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Actual:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Desmarcar elementos seleccionados", - "description": "Menu text; select" - }, "unlimited": { "message": "Ilimitada", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Usar una vez", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Añadir descarga", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Añadir nuevo", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Añadir pausada solo esta vez", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "¿Quiere recordar esta decisión y añadir todas las descargas pausadas a partir de ahora?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "¿Añadir siempre pausada?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Pregúntame luego", + "description": "Button text" + }, + "batch_batch": { + "message": "Descarga por lotes", + "description": "Button text" + }, + "batch_desc": { + "message": "La URL actual parece que contiene instrucciones de una descarga por lotes.", + "description": "" + }, + "batch_items": { + "message": "Número de elementos:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Vista previa:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "¿Quiere añadir esto como una descarga individual o por lotes?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Descarga individual", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Descarga por lotes", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Cancelar", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "Este campo no puede estar vacío", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Puede cambiar esta decisión más tarde en las Preferencias", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Marcar elementos seleccionados", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Sobrescribir", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Preguntar", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Renombrar", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Crear filtro", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Nombre de fichero personalizado", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Todos los ficheros", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Archivos (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Software (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Documentos (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Imágenes (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "Imágenes GIF", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "Imágenes JPEG", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "Imágenes PNG", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Vídeos (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Desactivar otros", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Descargar", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Todas las pestañas", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Todas las pestañas", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Guardar imagen con DownThemAll!", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Guardar enlace con DownThemAll!", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Guardar multimedia con DownThemAll!", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Guardar selección con DownThemAll!", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Guardar imagen con OneClick!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Guardar enlace con OneClick!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Guardar multimedia con OneClick!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Guardar selección con OneClick!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Máscara de renombrado incorrecta", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Referrer incorrecto", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "URL incorrecta", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "No se ha seleccionado ningún elemento", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Expresión con comodines o expresión regular", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "¡Debe seleccionar al menos un tipo de filtro!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Crear un filtro nuevo", + "description": "Message box title" + }, + "filter_expression": { + "message": "Expresión del filtro", + "description": "Message box label" + }, + "filter_label": { + "message": "Etiqueta del filtro", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Filtro de enlace", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Filtro multimedia", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Tipos de filtros", + "description": "Message box label" + }, + "force_start": { + "message": "Forzar el inicio", + "description": "Menu text" + }, + "information_title": { + "message": "Información", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Dominio incorrecto", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Invertir selección", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Supr", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "Fin", + "description": "Short for End-key" + }, + "key_home": { + "message": "Inicio", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "AvPág", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "RePág", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Limitar a", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "Completadas $COMPLETE$ de $TOTAL$ descargas ($SHOWING$ mostradas), $RUNNING$ en proceso", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Gestor de descargas", + "description": "Menu text" + }, + "manager_title": { + "message": "Gestor DownThemAll!", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Máscara por defecto", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Última", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Bajar", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Primera", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Subir", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "¡Ha añadido $DOWNLOADS$ descargas con DownThemAll! hasta el momento! Al ser un usuario habitual quizás podría plantearse hacer una donación para apoyar el futuro desarrollo del proyecto. ¡Gracias!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "No preguntar de nuevo", + "description": "Donation button" + }, + "no_links": { + "message": "¡No se han encontrado enlaces!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Sin elementos seleccionados", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ elementos seleccionados…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Abrir directorio", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Abrir fichero", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Abrir enlace", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filtros", + "description": "Pref tab text" + }, + "options_general": { + "message": "General", + "description": "Pref tab text" + }, + "options_network": { + "message": "Red", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Pausar", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Añadir nuevas descargas pausadas, en lugar de empezar a descargarlas inmediatamente", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Descargas simultáneas", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Mostrar una notificación cuando se termine la cola de descargas", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "El botón del navegador debe ser OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "No mostrar opciones en el menú contextual general", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Mostrar descripciones emergentes (flying tooltips) en las pestañas del gestor", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Abrir la pestaña del gestor tras poner en cola algunas descargas", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Mostrar una notificación cuando se encolen nuevas descargas", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Eliminar descargas ausentes tras un reinicio", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "Mostrar URLs en lugar de nombres", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Intentar buscar enlaces en el texto del sitio web (más lento)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Gestor de descargas", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Límites globales de red", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Cola de descargas", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Interfaz de usuario", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Cuando exista un fichero", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Preferencias", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "Preferencias de DownThemAll!", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "La cola de descargas ha finalizado", + "description": "Notification text" + }, + "queued_download": { + "message": "¡Añadida 1 descarga a la cola!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "¡Añadidas $COUNT$ descargas a la cola!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Eliminar todas las completadas", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Eliminar todas", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "¿Quiere eliminar TODAS las descargas?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Eliminar el lote actual", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "¿Quiere eliminar todas las descargas del mismo lote que la descarga actualmente seleccionada?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Eliminar descargas completadas", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "¿Quiere eliminar todas las descargas completadas?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "¿Quiere eliminar todas las descargas completadas que cumplan el filtro '$FILTER$'?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "¿Quiere eliminar todas las descargas completadas de la selección actual?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Eliminar completadas del dominio actual", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "¿Quiere eliminar todas las descargas completadas del dominio '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Eliminar dominio actual", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "¿Quiere eliminar todas las descargas del dominio '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Eliminar descargas", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "¿Quiere eliminar todas las descargas seleccionadas?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Eliminar descargas", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "¿Está seguro de que quiere eliminar estas descargas?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Eliminar fallidas", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "¿Quiere eliminar todas las descargas fallidas?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "¿Quiere eliminar todas las descargas que cumplan el filtro '$FILTER$'?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Eliminar descargas ausentes", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "¿Quiere eliminar todas las descargas ausentes?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Eliminar pausadas", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "¿Quiere eliminar todas las descargas pausadas?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Eliminar completadas de la selección", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "¿Quiere eliminar todas las descargas completas de la selección actual?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Eliminar seleccionadas", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Número de lote", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Fecha añadida - Día", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Fecha añadida", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Nombre de dominio (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Extensión del fichero", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Fecha añadida - Hora", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Nombre del host", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Nº de elemento en el lote", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Añadiendo 'flat', como p.ej. *flatsubdirs* se reemplazarán todas las barras del valor y no se crearán directorios", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Fecha añadida - Mes", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Fecha añadida - Minuto", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Nombre del fichero", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Alias para el *lote*", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Cadena de consulta", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Nombre de dominio referrer (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Extensión del fichero referrer", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Nombre del host referrer", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Nombre del fichero referrer", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Cadena de consulta referrer", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Ruta referrer", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "URL referrer (sin protocolo)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Fecha añadida - Segundo", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Ruta", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Etiquetas de máscara de renombrado", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Texto de la descripción", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Texto del título", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (sin protocolo)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Fecha añadida - Año", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Reiniciar confirmaciones guardadas", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "¡Todas las confirmaciones previamente guardadas han sido reiniciadas!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Reiniciar personalizaciones del interfaz de usuario", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "¡Todas las personalizaciones del interfaz de usuario han sido reiniciadas! Puede que sea necesario recargar las ventanas/pestañas.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Continuar", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Seleccionar todas", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Seleccionar las marcadas", + "description": "Menu text; select context" + }, + "select_none": { + "message": "No seleccionar ninguna", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Seleccionar sus descargas", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Establecer máscara de renombrado", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Se pueden usar lotes, por ejemplo:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Introducir una URL de descarga (enlace) y otras opciones", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Añadir un enlace", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ de $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Desconocido", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Enorme (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Grande ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Mediana ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Pequeña ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Las nuevas descargas serán comenzadas", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "No se comenzarán las nuevas descargas", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Cambiar marcado de los elementos seleccionados", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Fecha añadida:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Falta:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Desde:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Tamaño:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Media:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Actual:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Desmarcar elementos seleccionados", + "description": "Menu text; select" } } \ No newline at end of file diff --git a/_locales/et/messages.json b/_locales/et/messages.json index 66872f6..5d254d3 100644 --- a/_locales/et/messages.json +++ b/_locales/et/messages.json @@ -7,86 +7,18 @@ "message": "et", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "Lisa allalaadimine", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Lisa uus", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Lisa peatatuna ainult sel korral", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Kas tahad selle otsuse meelde jätta ja tulevikus kõik uued allalaadimised lisada peatatuna?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Alati lisa peatatuna?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Lisa peatatuna", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Küsi hiljem uuesti", - "description": "Button text" - }, - "batch.batch": { - "message": "Pakkallalaadimine", - "description": "Button text" - }, - "batch.desc": { - "message": "Praegune URL paistab sisaldavat juhiseid pakkallalaadimiseks.", - "description": "" - }, - "batch.items": { - "message": "Üksuseid:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Eelvaade:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Kas tahad selle allalaadimise lisada pakina või üksiku allalaadimisena?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Üksik allalaadimine", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Pakkallalaadimine", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Loobu", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Tühista", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Tühistatud", "description": "Download status text" }, - "cannot-be-empty": { - "message": "See väli ei saa olla tühi", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Sa saad seda otsust hiljem Eelistustes muuta", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Märgista valitud üksused", - "description": "Menu text" - }, "colConnections": { "message": "Samaaegseid allalaadimisi", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "Kiirus", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Kirjuta üle", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Küsi", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Nimeta ümber", - "description": "Option text; prefs/general" - }, "CRASH": { "message": "Sisemise lehitseja viga", "description": "Error Message" }, - "create-filter": { - "message": "Loo filter", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Kohandatud failinimi", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Kõik failid", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Arhiivid (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Tarkvara (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Dokumendid (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Pildid (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "GIF-pildid", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "JPEG-pildid", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "PNG-pildid", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Videod (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Kustuta", "description": "button text" @@ -195,10 +67,6 @@ "message": "Kirjeldus", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "Keela teised", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "Anneta!", "description": "Donate button" @@ -211,82 +79,10 @@ "message": "Allalaadimine", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "Laadi alla", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Kõik kaardid", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Kõik kaardid", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Salvesta pilt DownThemAll!-iga", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Salvesta link DownThemAll!-iga", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Salvesta meedia DownThemAll!-iga", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Salvesta valik DownThemAll!-iga", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Salvesta pilt OneClick!-iga", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Salvesta link OneClick!-iga", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Salvesta meedia OneClick!-iga", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Salvesta valik OneClick!-iga", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Vigane nimemuutmise mask", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Vigane viitaja", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "Vigane URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Ühtki üksust pole valitud", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "Massallalaadija sinu veebilehitsejale", "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" }, - "fastfilter.placeholder": { - "message": "Jokkeravaldis või regulaaravaldis", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Kiirfiltreerimine", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "message": "Failile ligipääsu viga", "description": "Error Message" }, - "filter-at-least-one": { - "message": "Sa pead valima vähemalt ühe filtritüübi!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Uue filtri loomine", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filtri avaldis", - "description": "Message box label" - }, - "filter-label": { - "message": "Filtri nimi", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Lingifilter", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Meediafilter", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Filtritüübid", - "description": "Message box label" - }, "finishing": { "message": "Lõpetamas", "description": "Status text" }, - "force-start": { - "message": "Sunni käivituma", - "description": "Menu text" - }, - "information.title": { - "message": "Teave", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Vigane domeen", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Pööra valik", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "Piiratud:", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Lingid", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "Valmis $COMPLETE$ / $TOTAL$ allalaadimist ($SHOWING$ näidatud), $RUNNING$ käib", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Haldur", - "description": "Menu text" - }, - "manager.title": { - "message": "DownThemAll! haldur", - "description": "Window/tab title" - }, "mask": { "message": "Mask", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "Vaikimisi mask", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "Meedia", "description": "Media label (short)" @@ -425,188 +111,22 @@ "message": "Puudub", "description": "Status text in manager" }, - "move-bottom": { - "message": "Lõppu", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Alla", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Algusesse", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Üles", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "Sa oled praeguseks DownThemAll!-iga lisanud $DOWNLOADS$ allalaadimist! Tavakasutajana võiksid edasise arendamise toetamiseks kaaluda annetamist. Täname!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "NETWORK_FAILED": { "message": "Võrgu viga", "description": "Error Message" }, - "never-ask-again": { - "message": "Ära enam küsi", - "description": "Donation button" - }, - "no-links": { - "message": "Linke ei leitud!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Ühtki üksust pole valitud", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ üksust valitud…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "OK", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Ava kaust", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Ava fail", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Ava link", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filtrid", - "description": "Pref tab text" - }, - "options-general": { - "message": "Üldised", - "description": "Pref tab text" - }, - "options-network": { - "message": "Võrk", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Peata", - "description": "Action for pausing a download" - }, "paused": { "message": "Peatatud", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "Lisa uued allalaadimised peatatuna, ära käivita neid automaatselt", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Samaaegseid allalaadimisi", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Järjekorra valmissaamisel näita teavitust", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "Veebilehitseja nupp peaks olema OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "Ära näita üldiseid kontekstimenüü kirjeid", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Näita Halduri kaartidel kohtspikreid", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Mõne allalaadimise järjekorda lisamisel ava Halduri kaart", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Uute allalaadimiste järjekorda lisamisel näita teavitust", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Pärast taaskäivitamist eemalda puuduvad allalaadimised", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "Näita nimede asemel URLe", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Ürita leida linke veebisaidi tekstist (aeglasem)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Haldur", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Globaalsed võrgupiirangud", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Allalaadimiste järjekorda lisamine", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Kasutajaliides", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Kui fail on olemas", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Eelistused", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "DownThemAll! eelistused", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "Allalaadimiste järjekord on valmis saanud", - "description": "Notification text" - }, "queued": { "message": "Järjekorras", "description": "Status text" }, - "queued-download": { - "message": "Järjekorda lisati 1 allalaadimine!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "Järjekorda lisati $COUNT$ allalaadimist!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Viitaja", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "message": "Jäta see otsus meelde", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "Eemalda kõik valmis", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Eemalda kõik", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Kas tahad eemaldada KÕIK allalaadimised?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Eemalda praegune pakk", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Kas tahad eemaldada kõik allalaadimised, mis on pärit valitud allalaadimisega samast pakist?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Eemalda valmis allalaadimised", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Kas tahad eemaldada kõik valmis allalaadimised?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Kas tahad eemaldada kõik valmis allalaadimised, mis vastavad filtrile '$FILTER$'?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Kas tahad eemaldada kõik valmis allalaadimised praeguses valikus?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Eemalda praegusest domeenist pärit valmis allalaadimised", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Kas tahad eemaldada kõik domeenist '$DOMAIN$' pärit valmis allalaadimised?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Eemalda praegune domeen", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Kas tahad eemaldada kõik domeenist '$DOMAIN$' pärit allalaadimised?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Eemalda allalaadimine", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "Kas tahad eemaldada valitud allalaadimised", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Eemalda allalaadimised", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "Kas oled kindel, et tahad allalaadimised eemaldada?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Eemalda ebaõnnestunud", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Kas tahad eemaldada kõik ebaõnnestunud allalaadimised?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Kas tahad eemaldada kõik filtrile '$FILTER$' vastavad allalaadimised?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Tühjenda puuduvad allalaadimised", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Kas tahad eemaldada kõik puuduvad allalaadimised?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Eemalda peatatud", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Kas tahad eemaldada kõik peatatud allalaadimised?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Eemalda valmis valikust", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Kas tahad eemaldada kõik valmis allalaadimised praeguses valikus?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Eemalda valitud", - "description": "Menu text" - }, "rename": { "message": "Nime muutmine", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "Pakinumber", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Lisamise aeg - Päev", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Lisamise aeg", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Domeeninimi (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Faililaiend", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Lisamise aeg - Tunnid", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Hostinimi", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Üksuse järjekorranumber pakis", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Kui lisad 'flat', näiteks *flatsubdirs*, siis asendatakse kõik väärtuse kaldkriipsud, seega ei looda kaustasid", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Lisamise aeg - Kuu", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Lisamise aeg - Minutid", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Failinimi", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Sildi *batch* pseudonüüm", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Päringusõne", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Viitaja", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Viitav domeeninimi (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Viitav faililaiend", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Viitav hostinimi", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Viitava faili nimi", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Viitaja päringusõne", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Viitaja tee", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "Viitav URL (ilma protokollita)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Lisamise aeg - Sekundid", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Tee", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Nimemuutmismaski sildid", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Kirjelduse tekst", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Pealkirja tekst", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (ilma protokollita)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Lisamise aeg - Aasta", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Nimemuutmismask", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "Lähtesta", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Lähtesta meelde jäetud kinnitused", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Kõik eelnevalt meelde jäetud kinnitused on lähtestatud!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Lähtesta kasutajaliidese kohandamised", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Kõik eeelnevalt meelde jäetud välimuse kohandamised on lähtestatud! Võibolla on aknad/kaardid vaja uuesti laadida.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Jätka", - "description": "Action for resuming a download" - }, "running": { "message": "Käib", "description": "Status text" @@ -907,22 +159,6 @@ "message": "Otsi…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Vali kõik", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Vali märgistatud", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Eemalda kõigilt valik", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Vali oma allalaadimised", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "Ei leitud", "description": "Error message" @@ -939,40 +175,6 @@ "message": "Autoriseerimata", "description": "Error message" }, - "set-mask": { - "message": "Määratle nimemuutmismask", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Toetatakse ka pakkallalaadimisi, nt.:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Sisesta allalaadimise URL (link) ja muud suvandid", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Lingi lisamine", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ / $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Teadmata", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$ B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Tohutud (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Suured ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Keskmised ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Väiksed ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$ TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Uued allalaadimised alustatakse", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Uusi allalaadimisi ei alustata", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Pealkiri", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Lülita valitud üksuste märgistust", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Lisamise aeg:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Jäänud:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Allikas:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Suurus:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Keskmine:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Praegune:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Eemalda valitud üksustelt märgistus", - "description": "Menu text; select" - }, "unlimited": { "message": "Piiramatu", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Kasuta üks kord", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Lisa allalaadimine", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Lisa uus", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Lisa peatatuna ainult sel korral", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Kas tahad selle otsuse meelde jätta ja tulevikus kõik uued allalaadimised lisada peatatuna?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Alati lisa peatatuna?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Küsi hiljem uuesti", + "description": "Button text" + }, + "batch_batch": { + "message": "Pakkallalaadimine", + "description": "Button text" + }, + "batch_desc": { + "message": "Praegune URL paistab sisaldavat juhiseid pakkallalaadimiseks.", + "description": "" + }, + "batch_items": { + "message": "Üksuseid:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Eelvaade:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Kas tahad selle allalaadimise lisada pakina või üksiku allalaadimisena?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Üksik allalaadimine", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Pakkallalaadimine", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Tühista", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "See väli ei saa olla tühi", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Sa saad seda otsust hiljem Eelistustes muuta", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Märgista valitud üksused", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Kirjuta üle", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Küsi", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Nimeta ümber", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Loo filter", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Kohandatud failinimi", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Kõik failid", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Arhiivid (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Tarkvara (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Dokumendid (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Pildid (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "GIF-pildid", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "JPEG-pildid", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "PNG-pildid", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Videod (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Keela teised", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Laadi alla", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Kõik kaardid", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Kõik kaardid", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Salvesta pilt DownThemAll!-iga", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Salvesta link DownThemAll!-iga", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Salvesta meedia DownThemAll!-iga", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Salvesta valik DownThemAll!-iga", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Salvesta pilt OneClick!-iga", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Salvesta link OneClick!-iga", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Salvesta meedia OneClick!-iga", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Salvesta valik OneClick!-iga", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Vigane nimemuutmise mask", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Vigane viitaja", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "Vigane URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Ühtki üksust pole valitud", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Jokkeravaldis või regulaaravaldis", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "Sa pead valima vähemalt ühe filtritüübi!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Uue filtri loomine", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filtri avaldis", + "description": "Message box label" + }, + "filter_label": { + "message": "Filtri nimi", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Lingifilter", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Meediafilter", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filtritüübid", + "description": "Message box label" + }, + "force_start": { + "message": "Sunni käivituma", + "description": "Menu text" + }, + "information_title": { + "message": "Teave", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Vigane domeen", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Pööra valik", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Piiratud:", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "Valmis $COMPLETE$ / $TOTAL$ allalaadimist ($SHOWING$ näidatud), $RUNNING$ käib", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Haldur", + "description": "Menu text" + }, + "manager_title": { + "message": "DownThemAll! haldur", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Vaikimisi mask", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Lõppu", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Alla", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Algusesse", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Üles", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "Sa oled praeguseks DownThemAll!-iga lisanud $DOWNLOADS$ allalaadimist! Tavakasutajana võiksid edasise arendamise toetamiseks kaaluda annetamist. Täname!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "Ära enam küsi", + "description": "Donation button" + }, + "no_links": { + "message": "Linke ei leitud!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Ühtki üksust pole valitud", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ üksust valitud…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Ava kaust", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Ava fail", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Ava link", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filtrid", + "description": "Pref tab text" + }, + "options_general": { + "message": "Üldised", + "description": "Pref tab text" + }, + "options_network": { + "message": "Võrk", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Peata", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Lisa uued allalaadimised peatatuna, ära käivita neid automaatselt", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Samaaegseid allalaadimisi", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Järjekorra valmissaamisel näita teavitust", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "Veebilehitseja nupp peaks olema OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Ära näita üldiseid kontekstimenüü kirjeid", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Näita Halduri kaartidel kohtspikreid", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Mõne allalaadimise järjekorda lisamisel ava Halduri kaart", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Uute allalaadimiste järjekorda lisamisel näita teavitust", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Pärast taaskäivitamist eemalda puuduvad allalaadimised", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "Näita nimede asemel URLe", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Ürita leida linke veebisaidi tekstist (aeglasem)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Haldur", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Globaalsed võrgupiirangud", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Allalaadimiste järjekorda lisamine", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Kasutajaliides", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Kui fail on olemas", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Eelistused", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "DownThemAll! eelistused", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "Allalaadimiste järjekord on valmis saanud", + "description": "Notification text" + }, + "queued_download": { + "message": "Järjekorda lisati 1 allalaadimine!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "Järjekorda lisati $COUNT$ allalaadimist!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Eemalda kõik valmis", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Eemalda kõik", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Kas tahad eemaldada KÕIK allalaadimised?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Eemalda praegune pakk", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Kas tahad eemaldada kõik allalaadimised, mis on pärit valitud allalaadimisega samast pakist?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Eemalda valmis allalaadimised", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Kas tahad eemaldada kõik valmis allalaadimised?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Kas tahad eemaldada kõik valmis allalaadimised, mis vastavad filtrile '$FILTER$'?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Kas tahad eemaldada kõik valmis allalaadimised praeguses valikus?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Eemalda praegusest domeenist pärit valmis allalaadimised", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Kas tahad eemaldada kõik domeenist '$DOMAIN$' pärit valmis allalaadimised?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Eemalda praegune domeen", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Kas tahad eemaldada kõik domeenist '$DOMAIN$' pärit allalaadimised?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Eemalda allalaadimine", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "Kas tahad eemaldada valitud allalaadimised", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Eemalda allalaadimised", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "Kas oled kindel, et tahad allalaadimised eemaldada?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Eemalda ebaõnnestunud", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Kas tahad eemaldada kõik ebaõnnestunud allalaadimised?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Kas tahad eemaldada kõik filtrile '$FILTER$' vastavad allalaadimised?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Tühjenda puuduvad allalaadimised", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Kas tahad eemaldada kõik puuduvad allalaadimised?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Eemalda peatatud", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Kas tahad eemaldada kõik peatatud allalaadimised?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Eemalda valmis valikust", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Kas tahad eemaldada kõik valmis allalaadimised praeguses valikus?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Eemalda valitud", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Pakinumber", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Lisamise aeg - Päev", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Lisamise aeg", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Domeeninimi (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Faililaiend", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Lisamise aeg - Tunnid", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Hostinimi", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Üksuse järjekorranumber pakis", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Kui lisad 'flat', näiteks *flatsubdirs*, siis asendatakse kõik väärtuse kaldkriipsud, seega ei looda kaustasid", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Lisamise aeg - Kuu", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Lisamise aeg - Minutid", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Failinimi", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Sildi *batch* pseudonüüm", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Päringusõne", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Viitaja", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Viitav domeeninimi (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Viitav faililaiend", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Viitav hostinimi", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Viitava faili nimi", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Viitaja päringusõne", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Viitaja tee", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "Viitav URL (ilma protokollita)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Lisamise aeg - Sekundid", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Tee", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Nimemuutmismaski sildid", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Kirjelduse tekst", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Pealkirja tekst", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (ilma protokollita)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Lisamise aeg - Aasta", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Lähtesta meelde jäetud kinnitused", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Kõik eelnevalt meelde jäetud kinnitused on lähtestatud!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Lähtesta kasutajaliidese kohandamised", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Kõik eeelnevalt meelde jäetud välimuse kohandamised on lähtestatud! Võibolla on aknad/kaardid vaja uuesti laadida.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Jätka", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Vali kõik", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Vali märgistatud", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Eemalda kõigilt valik", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Vali oma allalaadimised", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Määratle nimemuutmismask", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Toetatakse ka pakkallalaadimisi, nt.:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Sisesta allalaadimise URL (link) ja muud suvandid", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Lingi lisamine", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ / $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Teadmata", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Tohutud (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Suured ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Keskmised ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Väiksed ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Uued allalaadimised alustatakse", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Uusi allalaadimisi ei alustata", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Lülita valitud üksuste märgistust", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Lisamise aeg:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Jäänud:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Allikas:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Suurus:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Keskmine:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Praegune:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Eemalda valitud üksustelt märgistus", + "description": "Menu text; select" } -} +} \ No newline at end of file diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 70d42a7..1a3da90 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -27,86 +27,18 @@ "description": "Error message", "message": "Non autorisé" }, - "add-download": { - "description": "Action for adding a download", - "message": "Ajouter des téléchargements" - }, - "add-new": { - "description": "Button text (adding filters, limits and such)", - "message": "Nouveau" - }, - "add-paused-once": { - "description": "Checkbox label", - "message": "Mettre en pause cette fois-ci seulement" - }, - "add-paused.question": { - "description": "Messagebox text", - "message": "Voulez-vous mémoriser ce choix et toujours mettre en pause les téléchargements ajoutés?" - }, - "add-paused.title": { - "description": "Title for the add-paused dialog", - "message": "Mettre en pause une fois ajouté?" - }, "addpaused": { "description": "Action: Add paused", "message": "Ajouter et mettre en pause" }, - "ask-again-later": { - "description": "Button text", - "message": "Demandez-moi plus tard" - }, - "batch.batch": { - "description": "Button text", - "message": "Télécharger en groupe" - }, - "batch.desc": { - "description": "", - "message": "L'URL courante semble contenir plusieurs téléchargements." - }, - "batch.items": { - "description": "Messagebox info text for batch confirmations", - "message": "Nombre d'éléments:" - }, - "batch.preview": { - "description": "Messagebox info text for batch confirmations", - "message": "Aperçu:" - }, - "batch.question": { - "description": "Messagebox info text for batch confirmations", - "message": "Voulez-vous ajouter l'ensemble des téléchargements ou juste un seul?" - }, - "batch.single": { - "description": "Button text for batch confirmation", - "message": "Un seul téléchargement" - }, - "batch.title": { - "description": "Messagebox title for batch confirmations", - "message": "Tous les téléchargements" - }, "cancel": { "description": "Button text: Cancel", "message": "Annuler" }, - "cancel-download": { - "description": "Action to cancel downloads, e.g. from the context menu", - "message": "Annuler" - }, "canceled": { "description": "Download status text", "message": "Annulé" }, - "cannot-be-empty": { - "description": "Error message when an input field is empty but has to have a value", - "message": "Champs requis" - }, - "change-later-reminder": { - "description": "Checkbox label text for decision confirmations", - "message": "Vous pouvez modifier cette décision ultérieurement dans les Paramètres" - }, - "check-selected-items": { - "description": "Menu text", - "message": "Cocher les éléments selectionnés" - }, "colConnections": { "description": "Table column in prefs/network", "message": "Connexions simultanées" @@ -143,66 +75,6 @@ "description": "Table column in manager", "message": "Vitesse" }, - "conflict-overwrite": { - "description": "Option text; prefs/general", - "message": "Ecraser" - }, - "conflict-prompt": { - "description": "Option text; prefs/general", - "message": "Message" - }, - "conflict-rename": { - "description": "Option text; prefs/general", - "message": "Renommer" - }, - "create-filter": { - "description": "Button text; Create filter dialog; prefs/filters", - "message": "Créer" - }, - "custom-filename": { - "description": "Label text; single window", - "message": "Nom de fichier personnalisé" - }, - "deffilter-all": { - "description": "Filter label for the All files filter", - "message": "Tous les fichiers" - }, - "deffilter-arch": { - "description": "Filter label for the Archives filter", - "message": "Archives (zip, rar, 7z, \u2026)" - }, - "deffilter-aud": { - "description": "Filter label for the Audio filter", - "message": "Audio (mp3, flac, wav, \u2026)" - }, - "deffilter-bin": { - "description": "Filter label for the Software filter", - "message": "Applications (exe, msi, \u2026)" - }, - "deffilter-doc": { - "description": "Filter label for the Documents filter", - "message": "Documents (pdf, odf, docx, \u2026)" - }, - "deffilter-img": { - "description": "Filter label for the Images filter", - "message": "Images (jpeg, png, gif, \u2026)" - }, - "deffilter-imggif": { - "description": "Filter label for the GIF filter", - "message": "Images GIF" - }, - "deffilter-imgjpg": { - "description": "Filter label for the JPEG filter", - "message": "Images JEG" - }, - "deffilter-imgpng": { - "description": "Filter label for the PNG filter", - "message": "Images PNG" - }, - "deffilter-vid": { - "description": "Filter label for the Videos filter", - "message": "Vidéos (mp4, webm, mkv, \u2026)" - }, "delete": { "description": "button text", "message": "Supprimer" @@ -211,10 +83,6 @@ "description": "Description (keep it short); e.g. the description column in select", "message": "Description" }, - "disable-other-filters": { - "description": "Checkbox label. Keep it short", - "message": "Décocher tous sauf" - }, "donate": { "description": "Donate button", "message": "Faire un don!" @@ -227,162 +95,18 @@ "description": "Download (noun); e.g. Download column in select", "message": "Lien" }, - "download.verb": { - "description": "Download (verb/action); e.g. in single and select buttons", - "message": "Télécharger" - }, - "dta-regular-all": { - "description": "Menu text", - "message": "DownThemAll! - Tous les onglets" - }, - "dta-turbo-all": { - "description": "Menu text", - "message": "OneClick! - Tous les onglets" - }, - "dta.regular": { - "description": "Regular dta action; Menu text", - "message": "DownThemAll!" - }, - "dta.regular.image": { - "description": "Menu text", - "message": "Enregistrer l'image avec DownThemAll!" - }, - "dta.regular.link": { - "description": "Menu text", - "message": "Enregistrer le lien avec DownThemAll!" - }, - "dta.regular.media": { - "description": "Menu text", - "message": "Enregistrer le média avec DownThemAll!" - }, - "dta.regular.selection": { - "description": "Menu text", - "message": "Enregistrer la sélection avec DownThemAll!" - }, - "dta.turbo": { - "description": "OneClick! action; Menu text", - "message": "OneClick!" - }, - "dta.turbo.image": { - "description": "Menu text", - "message": "Enregistrer l'image avec OneClick!" - }, - "dta.turbo.link": { - "description": "Menu text", - "message": "Enregistrer le lien avec OneClick!" - }, - "dta.turbo.media": { - "description": "Menu text", - "message": "Enregistrer le média avec OneClick" - }, - "dta.turbo.selection": { - "description": "Menu text", - "message": "Enregistrer la séletion avec OneClick!" - }, - "error.invalidMask": { - "description": "Error message; single/select window", - "message": "Schéma de renommage invalide" - }, - "error.invalidReferrer": { - "description": "Error message; single window", - "message": "Référent invalide" - }, - "error.invalidURL": { - "description": "Error message; single window", - "message": "URL invalide" - }, - "error.noItemsSelected": { - "description": "Error Message; select window", - "message": "Aucun élément sélectionné" - }, "extensionDescription": { "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", "message": "Le gestionnaire de téléchargements pour votre navigateur" }, - "fastfilter.placeholder": { - "description": "Placeholder for fastfilter inputs", - "message": "Expression joker ou expression régulière" - }, "fastfiltering": { "description": "Label for Fast Filtering input", "message": "Filtrage rapide" }, - "filter-at-least-one": { - "description": "Error message when no filter types are selected for a filter in the preferences UI", - "message": "Vous devez sélectionner au moins un type de filtre!" - }, - "filter-create.title": { - "description": "Message box title", - "message": "Créer un nouveau filtre" - }, - "filter-expression": { - "description": "Message box label", - "message": "Expression régulière du filtre" - }, - "filter-label": { - "description": "Message box label", - "message": "Nom du filtre" - }, - "filter-type-link": { - "description": "Message box checkbox label", - "message": "Filtre de lien" - }, - "filter-type-media": { - "description": "Message box checkbox label", - "message": "Filtre de média" - }, - "filter-types": { - "description": "Message box label", - "message": "Type de filtre" - }, "finishing": { "description": "Status text", "message": "Achèvement" }, - "force-start": { - "description": "Menu text", - "message": "Forcer le démarrage" - }, - "information.title": { - "description": "Used in message boxes", - "message": "Information" - }, - "invalid-domain-pref": { - "description": "Error message in prefs/network", - "message": "Domaine invalide" - }, - "invert-selection": { - "description": "Menu text", - "message": "Inverser la sélection" - }, - "key-alt": { - "description": "Short for Alt-Key", - "message": "Alt" - }, - "key-ctrl": { - "description": "Short for Ctrl-Key", - "message": "Ctrl" - }, - "key-delete": { - "description": "Short for Delete-key", - "message": "Suppr" - }, - "key-end": { - "description": "Short for End-key", - "message": "Fin" - }, - "key-home": { - "description": "Short for home key", - "message": "Home" - }, - "key-pagedown": { - "description": "Short for pagedown-key", - "message": "PageSuivante" - }, - "key-pageup": { - "description": "Short for PageUp-key", - "message": "PagePrécédente" - }, "language": { "description": "Lanuage Name in your language", "message": "Français (FR)" @@ -391,52 +115,14 @@ "description": "Language code the locale will use, e.g. de or en-GB or pt-BR", "message": "fr-FR" }, - "limited-to": { - "description": "Label text; used in prefs/network", - "message": "Limitées à" - }, "links": { "description": "Links tab label (short); select window", "message": "Liens" }, - "manager-status-items": { - "description": "Status bar text; manager", - "message": "$COMPLETE$ téléchargements terminés sur un total de $TOTAL$ ($SHOWING$ affichés), $RUNNING$ en cours", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "description": "Menu text", - "message": "Gestionnaire" - }, - "manager.title": { - "description": "Window/tab title", - "message": "DownThemAll! Gestionnaire" - }, "mask": { "description": "Renaming mask (short); used in e.g. select", "message": "Schéma de renommage" }, - "mask.default": { - "description": "Status text; Used in the mask column, select window", - "message": "Schéma par défaut" - }, "media": { "description": "Media label (short)", "message": "Média" @@ -445,192 +131,18 @@ "description": "Status text in manager", "message": "Manquant" }, - "move-bottom": { - "description": "Action for moving a download to the bottom", - "message": "Déplacer tout en bas" - }, - "move-down": { - "description": "Action for moving a download down", - "message": "Déplacer vers le bas" - }, - "move-top": { - "description": "Action for moving a download to the top", - "message": "Déplacer tout en haut" - }, - "move-up": { - "description": "Action for moving a download up", - "message": "Déplacer vers le haut" - }, - "nagging-message": { - "description": "Donation nagging message; displayed as a notification bar in manager", - "message": "Vous avez utilisé DownThemAll! pour $DOWNLOADS$ téléchargements jusqu'à présent! En tant qu'utilisateur régulier, peut-être voudriez-vous faire un don pour supporter les versions futures. Merci!", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, - "never-ask-again": { - "description": "Donation button", - "message": "Ne plus me demander" - }, - "no-links": { - "description": "Notification text", - "message": "Aucun lien trouvé!" - }, - "noitems.label": { - "description": "Status bar text in select", - "message": "Aucun élément sélectionné" - }, - "numitems.label": { - "description": "Status bar text in select; Number of items selected (label)", - "message": "$ITEMS$ éléments sélectionnés...", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "description": "Button text; Used in message boxes", "message": "OK" }, - "open-directory": { - "description": "Menu text; manager context", - "message": "Ouvrir le répertoire" - }, - "open-file": { - "description": "Menu text; manager context", - "message": "Ouvrir le fichier" - }, - "open-link": { - "description": "Menu text; select window", - "message": "Ouvrir un lien" - }, - "options-filters": { - "description": "Pref tab text", - "message": "Filtres" - }, - "options-general": { - "description": "Pref tab text", - "message": "Général" - }, - "options-network": { - "description": "Pref tab text", - "message": "Réseau" - }, - "pause-download": { - "description": "Action for pausing a download", - "message": "Pause" - }, "paused": { "description": "Status text; manager", "message": "En pause" }, - "pref-add-paused": { - "description": "Preferences/General", - "message": "Ajouter les nouveaux téléchargements et les mettre en pause, au lieu de les démarrer immédiatement" - }, - "pref-concurrent-downloads": { - "description": "Preferences/Network", - "message": "Téléchargements simultanés" - }, - "pref-finish-notification": { - "description": "Preferences/General", - "message": "Afficher une notification lorsque la file d'attente a été téléchargée" - }, - "pref-global-turbo": { - "description": "Preferences/General", - "message": "Remplacer le bouton du navigateur par un bouton OneClick!" - }, - "pref-hide-context": { - "description": "Preferences/General", - "message": "Cacher les options supplémentaires du menu contextuel" - }, - "pref-manager-tooltip": { - "description": "Preferences/General", - "message": "Montrer les info-bulles dans les onglets Gestionnaire" - }, - "pref-open-manager-on-queue": { - "description": "Preferences/General", - "message": "Ouvrir l'onglet Gestionnaire après avoir ajouté des téléchargements dans la file d'attente" - }, - "pref-queue-notification": { - "description": "Preferences/General", - "message": "Afficher une notification quand des téléchargements sont ajoutés dans la file d'attente" - }, - "pref-remove-missing-on-init": { - "description": "Preferences/General", - "message": "Supprimer les téléchargements manquants après un redémarrage" - }, - "pref-show-urls": { - "description": "Preferences/General", - "message": "Afficher les URLs au lieu des noms de fichier" - }, - "pref-text-links": { - "description": "Preferences/General", - "message": "Tenter de trouver des liens dans le texte du site (lent)" - }, - "pref.manager": { - "description": "Preferences/General; group text", - "message": "Gestionnaire" - }, - "pref.netglobal": { - "description": "Preferences/General; group text", - "message": "Limites globales du réseau" - }, - "pref.queueing": { - "description": "Preferences/General; group text", - "message": "File d'attente" - }, - "pref.ui": { - "description": "Preferences/General; group text", - "message": "Interface utilisateur" - }, - "prefs.conflicts": { - "description": "Preferences/General; group text", - "message": "Si un fichier existe déjà" - }, - "prefs.short": { - "description": "Menu text; Preferences", - "message": "Paramètres" - }, - "prefs.title": { - "description": "Window/tab title; Preferences", - "message": "Paramètres DownThemAll!" - }, - "pref-translation-load": { - "description": "Translation load button", - "message": "Ouvrir traduction personnalisée" - }, - "pref-translation-clear": { - "description": "clear custom translation button", - "message": "Supprimer la traduction personnalisée" - }, - "queue-finished": { - "description": "Notification text", - "message": "La file d'attente est téléchargée" - }, "queued": { "description": "Status text", "message": "Ajouté à la file d'attente" }, - "queued-download": { - "description": "Notification text; single download", - "message": "1 téléchargement ajouté à la file d'attente!" - }, - "queued-downloads": { - "description": "Notification text; multiple downloads", - "message": "$COUNT$ téléchargements ajoutés à la file d'attente!", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "description": "Label for \"Referrer\"", "message": "Référent" @@ -639,258 +151,10 @@ "description": "Checkbox text for confirmation, e.g. when removing a download in manager", "message": "Se souvenir de mon choix" }, - "remove-all-complete-downloads": { - "description": "Menu text", - "message": "Supprimer tous les téléchargements terminés" - }, - "remove-all-downloads": { - "description": "Menu text", - "message": "Tout supprimer" - }, - "remove-all-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements?" - }, - "remove-batch-downloads": { - "description": "Menu text", - "message": "Supprimer ce lot de téléchargements" - }, - "remove-batch-downloads.question": { - "description": "Messagebox text", - "message": "Do you want to remove all downloads from the same batch as the currently selected download?" - }, - "remove-complete-downloads": { - "description": "Action for removing complete downloads", - "message": "Supprimer les téléchargements terminés" - }, - "remove-complete-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements terminés?" - }, - "remove-complete-filter-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargement terminés correspondant au filtre '$FILTER$'?", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements terminés de la sélection?" - }, - "remove-domain-complete-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements terminés pour ce domaine" - }, - "remove-domain-complete-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargement terminés pour le domaine '$DOMAIN$'?", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements depuis ce domaine" - }, - "remove-domain-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements pour le domaine '$DOMAIN$'?", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "description": "Action for removing a download, no matter what state", - "message": "Supprimer" - }, - "remove-download.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer les téléchargements sélectionnés?" - }, - "remove-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements" - }, - "remove-downloads.title": { - "description": "Messagebox title; manager", - "message": "Etes-vous sûr de vouloir supprimer ces téléchargements?" - }, - "remove-failed-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements échoués" - }, - "remove-failed-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements échoués?" - }, - "remove-filter-downloads.question": { - "description": "Mesagebox text", - "message": "Voulez-vous supprimer tous les téléchargements correspondant au filtre '$FILTER$'?", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "description": "Menu text", - "message": "Supprimer les téléchargements manquants" - }, - "remove-missing-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements manquants?" - }, - "remove-paused-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements en pause" - }, - "remove-paused-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements en pause?" - }, - "remove-selected-complete-downloads": { - "description": "Menu text", - "message": "Supprimer les téléchargements terminés dans la sélection" - }, - "remove-selected-complete-downloads.question": { - "description": "Messagebox text", - "message": "Voulez-vous supprimer tous les téléchargements terminés dans cette sélection?" - }, - "remove-selected-downloads": { - "description": "Menu text", - "message": "Supprimer les éléments sélectionnés" - }, "rename": { "description": "UI for renaming; currently unused", "message": "Renommer" }, - "renamer-batch": { - "description": "Mask text; see mask button", - "message": "Numéro de lot" - }, - "renamer-d": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Jour" - }, - "renamer-date": { - "description": "Mask text; see mask button", - "message": "Date d'ajout" - }, - "renamer-domain": { - "description": "Mask text; see mask button", - "message": "Nom de Domaine (TLD)" - }, - "renamer-ext": { - "description": "Mask text; see mask button", - "message": "Extension de fichier" - }, - "renamer-hh": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Heure" - }, - "renamer-host": { - "description": "Mask text; see mask button", - "message": "Nom de l'hôte" - }, - "renamer-idx": { - "description": "Mask text; see mask button", - "message": "Numéro de l'élément dans le lot" - }, - "renamer-info": { - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!", - "message": "Ajouter 'flat' (ex. *flatsubdirs*) remplacera tous les slash dans la valeur et ne créera pas de répertoires." - }, - "renamer-m": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Mois" - }, - "renamer-mm": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Minute" - }, - "renamer-name": { - "description": "Mask text; see mask button", - "message": "Nom de fichier" - }, - "renamer-num": { - "description": "Mask text; see mask button", - "message": "Alias pour *batch*" - }, - "renamer-qstring": { - "description": "Mask text; see mask button", - "message": "Chaîne de caractères de la requête" - }, - "renamer-ref": { - "description": "Mask text; see mask button", - "message": "Référent" - }, - "renamer-refdomain": { - "description": "Mask text; see mask button", - "message": "Nom de domaine du référent (TLD)" - }, - "renamer-refext": { - "description": "Mask text; see mask button", - "message": "Extension de fichier du référent" - }, - "renamer-refhost": { - "description": "Mask text; see mask button", - "message": "Nom de l'hôte du référent" - }, - "renamer-refname": { - "description": "Mask text; see mask button", - "message": "Nom de fichier du référent" - }, - "renamer-refqstring": { - "description": "Mask text; see mask button", - "message": "Chaîne de caractères de la requête du référent" - }, - "renamer-refsubdirs": { - "description": "Mask text; see mask button", - "message": "Chemin du référent" - }, - "renamer-refurl": { - "description": "Mask text; see mask button", - "message": "URL du référent (sans protocole)" - }, - "renamer-ss": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Seconde" - }, - "renamer-subdirs": { - "description": "Mask text; see mask button", - "message": "Chemin" - }, - "renamer-tags": { - "description": "Mask text; see mask button", - "message": "Balises du schéma de renommage" - }, - "renamer-text": { - "description": "Mask text; see mask button", - "message": "Description" - }, - "renamer-title": { - "description": "Mask text; see mask button", - "message": "Titre" - }, - "renamer-url": { - "description": "Mask text; see mask button", - "message": "URL (sans protocole)" - }, - "renamer-y": { - "description": "Mask text; see mask button", - "message": "Date d'ajout - Année" - }, "renmask": { "description": "Renaming mask (long)", "message": "Schéma de renommage" @@ -899,26 +163,6 @@ "description": "Button text; pref window", "message": "Réinitialiser" }, - "reset-confirmations": { - "description": "Button text; pref/General", - "message": "Réinitialiser les choix mémorisés" - }, - "reset-confirmations.done": { - "description": "Messagebox text; pref/General", - "message": "Tous les choix mémorisés ont été réinitialisés" - }, - "reset-layouts": { - "description": "Button text; pref/General", - "message": "Réinitialiser les personnalisations de l'interface utilisateur" - }, - "reset-layouts.done": { - "description": "Messagebox text; pref/General", - "message": "Toutes les personnalisations de l'interface utilisateur ont été mémorisées! Il pourrait être nécessaire de recharger la fenêtres/les onglets" - }, - "resume-download": { - "description": "Action for resuming a download", - "message": "Reprendre" - }, "running": { "description": "Status text", "message": "En cours" @@ -929,57 +173,7 @@ }, "search": { "description": "Placeholder text; manager status search field", - "message": "Rechercher\u2026" - }, - "select-all": { - "description": "Menu text; e.g. select context", - "message": "Tout sélectionner" - }, - "select-checked": { - "description": "Menu text; select context", - "message": "Selectionner cochés" - }, - "select-none": { - "description": "Menu text; select context", - "message": "Sélectionner aucun" - }, - "select.title": { - "description": "Title of the select window", - "message": "DownThemAll! - Selectionner vos téléchargements" - }, - "set-mask": { - "description": "Menu text; select window", - "message": "Définir masque de renommage" - }, - "single.batchexamples": { - "description": "Header text; single window", - "message": "Les téléchargements par lots sont supportés, par exemple:" - }, - "single.header": { - "description": "Header text; single window", - "message": "Ajouter une URL (lien) et autres options" - }, - "single.title": { - "description": "Title of single window", - "message": "DownThemAll! - Ajouter un lien" - }, - "size-progress": { - "description": "Status text; manager size column", - "message": "$WRITTEN$ sur $TOTAL$", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "description": "Status text; manager size column", - "message": "Inconnu" + "message": "Rechercher…" }, "sizeB": { "description": "Size formatting; bytes", @@ -1041,58 +235,6 @@ } } }, - "sizes-huge": { - "description": "Menu text; manager size column dropdown", - "message": "Enorme (> $HIGH$)", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "description": "Menu text; manager size column dropdown", - "message": "Grand ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "description": "Menu text; manager size column dropdown", - "message": "Moyen ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "description": "Menu text; manager size column dropdown", - "message": "Petit ($LOW$ - $HIGH$)", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "speedB": { "description": "Speed formatting; bytes", "message": "$SPEED$o/s", @@ -1123,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "description": "Status bar tooltip; manager network icon", - "message": "Les nouveaux téléchargements vont être démarrés!" - }, - "statusNetwork-inactive.title": { - "description": "Status bar tooltip; manager network icon", - "message": "Aucun nouveau téléchargement ne va être démarré!" - }, "title": { "description": "Column text; Title label (short)", "message": "Titre" }, - "toggle-selected-items": { - "description": "Menu text; select", - "message": "Inverser la sélection" - }, - "tooltip-date": { - "description": "Tooltip text; manager/downloads", - "message": "Date d'ajout:" - }, - "tooltip-eta": { - "description": "Tooltip text; manager/downloads; Time", - "message": "Temps restant:" - }, - "tooltip-from": { - "description": "Tooltip text; manager/downloads; source URL", - "message": "Source:" - }, - "tooltip-size": { - "description": "Tooltip text; manager/downloads", - "message": "Taille:" - }, - "tooltip-speed-average": { - "description": "Tooltip text; manager/downloads", - "message": "Moyenne:" - }, - "tooltip-speed-current": { - "description": "Tooltip text; manager/downloads", - "message": "Vitesse actuelle:" - }, - "uncheck-selected-items": { - "description": "Menu text; select", - "message": "Décocher la sélection" - }, "unlimited": { "description": "Option text; Prefs/Network", "message": "Illimité" @@ -1174,5 +276,903 @@ "useonlyonce": { "description": "Label for Use-Once checkboxes", "message": "Cette fois-ci seulement" + }, + "add_download": { + "description": "Action for adding a download", + "message": "Ajouter des téléchargements" + }, + "add_new": { + "description": "Button text (adding filters, limits and such)", + "message": "Nouveau" + }, + "add_paused_once": { + "description": "Checkbox label", + "message": "Mettre en pause cette fois-ci seulement" + }, + "add_paused_question": { + "description": "Messagebox text", + "message": "Voulez-vous mémoriser ce choix et toujours mettre en pause les téléchargements ajoutés?" + }, + "add_paused_title": { + "description": "Title for the add-paused dialog", + "message": "Mettre en pause une fois ajouté?" + }, + "ask_again_later": { + "description": "Button text", + "message": "Demandez-moi plus tard" + }, + "batch_batch": { + "description": "Button text", + "message": "Télécharger en groupe" + }, + "batch_desc": { + "description": "", + "message": "L'URL courante semble contenir plusieurs téléchargements." + }, + "batch_items": { + "description": "Messagebox info text for batch confirmations", + "message": "Nombre d'éléments:" + }, + "batch_preview": { + "description": "Messagebox info text for batch confirmations", + "message": "Aperçu:" + }, + "batch_question": { + "description": "Messagebox info text for batch confirmations", + "message": "Voulez-vous ajouter l'ensemble des téléchargements ou juste un seul?" + }, + "batch_single": { + "description": "Button text for batch confirmation", + "message": "Un seul téléchargement" + }, + "batch_title": { + "description": "Messagebox title for batch confirmations", + "message": "Tous les téléchargements" + }, + "cancel_download": { + "description": "Action to cancel downloads, e.g. from the context menu", + "message": "Annuler" + }, + "cannot_be_empty": { + "description": "Error message when an input field is empty but has to have a value", + "message": "Champs requis" + }, + "change_later_reminder": { + "description": "Checkbox label text for decision confirmations", + "message": "Vous pouvez modifier cette décision ultérieurement dans les Paramètres" + }, + "check_selected_items": { + "description": "Menu text", + "message": "Cocher les éléments selectionnés" + }, + "conflict_overwrite": { + "description": "Option text; prefs/general", + "message": "Ecraser" + }, + "conflict_prompt": { + "description": "Option text; prefs/general", + "message": "Message" + }, + "conflict_rename": { + "description": "Option text; prefs/general", + "message": "Renommer" + }, + "create_filter": { + "description": "Button text; Create filter dialog; prefs/filters", + "message": "Créer" + }, + "custom_filename": { + "description": "Label text; single window", + "message": "Nom de fichier personnalisé" + }, + "deffilter_all": { + "description": "Filter label for the All files filter", + "message": "Tous les fichiers" + }, + "deffilter_arch": { + "description": "Filter label for the Archives filter", + "message": "Archives (zip, rar, 7z, …)" + }, + "deffilter_aud": { + "description": "Filter label for the Audio filter", + "message": "Audio (mp3, flac, wav, …)" + }, + "deffilter_bin": { + "description": "Filter label for the Software filter", + "message": "Applications (exe, msi, …)" + }, + "deffilter_doc": { + "description": "Filter label for the Documents filter", + "message": "Documents (pdf, odf, docx, …)" + }, + "deffilter_img": { + "description": "Filter label for the Images filter", + "message": "Images (jpeg, png, gif, …)" + }, + "deffilter_imggif": { + "description": "Filter label for the GIF filter", + "message": "Images GIF" + }, + "deffilter_imgjpg": { + "description": "Filter label for the JPEG filter", + "message": "Images JEG" + }, + "deffilter_imgpng": { + "description": "Filter label for the PNG filter", + "message": "Images PNG" + }, + "deffilter_vid": { + "description": "Filter label for the Videos filter", + "message": "Vidéos (mp4, webm, mkv, …)" + }, + "disable_other_filters": { + "description": "Checkbox label. Keep it short", + "message": "Décocher tous sauf" + }, + "download_verb": { + "description": "Download (verb/action); e.g. in single and select buttons", + "message": "Télécharger" + }, + "dta_regular_all": { + "description": "Menu text", + "message": "DownThemAll! - Tous les onglets" + }, + "dta_turbo_all": { + "description": "Menu text", + "message": "OneClick! - Tous les onglets" + }, + "dta_regular": { + "description": "Regular dta action; Menu text", + "message": "DownThemAll!" + }, + "dta_regular_image": { + "description": "Menu text", + "message": "Enregistrer l'image avec DownThemAll!" + }, + "dta_regular_link": { + "description": "Menu text", + "message": "Enregistrer le lien avec DownThemAll!" + }, + "dta_regular_media": { + "description": "Menu text", + "message": "Enregistrer le média avec DownThemAll!" + }, + "dta_regular_selection": { + "description": "Menu text", + "message": "Enregistrer la sélection avec DownThemAll!" + }, + "dta_turbo": { + "description": "OneClick! action; Menu text", + "message": "OneClick!" + }, + "dta_turbo_image": { + "description": "Menu text", + "message": "Enregistrer l'image avec OneClick!" + }, + "dta_turbo_link": { + "description": "Menu text", + "message": "Enregistrer le lien avec OneClick!" + }, + "dta_turbo_media": { + "description": "Menu text", + "message": "Enregistrer le média avec OneClick" + }, + "dta_turbo_selection": { + "description": "Menu text", + "message": "Enregistrer la séletion avec OneClick!" + }, + "error_invalidMask": { + "description": "Error message; single/select window", + "message": "Schéma de renommage invalide" + }, + "error_invalidReferrer": { + "description": "Error message; single window", + "message": "Référent invalide" + }, + "error_invalidURL": { + "description": "Error message; single window", + "message": "URL invalide" + }, + "error_noItemsSelected": { + "description": "Error Message; select window", + "message": "Aucun élément sélectionné" + }, + "fastfilter_placeholder": { + "description": "Placeholder for fastfilter inputs", + "message": "Expression joker ou expression régulière" + }, + "filter_at_least_one": { + "description": "Error message when no filter types are selected for a filter in the preferences UI", + "message": "Vous devez sélectionner au moins un type de filtre!" + }, + "filter_create_title": { + "description": "Message box title", + "message": "Créer un nouveau filtre" + }, + "filter_expression": { + "description": "Message box label", + "message": "Expression régulière du filtre" + }, + "filter_label": { + "description": "Message box label", + "message": "Nom du filtre" + }, + "filter_type_link": { + "description": "Message box checkbox label", + "message": "Filtre de lien" + }, + "filter_type_media": { + "description": "Message box checkbox label", + "message": "Filtre de média" + }, + "filter_types": { + "description": "Message box label", + "message": "Type de filtre" + }, + "force_start": { + "description": "Menu text", + "message": "Forcer le démarrage" + }, + "information_title": { + "description": "Used in message boxes", + "message": "Information" + }, + "invalid_domain_pref": { + "description": "Error message in prefs/network", + "message": "Domaine invalide" + }, + "invert_selection": { + "description": "Menu text", + "message": "Inverser la sélection" + }, + "key_alt": { + "description": "Short for Alt-Key", + "message": "Alt" + }, + "key_ctrl": { + "description": "Short for Ctrl-Key", + "message": "Ctrl" + }, + "key_delete": { + "description": "Short for Delete-key", + "message": "Suppr" + }, + "key_end": { + "description": "Short for End-key", + "message": "Fin" + }, + "key_home": { + "description": "Short for home key", + "message": "Home" + }, + "key_pagedown": { + "description": "Short for pagedown-key", + "message": "PageSuivante" + }, + "key_pageup": { + "description": "Short for PageUp-key", + "message": "PagePrécédente" + }, + "limited_to": { + "description": "Label text; used in prefs/network", + "message": "Limitées à" + }, + "manager_status_items": { + "description": "Status bar text; manager", + "message": "$COMPLETE$ téléchargements terminés sur un total de $TOTAL$ ($SHOWING$ affichés), $RUNNING$ en cours", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "description": "Menu text", + "message": "Gestionnaire" + }, + "manager_title": { + "description": "Window/tab title", + "message": "DownThemAll! Gestionnaire" + }, + "mask_default": { + "description": "Status text; Used in the mask column, select window", + "message": "Schéma par défaut" + }, + "move_bottom": { + "description": "Action for moving a download to the bottom", + "message": "Déplacer tout en bas" + }, + "move_down": { + "description": "Action for moving a download down", + "message": "Déplacer vers le bas" + }, + "move_top": { + "description": "Action for moving a download to the top", + "message": "Déplacer tout en haut" + }, + "move_up": { + "description": "Action for moving a download up", + "message": "Déplacer vers le haut" + }, + "nagging_message": { + "description": "Donation nagging message; displayed as a notification bar in manager", + "message": "Vous avez utilisé DownThemAll! pour $DOWNLOADS$ téléchargements jusqu'à présent! En tant qu'utilisateur régulier, peut-être voudriez-vous faire un don pour supporter les versions futures. Merci!", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "description": "Donation button", + "message": "Ne plus me demander" + }, + "no_links": { + "description": "Notification text", + "message": "Aucun lien trouvé!" + }, + "noitems_label": { + "description": "Status bar text in select", + "message": "Aucun élément sélectionné" + }, + "numitems_label": { + "description": "Status bar text in select; Number of items selected (label)", + "message": "$ITEMS$ éléments sélectionnés...", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "description": "Menu text; manager context", + "message": "Ouvrir le répertoire" + }, + "open_file": { + "description": "Menu text; manager context", + "message": "Ouvrir le fichier" + }, + "open_link": { + "description": "Menu text; select window", + "message": "Ouvrir un lien" + }, + "options_filters": { + "description": "Pref tab text", + "message": "Filtres" + }, + "options_general": { + "description": "Pref tab text", + "message": "Général" + }, + "options_network": { + "description": "Pref tab text", + "message": "Réseau" + }, + "pause_download": { + "description": "Action for pausing a download", + "message": "Pause" + }, + "pref_add_paused": { + "description": "Preferences/General", + "message": "Ajouter les nouveaux téléchargements et les mettre en pause, au lieu de les démarrer immédiatement" + }, + "pref_concurrent_downloads": { + "description": "Preferences/Network", + "message": "Téléchargements simultanés" + }, + "pref_finish_notification": { + "description": "Preferences/General", + "message": "Afficher une notification lorsque la file d'attente a été téléchargée" + }, + "pref_global_turbo": { + "description": "Preferences/General", + "message": "Remplacer le bouton du navigateur par un bouton OneClick!" + }, + "pref_hide_context": { + "description": "Preferences/General", + "message": "Cacher les options supplémentaires du menu contextuel" + }, + "pref_manager_tooltip": { + "description": "Preferences/General", + "message": "Montrer les info-bulles dans les onglets Gestionnaire" + }, + "pref_open_manager_on_queue": { + "description": "Preferences/General", + "message": "Ouvrir l'onglet Gestionnaire après avoir ajouté des téléchargements dans la file d'attente" + }, + "pref_queue_notification": { + "description": "Preferences/General", + "message": "Afficher une notification quand des téléchargements sont ajoutés dans la file d'attente" + }, + "pref_remove_missing_on_init": { + "description": "Preferences/General", + "message": "Supprimer les téléchargements manquants après un redémarrage" + }, + "pref_show_urls": { + "description": "Preferences/General", + "message": "Afficher les URLs au lieu des noms de fichier" + }, + "pref_text_links": { + "description": "Preferences/General", + "message": "Tenter de trouver des liens dans le texte du site (lent)" + }, + "pref_manager": { + "description": "Preferences/General; group text", + "message": "Gestionnaire" + }, + "pref_netglobal": { + "description": "Preferences/General; group text", + "message": "Limites globales du réseau" + }, + "pref_queueing": { + "description": "Preferences/General; group text", + "message": "File d'attente" + }, + "pref_ui": { + "description": "Preferences/General; group text", + "message": "Interface utilisateur" + }, + "prefs_conflicts": { + "description": "Preferences/General; group text", + "message": "Si un fichier existe déjà" + }, + "prefs_short": { + "description": "Menu text; Preferences", + "message": "Paramètres" + }, + "prefs_title": { + "description": "Window/tab title; Preferences", + "message": "Paramètres DownThemAll!" + }, + "pref_translation_load": { + "description": "Translation load button", + "message": "Ouvrir traduction personnalisée" + }, + "pref_translation_clear": { + "description": "clear custom translation button", + "message": "Supprimer la traduction personnalisée" + }, + "queue_finished": { + "description": "Notification text", + "message": "La file d'attente est téléchargée" + }, + "queued_download": { + "description": "Notification text; single download", + "message": "1 téléchargement ajouté à la file d'attente!" + }, + "queued_downloads": { + "description": "Notification text; multiple downloads", + "message": "$COUNT$ téléchargements ajoutés à la file d'attente!", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "description": "Menu text", + "message": "Supprimer tous les téléchargements terminés" + }, + "remove_all_downloads": { + "description": "Menu text", + "message": "Tout supprimer" + }, + "remove_all_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements?" + }, + "remove_batch_downloads": { + "description": "Menu text", + "message": "Supprimer ce lot de téléchargements" + }, + "remove_batch_downloads_question": { + "description": "Messagebox text", + "message": "Do you want to remove all downloads from the same batch as the currently selected download?" + }, + "remove_complete_downloads": { + "description": "Action for removing complete downloads", + "message": "Supprimer les téléchargements terminés" + }, + "remove_complete_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements terminés?" + }, + "remove_complete_filter_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargement terminés correspondant au filtre '$FILTER$'?", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements terminés de la sélection?" + }, + "remove_domain_complete_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements terminés pour ce domaine" + }, + "remove_domain_complete_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargement terminés pour le domaine '$DOMAIN$'?", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements depuis ce domaine" + }, + "remove_domain_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements pour le domaine '$DOMAIN$'?", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "description": "Action for removing a download, no matter what state", + "message": "Supprimer" + }, + "remove_download_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer les téléchargements sélectionnés?" + }, + "remove_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements" + }, + "remove_downloads_title": { + "description": "Messagebox title; manager", + "message": "Etes-vous sûr de vouloir supprimer ces téléchargements?" + }, + "remove_failed_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements échoués" + }, + "remove_failed_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements échoués?" + }, + "remove_filter_downloads_question": { + "description": "Mesagebox text", + "message": "Voulez-vous supprimer tous les téléchargements correspondant au filtre '$FILTER$'?", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "description": "Menu text", + "message": "Supprimer les téléchargements manquants" + }, + "remove_missing_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements manquants?" + }, + "remove_paused_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements en pause" + }, + "remove_paused_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements en pause?" + }, + "remove_selected_complete_downloads": { + "description": "Menu text", + "message": "Supprimer les téléchargements terminés dans la sélection" + }, + "remove_selected_complete_downloads_question": { + "description": "Messagebox text", + "message": "Voulez-vous supprimer tous les téléchargements terminés dans cette sélection?" + }, + "remove_selected_downloads": { + "description": "Menu text", + "message": "Supprimer les éléments sélectionnés" + }, + "renamer_batch": { + "description": "Mask text; see mask button", + "message": "Numéro de lot" + }, + "renamer_d": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Jour" + }, + "renamer_date": { + "description": "Mask text; see mask button", + "message": "Date d'ajout" + }, + "renamer_domain": { + "description": "Mask text; see mask button", + "message": "Nom de Domaine (TLD)" + }, + "renamer_ext": { + "description": "Mask text; see mask button", + "message": "Extension de fichier" + }, + "renamer_hh": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Heure" + }, + "renamer_host": { + "description": "Mask text; see mask button", + "message": "Nom de l'hôte" + }, + "renamer_idx": { + "description": "Mask text; see mask button", + "message": "Numéro de l'élément dans le lot" + }, + "renamer_info": { + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!", + "message": "Ajouter 'flat' (ex. *flatsubdirs*) remplacera tous les slash dans la valeur et ne créera pas de répertoires." + }, + "renamer_m": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Mois" + }, + "renamer_mm": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Minute" + }, + "renamer_name": { + "description": "Mask text; see mask button", + "message": "Nom de fichier" + }, + "renamer_num": { + "description": "Mask text; see mask button", + "message": "Alias pour *batch*" + }, + "renamer_qstring": { + "description": "Mask text; see mask button", + "message": "Chaîne de caractères de la requête" + }, + "renamer_ref": { + "description": "Mask text; see mask button", + "message": "Référent" + }, + "renamer_refdomain": { + "description": "Mask text; see mask button", + "message": "Nom de domaine du référent (TLD)" + }, + "renamer_refext": { + "description": "Mask text; see mask button", + "message": "Extension de fichier du référent" + }, + "renamer_refhost": { + "description": "Mask text; see mask button", + "message": "Nom de l'hôte du référent" + }, + "renamer_refname": { + "description": "Mask text; see mask button", + "message": "Nom de fichier du référent" + }, + "renamer_refqstring": { + "description": "Mask text; see mask button", + "message": "Chaîne de caractères de la requête du référent" + }, + "renamer_refsubdirs": { + "description": "Mask text; see mask button", + "message": "Chemin du référent" + }, + "renamer_refurl": { + "description": "Mask text; see mask button", + "message": "URL du référent (sans protocole)" + }, + "renamer_ss": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Seconde" + }, + "renamer_subdirs": { + "description": "Mask text; see mask button", + "message": "Chemin" + }, + "renamer_tags": { + "description": "Mask text; see mask button", + "message": "Balises du schéma de renommage" + }, + "renamer_text": { + "description": "Mask text; see mask button", + "message": "Description" + }, + "renamer_title": { + "description": "Mask text; see mask button", + "message": "Titre" + }, + "renamer_url": { + "description": "Mask text; see mask button", + "message": "URL (sans protocole)" + }, + "renamer_y": { + "description": "Mask text; see mask button", + "message": "Date d'ajout - Année" + }, + "reset_confirmations": { + "description": "Button text; pref/General", + "message": "Réinitialiser les choix mémorisés" + }, + "reset_confirmations_done": { + "description": "Messagebox text; pref/General", + "message": "Tous les choix mémorisés ont été réinitialisés" + }, + "reset_layouts": { + "description": "Button text; pref/General", + "message": "Réinitialiser les personnalisations de l'interface utilisateur" + }, + "reset_layouts_done": { + "description": "Messagebox text; pref/General", + "message": "Toutes les personnalisations de l'interface utilisateur ont été mémorisées! Il pourrait être nécessaire de recharger la fenêtres/les onglets" + }, + "resume_download": { + "description": "Action for resuming a download", + "message": "Reprendre" + }, + "select_all": { + "description": "Menu text; e.g. select context", + "message": "Tout sélectionner" + }, + "select_checked": { + "description": "Menu text; select context", + "message": "Selectionner cochés" + }, + "select_none": { + "description": "Menu text; select context", + "message": "Sélectionner aucun" + }, + "select_title": { + "description": "Title of the select window", + "message": "DownThemAll! - Selectionner vos téléchargements" + }, + "set_mask": { + "description": "Menu text; select window", + "message": "Définir masque de renommage" + }, + "single_batchexamples": { + "description": "Header text; single window", + "message": "Les téléchargements par lots sont supportés, par exemple:" + }, + "single_header": { + "description": "Header text; single window", + "message": "Ajouter une URL (lien) et autres options" + }, + "single_title": { + "description": "Title of single window", + "message": "DownThemAll! - Ajouter un lien" + }, + "size_progress": { + "description": "Status text; manager size column", + "message": "$WRITTEN$ sur $TOTAL$", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "description": "Status text; manager size column", + "message": "Inconnu" + }, + "sizes_huge": { + "description": "Menu text; manager size column dropdown", + "message": "Enorme (> $HIGH$)", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "description": "Menu text; manager size column dropdown", + "message": "Grand ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "description": "Menu text; manager size column dropdown", + "message": "Moyen ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "description": "Menu text; manager size column dropdown", + "message": "Petit ($LOW$ - $HIGH$)", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "description": "Status bar tooltip; manager network icon", + "message": "Les nouveaux téléchargements vont être démarrés!" + }, + "statusNetwork_inactive_title": { + "description": "Status bar tooltip; manager network icon", + "message": "Aucun nouveau téléchargement ne va être démarré!" + }, + "toggle_selected_items": { + "description": "Menu text; select", + "message": "Inverser la sélection" + }, + "tooltip_date": { + "description": "Tooltip text; manager/downloads", + "message": "Date d'ajout:" + }, + "tooltip_eta": { + "description": "Tooltip text; manager/downloads; Time", + "message": "Temps restant:" + }, + "tooltip_from": { + "description": "Tooltip text; manager/downloads; source URL", + "message": "Source:" + }, + "tooltip_size": { + "description": "Tooltip text; manager/downloads", + "message": "Taille:" + }, + "tooltip_speed_average": { + "description": "Tooltip text; manager/downloads", + "message": "Moyenne:" + }, + "tooltip_speed_current": { + "description": "Tooltip text; manager/downloads", + "message": "Vitesse actuelle:" + }, + "uncheck_selected_items": { + "description": "Menu text; select", + "message": "Décocher la sélection" } -} +} \ No newline at end of file diff --git a/_locales/lt/messages.json b/_locales/lt/messages.json index 75d490d..3757ad3 100644 --- a/_locales/lt/messages.json +++ b/_locales/lt/messages.json @@ -7,86 +7,18 @@ "message": "lt", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "Pridėti parsisiuntimą", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Pridėti naują", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Pridėti kaip pristabdytą tik šį kartą", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Atsiminti šį sprendimą ir nuo šiol visada naujus parsisiuntimus pridėti kaip pristabdytus?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Visada pridėti kaip pristabdytą?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Pridėti kaip pristabdytą", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Vėl paklausti vėliau", - "description": "Button text" - }, - "batch.batch": { - "message": "Paketinis parsisiuntimas", - "description": "Button text" - }, - "batch.desc": { - "message": "Panašu, kad dabartiniame URL yra paketinio parsisiuntimo instrukcijos.", - "description": "" - }, - "batch.items": { - "message": "Elementų skaičius:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Peržiūra:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Norite pridėti tai kaip paketini ar kaip vienetinį parsisiuntimą?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Vienetinis parsisiuntimas", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Paketinis parsisiuntimas", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Atsisakyti", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Atsisakyti", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Atšaukta", "description": "Download status text" }, - "cannot-be-empty": { - "message": "Šis laukas negali būti tuščias", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Vėliau šį sprendimą galite pakeisti Nuostatose", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Pasirinkti pažymėtus elementus", - "description": "Menu text" - }, "colConnections": { "message": "Lygiagrečios jungtys", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "Greitis", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Perrašyti", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Klausti", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Pervardinti", - "description": "Option text; prefs/general" - }, "CRASH": { "message": "Vidinė naršyklės klaida", "description": "Error Message" }, - "create-filter": { - "message": "Kurti filtrą", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Pasirinktinis failo vardas", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Visi failai", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Archyvai (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Programos (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Dokumentai (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Vaizdai (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "GIF vaizdai", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "JPEG vaizdai", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "PNG vaizdai", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Video (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Trinti", "description": "button text" @@ -195,10 +67,6 @@ "message": "Aprašymas", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "Išjungti kitus", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "Paaukoti!", "description": "Donate button" @@ -211,82 +79,10 @@ "message": "Parsisiuntimas", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "Parsisiųsti", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Visoms kortelėms", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Visoms kortelėms", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Išsaugoti vaizdą su DownThemAll!", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Išsaugoti nuorodą su DownThemAll!", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Išsaugoti media su DownThemAll!", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Išsaugoti pažymėtą su DownThemAll!", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Išsaugoti vaizdą su OneClick!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Išsaugoti nuorodą su OneClick!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Išsaugoti media su OneClick!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Išsaugoti pažymėtą su OneClick!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Klaidinga pervardinimo kaukė", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Klaidingas šaltinis", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "Klaidingas URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Nieko nepasirinkta", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "Masinio parsisiuntimo programa jūsų naršyklėje", "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" }, - "fastfilter.placeholder": { - "message": "Pakaitos simbolių išraiška arba reguliari išraiška", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Greitas filtravimas", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "message": "Failo prieigos klaida", "description": "Error Message" }, - "filter-at-least-one": { - "message": "Privalote nurodyti bent vieną filtro tipą!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Kurti naują filtrą", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filtro išraiška", - "description": "Message box label" - }, - "filter-label": { - "message": "Filtro etiketė", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Nuorodos filtras", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Media filtras", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Filtrų tipai", - "description": "Message box label" - }, "finishing": { "message": "Baigiama", "description": "Status text" }, - "force-start": { - "message": "Pradėti priverstinai", - "description": "Menu text" - }, - "information.title": { - "message": "Informacija", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Neteisingas domenas", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Invertuoti pažymėjimą", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "Apribota iki", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Nuorodos", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "Baigta $COMPLETE$ iš $TOTAL$ parsisiuntimų ($SHOWING$ rodoma), $RUNNING$ vyksta", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Menedžeris", - "description": "Menu text" - }, - "manager.title": { - "message": "DownThemAll! menedžeris", - "description": "Window/tab title" - }, "mask": { "message": "Kaukė", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "Numatytoji kaukė", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "Media", "description": "Media label (short)" @@ -425,188 +111,22 @@ "message": "Trūksta", "description": "Status text in manager" }, - "move-bottom": { - "message": "Į pabaigą", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Žemyn", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Į pradžią", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Aukštyn", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "Iki šiol, naudodami DownThemAll!, pridėjote $DOWNLOADS$ parsisiuntimų! Kaip paprastas vartotojas, galbūt norėsite apsvarstyti galimybę paaukoti tolimesnei plėtrai. Ačiū!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "NETWORK_FAILED": { "message": "Tinklo triktis", "description": "Error Message" }, - "never-ask-again": { - "message": "Daugiau manęs neklausti", - "description": "Donation button" - }, - "no-links": { - "message": "Nuorodų nerasta!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Nėra pažymėtų elementų", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ pažymėtų elementų…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "Gerai", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Atverti katalogą", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Atverti failą", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Atverti nuorodą", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filtrai", - "description": "Pref tab text" - }, - "options-general": { - "message": "Bendros", - "description": "Pref tab text" - }, - "options-network": { - "message": "Tinklas", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pristabdyti", - "description": "Action for pausing a download" - }, "paused": { "message": "Pristabdyta", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "Naujus parsisiuntimus pridėti kaip pristabdytus, o ne paleisti juos iš karto", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Lygiagretūs siuntimai", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Rodyti pranešimą, kai eilėje neliks parsisiuntimų", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "Naršyklės mygtukas turėtų būti OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "Nerodyti bendrųjų kontekstinio meniu elementų", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Rodyti patarimus Menedžerio kortelėje", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Atidaryti Menedžerio kortelę, po kai kurių parsisiuntimų atsiradimo eilėje", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Parodyti pranešimą, kai eilėje atsiranda nauji parsisiuntimai", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Pašalinti trūkstamus parsisiuntimus po restarto", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "Vietoje pavadinimų rodyti URL", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Bandyti tinklalapio tekste rasti nuorodas (lėčiau)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Menedžeris", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Globalūs tinklo apribojimai", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Eilėje esantys parsisiuntimai", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Naudotojo sąsaja", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Jei toks failas jau yra", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Nuostatos", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "DownThemAll! nuostatos", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "Parsisiuntimų eilė baigta", - "description": "Notification text" - }, "queued": { "message": "Laukia", "description": "Status text" }, - "queued-download": { - "message": "Laukia 1 parsisiuntimas!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "Laukia $COUNT$ parsisiuntimų!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Šaltinis", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "message": "Atsiminti šį sprendimą", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "Pašalinti visus baigtus", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Pašalinti visus", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Norite pašalinti visus parsisiuntimus?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Pašalinti dabartinį paketą", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Norite pašalinti visus to paties paketo parsisiuntimus, kaip ir šiuo metu pažymėtas failas?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Pašalinti baigtus parsisiuntimus", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Norite pašalinti visus baigtus parsisiuntimus?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Norite pašalinti visus baigtus parsisiuntimus, atitinkančius '$FILTER$' filtrą?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Norite pašalinti visus baigtus parsisiuntimus iš dabartinio pažymėjimo?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Pašalinti baigtus ir dabartinio domeno", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Norite pašalinti visus baigtus parsisiuntimus iš '$DOMAIN$' domeno?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Pašalinti dabartinį domeną", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Norite pašalinti visus parsisiuntimus iš '$DOMAIN$' domeno?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Pašalinti parsisiuntimą", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "Norite pašalinti pažymėtą parsisiuntimą?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Pašalinti parsisiuntimus", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "Ar tikrai norite pašalinti parsisiuntimus?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Pašalinti nepavykusius", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Ar tikrai norite pašalinti visus nepavykusius parsisiuntimus?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Norite pašalinti visus parsisiuntimus, atitinkančius '$FILTER$' filtrą?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Išvalyti trūkstamus parsisiuntimus", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Norite išvalyti visus trūkstamus parsisiuntimus?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Pašalinti pristabdytus", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Norite pašalinti visus pristabdytus parsisiuntimus?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Pašalinti baigtus tarp pažymėtų", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Norite pašalinti visus baigtus parsisiuntimus tarp pažymėtų parsisiuntimų?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Pašalinti pažymėtus", - "description": "Menu text" - }, "rename": { "message": "Pervardinti", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "Paketo numeris", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Pridėjimo data - Diena", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Pridėjimo data", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Domeno pavadinimas (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Failo plėtinys", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Pridėjimo data - Valanda", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Host'o pavadinimas", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Elemento numeris pakete", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Pridėjus 'flat', pvz., *flatsubdirs*, reikšmėje bus pakeisti visi dešininiai brūkšniai ir nebus kuriami katalogai", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Pridėjimo data - Mėnuo", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Pridėjimo data - Minutė", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Failo pavadinimas", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "*batch* alternatyva", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Užklausos eilutė", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Šaltinis", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Šaltinio domeno pavadinimas (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Šaltinio failo plėtinys", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Šaltinio host'o pavadinimas", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Šaltinio failo pavadinimas", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Šaltinio užklausos eilutė", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Kelias iki šaltinio", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "Šaltinio URL (be protokolo)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Pridėjimo data - Sekundė", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Kelias", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Pervardinimo kaukės tegai", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Aprašymo tekstas", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Antraštės tekstas", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (be protokolo)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Pridėjimo data - Metai", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Pervardinimo kaukė", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "Atkurti", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Atkurti atsimintus patvirtinimus", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Visi anksčiau atsiminti patvirtinimai buvo atkurti!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Atkurti naudotojo sąsajos parametrų pakeitimus", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Visi anksčiau atsiminti naudotojo sąsajos parametrų pakeitimai buvo atkurti! Jums gali tekti naujai įkelti langus/korteles.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Tęsti", - "description": "Action for resuming a download" - }, "running": { "message": "Vyksta", "description": "Status text" @@ -907,22 +159,6 @@ "message": "Ieškoti…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Pažymėti viską", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Pažymėti pasirinktus", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Panaikinti pažymėjimą", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Pasirinkite parsisiuntimus", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "Nerasta", "description": "Error message" @@ -939,40 +175,6 @@ "message": "Nesankcionuota", "description": "Error message" }, - "set-mask": { - "message": "Nurodykite pervardinimo kaukę", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Palaikomi paketai, pvz.:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Įveskite parsisiuntimo URL (nuorodą) ir kitus parametrus", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Pridėti nuorodą", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ iš $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Nežinomas", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Milžiniškas (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Didelis ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Vidutinis ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Mažas ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Bus pradėti nauji parsisiuntimai", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Nauji parsisiuntimai nebus pradėti", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Antraštė", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Sukeisti pažymėtų elementų pasirinkimą", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Pridėjimo data:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Lieka:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Iš:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Dydis:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Vidutinis:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Dabartinis:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Panaikinti pasirinkimą pažymėtiems elementams", - "description": "Menu text; select" - }, "unlimited": { "message": "Neribojama", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Naud. tik kartą", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Pridėti parsisiuntimą", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Pridėti naują", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Pridėti kaip pristabdytą tik šį kartą", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Atsiminti šį sprendimą ir nuo šiol visada naujus parsisiuntimus pridėti kaip pristabdytus?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Visada pridėti kaip pristabdytą?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Vėl paklausti vėliau", + "description": "Button text" + }, + "batch_batch": { + "message": "Paketinis parsisiuntimas", + "description": "Button text" + }, + "batch_desc": { + "message": "Panašu, kad dabartiniame URL yra paketinio parsisiuntimo instrukcijos.", + "description": "" + }, + "batch_items": { + "message": "Elementų skaičius:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Peržiūra:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Norite pridėti tai kaip paketini ar kaip vienetinį parsisiuntimą?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Vienetinis parsisiuntimas", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Paketinis parsisiuntimas", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Atsisakyti", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "Šis laukas negali būti tuščias", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Vėliau šį sprendimą galite pakeisti Nuostatose", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Pasirinkti pažymėtus elementus", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Perrašyti", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Klausti", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Pervardinti", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Kurti filtrą", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Pasirinktinis failo vardas", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Visi failai", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Archyvai (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Programos (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Dokumentai (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Vaizdai (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "GIF vaizdai", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "JPEG vaizdai", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "PNG vaizdai", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Video (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Išjungti kitus", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Parsisiųsti", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Visoms kortelėms", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Visoms kortelėms", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Išsaugoti vaizdą su DownThemAll!", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Išsaugoti nuorodą su DownThemAll!", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Išsaugoti media su DownThemAll!", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Išsaugoti pažymėtą su DownThemAll!", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Išsaugoti vaizdą su OneClick!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Išsaugoti nuorodą su OneClick!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Išsaugoti media su OneClick!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Išsaugoti pažymėtą su OneClick!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Klaidinga pervardinimo kaukė", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Klaidingas šaltinis", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "Klaidingas URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Nieko nepasirinkta", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Pakaitos simbolių išraiška arba reguliari išraiška", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "Privalote nurodyti bent vieną filtro tipą!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Kurti naują filtrą", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filtro išraiška", + "description": "Message box label" + }, + "filter_label": { + "message": "Filtro etiketė", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Nuorodos filtras", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Media filtras", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filtrų tipai", + "description": "Message box label" + }, + "force_start": { + "message": "Pradėti priverstinai", + "description": "Menu text" + }, + "information_title": { + "message": "Informacija", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Neteisingas domenas", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Invertuoti pažymėjimą", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Apribota iki", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "Baigta $COMPLETE$ iš $TOTAL$ parsisiuntimų ($SHOWING$ rodoma), $RUNNING$ vyksta", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Menedžeris", + "description": "Menu text" + }, + "manager_title": { + "message": "DownThemAll! menedžeris", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Numatytoji kaukė", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Į pabaigą", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Žemyn", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Į pradžią", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Aukštyn", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "Iki šiol, naudodami DownThemAll!, pridėjote $DOWNLOADS$ parsisiuntimų! Kaip paprastas vartotojas, galbūt norėsite apsvarstyti galimybę paaukoti tolimesnei plėtrai. Ačiū!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "Daugiau manęs neklausti", + "description": "Donation button" + }, + "no_links": { + "message": "Nuorodų nerasta!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Nėra pažymėtų elementų", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ pažymėtų elementų…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Atverti katalogą", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Atverti failą", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Atverti nuorodą", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filtrai", + "description": "Pref tab text" + }, + "options_general": { + "message": "Bendros", + "description": "Pref tab text" + }, + "options_network": { + "message": "Tinklas", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Pristabdyti", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Naujus parsisiuntimus pridėti kaip pristabdytus, o ne paleisti juos iš karto", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Lygiagretūs siuntimai", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Rodyti pranešimą, kai eilėje neliks parsisiuntimų", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "Naršyklės mygtukas turėtų būti OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Nerodyti bendrųjų kontekstinio meniu elementų", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Rodyti patarimus Menedžerio kortelėje", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Atidaryti Menedžerio kortelę, po kai kurių parsisiuntimų atsiradimo eilėje", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Parodyti pranešimą, kai eilėje atsiranda nauji parsisiuntimai", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Pašalinti trūkstamus parsisiuntimus po restarto", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "Vietoje pavadinimų rodyti URL", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Bandyti tinklalapio tekste rasti nuorodas (lėčiau)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Menedžeris", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Globalūs tinklo apribojimai", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Eilėje esantys parsisiuntimai", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Naudotojo sąsaja", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Jei toks failas jau yra", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Nuostatos", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "DownThemAll! nuostatos", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "Parsisiuntimų eilė baigta", + "description": "Notification text" + }, + "queued_download": { + "message": "Laukia 1 parsisiuntimas!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "Laukia $COUNT$ parsisiuntimų!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Pašalinti visus baigtus", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Pašalinti visus", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Norite pašalinti visus parsisiuntimus?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Pašalinti dabartinį paketą", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Norite pašalinti visus to paties paketo parsisiuntimus, kaip ir šiuo metu pažymėtas failas?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Pašalinti baigtus parsisiuntimus", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Norite pašalinti visus baigtus parsisiuntimus?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Norite pašalinti visus baigtus parsisiuntimus, atitinkančius '$FILTER$' filtrą?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Norite pašalinti visus baigtus parsisiuntimus iš dabartinio pažymėjimo?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Pašalinti baigtus ir dabartinio domeno", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Norite pašalinti visus baigtus parsisiuntimus iš '$DOMAIN$' domeno?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Pašalinti dabartinį domeną", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Norite pašalinti visus parsisiuntimus iš '$DOMAIN$' domeno?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Pašalinti parsisiuntimą", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "Norite pašalinti pažymėtą parsisiuntimą?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Pašalinti parsisiuntimus", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "Ar tikrai norite pašalinti parsisiuntimus?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Pašalinti nepavykusius", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Ar tikrai norite pašalinti visus nepavykusius parsisiuntimus?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Norite pašalinti visus parsisiuntimus, atitinkančius '$FILTER$' filtrą?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Išvalyti trūkstamus parsisiuntimus", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Norite išvalyti visus trūkstamus parsisiuntimus?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Pašalinti pristabdytus", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Norite pašalinti visus pristabdytus parsisiuntimus?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Pašalinti baigtus tarp pažymėtų", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Norite pašalinti visus baigtus parsisiuntimus tarp pažymėtų parsisiuntimų?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Pašalinti pažymėtus", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Paketo numeris", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Pridėjimo data - Diena", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Pridėjimo data", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Domeno pavadinimas (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Failo plėtinys", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Pridėjimo data - Valanda", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Host'o pavadinimas", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Elemento numeris pakete", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Pridėjus 'flat', pvz., *flatsubdirs*, reikšmėje bus pakeisti visi dešininiai brūkšniai ir nebus kuriami katalogai", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Pridėjimo data - Mėnuo", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Pridėjimo data - Minutė", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Failo pavadinimas", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "*batch* alternatyva", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Užklausos eilutė", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Šaltinis", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Šaltinio domeno pavadinimas (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Šaltinio failo plėtinys", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Šaltinio host'o pavadinimas", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Šaltinio failo pavadinimas", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Šaltinio užklausos eilutė", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Kelias iki šaltinio", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "Šaltinio URL (be protokolo)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Pridėjimo data - Sekundė", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Kelias", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Pervardinimo kaukės tegai", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Aprašymo tekstas", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Antraštės tekstas", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (be protokolo)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Pridėjimo data - Metai", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Atkurti atsimintus patvirtinimus", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Visi anksčiau atsiminti patvirtinimai buvo atkurti!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Atkurti naudotojo sąsajos parametrų pakeitimus", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Visi anksčiau atsiminti naudotojo sąsajos parametrų pakeitimai buvo atkurti! Jums gali tekti naujai įkelti langus/korteles.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Tęsti", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Pažymėti viską", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Pažymėti pasirinktus", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Panaikinti pažymėjimą", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Pasirinkite parsisiuntimus", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Nurodykite pervardinimo kaukę", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Palaikomi paketai, pvz.:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Įveskite parsisiuntimo URL (nuorodą) ir kitus parametrus", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Pridėti nuorodą", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ iš $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Nežinomas", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Milžiniškas (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Didelis ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Vidutinis ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Mažas ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Bus pradėti nauji parsisiuntimai", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Nauji parsisiuntimai nebus pradėti", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Sukeisti pažymėtų elementų pasirinkimą", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Pridėjimo data:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Lieka:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Iš:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Dydis:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Vidutinis:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Dabartinis:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Panaikinti pasirinkimą pažymėtiems elementams", + "description": "Menu text; select" } } \ No newline at end of file diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index 8823efc..bd00635 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -7,86 +7,18 @@ "message": "nl", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "Download toevoegen", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Nieuw toevoegen", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Alleen nu gepauzeerd toevoegen", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Wilt u deze beslissing onthouden en voortaan alle nieuwe downloads gepauzeerd toevoegen?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Altijd gepauzeerd toevoegen", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Gepauzeerd toevoegen", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Later opnieuw vragen", - "description": "Button text" - }, - "batch.batch": { - "message": "Groep download", - "description": "Button text" - }, - "batch.desc": { - "message": "De huidige URL lijkt een instructie voor een groep download te bevatten.", - "description": "" - }, - "batch.items": { - "message": "Aantal onderdelen:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Voorbeeld:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Wilt u dit als groep of individuele download toevoegen?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Individuele download", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Groep download", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Annuleren", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Annuleren", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Geannuleerd", "description": "Download status text" }, - "cannot-be-empty": { - "message": "Dit veld mag niet leeg zijn", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "U kunt deze beslissing later nog veranderen in de Voorkeuren", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Geselecteerde onderdelen aanvinken", - "description": "Menu text" - }, "colConnections": { "message": "Gelijktijdige verbindingen", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "Snelheid", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Overschrijven", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Prompt", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "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" - }, - "custom-filename": { - "message": "Aangepaste bestandsnaam", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Alle bestanden", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Archieven (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Programma's (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Documenten (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Afbeeldingen (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "GIF Afbeeldingen", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "JPEG Afbeeldingen", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "PNG Afbeeldingen", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Video's (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Verwijderen", "description": "button text" @@ -195,10 +67,6 @@ "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" @@ -211,82 +79,10 @@ "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.image": { - "message": "Afbeelding opslaan met DownThemAll!", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Link opslaan met DownThemAll!", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Media opslaan met DownThemAll!", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Selectie opslaan met DownThemAll!", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Afbeelding opslaan met OneClick!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Link opslaan met OneClick!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Media opslaan met OneClick!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Selectie opslaan met OneClick!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Ongeldig wijzigingsmasker", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Ongeldige doorverwijzing", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "Ongeldige URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Geen geselecteerde items", - "description": "Error Message; select window" - }, "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" }, - "fastfilter.placeholder": { - "message": "Jokerteken of reguliere expressie", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Snel filteren", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "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" - }, - "filter-create.title": { - "message": "Nieuw filter maken", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filterexpressie", - "description": "Message box label" - }, - "filter-label": { - "message": "Filterlabel", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Link filter", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "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" - }, - "information.title": { - "message": "Informatie", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Ongeldig domein", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Selectie omkeren", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "Gelimiteerd tot", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Links", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "$COMPLETE$ van $TOTAL$ downloads gereed ($SHOWING$ weergegeven), $RUNNING$ bezig", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "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)" @@ -425,188 +111,22 @@ "message": "Ontbrekend", "description": "Status text in manager" }, - "move-bottom": { - "message": "Onderaan", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Omlaag", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Bovenaan", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Omhoog", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "U heeft al $DOWNLOADS$ downloads toegevoegd met DownThemAll! Als regelmatige gebruiker wilt u wellicht een donatie overwegen om verdere ontwikkeling te ondersteunen. Alvast bedankt!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "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" - }, - "numitems.label": { - "message": "$ITEMS$ items geselecteerd…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "OK", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Open map", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Open bestand", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Open link", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filters", - "description": "Pref tab text" - }, - "options-general": { - "message": "Algemeen", - "description": "Pref tab text" - }, - "options-network": { - "message": "Netwerk", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pauze", - "description": "Action for pausing a download" - }, "paused": { "message": "Gepauzeerd", "description": "Status text; manager" }, - "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" - }, - "prefs.short": { - "message": "Voorkeuren", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "DownThemAll! voorkeuren", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "De download wachtrij is gereed", - "description": "Notification text" - }, "queued": { "message": "In de wachtrij geplaatst", "description": "Status text" }, - "queued-download": { - "message": "1 download in de wachtrij geplaatst!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "$COUNT$ downloads in de wachtrij geplaatst!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Verwijzer", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "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" - }, - "remove-all-downloads": { - "message": "Alle verwijderen", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Wilt u alle downloads verwijderen?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Huidige groep verwijderen", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Wilt u alle downloads verwijderen die zich in dezelfde groep bevinden als de huidige selectie?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Voltooide downloads verwijderen", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Wilt u alle voltooide downloads verwijderen?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Wilt u alle voltooide downloads verwijderen die voldoen aan het '$FILTER$' filter?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Wilt u alle voltooide downloads in de huidige selectie verwiijderen?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Verwijder voltooid van huidig domein", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Wilt u alle voltooide downloads van domein '$DOMAIN$' verwijderen?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Huidig domein verwijderen", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Wilt u alle downloads van domein '$DOMAIN$' verwijderen?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "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" - }, - "remove-downloads.title": { - "message": "Weet u zeker dat u downloads wilt verwijderen?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Verwijderen mislukt", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Wilt u alle mislukte downloads verwijderen?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Wilt u alle downloads verwijderen die aan het '$FILTER$' filter voldoen?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Ontbrekende downloads verwijderen", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Wilt u alle ontbrekende downloads verwijderen?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Gepauzeerd verwijderen", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Wilt u alle gepauzeerde downloads verwijderen?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Verwijder compleet in selectie", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Wilt u alle complete downloads verwijderen in de huidige selectie?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "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" - }, - "renamer-d": { - "message": "Datum toegevoegd - Dag", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Datum toegevoegd", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Domeinnaam (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Extensie", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Datum toegevoegd - Uur", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Hostnaam", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Itemnummer in groep", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "'flat' toevoegen, zoals *flatsubdirs* zal alle schuine streepjes in de waarde vervangen en geen mappen toevoegen", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Datum toegevoegd - Maand", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Datum toegevoegd - Minuut", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Bestandsnaam", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Alias voor *groep*", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Query tekenreeks", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Referrer domeinnaam (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Referrer extensie", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Referrer hostnaam", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Referrer bestandsnaam", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Referrer query tekenreeks", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Referrer pad", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "Referrer URL (zonder protocol)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Datum toegevoegd - Seconde", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Pad", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Labels voor wijzigingsmasker", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Omschrijving", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Titeltekst", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (zonder protocol)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Datum toegevoegd - Jaar", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Wijzigingsmasker", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "Herstellen", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Onthouden bevestigingen herstellen", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Alle eerder onthouden bevestigingen zijn hersteld!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Aanpassingen in de gebruikersinterface herstellen", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Alle eerder onthouden ontwerpaanpassingen zijn hersteld! U moet wellicht vensters of tabbladen opnieuw laden.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Voortzetten", - "description": "Action for resuming a download" - }, "running": { "message": "Bezig", "description": "Status text" @@ -907,22 +159,6 @@ "message": "Zoeken…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Alles selecteren", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Aangevinkt selecteren", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Niets selecteren", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Selecteer uw Downloads", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "Niet gevonden", "description": "Error message" @@ -939,40 +175,6 @@ "message": "Onbevoegd", "description": "Error message" }, - "set-mask": { - "message": "Wijzigingsmasker instellen", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Groepen worden ondersteund, bijvoorbeeld:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Een download URL (link) toevoegen en andere opties", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Link toevoegen", - "description": "Title of single window" - }, - "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" - }, "sizeB": { "message": "$S$ B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Enorm (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Groot ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Gemiddeld ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Klein ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$ TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Nieuwe downloads worden gestart", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Nieuwe downloads worden niet gestart", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Titel", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Vinkje omkeren voor geselecteerde items", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Datum toegevoegd:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Resterend:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Van:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Grootte:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Gemiddeld:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Huidig:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Geselecteerde items uitvinken", - "description": "Menu text; select" - }, "unlimited": { "message": "Ongelimiteerd", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Gebruik één keer", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Download toevoegen", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Nieuw toevoegen", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Alleen nu gepauzeerd toevoegen", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Wilt u deze beslissing onthouden en voortaan alle nieuwe downloads gepauzeerd toevoegen?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Altijd gepauzeerd toevoegen", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Later opnieuw vragen", + "description": "Button text" + }, + "batch_batch": { + "message": "Groep download", + "description": "Button text" + }, + "batch_desc": { + "message": "De huidige URL lijkt een instructie voor een groep download te bevatten.", + "description": "" + }, + "batch_items": { + "message": "Aantal onderdelen:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Voorbeeld:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Wilt u dit als groep of individuele download toevoegen?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Individuele download", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Groep download", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Annuleren", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "Dit veld mag niet leeg zijn", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "U kunt deze beslissing later nog veranderen in de Voorkeuren", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Geselecteerde onderdelen aanvinken", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Overschrijven", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Prompt", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Naam wijzigen", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Filter maken", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Aangepaste bestandsnaam", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Alle bestanden", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Archieven (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Programma's (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Documenten (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Afbeeldingen (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "GIF Afbeeldingen", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "JPEG Afbeeldingen", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "PNG Afbeeldingen", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Video's (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Andere uitschakelen", + "description": "Checkbox label. Keep it short" + }, + "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_image": { + "message": "Afbeelding opslaan met DownThemAll!", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Link opslaan met DownThemAll!", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Media opslaan met DownThemAll!", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Selectie opslaan met DownThemAll!", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Afbeelding opslaan met OneClick!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Link opslaan met OneClick!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Media opslaan met OneClick!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Selectie opslaan met OneClick!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Ongeldig wijzigingsmasker", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Ongeldige doorverwijzing", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "Ongeldige URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Geen geselecteerde items", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Jokerteken of reguliere expressie", + "description": "Placeholder for fastfilter inputs" + }, + "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" + }, + "filter_create_title": { + "message": "Nieuw filter maken", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filterexpressie", + "description": "Message box label" + }, + "filter_label": { + "message": "Filterlabel", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Link filter", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Media filter", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filtersoort", + "description": "Message box label" + }, + "force_start": { + "message": "Forceer start", + "description": "Menu text" + }, + "information_title": { + "message": "Informatie", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Ongeldig domein", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Selectie omkeren", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Gelimiteerd tot", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "$COMPLETE$ van $TOTAL$ downloads gereed ($SHOWING$ weergegeven), $RUNNING$ bezig", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Beheerder", + "description": "Menu text" + }, + "manager_title": { + "message": "DownThemAll! beheerder", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Standaardmasker", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Onderaan", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Omlaag", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Bovenaan", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Omhoog", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "U heeft al $DOWNLOADS$ downloads toegevoegd met DownThemAll! Als regelmatige gebruiker wilt u wellicht een donatie overwegen om verdere ontwikkeling te ondersteunen. Alvast bedankt!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "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" + }, + "numitems_label": { + "message": "$ITEMS$ items geselecteerd…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Open map", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Open bestand", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Open link", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filters", + "description": "Pref tab text" + }, + "options_general": { + "message": "Algemeen", + "description": "Pref tab text" + }, + "options_network": { + "message": "Netwerk", + "description": "Pref tab text" + }, + "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" + }, + "prefs_short": { + "message": "Voorkeuren", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "DownThemAll! voorkeuren", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "De download wachtrij is gereed", + "description": "Notification text" + }, + "queued_download": { + "message": "1 download in de wachtrij geplaatst!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "$COUNT$ downloads in de wachtrij geplaatst!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Alle voltooide verwijderen", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Alle verwijderen", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Wilt u alle downloads verwijderen?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Huidige groep verwijderen", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Wilt u alle downloads verwijderen die zich in dezelfde groep bevinden als de huidige selectie?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Voltooide downloads verwijderen", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Wilt u alle voltooide downloads verwijderen?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Wilt u alle voltooide downloads verwijderen die voldoen aan het '$FILTER$' filter?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Wilt u alle voltooide downloads in de huidige selectie verwiijderen?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Verwijder voltooid van huidig domein", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Wilt u alle voltooide downloads van domein '$DOMAIN$' verwijderen?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Huidig domein verwijderen", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Wilt u alle downloads van domein '$DOMAIN$' verwijderen?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "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" + }, + "remove_downloads_title": { + "message": "Weet u zeker dat u downloads wilt verwijderen?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Verwijderen mislukt", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Wilt u alle mislukte downloads verwijderen?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Wilt u alle downloads verwijderen die aan het '$FILTER$' filter voldoen?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Ontbrekende downloads verwijderen", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Wilt u alle ontbrekende downloads verwijderen?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Gepauzeerd verwijderen", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Wilt u alle gepauzeerde downloads verwijderen?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Verwijder compleet in selectie", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Wilt u alle complete downloads verwijderen in de huidige selectie?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Verwijder geselecteerd", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Groepsnummer", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Datum toegevoegd - Dag", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Datum toegevoegd", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Domeinnaam (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Extensie", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Datum toegevoegd - Uur", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Hostnaam", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Itemnummer in groep", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "'flat' toevoegen, zoals *flatsubdirs* zal alle schuine streepjes in de waarde vervangen en geen mappen toevoegen", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Datum toegevoegd - Maand", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Datum toegevoegd - Minuut", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Bestandsnaam", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Alias voor *groep*", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Query tekenreeks", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Referrer domeinnaam (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Referrer extensie", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Referrer hostnaam", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Referrer bestandsnaam", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Referrer query tekenreeks", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Referrer pad", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "Referrer URL (zonder protocol)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Datum toegevoegd - Seconde", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Pad", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Labels voor wijzigingsmasker", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Omschrijving", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Titeltekst", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (zonder protocol)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Datum toegevoegd - Jaar", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Onthouden bevestigingen herstellen", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Alle eerder onthouden bevestigingen zijn hersteld!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Aanpassingen in de gebruikersinterface herstellen", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Alle eerder onthouden ontwerpaanpassingen zijn hersteld! U moet wellicht vensters of tabbladen opnieuw laden.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Voortzetten", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Alles selecteren", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Aangevinkt selecteren", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Niets selecteren", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Selecteer uw Downloads", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Wijzigingsmasker instellen", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Groepen worden ondersteund, bijvoorbeeld:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Een download URL (link) toevoegen en andere opties", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Link toevoegen", + "description": "Title of single window" + }, + "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" + }, + "sizes_huge": { + "message": "Enorm (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Groot ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Gemiddeld ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Klein ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Nieuwe downloads worden gestart", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Nieuwe downloads worden niet gestart", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Vinkje omkeren voor geselecteerde items", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Datum toegevoegd:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Resterend:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Van:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Grootte:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Gemiddeld:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Huidig:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Geselecteerde items uitvinken", + "description": "Menu text; select" } } \ No newline at end of file diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index fde2744..6f63934 100755 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -27,86 +27,18 @@ "description": "Error message", "message": "Brak autoryzacji dostępu" }, - "add-download": { - "message": "Dodaj pobieranie", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Dodaj nowe", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Dodaj wstrzymane tylko tym razem", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Czy chcesz zapamiętać tę decyzję i od teraz dodawać nowe pobierania jako zatrzymane?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Zawsze dodawać wstrzymane?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "Dodaj wstrzymane", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "Zapytaj mnie później", - "description": "Button text" - }, - "batch.batch": { - "message": "Pobieranie grupowe", - "description": "Button text" - }, - "batch.desc": { - "message": "Obecny adres URL wydaje się zawierać instrukcje dotyczące pobierania grupowego.", - "description": "" - }, - "batch.items": { - "message": "Liczba elementów:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Podgląd:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Chcesz to dodać jako grupowe czy pojedyncze pobranie?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Pobieranie pojedyncze", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Pobieranie grupowe", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "Anuluj", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "Anuluj", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "Anulowane", "description": "Download status text" }, - "cannot-be-empty": { - "message": "To pole nie może być puste", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Możesz zmienić decyzję później w Ustawieniach", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Sprawdź wybrane elementy", - "description": "Menu text" - }, "colConnections": { "message": "Jednoczesne połączenia", "description": "Table column in prefs/network" @@ -143,66 +75,6 @@ "message": "Prędkość", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "Nadpisz", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Zapytaj", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Zmień nazwę", - "description": "Option text; prefs/general" - }, - "create-filter": { - "message": "Utwórz filtr", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Własna nazwa pliku", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Wszystkie pliki", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Archiwa (zip, rar, 7z, …)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Audio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Oprogramowanie (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Dokumenty (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Obrazy (jpeg, png, gif, …)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "Obrazy GIF", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "Obrazy JPEG", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "Obrazy PNG", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Filmy (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "Usuń", "description": "button text" @@ -211,10 +83,6 @@ "message": "Opis", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "Wyłącz inne", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "Wesprzyj!", "description": "Donate button" @@ -227,162 +95,18 @@ "message": "Pobieranie", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "Pobierz", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Wszystkie zakładki", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Wszystkie zakładki", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Zapisz Obraz z DownThemAll!", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Zapisz Link z DownThemAll!", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Zapisz Multimedia z DownThemAll!", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Zapisz wybór z DownThemAll!", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Zapisz Obraz z One Click!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Zapisz Link z One Click!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Zapisz Multimedia z One Click!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Zapisz wybór z One Click!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Nieprawidłowa maska zmiany nazwy", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Nieprawidłowy odnośnik", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "Nieprawidłowy URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Nie wybrano żadnych elementów", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "Narzędzie do zbiorowego pobierania dla Twojej przeglądarki", "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" }, - "fastfilter.placeholder": { - "message": "Wyrażenie wieloznaczne lub wyrażenie regularne", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "Szybkie filtrowanie", "description": "Label for Fast Filtering input" }, - "filter-at-least-one": { - "message": "Musisz wybrać co najmniej jeden typ filtru!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Utwórz nowy filtr", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filter-Wyrażenie", - "description": "Message box label" - }, - "filter-label": { - "message": "Filtr-Nazwa", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Filtr linków", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Filtr Multimediów", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Filtr-Typy", - "description": "Message box label" - }, "finishing": { "message": "Kończenie", "description": "Status text" }, - "force-start": { - "message": "Wymuś Start", - "description": "Menu text" - }, - "information.title": { - "message": "Informacja", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Nieprawidłowa domena", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Odwróć zaznaczenie", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, "language": { "description": "Lanuage Name in your language", "message": "Polski (PL)" @@ -391,52 +115,14 @@ "description": "Language code the locale will use, e.g. de or en-GB or pt-BR", "message": "pl" }, - "limited-to": { - "message": "Ograniczone do", - "description": "Label text; used in prefs/network" - }, "links": { "message": "Linki", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "Ukończono $COMPLETE$ z $TOTAL$ pobierań ($SHOWING$ wyświetlono), $RUNNING$ trwających", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Menedżer", - "description": "Menu text" - }, - "manager.title": { - "message": "Menedżer DownThemAll!", - "description": "Window/tab title" - }, "mask": { "message": "Maska", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "Domyślna Maska", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "Multimedia", "description": "Media label (short)" @@ -445,184 +131,18 @@ "message": "Brakujące", "description": "Status text in manager" }, - "move-bottom": { - "message": "Dół", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Niżej", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Góra", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Wyżej", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "Dodałeś do tej pory $DOWNLOADS$ pobrań z DownThemAll! Jako stały użytkownik możesz rozważyć darowiznę na wsparcie dalszego rozwoju. Dzięki!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, - "never-ask-again": { - "message": "Nie pytaj ponownie", - "description": "Donation button" - }, - "no-links": { - "message": "Nie znaleziono linków!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Nie wybrano elementów", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ elementów wybrano…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "OK", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "Otwórz folder", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Otwórz plik", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Otwórz Link", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filtry", - "description": "Pref tab text" - }, - "options-general": { - "message": "Ogólne", - "description": "Pref tab text" - }, - "options-network": { - "message": "Sieć", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pauza", - "description": "Action for pausing a download" - }, "paused": { "message": "Wstrzymane", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "Dodaj nowe pobierania wstrzymane, zamiast rozpoczynać je natychmiast", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Jednoczesne pobierania", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Pokaż powiadomienie, gdy kolejka zakończy pobieranie", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "Przycisk przeglądarki powinien być OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "Nie pokazuj ogólnych pozycji menu kontekstowego", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Pokaż podpowiedzi w zakładkach Menedżera", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Otwórz zakładkę Menedżera po zakolejkowaniu niektórych pobrań", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Pokaż powiadomienie, gdy kolejkujesz nowe pobieranie", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Usuwaj brakujące pobrania po restarcie", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "Pokaż URL zamiast Nazw", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Spróbuj znaleźć linki w treści strony internetowej (wolniejsze)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Menedżer", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Globalne Ograniczenia Sieci", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Kolejkowanie Pobrań", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Interfejs Użytkownika", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Kiedy plik istnieje", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Ustawienia", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "Ustawienia DownThemAll!", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "Kolejka pobierania została zakończona", - "description": "Notification text" - }, "queued": { "message": "Zakolejkowane", "description": "Status text" }, - "queued-download": { - "message": "Zakolejkowane 1 pobieranie!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "Zakolejkowane $COUNT$ pobierań!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "Odnośnik", "description": "Label for \"Referrer\"" @@ -631,258 +151,10 @@ "message": "Zapamiętaj tę decyzję", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "Usuń wszystkie zakończone", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Usuń wszystkie", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Czy chcesz usunąć WSZYSTKIE pobierania?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Usuń aktualne pobieranie grupowe", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Czy chcesz usunąć wszystkie pobrania z danej grupy, co aktualnie wybrane pobieranie?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Usuń Zakończone Pobierania", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Czy chcesz usunąć wszystkie zakończone pobierania?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Czy chcesz usunąć wszystkie zakończone pobrania odpowiadające filtrowi '$FILTER$'", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Czy chcesz usunąć wszystkie zakończone pobrania z bieżącego wyboru?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Usuń zakończone z obecnej domeny", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Czy chcesz usunąć wszystkie zakończone pobrania z domeny '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Usuń obecną domenę", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Czy chcesz usunąć wszystkie pobrania z domeny '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Usuń Pobranie", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "Czy chcesz usunąć wybrane pliki do pobrania?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Usuń pobierania", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "Czy na pewno chcesz usunąć pobrane pliki?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Usuń błędne", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Czy chcesz usunąć wszystkie nieudane pobrania?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Czy chcesz usunąć wszystkie pobrania pasujące do filtra '$FILTER$'?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Wyczyść Brakujące Pobrania", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Czy chcesz wyczyścić wszystkie brakujące pobrania?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Usuń wstrzymane", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Czy chcesz usunąć wszystkie wstrzymane pobrania?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Usuń ukończone z zaznaczonych", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Czy chcesz usunąć wszystkie zakończone pobrania z bieżącego wyboru?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Usuń wybrane", - "description": "Menu text" - }, "rename": { "message": "Zmień nazwę", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "Numer pobierania grupowego", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Dzień dodania", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Data dodania", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Nazwa Domeny (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Rozszerzenie pliku", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Godzina dodania", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Nazwa hosta", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Numer elementu w pobieraniu grupowym", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Dodanie 'flat', np. *flatsubdirs*, zamieni wszystkie ukośniki w wartości, co doprowadzi do nieutworzenia katalogów", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Miesiąc dodania", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Minuta dodania", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Nazwa pliku", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Alias dla *pobieranie grupowe*", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Ciąg zapytania", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Odnośnik", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Nazwa domeny referencyjnej (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Rozszerzenie pliku odnośnika", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Nazwa hosta odnośnika", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Nazwa pliku odnośnika", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Ciąg zapytania odnośnika", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Ścieżka odnośnika", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "URL odnośnika (bez protokołu)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Sekunda dodania", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Ścieżka", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Znaczniki zmiany maski", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Opis", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Tytuł", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (bez protokołu)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Rok dodania", - "description": "Mask text; see mask button" - }, "renmask": { "message": "Zmiana nazwy maski", "description": "Renaming mask (long)" @@ -891,26 +163,6 @@ "message": "Reset", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "Zresetuj zapamiętane potwierdzenia", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Wszystkie wcześniej zapamiętane potwierdzenia zostały zresetowane!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Zresetuj ustawienia interfejsu użytkownika", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Wszystkie wcześniej zapamiętane ustawienia wyglądu zostały zresetowane! Może być konieczne ponowne załadowanie okien/kart.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Wznów", - "description": "Action for resuming a download" - }, "running": { "message": "Trwające", "description": "Status text" @@ -920,59 +172,9 @@ "description": "Button text; e.g. prefs/Network" }, "search": { - "message": "Szukaj\u2026", + "message": "Szukaj…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "Wybierz wszystko", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Wybierz Zaznaczone", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Odznacz", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Wybierz swoje pobierania", - "description": "Title of the select window" - }, - "set-mask": { - "message": "Ustaw maskę zmiany nazwy", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Pobierania grupowe są wspierane, np.:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Wprowadź URL pobierania (link) i inne opcje", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Dodaj link", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ z $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Nieznany", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$B", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "Wielki (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Duży ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Średni ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Mały ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "Nowe pobrania zostaną uruchomione", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Nowe pobrania nie zostaną uruchomione", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "Tytuł", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "Zamień wybór zaznaczonych elementów", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Data dodania:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Pozostało:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "Od:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Rozmiar:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Średnio:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Obecnie:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Odznacz wybrane elementy", - "description": "Menu text; select" - }, "unlimited": { "message": "Nielimitowane", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "Użyj raz", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Dodaj pobieranie", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Dodaj nowe", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Dodaj wstrzymane tylko tym razem", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Czy chcesz zapamiętać tę decyzję i od teraz dodawać nowe pobierania jako zatrzymane?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Zawsze dodawać wstrzymane?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Zapytaj mnie później", + "description": "Button text" + }, + "batch_batch": { + "message": "Pobieranie grupowe", + "description": "Button text" + }, + "batch_desc": { + "message": "Obecny adres URL wydaje się zawierać instrukcje dotyczące pobierania grupowego.", + "description": "" + }, + "batch_items": { + "message": "Liczba elementów:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Podgląd:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Chcesz to dodać jako grupowe czy pojedyncze pobranie?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Pobieranie pojedyncze", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Pobieranie grupowe", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Anuluj", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "To pole nie może być puste", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Możesz zmienić decyzję później w Ustawieniach", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Sprawdź wybrane elementy", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Nadpisz", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Zapytaj", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Zmień nazwę", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Utwórz filtr", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Własna nazwa pliku", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Wszystkie pliki", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Archiwa (zip, rar, 7z, …)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Audio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Oprogramowanie (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Dokumenty (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Obrazy (jpeg, png, gif, …)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "Obrazy GIF", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "Obrazy JPEG", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "Obrazy PNG", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Filmy (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Wyłącz inne", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Pobierz", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Wszystkie zakładki", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Wszystkie zakładki", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Zapisz Obraz z DownThemAll!", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Zapisz Link z DownThemAll!", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Zapisz Multimedia z DownThemAll!", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Zapisz wybór z DownThemAll!", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Zapisz Obraz z One Click!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Zapisz Link z One Click!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Zapisz Multimedia z One Click!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Zapisz wybór z One Click!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Nieprawidłowa maska zmiany nazwy", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Nieprawidłowy odnośnik", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "Nieprawidłowy URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Nie wybrano żadnych elementów", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Wyrażenie wieloznaczne lub wyrażenie regularne", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "Musisz wybrać co najmniej jeden typ filtru!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Utwórz nowy filtr", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filter-Wyrażenie", + "description": "Message box label" + }, + "filter_label": { + "message": "Filtr-Nazwa", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Filtr linków", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Filtr Multimediów", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filtr-Typy", + "description": "Message box label" + }, + "force_start": { + "message": "Wymuś Start", + "description": "Menu text" + }, + "information_title": { + "message": "Informacja", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Nieprawidłowa domena", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Odwróć zaznaczenie", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Ograniczone do", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "Ukończono $COMPLETE$ z $TOTAL$ pobierań ($SHOWING$ wyświetlono), $RUNNING$ trwających", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Menedżer", + "description": "Menu text" + }, + "manager_title": { + "message": "Menedżer DownThemAll!", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Domyślna Maska", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Dół", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Niżej", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Góra", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Wyżej", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "Dodałeś do tej pory $DOWNLOADS$ pobrań z DownThemAll! Jako stały użytkownik możesz rozważyć darowiznę na wsparcie dalszego rozwoju. Dzięki!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "Nie pytaj ponownie", + "description": "Donation button" + }, + "no_links": { + "message": "Nie znaleziono linków!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Nie wybrano elementów", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ elementów wybrano…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Otwórz folder", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Otwórz plik", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Otwórz Link", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filtry", + "description": "Pref tab text" + }, + "options_general": { + "message": "Ogólne", + "description": "Pref tab text" + }, + "options_network": { + "message": "Sieć", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Pauza", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Dodaj nowe pobierania wstrzymane, zamiast rozpoczynać je natychmiast", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Jednoczesne pobierania", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Pokaż powiadomienie, gdy kolejka zakończy pobieranie", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "Przycisk przeglądarki powinien być OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Nie pokazuj ogólnych pozycji menu kontekstowego", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Pokaż podpowiedzi w zakładkach Menedżera", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Otwórz zakładkę Menedżera po zakolejkowaniu niektórych pobrań", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Pokaż powiadomienie, gdy kolejkujesz nowe pobieranie", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Usuwaj brakujące pobrania po restarcie", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "Pokaż URL zamiast Nazw", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Spróbuj znaleźć linki w treści strony internetowej (wolniejsze)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Menedżer", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Globalne Ograniczenia Sieci", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Kolejkowanie Pobrań", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Interfejs Użytkownika", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Kiedy plik istnieje", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Ustawienia", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "Ustawienia DownThemAll!", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "Kolejka pobierania została zakończona", + "description": "Notification text" + }, + "queued_download": { + "message": "Zakolejkowane 1 pobieranie!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "Zakolejkowane $COUNT$ pobierań!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Usuń wszystkie zakończone", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Usuń wszystkie", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Czy chcesz usunąć WSZYSTKIE pobierania?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Usuń aktualne pobieranie grupowe", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Czy chcesz usunąć wszystkie pobrania z danej grupy, co aktualnie wybrane pobieranie?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Usuń Zakończone Pobierania", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Czy chcesz usunąć wszystkie zakończone pobierania?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Czy chcesz usunąć wszystkie zakończone pobrania odpowiadające filtrowi '$FILTER$'", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Czy chcesz usunąć wszystkie zakończone pobrania z bieżącego wyboru?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Usuń zakończone z obecnej domeny", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Czy chcesz usunąć wszystkie zakończone pobrania z domeny '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Usuń obecną domenę", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Czy chcesz usunąć wszystkie pobrania z domeny '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Usuń Pobranie", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "Czy chcesz usunąć wybrane pliki do pobrania?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Usuń pobierania", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "Czy na pewno chcesz usunąć pobrane pliki?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Usuń błędne", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Czy chcesz usunąć wszystkie nieudane pobrania?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Czy chcesz usunąć wszystkie pobrania pasujące do filtra '$FILTER$'?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Wyczyść Brakujące Pobrania", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Czy chcesz wyczyścić wszystkie brakujące pobrania?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Usuń wstrzymane", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Czy chcesz usunąć wszystkie wstrzymane pobrania?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Usuń ukończone z zaznaczonych", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Czy chcesz usunąć wszystkie zakończone pobrania z bieżącego wyboru?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Usuń wybrane", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Numer pobierania grupowego", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Dzień dodania", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Data dodania", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Nazwa Domeny (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Rozszerzenie pliku", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Godzina dodania", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Nazwa hosta", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Numer elementu w pobieraniu grupowym", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Dodanie 'flat', np. *flatsubdirs*, zamieni wszystkie ukośniki w wartości, co doprowadzi do nieutworzenia katalogów", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Miesiąc dodania", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Minuta dodania", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Nazwa pliku", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Alias dla *pobieranie grupowe*", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Ciąg zapytania", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Odnośnik", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Nazwa domeny referencyjnej (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Rozszerzenie pliku odnośnika", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Nazwa hosta odnośnika", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Nazwa pliku odnośnika", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Ciąg zapytania odnośnika", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Ścieżka odnośnika", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "URL odnośnika (bez protokołu)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Sekunda dodania", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Ścieżka", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Znaczniki zmiany maski", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Opis", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Tytuł", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (bez protokołu)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Rok dodania", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Zresetuj zapamiętane potwierdzenia", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Wszystkie wcześniej zapamiętane potwierdzenia zostały zresetowane!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Zresetuj ustawienia interfejsu użytkownika", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Wszystkie wcześniej zapamiętane ustawienia wyglądu zostały zresetowane! Może być konieczne ponowne załadowanie okien/kart.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Wznów", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Wybierz wszystko", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Wybierz Zaznaczone", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Odznacz", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Wybierz swoje pobierania", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Ustaw maskę zmiany nazwy", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Pobierania grupowe są wspierane, np.:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Wprowadź URL pobierania (link) i inne opcje", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Dodaj link", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ z $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Nieznany", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Wielki (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Duży ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Średni ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Mały ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Nowe pobrania zostaną uruchomione", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Nowe pobrania nie zostaną uruchomione", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Zamień wybór zaznaczonych elementów", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Data dodania:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Pozostało:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "Od:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Rozmiar:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Średnio:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Obecnie:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Odznacz wybrane elementy", + "description": "Menu text; select" } -} +} \ No newline at end of file diff --git a/_locales/pt/messages.json b/_locales/pt/messages.json index ee44ccd..67583e2 100644 --- a/_locales/pt/messages.json +++ b/_locales/pt/messages.json @@ -1,1160 +1,1160 @@ { - "CRASH": { - "message": "Erro interno do navegador", - "description": "Error Message" - }, - "FILE_FAILED": { - "message": "Erro de acesso ao arquivo", - "description": "Error Message" - }, - "NETWORK_FAILED": { - "message": "Falha na rede", - "description": "Error Message" - }, - "SERVER_BAD_CONTENT": { - "message": "Não Encontrado", - "description": "Error message" - }, - "SERVER_FAILED": { - "message": "Erro do Servidor", - "description": "Error message" - }, - "SERVER_FORBIDDEN": { - "message": "Proibido", - "description": "Error message" - }, - "SERVER_UNAUTHORIZED": { - "message": "Não Autorizado", - "description": "Error message" - }, - "add-download": { - "message": "Adicionar download", - "description": "Action for adding a download" - }, - "add-new": { - "message": "Adicionar novo", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "Adicionar em pausa somente desta vez", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "Deseja memorizar esta decisão e sempre adicionar novos downloads em pausa?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "Sempre adicionar em pausa?", - "description": "Title for the add-paused dialog" - }, - "addpaused": { - "message": "Adicionar em pausa", - "description": "Action: Add paused" - }, - "ask-again-later": { - "message": "Pergunte-me novamente mais tarde", - "description": "Button text" - }, - "batch.batch": { - "message": "Download em lotes", - "description": "Button text" - }, - "batch.desc": { - "message": "O URL atual parece conter instruções para um download em lotes", - "description": "" - }, - "batch.items": { - "message": "Número de itens", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "Pré-visualização:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "Deseja adicionar isto como download individual ou em lotes?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "Download individual", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "Download em lotes", - "description": "Messagebox title for batch confirmations" - }, - "cancel": { - "message": "Cancelar", - "description": "Button text: Cancel" - }, - "cancel-download": { - "message": "Cancelar", - "description": "Action to cancel downloads, e.g. from the context menu" - }, - "canceled": { - "message": "Cancelado", - "description": "Download status text" - }, - "cannot-be-empty": { - "message": "Este campo não pode ficar em branco", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "Você pode alterar essa decisão mais tarde nas Preferências", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "Marcar itens selecionados", - "description": "Menu text" - }, - "colConnections": { - "message": "Conexões simultâneas", - "description": "Table column in prefs/network" - }, - "colDomain": { - "message": "Domínio", - "description": "Table column in manager" - }, - "colETA": { - "message": "Tempo Estimado", - "description": "Table column in manager" - }, - "colNameURL": { - "message": "Nome/URL", - "description": "Table column in manager" - }, - "colPercent": { - "message": "%", - "description": "Table column in manager" - }, - "colProgress": { - "message": "Progresso", - "description": "Table column in manager" - }, - "colSegments": { - "message": "Segmentos", - "description": "Table column in manager" - }, - "colSize": { - "message": "Tamanho", - "description": "Table column in manager" - }, - "colSpeed": { - "message": "Velocidade", - "description": "Table column in manager" - }, - "conflict-overwrite": { - "message": "Substituir", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "Perguntar", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "Renomear", - "description": "Option text; prefs/general" - }, - "create-filter": { - "message": "Criar filtro", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "Nome personalizado", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "Todos os arquivos", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "Arquivos compactados (zip, rar, 7z, …", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "Áudio (mp3, flac, wav, …)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "Software (exe, msi, …)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "Documentos (pdf, odf, docx, …)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "Imagens", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "Imagens GIF", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "Imagens JPEG", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "Imagens PNG", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "Vídeos (mp4, webm, mkv, …)", - "description": "Filter label for the Videos filter" - }, - "delete": { - "message": "Excluir", - "description": "button text" - }, - "description": { - "message": "Descrição", - "description": "Description (keep it short); e.g. the description column in select" - }, - "disable-other-filters": { - "message": "Desabilitar outros", - "description": "Checkbox label. Keep it short" - }, - "donate": { - "message": "Doar!", - "description": "Donate button" - }, - "done": { - "message": "Concluído", - "description": "Status text" - }, - "download": { - "message": "Download", - "description": "Download (noun); e.g. Download column in select" - }, - "download.verb": { - "message": "Download", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! - Todas as abas", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! - Todas as abas", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "Salvar Imagem com o DownThemAll!", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "Salvar Link com o DownThemAll!", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "Salvar Mídia com o DownThemAll!", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "Salvar Seleção com o DownThemAll!", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "Salvar Imagem com o OneClick!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "Salvar Link com o OneClick!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "Salvar Media com o OneClick!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "Salvar Seleção com o OneClick!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "Máscara de renomeio inválida", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "Referrer inválido", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "URL inválido", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "Nenhum item selecionado", - "description": "Error Message; select window" - }, - "extensionDescription": { - "message": "A ferramenta de download em massa para o seu navegador", - "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" - }, - "fastfilter.placeholder": { - "message": "Expressão curinga ou expressão regular", - "description": "Placeholder for fastfilter inputs" - }, - "fastfiltering": { - "message": "Filtragem rápida", - "description": "Label for Fast Filtering input" - }, - "filter-at-least-one": { - "message": "Você deve selecionar pelo menos um tipo de filtro!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "Criar Novo Filtro", - "description": "Message box title" - }, - "filter-expression": { - "message": "Filtro-Expressão", - "description": "Message box label" - }, - "filter-label": { - "message": "Filtro-Rótulo", - "description": "Message box label" - }, - "filter-type-link": { - "message": "Filtro de Links", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "Filtro de Mídia", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "Filtro-Tipos", - "description": "Message box label" - }, - "finishing": { - "message": "Concluindo", - "description": "Status text" - }, - "force-start": { - "message": "Forçar início", - "description": "Menu text" - }, - "information.title": { - "message": "Informação", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "Domínio inválido", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "Inverter seleção", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, - "language": { - "message": "Português (Brasil)", - "description": "Lanuage Name in your language" - }, - "language_code": { - "message": "pt-BR", - "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" - }, - "limited-to": { - "message": "Limitadas em", - "description": "Label text; used in prefs/network" - }, - "links": { - "message": "Links", - "description": "Links tab label (short); select window" - }, - "manager-status-items": { - "message": "Completados $COMPLETE$ de $TOTAL$ downloads ($SHOWING$ exibidos), $RUNNING$ em curso", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "Gerenciador", - "description": "Menu text" - }, - "manager.title": { - "message": "Gerenciador do DownThemAll!", - "description": "Window/tab title" - }, - "mask": { - "message": "Máscara", - "description": "Renaming mask (short); used in e.g. select" - }, - "mask.default": { - "message": "Máscara Padrão", - "description": "Status text; Used in the mask column, select window" - }, - "media": { - "message": "Mídia", - "description": "Media label (short)" - }, - "missing": { - "message": "Ausente", - "description": "Status text in manager" - }, - "move-bottom": { - "message": "Último", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "Baixo", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "Primeiro", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "Acima", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "Você já adicionou $DOWNLOADS$ downloads com DownThemAll! Como usuário regular, você pode considerar uma doação para apoiar desenvolvimento adicional. Obrigado!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, - "never-ask-again": { - "message": "Não me pergunte novamente", - "description": "Donation button" - }, - "no-links": { - "message": "Nenhum link encontrado!", - "description": "Notification text" - }, - "noitems.label": { - "message": "Nenhum item selecionado", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "$ITEMS$ itens selecionados…", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, - "ok": { - "message": "OK", - "description": "Button text; Used in message boxes" - }, - "open-directory": { - "message": "Abrir pasta", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "Abrir arquivo", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "Abrir link", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "Filtros", - "description": "Pref tab text" - }, - "options-general": { - "message": "Geral", - "description": "Pref tab text" - }, - "options-network": { - "message": "Rede", - "description": "Pref tab text" - }, - "pause-download": { - "message": "Pausar", - "description": "Action for pausing a download" - }, - "paused": { - "message": "Em pausa", - "description": "Status text; manager" - }, - "pref-add-paused": { - "message": "Adicionar novos downloads em pausa, em vez de iniciá-los imediatamente", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "Downloads simultâneos", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "Exibir uma notificação quando a fila de downloads terminar", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "O botão do navegador deve ser OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "Não exibir itens no menu de contexto geral", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "Exibir dicas nas abas do Gerenciador", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "Abrir a aba 'Gerenciador' após adicionar downloads à fila", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "Exibir notificação ao adicionar downloads à fila", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "Remover downloads inexistentes após reinicialização", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "Exibir URLs em vez de nomes", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "Tentar encontrar links no texto do site (mais lento)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "Gerenciador", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "Limites Globais de Rede", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "Adicionando downloads à fila", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "Interface de usuário", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "Quando um arquivo já existir", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "Preferências", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "Preferências do DownThemAll!", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "A fila de downloads terminou.", - "description": "Notification text" - }, - "queued": { - "message": "Adicionado à fila", - "description": "Status text" - }, - "queued-download": { - "message": "Adicionado 1 download à fila!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "Adicionados $COUNT$ downloads à fila!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, - "referrer": { - "message": "Referrer", - "description": "Label for \"Referrer\"" - }, - "remember": { - "message": "Memorizar esta decisão", - "description": "Checkbox text for confirmation, e.g. when removing a download in manager" - }, - "remove-all-complete-downloads": { - "message": "Remover Todos Os Downloads Completos", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "Remover Tudo", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "Deseja remover TODOS os downloads?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "Remover lote atual", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "Deseja remover todos os downloads do mesmo lote que o download atualmente selecionado?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "Remover Downloads Completos", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "Deseja remover todos os downloads completos?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "Deseja remover todos os downloads de acordo com o filtro '$FILTER$'", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "Deseja remover todos os downloads completos atualmente selecionados?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "Remover Completos do Domínio Atual", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "Deseja remover todos os downloads completos do domínio '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "Remover Domínio Atual", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "Deseja remover todos os downloads do domínio '$DOMAIN$'?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "Remover Download", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "Deseja remover os downloads selecionados?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "Remover Downloads", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "Tem certeza que quer remover os downloads?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "Falha na remoção", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "Deseja remover todos os downloads com falhas?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "Deseja remover todos os downloads de acordo com o filtro '$FILTER$'?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "Limpar Downloads Inexistentes", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "Deseja limpar todos os downloads inexistentes?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "Remover em Pausa", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "Deseja remover todos os downloads em pausa?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "Remover Completos Selecionados", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "Deseja remover todos os downloads completos atualmente selecionados?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "Remover Selecionados", - "description": "Menu text" - }, - "rename": { - "message": "Renomear", - "description": "UI for renaming; currently unused" - }, - "renamer-batch": { - "message": "Número do lote", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "Data de adicionamento - Dia", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "Data de adicionamento", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "Nome do Domínio (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "Extensão do Arquivo", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "Data de adicionamento - Hora", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "Nome do Host", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "Número do Item dentro do Lote", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "Adiconar 'flat', como em *flatsubdirs* irá substituir todas as barras no valor, portanto não criará pastas", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "Data de adicionamento - Mês", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "Data de adicionamento - Minuto", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "Nome do Arquivo", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "Identificador do *lote*", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "Query String", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "Nome de Domínio do Referrer (TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "Extensão de Arquivo do Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "Nome de Host do Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "Nome de Arquivo do Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "Query String do Referrer", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "Caminho do Referer", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "URL do Referrer (sem protocolo)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "Data de adicionamento - Segundo", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "Caminho", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "Etiquetas da Máscara de Renomeio", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "Texto da Descrição", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "Texto do Título", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL (sem protocolo)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "Data de adicionamento - Ano", - "description": "Mask text; see mask button" - }, - "renmask": { - "message": "Máscara de Renomeio", - "description": "Renaming mask (long)" - }, - "reset": { - "message": "Zerar", - "description": "Button text; pref window" - }, - "reset-confirmations": { - "message": "Zerar confirmações memorizadas", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "Todas as confirmações anteriormente memorizadas foram zeradas!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "Zerar personalizações da inferface de usuário", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "Todas as personalizações de composição anteriormente memorizadas foram zeradas! Pode ser preciso recarregar as janelas/abas.", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "Retomar", - "description": "Action for resuming a download" - }, - "running": { - "message": "Em curso", - "description": "Status text" - }, - "save": { - "message": "Salvar", - "description": "Button text; e.g. prefs/Network" - }, - "search": { - "message": "Pesquisar…", - "description": "Placeholder text; manager status search field" - }, - "select-all": { - "message": "Selecionar Tudo", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "Selecionar Marcados", - "description": "Menu text; select context" - }, - "select-none": { - "message": "Selecionar Nenhum", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! - Selecione seus Downloads", - "description": "Title of the select window" - }, - "set-mask": { - "message": "Definir Máscara de Renomeio", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "Lotes são suportados, por exemplo:", - "description": "Header text; single window" - }, - "single.header": { - "message": "Digite um URL de download (link) e outras opções", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! - Adicone um link", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$ de $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "Desconhecido", - "description": "Status text; manager size column" - }, - "sizeGB": { - "message": "$S$B", - "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" - } - } - }, - "sizes-huge": { - "message": "Enorme (> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "Grande ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "Médio ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "Pequeno ($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "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": "Novos Downloads serão iniciados", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "Nenhum Download será iniciado", - "description": "Status bar tooltip; manager network icon" - }, - "title": { - "message": "Título", - "description": "Column text; Title label (short)" - }, - "toggle-selected-items": { - "message": "Alternar Marcação nos Itens Selecionados", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "Data de adicionamento:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "Restante:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "De:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "Tamanho:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "Média:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "Atual:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "Desmarcar Itens Selecionados", - "description": "Menu text; select" - }, - "unlimited": { - "message": "Ilimitado", - "description": "Option text; Prefs/Network" - }, - "useonlyonce": { - "message": "Usar Uma Vez", - "description": "Label for Use-Once checkboxes" - } -} + "CRASH": { + "message": "Erro interno do navegador", + "description": "Error Message" + }, + "FILE_FAILED": { + "message": "Erro de acesso ao arquivo", + "description": "Error Message" + }, + "NETWORK_FAILED": { + "message": "Falha na rede", + "description": "Error Message" + }, + "SERVER_BAD_CONTENT": { + "message": "Não Encontrado", + "description": "Error message" + }, + "SERVER_FAILED": { + "message": "Erro do Servidor", + "description": "Error message" + }, + "SERVER_FORBIDDEN": { + "message": "Proibido", + "description": "Error message" + }, + "SERVER_UNAUTHORIZED": { + "message": "Não Autorizado", + "description": "Error message" + }, + "addpaused": { + "message": "Adicionar em pausa", + "description": "Action: Add paused" + }, + "cancel": { + "message": "Cancelar", + "description": "Button text: Cancel" + }, + "canceled": { + "message": "Cancelado", + "description": "Download status text" + }, + "colConnections": { + "message": "Conexões simultâneas", + "description": "Table column in prefs/network" + }, + "colDomain": { + "message": "Domínio", + "description": "Table column in manager" + }, + "colETA": { + "message": "Tempo Estimado", + "description": "Table column in manager" + }, + "colNameURL": { + "message": "Nome/URL", + "description": "Table column in manager" + }, + "colPercent": { + "message": "%", + "description": "Table column in manager" + }, + "colProgress": { + "message": "Progresso", + "description": "Table column in manager" + }, + "colSegments": { + "message": "Segmentos", + "description": "Table column in manager" + }, + "colSize": { + "message": "Tamanho", + "description": "Table column in manager" + }, + "colSpeed": { + "message": "Velocidade", + "description": "Table column in manager" + }, + "delete": { + "message": "Excluir", + "description": "button text" + }, + "description": { + "message": "Descrição", + "description": "Description (keep it short); e.g. the description column in select" + }, + "donate": { + "message": "Doar!", + "description": "Donate button" + }, + "done": { + "message": "Concluído", + "description": "Status text" + }, + "download": { + "message": "Download", + "description": "Download (noun); e.g. Download column in select" + }, + "extensionDescription": { + "message": "A ferramenta de download em massa para o seu navegador", + "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": "Filtragem rápida", + "description": "Label for Fast Filtering input" + }, + "finishing": { + "message": "Concluindo", + "description": "Status text" + }, + "language": { + "message": "Português (Brasil)", + "description": "Lanuage Name in your language" + }, + "language_code": { + "message": "pt-BR", + "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" + }, + "links": { + "message": "Links", + "description": "Links tab label (short); select window" + }, + "mask": { + "message": "Máscara", + "description": "Renaming mask (short); used in e.g. select" + }, + "media": { + "message": "Mídia", + "description": "Media label (short)" + }, + "missing": { + "message": "Ausente", + "description": "Status text in manager" + }, + "ok": { + "message": "OK", + "description": "Button text; Used in message boxes" + }, + "paused": { + "message": "Em pausa", + "description": "Status text; manager" + }, + "queued": { + "message": "Adicionado à fila", + "description": "Status text" + }, + "referrer": { + "message": "Referrer", + "description": "Label for \"Referrer\"" + }, + "remember": { + "message": "Memorizar esta decisão", + "description": "Checkbox text for confirmation, e.g. when removing a download in manager" + }, + "rename": { + "message": "Renomear", + "description": "UI for renaming; currently unused" + }, + "renmask": { + "message": "Máscara de Renomeio", + "description": "Renaming mask (long)" + }, + "reset": { + "message": "Zerar", + "description": "Button text; pref window" + }, + "running": { + "message": "Em curso", + "description": "Status text" + }, + "save": { + "message": "Salvar", + "description": "Button text; e.g. prefs/Network" + }, + "search": { + "message": "Pesquisar…", + "description": "Placeholder text; manager status search field" + }, + "sizeGB": { + "message": "$S$B", + "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": "Título", + "description": "Column text; Title label (short)" + }, + "unlimited": { + "message": "Ilimitado", + "description": "Option text; Prefs/Network" + }, + "useonlyonce": { + "message": "Usar Uma Vez", + "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "Adicionar download", + "description": "Action for adding a download" + }, + "add_new": { + "message": "Adicionar novo", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "Adicionar em pausa somente desta vez", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "Deseja memorizar esta decisão e sempre adicionar novos downloads em pausa?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "Sempre adicionar em pausa?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "Pergunte-me novamente mais tarde", + "description": "Button text" + }, + "batch_batch": { + "message": "Download em lotes", + "description": "Button text" + }, + "batch_desc": { + "message": "O URL atual parece conter instruções para um download em lotes", + "description": "" + }, + "batch_items": { + "message": "Número de itens", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "Pré-visualização:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "Deseja adicionar isto como download individual ou em lotes?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "Download individual", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "Download em lotes", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "Cancelar", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "Este campo não pode ficar em branco", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "Você pode alterar essa decisão mais tarde nas Preferências", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "Marcar itens selecionados", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "Substituir", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "Perguntar", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "Renomear", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "Criar filtro", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "Nome personalizado", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "Todos os arquivos", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "Arquivos compactados (zip, rar, 7z, …", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "Áudio (mp3, flac, wav, …)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "Software (exe, msi, …)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "Documentos (pdf, odf, docx, …)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "Imagens", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "Imagens GIF", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "Imagens JPEG", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "Imagens PNG", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "Vídeos (mp4, webm, mkv, …)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "Desabilitar outros", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "Download", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! - Todas as abas", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! - Todas as abas", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "Salvar Imagem com o DownThemAll!", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "Salvar Link com o DownThemAll!", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "Salvar Mídia com o DownThemAll!", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "Salvar Seleção com o DownThemAll!", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "Salvar Imagem com o OneClick!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "Salvar Link com o OneClick!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "Salvar Media com o OneClick!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "Salvar Seleção com o OneClick!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "Máscara de renomeio inválida", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "Referrer inválido", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "URL inválido", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "Nenhum item selecionado", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "Expressão curinga ou expressão regular", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "Você deve selecionar pelo menos um tipo de filtro!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "Criar Novo Filtro", + "description": "Message box title" + }, + "filter_expression": { + "message": "Filtro-Expressão", + "description": "Message box label" + }, + "filter_label": { + "message": "Filtro-Rótulo", + "description": "Message box label" + }, + "filter_type_link": { + "message": "Filtro de Links", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "Filtro de Mídia", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "Filtro-Tipos", + "description": "Message box label" + }, + "force_start": { + "message": "Forçar início", + "description": "Menu text" + }, + "information_title": { + "message": "Informação", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "Domínio inválido", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "Inverter seleção", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "Limitadas em", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "Completados $COMPLETE$ de $TOTAL$ downloads ($SHOWING$ exibidos), $RUNNING$ em curso", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "Gerenciador", + "description": "Menu text" + }, + "manager_title": { + "message": "Gerenciador do DownThemAll!", + "description": "Window/tab title" + }, + "mask_default": { + "message": "Máscara Padrão", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "Último", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "Baixo", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "Primeiro", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "Acima", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "Você já adicionou $DOWNLOADS$ downloads com DownThemAll! Como usuário regular, você pode considerar uma doação para apoiar desenvolvimento adicional. Obrigado!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "Não me pergunte novamente", + "description": "Donation button" + }, + "no_links": { + "message": "Nenhum link encontrado!", + "description": "Notification text" + }, + "noitems_label": { + "message": "Nenhum item selecionado", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "$ITEMS$ itens selecionados…", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "Abrir pasta", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "Abrir arquivo", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "Abrir link", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "Filtros", + "description": "Pref tab text" + }, + "options_general": { + "message": "Geral", + "description": "Pref tab text" + }, + "options_network": { + "message": "Rede", + "description": "Pref tab text" + }, + "pause_download": { + "message": "Pausar", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "Adicionar novos downloads em pausa, em vez de iniciá-los imediatamente", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "Downloads simultâneos", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "Exibir uma notificação quando a fila de downloads terminar", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "O botão do navegador deve ser OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "Não exibir itens no menu de contexto geral", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "Exibir dicas nas abas do Gerenciador", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "Abrir a aba 'Gerenciador' após adicionar downloads à fila", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "Exibir notificação ao adicionar downloads à fila", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "Remover downloads inexistentes após reinicialização", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "Exibir URLs em vez de nomes", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "Tentar encontrar links no texto do site (mais lento)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "Gerenciador", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "Limites Globais de Rede", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "Adicionando downloads à fila", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "Interface de usuário", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "Quando um arquivo já existir", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "Preferências", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "Preferências do DownThemAll!", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "A fila de downloads terminou.", + "description": "Notification text" + }, + "queued_download": { + "message": "Adicionado 1 download à fila!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "Adicionados $COUNT$ downloads à fila!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "Remover Todos Os Downloads Completos", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "Remover Tudo", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "Deseja remover TODOS os downloads?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "Remover lote atual", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "Deseja remover todos os downloads do mesmo lote que o download atualmente selecionado?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "Remover Downloads Completos", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "Deseja remover todos os downloads completos?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "Deseja remover todos os downloads de acordo com o filtro '$FILTER$'", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "Deseja remover todos os downloads completos atualmente selecionados?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "Remover Completos do Domínio Atual", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "Deseja remover todos os downloads completos do domínio '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "Remover Domínio Atual", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "Deseja remover todos os downloads do domínio '$DOMAIN$'?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "Remover Download", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "Deseja remover os downloads selecionados?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "Remover Downloads", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "Tem certeza que quer remover os downloads?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "Falha na remoção", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "Deseja remover todos os downloads com falhas?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "Deseja remover todos os downloads de acordo com o filtro '$FILTER$'?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "Limpar Downloads Inexistentes", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "Deseja limpar todos os downloads inexistentes?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "Remover em Pausa", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "Deseja remover todos os downloads em pausa?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "Remover Completos Selecionados", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "Deseja remover todos os downloads completos atualmente selecionados?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "Remover Selecionados", + "description": "Menu text" + }, + "renamer_batch": { + "message": "Número do lote", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "Data de adicionamento - Dia", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "Data de adicionamento", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "Nome do Domínio (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "Extensão do Arquivo", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "Data de adicionamento - Hora", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "Nome do Host", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "Número do Item dentro do Lote", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "Adiconar 'flat', como em *flatsubdirs* irá substituir todas as barras no valor, portanto não criará pastas", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "Data de adicionamento - Mês", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "Data de adicionamento - Minuto", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "Nome do Arquivo", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "Identificador do *lote*", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "Query String", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "Nome de Domínio do Referrer (TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "Extensão de Arquivo do Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "Nome de Host do Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "Nome de Arquivo do Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "Query String do Referrer", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "Caminho do Referer", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "URL do Referrer (sem protocolo)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "Data de adicionamento - Segundo", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "Caminho", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "Etiquetas da Máscara de Renomeio", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "Texto da Descrição", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "Texto do Título", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL (sem protocolo)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "Data de adicionamento - Ano", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "Zerar confirmações memorizadas", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "Todas as confirmações anteriormente memorizadas foram zeradas!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "Zerar personalizações da inferface de usuário", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "Todas as personalizações de composição anteriormente memorizadas foram zeradas! Pode ser preciso recarregar as janelas/abas.", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "Retomar", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "Selecionar Tudo", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "Selecionar Marcados", + "description": "Menu text; select context" + }, + "select_none": { + "message": "Selecionar Nenhum", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! - Selecione seus Downloads", + "description": "Title of the select window" + }, + "set_mask": { + "message": "Definir Máscara de Renomeio", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "Lotes são suportados, por exemplo:", + "description": "Header text; single window" + }, + "single_header": { + "message": "Digite um URL de download (link) e outras opções", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! - Adicone um link", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$ de $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "Desconhecido", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "Enorme (> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "Grande ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "Médio ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "Pequeno ($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "Novos Downloads serão iniciados", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "Nenhum Download será iniciado", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "Alternar Marcação nos Itens Selecionados", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "Data de adicionamento:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "Restante:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "De:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "Tamanho:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "Média:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "Atual:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "Desmarcar Itens Selecionados", + "description": "Menu text; select" + } +} \ No newline at end of file diff --git a/_locales/zh-CN/messages.json b/_locales/zh-CN/messages.json index 9b98b49..70b9477 100644 --- a/_locales/zh-CN/messages.json +++ b/_locales/zh-CN/messages.json @@ -7,86 +7,18 @@ "message": "zh-CN", "description": "Language code the locale will use, e.g. de or en-GB or pt-BR" }, - "add-download": { - "message": "添加下载", - "description": "Action for adding a download" - }, - "add-new": { - "message": "新增", - "description": "Button text (adding filters, limits and such)" - }, - "add-paused-once": { - "message": "仅此次添加并暂停", - "description": "Checkbox label" - }, - "add-paused.question": { - "message": "你是否想要记住此决定并从现在开始新增的下载总是暂停?", - "description": "Messagebox text" - }, - "add-paused.title": { - "message": "总是添加后暂停?", - "description": "Title for the add-paused dialog" - }, "addpaused": { "message": "添加后暂停", "description": "Action: Add paused" }, - "ask-again-later": { - "message": "之后再次询问", - "description": "Button text" - }, - "batch.batch": { - "message": "批量下载", - "description": "Button text" - }, - "batch.desc": { - "message": "当前 URL 似乎包含批量下载的说明。", - "description": "" - }, - "batch.items": { - "message": "项目数量:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.preview": { - "message": "预览:", - "description": "Messagebox info text for batch confirmations" - }, - "batch.question": { - "message": "你想要添加此项为批量或单一下载吗?", - "description": "Messagebox info text for batch confirmations" - }, - "batch.single": { - "message": "单一下载", - "description": "Button text for batch confirmation" - }, - "batch.title": { - "message": "批量下载", - "description": "Messagebox title for batch confirmations" - }, "cancel": { "message": "取消", "description": "Button text: Cancel" }, - "cancel-download": { - "message": "取消", - "description": "Action to cancel downloads, e.g. from the context menu" - }, "canceled": { "message": "已取消", "description": "Download status text" }, - "cannot-be-empty": { - "message": "此字段不能为空", - "description": "Error message when an input field is empty but has to have a value" - }, - "change-later-reminder": { - "message": "你之后可以在首选项中修改此决定", - "description": "Checkbox label text for decision confirmations" - }, - "check-selected-items": { - "message": "检查选中项", - "description": "Menu text" - }, "colConnections": { "message": "并发连接数", "description": "Table column in prefs/network" @@ -123,70 +55,10 @@ "message": "速度", "description": "Table column in manager" }, - "conflict-overwrite": { - "message": "覆盖", - "description": "Option text; prefs/general" - }, - "conflict-prompt": { - "message": "提示", - "description": "Option text; prefs/general" - }, - "conflict-rename": { - "message": "重命名", - "description": "Option text; prefs/general" - }, "CRASH": { "message": "内部浏览器错误", "description": "Error Message" }, - "create-filter": { - "message": "创建筛选器", - "description": "Button text; Create filter dialog; prefs/filters" - }, - "custom-filename": { - "message": "自定义文件名", - "description": "Label text; single window" - }, - "deffilter-all": { - "message": "全部文件", - "description": "Filter label for the All files filter" - }, - "deffilter-arch": { - "message": "归档(zip、rar、7z……)", - "description": "Filter label for the Archives filter" - }, - "deffilter-aud": { - "message": "音频(mp3、flac、wav……)", - "description": "Filter label for the Audio filter" - }, - "deffilter-bin": { - "message": "软件(exe、msi……)", - "description": "Filter label for the Software filter" - }, - "deffilter-doc": { - "message": "文档(pdf、odf、docx……)", - "description": "Filter label for the Documents filter" - }, - "deffilter-img": { - "message": "图像(jpeg、png、gif……)", - "description": "Filter label for the Images filter" - }, - "deffilter-imggif": { - "message": "GIF 图像", - "description": "Filter label for the GIF filter" - }, - "deffilter-imgjpg": { - "message": "JPEG 图像", - "description": "Filter label for the JPEG filter" - }, - "deffilter-imgpng": { - "message": "PNG 图像", - "description": "Filter label for the PNG filter" - }, - "deffilter-vid": { - "message": "视频(mp4、webm、mkv……)", - "description": "Filter label for the Videos filter" - }, "delete": { "message": "删除", "description": "button text" @@ -195,10 +67,6 @@ "message": "描述", "description": "Description (keep it short); e.g. the description column in select" }, - "disable-other-filters": { - "message": "禁用其他", - "description": "Checkbox label. Keep it short" - }, "donate": { "message": "捐助!", "description": "Donate button" @@ -211,82 +79,10 @@ "message": "下载", "description": "Download (noun); e.g. Download column in select" }, - "download.verb": { - "message": "下载", - "description": "Download (verb/action); e.g. in single and select buttons" - }, - "dta-regular-all": { - "message": "DownThemAll! — 全部标签", - "description": "Menu text" - }, - "dta-turbo-all": { - "message": "OneClick! — 全部标签", - "description": "Menu text" - }, - "dta.regular": { - "message": "DownThemAll!", - "description": "Regular dta action; Menu text" - }, - "dta.regular.image": { - "message": "用 DownThemAll! 保存图像", - "description": "Menu text" - }, - "dta.regular.link": { - "message": "用 DownThemAll! 保存链接", - "description": "Menu text" - }, - "dta.regular.media": { - "message": "用 DownThemAll! 保存媒体", - "description": "Menu text" - }, - "dta.regular.selection": { - "message": "用 DownThemAll! 保存选中项", - "description": "Menu text" - }, - "dta.turbo": { - "message": "OneClick!", - "description": "OneClick! action; Menu text" - }, - "dta.turbo.image": { - "message": "一键保存图像!", - "description": "Menu text" - }, - "dta.turbo.link": { - "message": "一键保存链接!", - "description": "Menu text" - }, - "dta.turbo.media": { - "message": "一键保存媒体!", - "description": "Menu text" - }, - "dta.turbo.selection": { - "message": "一键保存选中项!", - "description": "Menu text" - }, - "error.invalidMask": { - "message": "无效的重命名掩码", - "description": "Error message; single/select window" - }, - "error.invalidReferrer": { - "message": "无效的引用", - "description": "Error message; single window" - }, - "error.invalidURL": { - "message": "无效的 URL", - "description": "Error message; single window" - }, - "error.noItemsSelected": { - "message": "未选中项目", - "description": "Error Message; select window" - }, "extensionDescription": { "message": "适用你浏览器的批量下载器", "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" }, - "fastfilter.placeholder": { - "message": "通配符表达式或正则表达式", - "description": "Placeholder for fastfilter inputs" - }, "fastfiltering": { "message": "快速筛选", "description": "Label for Fast Filtering input" @@ -295,128 +91,18 @@ "message": "文件访问错误", "description": "Error Message" }, - "filter-at-least-one": { - "message": "你必须选择至少一个筛选器类型!", - "description": "Error message when no filter types are selected for a filter in the preferences UI" - }, - "filter-create.title": { - "message": "新建筛选器", - "description": "Message box title" - }, - "filter-expression": { - "message": "筛选器 — 表达式", - "description": "Message box label" - }, - "filter-label": { - "message": "筛选器 — 标签", - "description": "Message box label" - }, - "filter-type-link": { - "message": "链接筛选器", - "description": "Message box checkbox label" - }, - "filter-type-media": { - "message": "媒体筛选器", - "description": "Message box checkbox label" - }, - "filter-types": { - "message": "筛选器 — 类型", - "description": "Message box label" - }, "finishing": { "message": "已完成", "description": "Status text" }, - "force-start": { - "message": "强制开始", - "description": "Menu text" - }, - "information.title": { - "message": "信息", - "description": "Used in message boxes" - }, - "invalid-domain-pref": { - "message": "无效域", - "description": "Error message in prefs/network" - }, - "invert-selection": { - "message": "反选", - "description": "Menu text" - }, - "key-alt": { - "message": "Alt", - "description": "Short for Alt-Key" - }, - "key-ctrl": { - "message": "Ctrl", - "description": "Short for Ctrl-Key" - }, - "key-delete": { - "message": "Del", - "description": "Short for Delete-key" - }, - "key-end": { - "message": "End", - "description": "Short for End-key" - }, - "key-home": { - "message": "Home", - "description": "Short for home key" - }, - "key-pagedown": { - "message": "PageDown", - "description": "Short for pagedown-key" - }, - "key-pageup": { - "message": "PageUp", - "description": "Short for PageUp-key" - }, - "limited-to": { - "message": "限制为", - "description": "Label text; used in prefs/network" - }, "links": { "message": "链接", "description": "Links tab label (short); select window" }, - "manager-status-items": { - "message": "总共 $TOTAL$ 个下载(显示 $SHOWING$ 个),已完成 $COMPLETE$ 个,$RUNNING$ 个正运行", - "description": "Status bar text; manager", - "placeholders": { - "complete": { - "content": "$1", - "example": "10" - }, - "running": { - "content": "$4", - "example": "4" - }, - "showing": { - "content": "$3", - "example": "90" - }, - "total": { - "content": "$2", - "example": "100" - } - } - }, - "manager.short": { - "message": "管理器", - "description": "Menu text" - }, - "manager.title": { - "message": "DownThemAll! 管理器", - "description": "Window/tab title" - }, "mask": { "message": "掩码", "description": "Renaming mask (short); used in e.g. select" }, - "mask.default": { - "message": "默认掩码", - "description": "Status text; Used in the mask column, select window" - }, "media": { "message": "媒体", "description": "Media label (short)" @@ -425,188 +111,22 @@ "message": "缺失", "description": "Status text in manager" }, - "move-bottom": { - "message": "置底", - "description": "Action for moving a download to the bottom" - }, - "move-down": { - "message": "下移", - "description": "Action for moving a download down" - }, - "move-top": { - "message": "置顶", - "description": "Action for moving a download to the top" - }, - "move-up": { - "message": "上移", - "description": "Action for moving a download up" - }, - "nagging-message": { - "message": "你使用 DownThemAll! 至今已经添加了 $DOWNLOADS$ 个下载。作为一名普通用户你可以考虑捐助来支持一下开发。多谢!", - "description": "Donation nagging message; displayed as a notification bar in manager", - "placeholders": { - "downloads": { - "content": "$1", - "example": "" - } - } - }, "NETWORK_FAILED": { "message": "网络故障", "description": "Error Message" }, - "never-ask-again": { - "message": "不要再次询问", - "description": "Donation button" - }, - "no-links": { - "message": "未找到链接!", - "description": "Notification text" - }, - "noitems.label": { - "message": "未选中项目", - "description": "Status bar text in select" - }, - "numitems.label": { - "message": "已选中 $ITEMS$ 项……", - "description": "Status bar text in select; Number of items selected (label)", - "placeholders": { - "items": { - "content": "$1", - "example": "1000" - } - } - }, "ok": { "message": "确定", "description": "Button text; Used in message boxes" }, - "open-directory": { - "message": "打开目录", - "description": "Menu text; manager context" - }, - "open-file": { - "message": "打开文件", - "description": "Menu text; manager context" - }, - "open-link": { - "message": "打开链接", - "description": "Menu text; select window" - }, - "options-filters": { - "message": "筛选器", - "description": "Pref tab text" - }, - "options-general": { - "message": "常规", - "description": "Pref tab text" - }, - "options-network": { - "message": "网络", - "description": "Pref tab text" - }, - "pause-download": { - "message": "暂停", - "description": "Action for pausing a download" - }, "paused": { "message": "已暂停", "description": "Status text; manager" }, - "pref-add-paused": { - "message": "新增的下载自动暂停,而不是立即开始", - "description": "Preferences/General" - }, - "pref-concurrent-downloads": { - "message": "并发下载数", - "description": "Preferences/Network" - }, - "pref-finish-notification": { - "message": "当队列完成下载时显示通知", - "description": "Preferences/General" - }, - "pref-global-turbo": { - "message": "浏览器按钮改为 OneClick!", - "description": "Preferences/General" - }, - "pref-hide-context": { - "message": "不要显示通用的上下文菜单项", - "description": "Preferences/General" - }, - "pref-manager-tooltip": { - "message": "在管理器标签页中显示工具提示", - "description": "Preferences/General" - }, - "pref-open-manager-on-queue": { - "message": "新增下载到队列后打开管理器标签页", - "description": "Preferences/General" - }, - "pref-queue-notification": { - "message": "当新增下载到队列时显示通知", - "description": "Preferences/General" - }, - "pref-remove-missing-on-init": { - "message": "重启后移除丢失的下载", - "description": "Preferences/General" - }, - "pref-show-urls": { - "message": "显示 URL 而不是名称", - "description": "Preferences/General" - }, - "pref-text-links": { - "message": "尝试在网站文本中查找链接(较慢)", - "description": "Preferences/General" - }, - "pref.manager": { - "message": "管理器", - "description": "Preferences/General; group text" - }, - "pref.netglobal": { - "message": "全局网络限制", - "description": "Preferences/General; group text" - }, - "pref.queueing": { - "message": "排队中的下载", - "description": "Preferences/General; group text" - }, - "pref.ui": { - "message": "用户界面", - "description": "Preferences/General; group text" - }, - "prefs.conflicts": { - "message": "当文件存在时", - "description": "Preferences/General; group text" - }, - "prefs.short": { - "message": "首选项", - "description": "Menu text; Preferences" - }, - "prefs.title": { - "message": "DownThemAll! 首选项", - "description": "Window/tab title; Preferences" - }, - "queue-finished": { - "message": "下载队列已完成", - "description": "Notification text" - }, "queued": { "message": "已排队", "description": "Status text" }, - "queued-download": { - "message": "1 个下载已加入排队!", - "description": "Notification text; single download" - }, - "queued-downloads": { - "message": "$COUNT$ 个下载已加入排队!", - "description": "Notification text; multiple downloads", - "placeholders": { - "count": { - "content": "$1", - "example": "100" - } - } - }, "referrer": { "message": "引用", "description": "Label for \"Referrer\"" @@ -615,258 +135,10 @@ "message": "记住此选择", "description": "Checkbox text for confirmation, e.g. when removing a download in manager" }, - "remove-all-complete-downloads": { - "message": "移除所有完成项", - "description": "Menu text" - }, - "remove-all-downloads": { - "message": "移除全部", - "description": "Menu text" - }, - "remove-all-downloads.question": { - "message": "你想要移除所有下载项吗?", - "description": "Messagebox text" - }, - "remove-batch-downloads": { - "message": "移除当前批量", - "description": "Menu text" - }, - "remove-batch-downloads.question": { - "message": "你想要移除当前选中下载所属批量的所有下载吗?", - "description": "Messagebox text" - }, - "remove-complete-downloads": { - "message": "移除完成的下载", - "description": "Action for removing complete downloads" - }, - "remove-complete-downloads.question": { - "message": "你想要移除所有已完成的下载吗?", - "description": "Messagebox text" - }, - "remove-complete-filter-downloads.question": { - "message": "你想要移除与“$FILTER$”筛选器匹配的所有已完成下载吗?", - "description": "Messagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-complete-selection-downloads.question": { - "message": "你想要移除当前选中项中的所有已完成下载吗?", - "description": "Messagebox text" - }, - "remove-domain-complete-downloads": { - "message": "移除来自当前域完成的下载", - "description": "Menu text" - }, - "remove-domain-complete-downloads.question": { - "message": "你想要移除来自“$DOMAIN$”域的已完成下载吗?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-domain-downloads": { - "message": "移除当前域", - "description": "Menu text" - }, - "remove-domain-downloads.question": { - "message": "你想要移除来自“$DOMAIN$”域的所有下载吗?", - "description": "Messagebox text", - "placeholders": { - "domain": { - "content": "$1", - "example": "example.org" - } - } - }, - "remove-download": { - "message": "移除下载", - "description": "Action for removing a download, no matter what state" - }, - "remove-download.question": { - "message": "你想要移除选中的下载吗?", - "description": "Messagebox text" - }, - "remove-downloads": { - "message": "移除下载", - "description": "Menu text" - }, - "remove-downloads.title": { - "message": "你确定要移除下载吗?", - "description": "Messagebox title; manager" - }, - "remove-failed-downloads": { - "message": "移除失败项", - "description": "Menu text" - }, - "remove-failed-downloads.question": { - "message": "你想要移除所有失败的下载吗?", - "description": "Messagebox text" - }, - "remove-filter-downloads.question": { - "message": "你想要移除与“$FILTER$”筛选器匹配的所有下载吗?", - "description": "Mesagebox text", - "placeholders": { - "filter": { - "content": "$1", - "example": "JPEG Images" - } - } - }, - "remove-missing": { - "message": "清除丢失的下载", - "description": "Menu text" - }, - "remove-missing-downloads.question": { - "message": "你想要移除所有丢失的下载吗?", - "description": "Messagebox text" - }, - "remove-paused-downloads": { - "message": "移除暂停项", - "description": "Menu text" - }, - "remove-paused-downloads.question": { - "message": "你想要移除所有已暂停的下载吗?", - "description": "Messagebox text" - }, - "remove-selected-complete-downloads": { - "message": "移除选中的完成项", - "description": "Menu text" - }, - "remove-selected-complete-downloads.question": { - "message": "你想要移除当前选中项中的所有已完成的下载吗?", - "description": "Messagebox text" - }, - "remove-selected-downloads": { - "message": "移除选中项", - "description": "Menu text" - }, "rename": { "message": "重命名", "description": "UI for renaming; currently unused" }, - "renamer-batch": { - "message": "批量号码", - "description": "Mask text; see mask button" - }, - "renamer-d": { - "message": "添加日期 — 日", - "description": "Mask text; see mask button" - }, - "renamer-date": { - "message": "添加日期", - "description": "Mask text; see mask button" - }, - "renamer-domain": { - "message": "域名(TLD)", - "description": "Mask text; see mask button" - }, - "renamer-ext": { - "message": "文件扩展名", - "description": "Mask text; see mask button" - }, - "renamer-hh": { - "message": "添加日期 — 时", - "description": "Mask text; see mask button" - }, - "renamer-host": { - "message": "主机名", - "description": "Mask text; see mask button" - }, - "renamer-idx": { - "message": "批量中的项目号", - "description": "Mask text; see mask button" - }, - "renamer-info": { - "message": "添加“flat”,比如 *flatsubdirs* 将替换值里的所有斜杠,因此不创建目录", - "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" - }, - "renamer-m": { - "message": "添加日期 — 月", - "description": "Mask text; see mask button" - }, - "renamer-mm": { - "message": "添加日期 — 分", - "description": "Mask text; see mask button" - }, - "renamer-name": { - "message": "文件名", - "description": "Mask text; see mask button" - }, - "renamer-num": { - "message": "*batch* 的别名", - "description": "Mask text; see mask button" - }, - "renamer-qstring": { - "message": "查询字符串", - "description": "Mask text; see mask button" - }, - "renamer-ref": { - "message": "引用", - "description": "Mask text; see mask button" - }, - "renamer-refdomain": { - "message": "引用域名(TLD)", - "description": "Mask text; see mask button" - }, - "renamer-refext": { - "message": "引用文件扩展名", - "description": "Mask text; see mask button" - }, - "renamer-refhost": { - "message": "引用主机名", - "description": "Mask text; see mask button" - }, - "renamer-refname": { - "message": "引用文件名", - "description": "Mask text; see mask button" - }, - "renamer-refqstring": { - "message": "引用查询字符串", - "description": "Mask text; see mask button" - }, - "renamer-refsubdirs": { - "message": "引用路径", - "description": "Mask text; see mask button" - }, - "renamer-refurl": { - "message": "引用 URL(无需协议)", - "description": "Mask text; see mask button" - }, - "renamer-ss": { - "message": "添加日期 — 秒", - "description": "Mask text; see mask button" - }, - "renamer-subdirs": { - "message": "路径", - "description": "Mask text; see mask button" - }, - "renamer-tags": { - "message": "重命名掩码标签", - "description": "Mask text; see mask button" - }, - "renamer-text": { - "message": "描述文本", - "description": "Mask text; see mask button" - }, - "renamer-title": { - "message": "标题文本", - "description": "Mask text; see mask button" - }, - "renamer-url": { - "message": "URL(无需协议)", - "description": "Mask text; see mask button" - }, - "renamer-y": { - "message": "添加日期 — 年", - "description": "Mask text; see mask button" - }, "renmask": { "message": "重命名掩码", "description": "Renaming mask (long)" @@ -875,26 +147,6 @@ "message": "重置", "description": "Button text; pref window" }, - "reset-confirmations": { - "message": "重置记住的确认项", - "description": "Button text; pref/General" - }, - "reset-confirmations.done": { - "message": "所有以前记住的确认项都已重置!", - "description": "Messagebox text; pref/General" - }, - "reset-layouts": { - "message": "重置用户界面自定义项", - "description": "Button text; pref/General" - }, - "reset-layouts.done": { - "message": "所有以前记住的布局自定义项都已重置!你可能需要重新加载窗口/标签页。", - "description": "Messagebox text; pref/General" - }, - "resume-download": { - "message": "恢复", - "description": "Action for resuming a download" - }, "running": { "message": "运行中", "description": "Status text" @@ -907,22 +159,6 @@ "message": "搜索…", "description": "Placeholder text; manager status search field" }, - "select-all": { - "message": "选择全部", - "description": "Menu text; e.g. select context" - }, - "select-checked": { - "message": "选择勾选项", - "description": "Menu text; select context" - }, - "select-none": { - "message": "取消选择", - "description": "Menu text; select context" - }, - "select.title": { - "message": "DownThemAll! — 选择你的下载", - "description": "Title of the select window" - }, "SERVER_BAD_CONTENT": { "message": "未找到", "description": "Error message" @@ -939,40 +175,6 @@ "message": "未授权", "description": "Error message" }, - "set-mask": { - "message": "设定重命名掩码", - "description": "Menu text; select window" - }, - "single.batchexamples": { - "message": "支持批量,示例:", - "description": "Header text; single window" - }, - "single.header": { - "message": "输入下载的 URL(链接)或其他选项", - "description": "Header text; single window" - }, - "single.title": { - "message": "DownThemAll! — 添加链接", - "description": "Title of single window" - }, - "size-progress": { - "message": "$WRITTEN$,总 $TOTAL$", - "description": "Status text; manager size column", - "placeholders": { - "total": { - "content": "$2", - "example": "" - }, - "written": { - "content": "$1", - "example": "" - } - } - }, - "size-unknown": { - "message": "未知", - "description": "Status text; manager size column" - }, "sizeB": { "message": "$S$ 字节", "description": "Size formatting; bytes", @@ -1023,58 +225,6 @@ } } }, - "sizes-huge": { - "message": "超大(> $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$1", - "example": "1GB" - } - } - }, - "sizes-large": { - "message": "大($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-medium": { - "message": "中($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, - "sizes-small": { - "message": "小($LOW$ - $HIGH$)", - "description": "Menu text; manager size column dropdown", - "placeholders": { - "high": { - "content": "$2", - "example": "10MB" - }, - "low": { - "content": "$1", - "example": "1MB" - } - } - }, "sizeTB": { "message": "$S$TB", "description": "Size formatting; tera bytes (you never know)", @@ -1115,50 +265,10 @@ } } }, - "statusNetwork-active.title": { - "message": "新下载即将开始", - "description": "Status bar tooltip; manager network icon" - }, - "statusNetwork-inactive.title": { - "message": "没有要开始的新下载", - "description": "Status bar tooltip; manager network icon" - }, "title": { "message": "标题", "description": "Column text; Title label (short)" }, - "toggle-selected-items": { - "message": "切换选中项", - "description": "Menu text; select" - }, - "tooltip-date": { - "message": "添加日期:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-eta": { - "message": "重命名:", - "description": "Tooltip text; manager/downloads; Time" - }, - "tooltip-from": { - "message": "来源:", - "description": "Tooltip text; manager/downloads; source URL" - }, - "tooltip-size": { - "message": "大小:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-average": { - "message": "平均:", - "description": "Tooltip text; manager/downloads" - }, - "tooltip-speed-current": { - "message": "当前:", - "description": "Tooltip text; manager/downloads" - }, - "uncheck-selected-items": { - "message": "取消选中项", - "description": "Menu text; select" - }, "unlimited": { "message": "无限制", "description": "Option text; Prefs/Network" @@ -1166,5 +276,895 @@ "useonlyonce": { "message": "单次使用", "description": "Label for Use-Once checkboxes" + }, + "add_download": { + "message": "添加下载", + "description": "Action for adding a download" + }, + "add_new": { + "message": "新增", + "description": "Button text (adding filters, limits and such)" + }, + "add_paused_once": { + "message": "仅此次添加并暂停", + "description": "Checkbox label" + }, + "add_paused_question": { + "message": "你是否想要记住此决定并从现在开始新增的下载总是暂停?", + "description": "Messagebox text" + }, + "add_paused_title": { + "message": "总是添加后暂停?", + "description": "Title for the add-paused dialog" + }, + "ask_again_later": { + "message": "之后再次询问", + "description": "Button text" + }, + "batch_batch": { + "message": "批量下载", + "description": "Button text" + }, + "batch_desc": { + "message": "当前 URL 似乎包含批量下载的说明。", + "description": "" + }, + "batch_items": { + "message": "项目数量:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_preview": { + "message": "预览:", + "description": "Messagebox info text for batch confirmations" + }, + "batch_question": { + "message": "你想要添加此项为批量或单一下载吗?", + "description": "Messagebox info text for batch confirmations" + }, + "batch_single": { + "message": "单一下载", + "description": "Button text for batch confirmation" + }, + "batch_title": { + "message": "批量下载", + "description": "Messagebox title for batch confirmations" + }, + "cancel_download": { + "message": "取消", + "description": "Action to cancel downloads, e.g. from the context menu" + }, + "cannot_be_empty": { + "message": "此字段不能为空", + "description": "Error message when an input field is empty but has to have a value" + }, + "change_later_reminder": { + "message": "你之后可以在首选项中修改此决定", + "description": "Checkbox label text for decision confirmations" + }, + "check_selected_items": { + "message": "检查选中项", + "description": "Menu text" + }, + "conflict_overwrite": { + "message": "覆盖", + "description": "Option text; prefs/general" + }, + "conflict_prompt": { + "message": "提示", + "description": "Option text; prefs/general" + }, + "conflict_rename": { + "message": "重命名", + "description": "Option text; prefs/general" + }, + "create_filter": { + "message": "创建筛选器", + "description": "Button text; Create filter dialog; prefs/filters" + }, + "custom_filename": { + "message": "自定义文件名", + "description": "Label text; single window" + }, + "deffilter_all": { + "message": "全部文件", + "description": "Filter label for the All files filter" + }, + "deffilter_arch": { + "message": "归档(zip、rar、7z……)", + "description": "Filter label for the Archives filter" + }, + "deffilter_aud": { + "message": "音频(mp3、flac、wav……)", + "description": "Filter label for the Audio filter" + }, + "deffilter_bin": { + "message": "软件(exe、msi……)", + "description": "Filter label for the Software filter" + }, + "deffilter_doc": { + "message": "文档(pdf、odf、docx……)", + "description": "Filter label for the Documents filter" + }, + "deffilter_img": { + "message": "图像(jpeg、png、gif……)", + "description": "Filter label for the Images filter" + }, + "deffilter_imggif": { + "message": "GIF 图像", + "description": "Filter label for the GIF filter" + }, + "deffilter_imgjpg": { + "message": "JPEG 图像", + "description": "Filter label for the JPEG filter" + }, + "deffilter_imgpng": { + "message": "PNG 图像", + "description": "Filter label for the PNG filter" + }, + "deffilter_vid": { + "message": "视频(mp4、webm、mkv……)", + "description": "Filter label for the Videos filter" + }, + "disable_other_filters": { + "message": "禁用其他", + "description": "Checkbox label. Keep it short" + }, + "download_verb": { + "message": "下载", + "description": "Download (verb/action); e.g. in single and select buttons" + }, + "dta_regular_all": { + "message": "DownThemAll! — 全部标签", + "description": "Menu text" + }, + "dta_turbo_all": { + "message": "OneClick! — 全部标签", + "description": "Menu text" + }, + "dta_regular": { + "message": "DownThemAll!", + "description": "Regular dta action; Menu text" + }, + "dta_regular_image": { + "message": "用 DownThemAll! 保存图像", + "description": "Menu text" + }, + "dta_regular_link": { + "message": "用 DownThemAll! 保存链接", + "description": "Menu text" + }, + "dta_regular_media": { + "message": "用 DownThemAll! 保存媒体", + "description": "Menu text" + }, + "dta_regular_selection": { + "message": "用 DownThemAll! 保存选中项", + "description": "Menu text" + }, + "dta_turbo": { + "message": "OneClick!", + "description": "OneClick! action; Menu text" + }, + "dta_turbo_image": { + "message": "一键保存图像!", + "description": "Menu text" + }, + "dta_turbo_link": { + "message": "一键保存链接!", + "description": "Menu text" + }, + "dta_turbo_media": { + "message": "一键保存媒体!", + "description": "Menu text" + }, + "dta_turbo_selection": { + "message": "一键保存选中项!", + "description": "Menu text" + }, + "error_invalidMask": { + "message": "无效的重命名掩码", + "description": "Error message; single/select window" + }, + "error_invalidReferrer": { + "message": "无效的引用", + "description": "Error message; single window" + }, + "error_invalidURL": { + "message": "无效的 URL", + "description": "Error message; single window" + }, + "error_noItemsSelected": { + "message": "未选中项目", + "description": "Error Message; select window" + }, + "fastfilter_placeholder": { + "message": "通配符表达式或正则表达式", + "description": "Placeholder for fastfilter inputs" + }, + "filter_at_least_one": { + "message": "你必须选择至少一个筛选器类型!", + "description": "Error message when no filter types are selected for a filter in the preferences UI" + }, + "filter_create_title": { + "message": "新建筛选器", + "description": "Message box title" + }, + "filter_expression": { + "message": "筛选器 — 表达式", + "description": "Message box label" + }, + "filter_label": { + "message": "筛选器 — 标签", + "description": "Message box label" + }, + "filter_type_link": { + "message": "链接筛选器", + "description": "Message box checkbox label" + }, + "filter_type_media": { + "message": "媒体筛选器", + "description": "Message box checkbox label" + }, + "filter_types": { + "message": "筛选器 — 类型", + "description": "Message box label" + }, + "force_start": { + "message": "强制开始", + "description": "Menu text" + }, + "information_title": { + "message": "信息", + "description": "Used in message boxes" + }, + "invalid_domain_pref": { + "message": "无效域", + "description": "Error message in prefs/network" + }, + "invert_selection": { + "message": "反选", + "description": "Menu text" + }, + "key_alt": { + "message": "Alt", + "description": "Short for Alt-Key" + }, + "key_ctrl": { + "message": "Ctrl", + "description": "Short for Ctrl-Key" + }, + "key_delete": { + "message": "Del", + "description": "Short for Delete-key" + }, + "key_end": { + "message": "End", + "description": "Short for End-key" + }, + "key_home": { + "message": "Home", + "description": "Short for home key" + }, + "key_pagedown": { + "message": "PageDown", + "description": "Short for pagedown-key" + }, + "key_pageup": { + "message": "PageUp", + "description": "Short for PageUp-key" + }, + "limited_to": { + "message": "限制为", + "description": "Label text; used in prefs/network" + }, + "manager_status_items": { + "message": "总共 $TOTAL$ 个下载(显示 $SHOWING$ 个),已完成 $COMPLETE$ 个,$RUNNING$ 个正运行", + "description": "Status bar text; manager", + "placeholders": { + "complete": { + "content": "$1", + "example": "10" + }, + "running": { + "content": "$4", + "example": "4" + }, + "showing": { + "content": "$3", + "example": "90" + }, + "total": { + "content": "$2", + "example": "100" + } + } + }, + "manager_short": { + "message": "管理器", + "description": "Menu text" + }, + "manager_title": { + "message": "DownThemAll! 管理器", + "description": "Window/tab title" + }, + "mask_default": { + "message": "默认掩码", + "description": "Status text; Used in the mask column, select window" + }, + "move_bottom": { + "message": "置底", + "description": "Action for moving a download to the bottom" + }, + "move_down": { + "message": "下移", + "description": "Action for moving a download down" + }, + "move_top": { + "message": "置顶", + "description": "Action for moving a download to the top" + }, + "move_up": { + "message": "上移", + "description": "Action for moving a download up" + }, + "nagging_message": { + "message": "你使用 DownThemAll! 至今已经添加了 $DOWNLOADS$ 个下载。作为一名普通用户你可以考虑捐助来支持一下开发。多谢!", + "description": "Donation nagging message; displayed as a notification bar in manager", + "placeholders": { + "downloads": { + "content": "$1", + "example": "" + } + } + }, + "never_ask_again": { + "message": "不要再次询问", + "description": "Donation button" + }, + "no_links": { + "message": "未找到链接!", + "description": "Notification text" + }, + "noitems_label": { + "message": "未选中项目", + "description": "Status bar text in select" + }, + "numitems_label": { + "message": "已选中 $ITEMS$ 项……", + "description": "Status bar text in select; Number of items selected (label)", + "placeholders": { + "items": { + "content": "$1", + "example": "1000" + } + } + }, + "open_directory": { + "message": "打开目录", + "description": "Menu text; manager context" + }, + "open_file": { + "message": "打开文件", + "description": "Menu text; manager context" + }, + "open_link": { + "message": "打开链接", + "description": "Menu text; select window" + }, + "options_filters": { + "message": "筛选器", + "description": "Pref tab text" + }, + "options_general": { + "message": "常规", + "description": "Pref tab text" + }, + "options_network": { + "message": "网络", + "description": "Pref tab text" + }, + "pause_download": { + "message": "暂停", + "description": "Action for pausing a download" + }, + "pref_add_paused": { + "message": "新增的下载自动暂停,而不是立即开始", + "description": "Preferences/General" + }, + "pref_concurrent_downloads": { + "message": "并发下载数", + "description": "Preferences/Network" + }, + "pref_finish_notification": { + "message": "当队列完成下载时显示通知", + "description": "Preferences/General" + }, + "pref_global_turbo": { + "message": "浏览器按钮改为 OneClick!", + "description": "Preferences/General" + }, + "pref_hide_context": { + "message": "不要显示通用的上下文菜单项", + "description": "Preferences/General" + }, + "pref_manager_tooltip": { + "message": "在管理器标签页中显示工具提示", + "description": "Preferences/General" + }, + "pref_open_manager_on_queue": { + "message": "新增下载到队列后打开管理器标签页", + "description": "Preferences/General" + }, + "pref_queue_notification": { + "message": "当新增下载到队列时显示通知", + "description": "Preferences/General" + }, + "pref_remove_missing_on_init": { + "message": "重启后移除丢失的下载", + "description": "Preferences/General" + }, + "pref_show_urls": { + "message": "显示 URL 而不是名称", + "description": "Preferences/General" + }, + "pref_text_links": { + "message": "尝试在网站文本中查找链接(较慢)", + "description": "Preferences/General" + }, + "pref_manager": { + "message": "管理器", + "description": "Preferences/General; group text" + }, + "pref_netglobal": { + "message": "全局网络限制", + "description": "Preferences/General; group text" + }, + "pref_queueing": { + "message": "排队中的下载", + "description": "Preferences/General; group text" + }, + "pref_ui": { + "message": "用户界面", + "description": "Preferences/General; group text" + }, + "prefs_conflicts": { + "message": "当文件存在时", + "description": "Preferences/General; group text" + }, + "prefs_short": { + "message": "首选项", + "description": "Menu text; Preferences" + }, + "prefs_title": { + "message": "DownThemAll! 首选项", + "description": "Window/tab title; Preferences" + }, + "queue_finished": { + "message": "下载队列已完成", + "description": "Notification text" + }, + "queued_download": { + "message": "1 个下载已加入排队!", + "description": "Notification text; single download" + }, + "queued_downloads": { + "message": "$COUNT$ 个下载已加入排队!", + "description": "Notification text; multiple downloads", + "placeholders": { + "count": { + "content": "$1", + "example": "100" + } + } + }, + "remove_all_complete_downloads": { + "message": "移除所有完成项", + "description": "Menu text" + }, + "remove_all_downloads": { + "message": "移除全部", + "description": "Menu text" + }, + "remove_all_downloads_question": { + "message": "你想要移除所有下载项吗?", + "description": "Messagebox text" + }, + "remove_batch_downloads": { + "message": "移除当前批量", + "description": "Menu text" + }, + "remove_batch_downloads_question": { + "message": "你想要移除当前选中下载所属批量的所有下载吗?", + "description": "Messagebox text" + }, + "remove_complete_downloads": { + "message": "移除完成的下载", + "description": "Action for removing complete downloads" + }, + "remove_complete_downloads_question": { + "message": "你想要移除所有已完成的下载吗?", + "description": "Messagebox text" + }, + "remove_complete_filter_downloads_question": { + "message": "你想要移除与“$FILTER$”筛选器匹配的所有已完成下载吗?", + "description": "Messagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_complete_selection_downloads_question": { + "message": "你想要移除当前选中项中的所有已完成下载吗?", + "description": "Messagebox text" + }, + "remove_domain_complete_downloads": { + "message": "移除来自当前域完成的下载", + "description": "Menu text" + }, + "remove_domain_complete_downloads_question": { + "message": "你想要移除来自“$DOMAIN$”域的已完成下载吗?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_domain_downloads": { + "message": "移除当前域", + "description": "Menu text" + }, + "remove_domain_downloads_question": { + "message": "你想要移除来自“$DOMAIN$”域的所有下载吗?", + "description": "Messagebox text", + "placeholders": { + "domain": { + "content": "$1", + "example": "example.org" + } + } + }, + "remove_download": { + "message": "移除下载", + "description": "Action for removing a download, no matter what state" + }, + "remove_download_question": { + "message": "你想要移除选中的下载吗?", + "description": "Messagebox text" + }, + "remove_downloads": { + "message": "移除下载", + "description": "Menu text" + }, + "remove_downloads_title": { + "message": "你确定要移除下载吗?", + "description": "Messagebox title; manager" + }, + "remove_failed_downloads": { + "message": "移除失败项", + "description": "Menu text" + }, + "remove_failed_downloads_question": { + "message": "你想要移除所有失败的下载吗?", + "description": "Messagebox text" + }, + "remove_filter_downloads_question": { + "message": "你想要移除与“$FILTER$”筛选器匹配的所有下载吗?", + "description": "Mesagebox text", + "placeholders": { + "filter": { + "content": "$1", + "example": "JPEG Images" + } + } + }, + "remove_missing": { + "message": "清除丢失的下载", + "description": "Menu text" + }, + "remove_missing_downloads_question": { + "message": "你想要移除所有丢失的下载吗?", + "description": "Messagebox text" + }, + "remove_paused_downloads": { + "message": "移除暂停项", + "description": "Menu text" + }, + "remove_paused_downloads_question": { + "message": "你想要移除所有已暂停的下载吗?", + "description": "Messagebox text" + }, + "remove_selected_complete_downloads": { + "message": "移除选中的完成项", + "description": "Menu text" + }, + "remove_selected_complete_downloads_question": { + "message": "你想要移除当前选中项中的所有已完成的下载吗?", + "description": "Messagebox text" + }, + "remove_selected_downloads": { + "message": "移除选中项", + "description": "Menu text" + }, + "renamer_batch": { + "message": "批量号码", + "description": "Mask text; see mask button" + }, + "renamer_d": { + "message": "添加日期 — 日", + "description": "Mask text; see mask button" + }, + "renamer_date": { + "message": "添加日期", + "description": "Mask text; see mask button" + }, + "renamer_domain": { + "message": "域名(TLD)", + "description": "Mask text; see mask button" + }, + "renamer_ext": { + "message": "文件扩展名", + "description": "Mask text; see mask button" + }, + "renamer_hh": { + "message": "添加日期 — 时", + "description": "Mask text; see mask button" + }, + "renamer_host": { + "message": "主机名", + "description": "Mask text; see mask button" + }, + "renamer_idx": { + "message": "批量中的项目号", + "description": "Mask text; see mask button" + }, + "renamer_info": { + "message": "添加“flat”,比如 *flatsubdirs* 将替换值里的所有斜杠,因此不创建目录", + "description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!" + }, + "renamer_m": { + "message": "添加日期 — 月", + "description": "Mask text; see mask button" + }, + "renamer_mm": { + "message": "添加日期 — 分", + "description": "Mask text; see mask button" + }, + "renamer_name": { + "message": "文件名", + "description": "Mask text; see mask button" + }, + "renamer_num": { + "message": "*batch* 的别名", + "description": "Mask text; see mask button" + }, + "renamer_qstring": { + "message": "查询字符串", + "description": "Mask text; see mask button" + }, + "renamer_ref": { + "message": "引用", + "description": "Mask text; see mask button" + }, + "renamer_refdomain": { + "message": "引用域名(TLD)", + "description": "Mask text; see mask button" + }, + "renamer_refext": { + "message": "引用文件扩展名", + "description": "Mask text; see mask button" + }, + "renamer_refhost": { + "message": "引用主机名", + "description": "Mask text; see mask button" + }, + "renamer_refname": { + "message": "引用文件名", + "description": "Mask text; see mask button" + }, + "renamer_refqstring": { + "message": "引用查询字符串", + "description": "Mask text; see mask button" + }, + "renamer_refsubdirs": { + "message": "引用路径", + "description": "Mask text; see mask button" + }, + "renamer_refurl": { + "message": "引用 URL(无需协议)", + "description": "Mask text; see mask button" + }, + "renamer_ss": { + "message": "添加日期 — 秒", + "description": "Mask text; see mask button" + }, + "renamer_subdirs": { + "message": "路径", + "description": "Mask text; see mask button" + }, + "renamer_tags": { + "message": "重命名掩码标签", + "description": "Mask text; see mask button" + }, + "renamer_text": { + "message": "描述文本", + "description": "Mask text; see mask button" + }, + "renamer_title": { + "message": "标题文本", + "description": "Mask text; see mask button" + }, + "renamer_url": { + "message": "URL(无需协议)", + "description": "Mask text; see mask button" + }, + "renamer_y": { + "message": "添加日期 — 年", + "description": "Mask text; see mask button" + }, + "reset_confirmations": { + "message": "重置记住的确认项", + "description": "Button text; pref/General" + }, + "reset_confirmations_done": { + "message": "所有以前记住的确认项都已重置!", + "description": "Messagebox text; pref/General" + }, + "reset_layouts": { + "message": "重置用户界面自定义项", + "description": "Button text; pref/General" + }, + "reset_layouts_done": { + "message": "所有以前记住的布局自定义项都已重置!你可能需要重新加载窗口/标签页。", + "description": "Messagebox text; pref/General" + }, + "resume_download": { + "message": "恢复", + "description": "Action for resuming a download" + }, + "select_all": { + "message": "选择全部", + "description": "Menu text; e.g. select context" + }, + "select_checked": { + "message": "选择勾选项", + "description": "Menu text; select context" + }, + "select_none": { + "message": "取消选择", + "description": "Menu text; select context" + }, + "select_title": { + "message": "DownThemAll! — 选择你的下载", + "description": "Title of the select window" + }, + "set_mask": { + "message": "设定重命名掩码", + "description": "Menu text; select window" + }, + "single_batchexamples": { + "message": "支持批量,示例:", + "description": "Header text; single window" + }, + "single_header": { + "message": "输入下载的 URL(链接)或其他选项", + "description": "Header text; single window" + }, + "single_title": { + "message": "DownThemAll! — 添加链接", + "description": "Title of single window" + }, + "size_progress": { + "message": "$WRITTEN$,总 $TOTAL$", + "description": "Status text; manager size column", + "placeholders": { + "total": { + "content": "$2", + "example": "" + }, + "written": { + "content": "$1", + "example": "" + } + } + }, + "size_unknown": { + "message": "未知", + "description": "Status text; manager size column" + }, + "sizes_huge": { + "message": "超大(> $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$1", + "example": "1GB" + } + } + }, + "sizes_large": { + "message": "大($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_medium": { + "message": "中($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "sizes_small": { + "message": "小($LOW$ - $HIGH$)", + "description": "Menu text; manager size column dropdown", + "placeholders": { + "high": { + "content": "$2", + "example": "10MB" + }, + "low": { + "content": "$1", + "example": "1MB" + } + } + }, + "statusNetwork_active_title": { + "message": "新下载即将开始", + "description": "Status bar tooltip; manager network icon" + }, + "statusNetwork_inactive_title": { + "message": "没有要开始的新下载", + "description": "Status bar tooltip; manager network icon" + }, + "toggle_selected_items": { + "message": "切换选中项", + "description": "Menu text; select" + }, + "tooltip_date": { + "message": "添加日期:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_eta": { + "message": "重命名:", + "description": "Tooltip text; manager/downloads; Time" + }, + "tooltip_from": { + "message": "来源:", + "description": "Tooltip text; manager/downloads; source URL" + }, + "tooltip_size": { + "message": "大小:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_average": { + "message": "平均:", + "description": "Tooltip text; manager/downloads" + }, + "tooltip_speed_current": { + "message": "当前:", + "description": "Tooltip text; manager/downloads" + }, + "uncheck_selected_items": { + "message": "取消选中项", + "description": "Menu text; select" } } \ No newline at end of file diff --git a/lib/background.ts b/lib/background.ts index 6fad53e..e7670a2 100644 --- a/lib/background.ts +++ b/lib/background.ts @@ -18,6 +18,7 @@ import { Tab, // eslint-disable-next-line no-unused-vars MenuClickInfo, + CHROME, } from "./browser"; import { Bus } from "./bus"; import { filterInSitu } from "./util"; @@ -27,6 +28,20 @@ const menus = typeof (_menus) !== "undefined" && _menus || _cmenus; const GATHER = "/bundles/content-gather.js"; +const CHROME_CONTEXTS = Object.freeze(new Set([ + "all", + "audio", + "browser_action", + "editable", + "frame", + "image", + "launcher", + "link", + "page", + "page_action", + "selection", + "video", +])); async function runContentJob(tab: Tab, file: string, msg: any) { try { @@ -83,11 +98,15 @@ class Handler { async performSelection(options: SelectionOptions) { try { + const toptions: any = { + currentWindow: true, + discarded: false, + }; + if (!CHROME) { + toptions.hidden = true; + } const selectedTabs = options.allTabs ? - await tabs.query({ - currentWindow: true, - discarded: false, - hidden: false}) as any[] : + await tabs.query(toptions) as any[] : [options.tab]; const textLinks = await Prefs.get("text-links", true); @@ -146,10 +165,18 @@ locale.then(() => { this.onClicked = this.onClicked.bind(this); const alls = new Map(); const mcreate = (options: any) => { + if (CHROME) { + delete options.icons; + options.contexts = options.contexts. + filter((e: string) => CHROME_CONTEXTS.has(e)); + if (!options.contexts.length) { + return; + } + } if (options.contexts.includes("all")) { alls.set(options.id, options.contexts); } - return menus.create(options); + menus.create(options); }; mcreate({ id: "DTARegularLink", @@ -520,13 +547,21 @@ locale.then(() => { function adjustAction(globalTurbo: boolean) { action.setPopup({ - popup: globalTurbo ? "" : null + popup: globalTurbo ? "" : "/windows/popup.html" }); action.setIcon({ path: globalTurbo ? { 16: "/style/button-turbo.png", 32: "/style/button-turbo@2x.png", - } : null + } : { + 16: "/style/icon16.png", + 32: "/style/icon32.png", + 48: "/style/icon48.png", + 64: "/style/icon64.png", + 96: "/style/icon96.png", + 128: "/style/icon128.png", + 256: "/style/icon256.png" + } }); } diff --git a/lib/browser.ts b/lib/browser.ts index e6ffbc3..abb14a8 100644 --- a/lib/browser.ts +++ b/lib/browser.ts @@ -50,3 +50,5 @@ export const {storage} = polyfill; export const {tabs} = polyfill; export const {webNavigation} = polyfill; export const {windows} = polyfill; + +export const CHROME = navigator.appVersion.includes("Chrome/"); diff --git a/lib/i18n.ts b/lib/i18n.ts index 1b075cc..48bfb1c 100644 --- a/lib/i18n.ts +++ b/lib/i18n.ts @@ -9,6 +9,8 @@ declare let chrome: any; const CACHE_KEY = "_cached_locales"; const CUSTOM_KEY = "_custom_locale"; +const normalizer = /[^A-Za-z0-9_]/g; + interface JSONEntry { message: string; placeholders: any; @@ -72,7 +74,7 @@ class Localization { } localize(id: string, ...args: any[]) { - const entry = this.strings.get(id); + const entry = this.strings.get(id.replace(normalizer, "_")); if (!entry) { return ""; } @@ -121,7 +123,8 @@ function loadCached() { async function loadRawLocales() { // en is the base locale const langs = new Set(["en"]); - const ui = (browser.i18n || chrome.i18n).getUILanguage(); + const ui = (typeof browser !== "undefined" ? browser : chrome). + i18n.getUILanguage(); langs.add(ui); // Try the base too diff --git a/lib/iconcache.ts b/lib/iconcache.ts index b065a03..2f02041 100644 --- a/lib/iconcache.ts +++ b/lib/iconcache.ts @@ -1,14 +1,14 @@ "use strict"; // License: MIT -import { downloads } from "./browser"; +import { downloads, CHROME } from "./browser"; import { EventEmitter } from "../uikit/lib/events"; import { PromiseSerializer } from "./pserializer"; const VERSION = 1; const STORE = "iconcache"; // eslint-disable-next-line no-magic-numbers -const CACHE_SIZES = [16, 32, 64, 127]; +const CACHE_SIZES = CHROME ? [16, 32] : [16, 32, 64, 127]; const BLACKLISTED = Object.freeze(new Set([ "", @@ -28,7 +28,8 @@ const BLACKLISTED = Object.freeze(new Set([ ])); async function getIcon(size: number, manId: number) { - const icon = new URL(await downloads.getFileIcon(manId, {size})); + const raw = await downloads.getFileIcon(manId, {size}); + const icon = new URL(raw); if (icon.protocol === "data:") { const res = await fetch(icon.toString()); const blob = await res.blob(); diff --git a/lib/manager/download.ts b/lib/manager/download.ts index a05f9ae..5224981 100644 --- a/lib/manager/download.ts +++ b/lib/manager/download.ts @@ -11,14 +11,16 @@ import { BaseDownload } from "./basedownload"; import { PromiseSerializer } from "../pserializer"; // eslint-disable-next-line no-unused-vars import { Manager } from "./man"; -import { downloads } from "../browser"; -import { IconCache } from "../iconcache"; +import { downloads, CHROME } from "../browser"; +import { debounce } from "../../uikit/lib/util"; const setShelfEnabled = downloads.setShelfEnabled || function() { // ignored }; +const reenableShelf = debounce(() => setShelfEnabled(true), 1000, true); + type Header = {name: string; value: string}; interface Options { conflictAction: string; @@ -27,7 +29,7 @@ interface Options { url: string; method?: string; body?: string; - incognito: boolean; + incognito?: boolean; headers: Header[]; } @@ -104,13 +106,15 @@ export class Download extends BaseDownload { saveAs: false, url: this.url, headers: [], - incognito: this.private }; + if (!CHROME && this.private) { + options.incognito = true; + } if (this.postData) { options.body = this.postData; options.method = "POST"; } - if (this.referrer) { + if (!CHROME && this.referrer) { options.headers.push({ name: "Referer", value: this.referrer @@ -135,12 +139,9 @@ export class Download extends BaseDownload { this.manager.addManId( this.manId = await downloads.download(options), this); } - await IconCache. - set(this.renamer.p_ext, this.manId). - catch(console.error); } finally { - setShelfEnabled(true); + reenableShelf(); } this.markDirty(); } diff --git a/lib/manager/port.ts b/lib/manager/port.ts index 1dd85cb..98b52d1 100644 --- a/lib/manager/port.ts +++ b/lib/manager/port.ts @@ -5,7 +5,6 @@ import { donate, openPrefs } from "../windowutils"; import { API } from "../api"; // eslint-disable-next-line no-unused-vars import { BaseDownload } from "./basedownload"; -import { IconCache } from "../iconcache"; type SID = {sid: number}; type SIDS = { @@ -63,10 +62,6 @@ export class ManagerPort { delete this.port; }); - IconCache.on("cached", ext => { - this.port.post("icon-cached", ext); - }); - this.port.post("active", this.manager.active); this.sendAll(); } diff --git a/lib/windowutils.ts b/lib/windowutils.ts index c8965a6..b5caf2a 100644 --- a/lib/windowutils.ts +++ b/lib/windowutils.ts @@ -8,9 +8,6 @@ import * as DEFAULT_ICONS from "../data/icons.json"; const DONATE_URL = "https://www.downthemall.org/howto/donate/"; const MANAGER_URL = "/windows/manager.html"; -const IS_CHROME = navigator && navigator.userAgent.includes("Chrome"); - - export async function mostRecentBrowser(): Promise { let window = Array.from(await windows.getAll({windowTypes: ["normal"]})). filter((w: any) => w.type === "normal").pop(); @@ -106,32 +103,10 @@ const ICONS = Object.freeze((() => { return new Map(rv); })()); -let iconForPathPlatform: Function; -if (IS_CHROME) { - const FOUR = 128; - const DOUBLE = 64; - iconForPathPlatform = function(icon: string, size: number) { - let scale = "1x"; - if (size > FOUR) { - // wishful thinking at this point - scale = "4x"; - } - else if (size > DOUBLE) { - scale = "2x"; - } - return `chrome://fileicon/${icon}?scale=${scale}`; - }; -} -else { - // eslint-disable-next-line no-unused-vars - iconForPathPlatform = function(icon: string, size: number) { - return ICONS.get(icon) || "icon-file-generic"; - }; -} +export const DEFAULT_ICON_SIZE = 16; - -// eslint-disable-next-line no-magic-numbers -export function iconForPath(path: string, size = 16) { +// eslint-disable-next-line no-unused-vars +export function iconForPath(path: string, size = DEFAULT_ICON_SIZE) { const web = /^https?:\/\//.test(path); let file = path.split(/[\\/]/).pop(); if (file) { @@ -152,7 +127,7 @@ export function iconForPath(path: string, size = 16) { file = "file"; } } - return iconForPathPlatform(file, size); + return ICONS.get(file) || "icon-file-generic"; } /** diff --git a/uikit/css/modal.css b/uikit/css/modal.css index 4fa30d9..877fe98 100644 --- a/uikit/css/modal.css +++ b/uikit/css/modal.css @@ -33,7 +33,7 @@ .modal-footer { display: flex; flex-wrap: nowrap; - justify-content: right; + justify-content: flex-end; background: rgba(30, 30, 30, 0.2); margin-top: 2em; border-top: 1px solid rgba(30, 30, 30, 0.5); diff --git a/uikit/lib/util.ts b/uikit/lib/util.ts index 6c4138b..5bb98b5 100644 --- a/uikit/lib/util.ts +++ b/uikit/lib/util.ts @@ -15,16 +15,20 @@ export function addClass(elem: HTMLElement, ...cls: string[]) { interface Timer { args: any[]; + id: number; } -export function debounce(fn: Function, to: number) { +export function debounce(fn: Function, to: number, reset?: boolean) { let timer: Timer | null; return function(...args: any[]) { if (timer) { - timer.args = args; - return; + if (!reset) { + timer.args = args; + return; + } + window.clearTimeout(timer.id); } - setTimeout(function() { + const id = window.setTimeout(function() { if (!timer) { return; } @@ -37,7 +41,7 @@ export function debounce(fn: Function, to: number) { console.error(ex.toString(), ex); } }, to); - timer = {args}; + timer = {args, id}; }; } diff --git a/util/build.py b/util/build.py index 3131157..1f0ed92 100755 --- a/util/build.py +++ b/util/build.py @@ -27,6 +27,7 @@ LICENSED = set((".css", ".html", ".js", "*.ts")) IGNORED = set((".DS_Store", "Thumbs.db")) PERM_IGNORED_FX = set(("downloads.shelf",)) +PERM_IGNORED_CHROME = set(("menus",)) SCRIPTS = [ "yarn build:regexps", @@ -90,8 +91,6 @@ def build_firefox(args): else: infos["browser_specific_settings"]["gecko"]["id"] = RELEASE_ID - - infos["permissions"] = [p for p in infos.get("permissions") if not p in PERM_IGNORED_FX] out = Path("web-ext-artifacts") / f"dta-{version}-{args.mode}-fx.zip" if not out.parent.exists(): @@ -101,6 +100,33 @@ def build_firefox(args): print("Output", out) build(out, json.dumps(infos, indent=2).encode("utf-8")) + +def build_chrome(args): + now = datetime.now().strftime("%Y%m%d%H%M%S") + with open("manifest.json") as manip: + infos = json.load(manip, object_pairs_hook=OrderedDict) + + version = infos.get("version") + if args.mode == "nightly": + version = infos["version"] = f"{version}.{now}" + + version = infos.get("version") + + del infos["browser_specific_settings"] + if args.mode != "release": + infos["version_name"] = f"{version}-{args.mode}" + infos["short_name"] = infos.get("name") + infos["name"] = f"{infos.get('name')} {args.mode}" + + infos["permissions"] = [p for p in infos.get("permissions") if not p in PERM_IGNORED_CHROME] + out = Path("web-ext-artifacts") / f"dta-{version}-{args.mode}-crx.zip" + if not out.parent.exists(): + out.parent.mkdir() + if out.exists(): + out.unlink() + print("Output", out) + build(out, json.dumps(infos, indent=2).encode("utf-8")) + def main(): from argparse import ArgumentParser args = ArgumentParser() @@ -114,6 +140,7 @@ def main(): else: run([script], shell=True) build_firefox(args) + build_chrome(args) print("DONE.") if __name__ == "__main__": diff --git a/util/i18ntochrome.py b/util/i18ntochrome.py new file mode 100755 index 0000000..06daa9a --- /dev/null +++ b/util/i18ntochrome.py @@ -0,0 +1,25 @@ +#!/usr/bin/env python3 + +import json +import re +from collections import OrderedDict +from pathlib import Path + +re_valid = re.compile("[^A-Za-z0-9_]") + +for file in Path("_locales/").glob("**/*.json"): + with file.open("r") as filep: + messages = json.load(filep, object_pairs_hook=OrderedDict) + for x in list(messages): + prev = x + while True: + y = re_valid.sub("_", x) + if prev == y: + break + prev = y + if x == y: + continue + messages[y] = messages[x] + del messages[x] + with file.open("w", encoding="utf-8") as filep: + json.dump(messages, filep, ensure_ascii=False, indent=2) \ No newline at end of file diff --git a/windows/manager.ts b/windows/manager.ts index 4c23b1d..bdb98fa 100644 --- a/windows/manager.ts +++ b/windows/manager.ts @@ -93,10 +93,6 @@ addEventListener("DOMContentLoaded", function dom() { Table.setItems(items); }); }); - PORT.on("icon-cached", async () => { - await fullyloaded; - Table.onIconCached(); - }); // Updates const serializer = new PromiseSerializer(1); diff --git a/windows/manager/table.ts b/windows/manager/table.ts index 4f5c912..127ad7d 100644 --- a/windows/manager/table.ts +++ b/windows/manager/table.ts @@ -33,7 +33,7 @@ import { DownloadState, StateTexts, StateClasses, StateIcons } from "./state"; import { Tooltip } from "./tooltip"; import "../../lib/util"; import { CellTypes } from "../../uikit/lib/constants"; -import { downloads } from "../../lib/browser"; +import { downloads, CHROME } from "../../lib/browser"; import { $ } from "../winutil"; // eslint-disable-next-line no-unused-vars import { TableConfig } from "../../uikit/lib/config"; @@ -57,9 +57,11 @@ const HIDPI = window.matchMedia && window.matchMedia("(min-resolution: 2dppx)").matches; const ICON_BASE_SIZE = 16; -const ICON_REAL_SIZE = HIDPI ? ICON_BASE_SIZE * 2 : ICON_BASE_SIZE; -const LARGE_ICON_BASE_SIZE = 64; -const MAX_ICON_BASE_SIZE = 127; +const ICON_REAL_SIZE = !CHROME && HIDPI ? ICON_BASE_SIZE * 2 : ICON_BASE_SIZE; +// eslint-disable-next-line no-magic-numbers +const LARGE_ICON_BASE_SIZE = CHROME ? 32 : 64; +// eslint-disable-next-line no-magic-numbers +const MAX_ICON_BASE_SIZE = CHROME ? 32 : 127; const LARGE_ICON_REAL_SIZE = HIDPI ? MAX_ICON_BASE_SIZE : LARGE_ICON_BASE_SIZE; let TEXT_SIZE_UNKNOWM = "unknown"; @@ -475,6 +477,8 @@ export class DownloadTable extends VirtualTable { col.iconElem.classList.remove("icon-filter"); }); + IconCache.on("cached", this.onIconCached.bind(this)); + this.sids = new Map(); this.icons = new Icons($("#icons")); @@ -1061,10 +1065,16 @@ export class DownloadTable extends VirtualTable { this.updateSizes(); $("#statusSpeedContainer").classList.remove("hidden"); } + if (item.manId && item.ext) { + IconCache.set(item.ext, item.manId).catch(console.error); + } break; case DownloadState.DONE: this.finished++; + if (item.manId && item.ext) { + IconCache.set(item.ext, item.manId).catch(console.error); + } break; } this.selectionChanged(); diff --git a/windows/popup.html b/windows/popup.html index 2b881c6..a868c11 100644 --- a/windows/popup.html +++ b/windows/popup.html @@ -9,6 +9,8 @@ html, body { height: auto !important; + -webkit-user-select: none; + user-select: none; } ul { @@ -29,6 +31,7 @@ vertical-align: center; align-items: center; border-radius: 4px; + cursor: default; white-space: nowrap; } diff --git a/windows/popup.ts b/windows/popup.ts index a5e7863..2ece29a 100644 --- a/windows/popup.ts +++ b/windows/popup.ts @@ -6,7 +6,9 @@ import { localize } from "../lib/i18n"; declare let browser: any; declare let chrome: any; -const runtime = browser !== "undefined" ? browser.runtime : chrome.runtime; +const runtime = typeof browser !== "undefined" ? + browser.runtime : + chrome.runtime; function handler(e: Event) { e.preventDefault();