Skip to content

Commit

Permalink
Add missing Autofill localizable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jan 2, 2024
1 parent bbd1be5 commit f74483f
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,66 @@
}
}
},
"autofill.excluded-sites" : {
"comment" : "Autofill settings section title",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Excluded Sites"
}
}
}
},
"autofill.excluded-sites.explanation" : {
"comment" : "Subtitle providing additional information about the excluded sites section",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Websites you selected to never ask to save your password."
}
}
}
},
"autofill.excluded-sites.reset" : {
"comment" : "Button title allowing users to reset their list of excluded sites",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Reset"
}
}
}
},
"autofill.excluded-sites.reset.action.message" : {
"comment" : "Alert title",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "If you reset excluded sites, you will be prompted to save your password next time you sign in to any of these sites."
}
}
}
},
"autofill.excluded-sites.reset.action.title" : {
"comment" : "Alert title",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Reset Excluded Sites?"
}
}
}
},
"autofill.hide-password" : {
"comment" : "Tooltip for the Autofill panel's Hide Password button",
"extractionState" : "extracted_with_value",
Expand Down Expand Up @@ -5094,6 +5154,18 @@
}
}
},
"never.for.this.site" : {
"comment" : "Never ask to save login credentials for this site button",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Never Ask for This Site"
}
}
}
},
"New Tab" : {
"comment" : "Main Menu File item"
},
Expand Down

0 comments on commit f74483f

Please sign in to comment.