Moves ads strings from brave/app/brave_generated_resources.grd to a new components/resources/ads_strings.grdp, replacing the //brave/app:brave_generated_resources_grit dep in //brave/components/brave_ads/browser with //brave/components/resources:strings_grit.
17 lines
1022 B
XML
17 lines
1022 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<grit-part>
|
|
<!-- Brave Ads -->
|
|
<message name="IDS_BRAVE_ADS_NOTIFICATION_EXTERNAL_WALLET_CONNECTED_TITLE" desc="The notification title to show when an external wallet is connected">
|
|
🎉 You're now earning!
|
|
</message>
|
|
<message name="IDS_BRAVE_ADS_NOTIFICATION_EXTERNAL_WALLET_CONNECTED_BODY" desc="The notification body to show when an external wallet is connected">
|
|
You earn whenever a notification like this appears on your screen. You don't need to click to earn.
|
|
</message>
|
|
<message name="IDS_BRAVE_ADS_NOTIFICATION_CLICKED_SAME_AD_MULTIPLE_TIMES_TITLE" desc="The notification title to show when a user clicks an ad multiple times">
|
|
You earn when a Brave Ads notification appears
|
|
</message>
|
|
<message name="IDS_BRAVE_ADS_NOTIFICATION_CLICKED_SAME_AD_MULTIPLE_TIMES_BODY" desc="The notification body to show when a user clicks an ad multiple times">
|
|
You don't need to click to earn, but do click if you're interested!
|
|
</message>
|
|
</grit-part>
|