mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update autofill_payments_strings.grdp
This commit is contained in:
parent
6c9c8d3b84
commit
668430b49e
1 changed files with 13 additions and 1 deletions
|
@ -663,6 +663,9 @@
|
||||||
<message name="IDS_AUTOFILL_OFFERS_REMINDER_POSITIVE_BUTTON_LABEL" desc="Label for the positive button for the bubble/infobar shown on the merchant website when an offer is available to use.">
|
<message name="IDS_AUTOFILL_OFFERS_REMINDER_POSITIVE_BUTTON_LABEL" desc="Label for the positive button for the bubble/infobar shown on the merchant website when an offer is available to use.">
|
||||||
Got it
|
Got it
|
||||||
</message>
|
</message>
|
||||||
|
<message name="IDS_AUTOFILL_PROMO_CODE_SUGGESTIONS_FOOTER_TEXT" desc="Label for the footer text of the autofill suggestions popup when a user clicks on a promo code field. It redirects the user to the offer webview page for more details on the promo code offers suggested. An example of details the user can see is the terms and conditions of the promo code offers that are shown in the autofill suggestions popup.">
|
||||||
|
See promo code details
|
||||||
|
</message>
|
||||||
<if expr="not is_ios and not is_android">
|
<if expr="not is_ios and not is_android">
|
||||||
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DESCRIPTION_TEXT" desc="Secondary explanatory text for the Desktop bubble shown on the merchant website when an offer is available to use.">
|
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DESCRIPTION_TEXT" desc="Secondary explanatory text for the Desktop bubble shown on the merchant website when an offer is available to use.">
|
||||||
Pay with <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex></ph> at checkout
|
Pay with <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex></ph> at checkout
|
||||||
|
@ -672,12 +675,21 @@
|
||||||
</message>
|
</message>
|
||||||
</if>
|
</if>
|
||||||
<if expr="is_android">
|
<if expr="is_android">
|
||||||
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DESCRIPTION_TEXT" desc="Secondary explanatory text for the Clank infobar shown on the merchant website when an offer is available to use." formatter_data="android_java">
|
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DESCRIPTION_TEXT" desc="Secondary explanatory text for the infobar shown on the merchant website when an offer is available to use." formatter_data="android_java">
|
||||||
Pay with <ph name="CARD_DETAIL">%1$s<ex>Visa - 1234</ex></ph> at checkout.
|
Pay with <ph name="CARD_DETAIL">%1$s<ex>Visa - 1234</ex></ph> at checkout.
|
||||||
</message>
|
</message>
|
||||||
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DEEP_LINK_TEXT" desc="Text to be linked to take the user to the offer in the Google Pay app." formatter_data="android_java">
|
<message name="IDS_AUTOFILL_OFFERS_REMINDER_DEEP_LINK_TEXT" desc="Text to be linked to take the user to the offer in the Google Pay app." formatter_data="android_java">
|
||||||
See details
|
See details
|
||||||
</message>
|
</message>
|
||||||
|
<message name="IDS_AUTOFILL_OFFERS_MESSAGE_TITLE" desc="Title of the message shown on the merchant website when a GPay-activated card linked offer is available to use.">
|
||||||
|
Google Pay offer available
|
||||||
|
</message>
|
||||||
|
<message name="IDS_AUTOFILL_OFFERS_MESSAGE_DESCRIPTION_TEXT" desc="Secondary explanatory text for the message shown on the merchant website when an offer is available to use.">
|
||||||
|
Check out with <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex></ph> to use offer
|
||||||
|
</message>
|
||||||
|
<message name="IDS_AUTOFILL_OFFERS_MESSAGE_PRIMARY_BUTTON_TEXT" desc="Text for the primary button of the message shown on the merchant website when a GPay-activated card linked offer is available to use.">
|
||||||
|
Details
|
||||||
|
</message>
|
||||||
</if>
|
</if>
|
||||||
<if expr="toolkit_views">
|
<if expr="toolkit_views">
|
||||||
<message name="IDS_AUTOFILL_PROMO_CODE_OFFERS_REMINDER_TITLE" desc="Title of the bubble shown on the merchant website when a merchant promo code offer is available to use.">
|
<message name="IDS_AUTOFILL_PROMO_CODE_OFFERS_REMINDER_TITLE" desc="Title of the bubble shown on the merchant website when a merchant promo code offer is available to use.">
|
||||||
|
|
Loading…
Reference in a new issue