You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translations: [Android] Roll out additional default browser prompts (#6517)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1200581511062568/task/1210955777169915?focus=true
### Description
This PR updates the default browser prompts in the app:
1. Changed the "Not Now" button text to "Don't Ask Again" in the default
browser bottom sheet dialog
2. Added new strings for the default browser message on the new tab
page:
- Added heading text: "DuckDuckGo isn't your default browser. Get more
protection."
- Added primary CTA button text: "Set As Default"
- Added secondary CTA button text: "Don't Ask Again"
### Steps to test this PR
Code review only. QA-Optional.
### NO UI changes
---------
Co-authored-by: Dax The Translator <[email protected]>
Copy file name to clipboardExpand all lines: app/src/main/res/values-cs/strings.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -879,7 +879,12 @@
879
879
<!-- Default Browser Bottom Sheet Dialog -->
880
880
<stringname="defaultBrowserBottomSheetDialogTitle">Používej DuckDuckGo a získej větší ochranu při prohlížení internetu</string>
881
881
<stringname="defaultBrowserBottomSheetDialogSubTitle">Nastav si nás jako výchozí prohlížeč, aby se všechny odkazy na stránky otevíraly v DuckDuckGo.</string>
Copy file name to clipboardExpand all lines: app/src/main/res/values-el/strings.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,12 @@
847
847
<!-- Default Browser Bottom Sheet Dialog -->
848
848
<stringname="defaultBrowserBottomSheetDialogTitle">Αφήστε το DuckDuckGo να προστατεύσει περισσότερα από όσα κάνετε στο διαδίκτυο</string>
849
849
<stringname="defaultBrowserBottomSheetDialogSubTitle">Ορίστε μας ως το προεπιλεγμένο πρόγραμμα περιήγησής σας ώστε όλοι οι σύνδεσμοι του ιστότοπου να ανοίγουν στο DuckDuckGo.</string>
<stringname="defaultBrowserBottomSheetDialogGhostButton"instruction="This text appears on a button">Να μην ερωτηθώ ξανά</string>
851
+
852
+
<!-- Default Browser message -->
853
+
<stringname="newTabPageDefaultBrowserMessageHeading">Το DuckDuckGo δεν είναι το προεπιλεγμένο πρόγραμμα περιήγησής σας. Αποκτήστε περισσότερη προστασία.</string>
854
+
<stringname="newTabPageDefaultBrowserMessagePrimaryCta"instruction="This text appears on a button">Ορίστε ως προεπιλογή</string>
855
+
<stringname="newTabPageDefaultBrowserMessageSecondaryCta"instruction="This text appears on a button">Να μην ερωτηθώ ξανά</string>
851
856
852
857
<!--TabSwitcher Animation Tile Dialog-->
853
858
<stringname="tabSwitcherAnimationTileRemovalDialogTitle">Το DuckDuckGo αποκλείει εφαρμογές παρακολούθησης για να προστατεύσει την περιήγησή σας</string>
Copy file name to clipboardExpand all lines: app/src/main/res/values-es/strings.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,12 @@
847
847
<!-- Default Browser Bottom Sheet Dialog -->
848
848
<stringname="defaultBrowserBottomSheetDialogTitle">Deja que DuckDuckGo proteja más de lo que haces en línea</string>
849
849
<stringname="defaultBrowserBottomSheetDialogSubTitle">Haznos tu navegador predeterminado para que todos los enlaces a sitios se abran en DuckDuckGo.</string>
Copy file name to clipboardExpand all lines: app/src/main/res/values-fr/strings.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,12 @@
847
847
<!-- Default Browser Bottom Sheet Dialog -->
848
848
<stringname="defaultBrowserBottomSheetDialogTitle">Laissez DuckDuckGo protéger davantage ce que vous faites en ligne</string>
849
849
<stringname="defaultBrowserBottomSheetDialogSubTitle">Choisissez-nous comme navigateur par défaut afin que tous les liens de site s\'ouvrent dans DuckDuckGo.</string>
0 commit comments