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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 </message> 286 </message>
287 287
288 <!-- App banner strings --> 288 <!-- App banner strings -->
289 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed."> 289 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed.">
290 Installing... 290 Installing...
291 </message> 291 </message>
292 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application."> 292 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application.">
293 Open 293 Open
294 </message> 294 </message>
295 295
296 <!-- App banner accessibility strings, used for touch exploration -->
297 <message name="IDS_APP_BANNER_VIEW_ACCESSIBILITY" desc="Accessibililty tex t: Describes the banner content, including the app name and rating.">
298 Prompt to get app from the Google Play Store. App name: <ph name="APP_N AME">%1$s<ex>Gmail</ex></ph>. App average rating: <ph name="APP_RATING">%2$.1f< ex>4.2</ex></ph>.
299 </message>
300 <message name="IDS_APP_BANNER_INSTALL_ACCESSIBILITY" desc="Accessibility t ext: Indicates that clicking on the button will purchase the app or install it." >
301 Get app from the Google Play Store: <ph name="APP_ACTION">%s<ex>Install< /ex></ph>
302 </message>
303
296 <!-- DOM Distiller strings --> 304 <!-- DOM Distiller strings -->
297 <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask th e user about whether the text from a web page was extracted correctly."> 305 <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask th e user about whether the text from a web page was extracted correctly.">
298 Was the text extracted correctly? 306 Was the text extracted correctly?
299 </message> 307 </message>
300 <message name="IDS_DISTILLATION_QUALITY_ANSWER_YES" desc="Text for the ans wering whether the text from a web page was extracted correctly and the answer i s yes."> 308 <message name="IDS_DISTILLATION_QUALITY_ANSWER_YES" desc="Text for the ans wering whether the text from a web page was extracted correctly and the answer i s yes.">
301 Yes 309 Yes
302 </message> 310 </message>
303 <message name="IDS_DISTILLATION_QUALITY_ANSWER_NO" desc="Text for the answ ering whether the text from a web page was extracted correctly and the answer is no."> 311 <message name="IDS_DISTILLATION_QUALITY_ANSWER_NO" desc="Text for the answ ering whether the text from a web page was extracted correctly and the answer is no.">
304 No 312 No
305 </message> 313 </message>
306 </messages> 314 </messages>
307 </release> 315 </release>
308 </grit> 316 </grit>
OLDNEW
« 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