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:
parent
b857a58e0d
commit
fc25bb46a4
1 changed files with 11 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue