summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-09-01 11:08:40 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-01 12:16:21 +0000
commit03c549e0392f92c02536d3f86d5e1d8dfa3435ac (patch)
treefe49d170a929b34ba82cd10db1a0bd8e3760fa4b /chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd
parent5d013f5804a0d91fcf6c626b2d6fb6eca5c845b0 (diff)
BASELINE: Update Chromium to 91.0.4472.160
Change-Id: I0def1f08a2412aeed79a9ab95dd50eb5c3f65f31 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd')
-rw-r--r--chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd33
1 files changed, 33 insertions, 0 deletions
diff --git a/chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd b/chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd
index 8ef5bcaa43a..7b74d286ca8 100644
--- a/chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd
+++ b/chromium/chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd
@@ -421,6 +421,39 @@
<message name="IDS_PRICE_DROP_ALERTS_DESCRIPTION" desc="This text shows below 'Price drop alerts'. It describes what will happen when turning on this feature.">
Get notified when prices drop
</message>
+
+ <!-- Merchant Viewer strings -->
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_TITLE" desc="Message shown when merchant trust signals are available.">
+ View store info?
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_ACTION" desc="The label of the action button on the merchant viewer message.">
+ View
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_DESCRIPTION_RATING" desc="First part of the message description. Shows the current rating.">
+ <ph name="CURRENT_RATING">%1$s<ex>4.5</ex></ph>/<ph name="RATING_BASELINE">%2$s<ex>5</ex></ph> rating
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_DESCRIPTION_REVIEWS" desc="Second part of the message description. Shows the number of reviews.">
+ {REVIEWS, plural,
+ =1 {(<ph name="REVIEWS_COUNT_ONE">%1$d<ex>1</ex></ph> review)}
+ other {(<ph name="REVIEWS_COUNT_MANY">%1$d<ex>8</ex></ph> reviews)}}
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_RATING_NUMERICAL" desc="The rating of the merchant in numerical form.">
+ <ph name="CURRENT_RATING">%1$.1f<ex>4.5</ex></ph>/<ph name="RATING_BASELINE">%2$d<ex>5</ex></ph>
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_MESSAGE_RATING_WORD" desc="The word rating. Used in a variation of the message description.">
+ rating
+ </message>
+ <message name="IDS_ACCESSIBILITY_MERCHANT_VIEWER_MESSAGE_DESCRIPTION" desc="Accessibility string for message description.">
+ {REVIEWS, plural,
+ =1 { <ph name="CURRENT_RATING">%1$s<ex>4.5</ex></ph>/<ph name="RATING_BASELINE">%2$s<ex>5</ex></ph> rating, <ph name="REVIEWS_COUNT_ONE">%3$d<ex>1</ex></ph> review}
+ other {<ph name="CURRENT_RATING">%1$s<ex>4.5</ex></ph>/<ph name="RATING_BASELINE">%2$s<ex>5</ex></ph> rating, <ph name="REVIEWS_COUNT_MANY">%3$d<ex>8</ex></ph> reviews}}
+ </message>
+ <message name="IDS_ACCESSIBILITY_MERCHANT_VIEWER_MESSAGE_ANNOUNCEMENT" desc="Accessibility string for merchant viewer message announcement.">
+ View store info, option available near top of the screen
+ </message>
+ <message name="IDS_MERCHANT_VIEWER_PREVIEW_SHEET_TITLE" desc="Bottom sheet title for the merchant viewer experience.">
+ Google | About this store
+ </message>
</messages>
</release>
</grit>