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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 197473006: Add FeedbackReporter for reporting distillation quality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated implementation with UI 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 unified diff | Download patch | Annotate | Revision Log
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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 Smart card 276 Smart card
277 </message> 277 </message>
278 278
279 <!-- App banner strings --> 279 <!-- App banner strings -->
280 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed."> 280 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed.">
281 Installing... 281 Installing...
282 </message> 282 </message>
283 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application."> 283 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application.">
284 Open 284 Open
285 </message> 285 </message>
286 <!-- DOM Distiller strings -->
newt (away) 2014/03/17 18:19:19 nit: add empty line above
nyquist 2014/03/17 20:13:42 Done.
287 <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask th e user about whether the text from a web page was extracted correctly.">
288 Was the text extracted correctly?
289 </message>
290 <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.">
291 Yes
292 </message>
293 <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.">
294 No
295 </message>
286 </messages> 296 </messages>
287 </release> 297 </release>
288 </grit> 298 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698