Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3987)

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 221823005: Accessibility strings for app install alerts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Redid string, implemented suggestions Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index a7bfb6d168a65919038a3c50c3d1ab99579033d8..e35b4164d1ed68321b405ffb68d6cac4c0bfae62 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -293,6 +293,14 @@ You are signing in with a managed account and giving its administrator control o
Open
</message>
+ <!-- App banner accessibility strings, used for touch exploration -->
+ <message name="IDS_APP_BANNER_VIEW_ACCESSIBILITY" desc="Accessibililty text: Describes the banner content, including the app name and rating.">
+ Prompt to get app from the Google Play Store. App name: <ph name="APP_NAME">%1$s<ex>Gmail</ex></ph>. App average rating: <ph name="APP_RATING">%2$.1f<ex>4.2</ex></ph>.
+ </message>
+ <message name="IDS_APP_BANNER_INSTALL_ACCESSIBILITY" desc="Accessibility text: Indicates that clicking on the button will purchase the app or install it.">
+ Get app from the Google Play Store: <ph name="APP_ACTION">%s<ex>Install</ex></ph>
+ </message>
+
<!-- DOM Distiller strings -->
<message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask the user about whether the text from a web page was extracted correctly.">
Was the text extracted correctly?
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698