Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,4 @@

<!-- DuckChat -->
<string name="duckChatMenuItem">@string/duck_chat_title</string>

<!-- Widgets -->
<string name="searchOnlyWidgetLabel">Search Only</string>
<string name="searchOnlyWidgetDescription">Quickly launch a private search with DuckDuckGo.</string>
<string name="searchAndFavoritesWidgetDescription">Search or visit your favorite sites privately with one tap. Voice Search and Duck.ai available if enabled.</string>
<string name="searchWidgetDescription">Search privately with DuckDuckGo or ask Duck.ai. Voice Search and Duck.ai available if enabled.</string>
<string name="duckAiOnlyPinShortcutLabel">Duck.ai</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -924,4 +924,10 @@
<string name="tabSwitcherAnimationTileRemovalDialogPositiveButton">Hide</string>
<string name="tabSwitcherAnimationTileRemovalDialogNegativeButton">Keep</string>

<!-- Widgets -->
<string name="searchOnlyWidgetLabel" instruction="Label for the search-only widget" >Search Only</string>
<string name="searchOnlyWidgetDescription" instruction="Description for the search-only widget">Quickly launch a private search with DuckDuckGo.</string>
<string name="searchAndFavoritesWidgetDescription" instruction="Description for the search and favorites widget">Search or visit your favorite sites privately with one tap. Voice Search and Duck.ai available if enabled.</string>
<string name="searchWidgetDescription" instruction="Description for the search widget, which may include Duck.ai and voice search">Search privately with DuckDuckGo or ask Duck.ai. Voice Search and Duck.ai available if enabled.</string>
<string name="duckAiOnlyPinShortcutLabel" instruction="Label for the Duck.ai pinned shortcut. Should be Duck.ai in all languages">Duck.ai</string>
</resources>
Loading