Use a different l10n string for sites opened in no container

https://github.com/mozilla/multi-account-containers/pull/2391
This commit is contained in:
BPower0036 2022-08-08 08:02:32 +00:00 committed by GitHub
parent b857a58e0d
commit fc25bb46a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",