OLD | NEW |
---|---|
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 Loading... | |
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: <ph name="APP_NAME">%1$s<e x>Gmail</ex></ph>. App average rating: <ph name="APP_RATING">%2$.1f<ex>0.0</ex> </ph>. | |
newt (away)
2014/04/02 22:51:20
0.0?? How about 100.100?! Or maybe 4.2
gone
2014/04/02 23:13:12
Would've gone over 9000, but I wanted it to be rea
| |
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> |
OLD | NEW |