From fc25bb46a4253b8f0874720136ad8e442f3ecbfd Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:02:32 +0000 Subject: [PATCH] Use a different `l10n` string for sites opened in no container https://github.com/mozilla/multi-account-containers/pull/2391 --- src/_locales/nl/messages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json index e461ded..76cf996 100644 --- a/src/_locales/nl/messages.json +++ b/src/_locales/nl/messages.json @@ -264,6 +264,10 @@ } } }, + "openInNoContainer": { + "message": "Openen in huidig tabblad", + "description": "This is the button text in confirmation page when we are not inside a container" + }, "youAskedFirefox": { "message": "U hebt Firefox gevraagd om voor deze website altijd $containerName$ te openen:", "placeholders": { @@ -384,6 +388,13 @@ "message": "Donker", "description": "Value for the theme option select tag" }, + "filterInputLabel": { + "message": "Containerlijst filteren op naam:", + "description": "Label for the filter input in the main panel. Only visible for screen reader." + }, + "filterInputPlaceholder": { + "message": "Containernaam zoeken" + }, "backupFailure": { "message": "Er ging iets mis, back-up mislukte: $errorMessage$", "description": "(Options menu) When exporting containers as a file failed",