17 lines
912 B
XML
17 lines
912 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!--This file is created by l10nUtil.js. Do not edit manually.-->
|
|
<grit-part>
|
|
<!-- Ambient badge -->
|
|
<if expr="is_android">
|
|
<message name="IDS_AMBIENT_BADGE_INSTALL" desc="String for the ambient badge promoting an app installation">
|
|
Add <ph name="APP_NAME">$1<ex>Brave Maps</ex></ph> to Home screen
|
|
</message>
|
|
<message name="IDS_AMBIENT_BADGE_INSTALL_ALTERNATIVE" desc="String for the ambient badge promoting an app installation. Alternative used for experimentation.">
|
|
Install <ph name="APP_NAME">$1<ex>Brave Maps</ex></ph>
|
|
</message>
|
|
<message name="IDS_AMBIENT_BADGE_INSTALL_ALTERNATIVE_NO_DOWNLOAD_REQUIRED" desc="String for the ambient badge promoting an app installation. Alternative used for experimentation.">
|
|
Install <ph name="APP_NAME">$1<ex>Brave Maps</ex></ph> (no download required)
|
|
</message>
|
|
</if>
|
|
</grit-part>
|