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

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

Issue 465493002: Font Size UI for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Auto Bots Created 6 years, 4 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/dom_distiller/DistilledPagePrefsView.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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 </message> 356 </message>
357 <message name="IDS_DARK_MODE" desc="Title of button that will change theme of distilled pages to dark mode."> 357 <message name="IDS_DARK_MODE" desc="Title of button that will change theme of distilled pages to dark mode.">
358 Dark 358 Dark
359 </message> 359 </message>
360 <message name="IDS_LIGHT_MODE" desc="Title of button that will change them e of distilled pages to light mode."> 360 <message name="IDS_LIGHT_MODE" desc="Title of button that will change them e of distilled pages to light mode.">
361 Light 361 Light
362 </message> 362 </message>
363 <message name="IDS_SEPIA_MODE" desc="Title of button that will change them e of distilled pages to sepia mode."> 363 <message name="IDS_SEPIA_MODE" desc="Title of button that will change them e of distilled pages to sepia mode.">
364 Sepia 364 Sepia
365 </message> 365 </message>
366 <message name="IDS_TEXT_SIZE_SIGNIFIER" desc="A typical letter of the alph abet. This is drawn on either end of a slider bar that allows the user to chang e the font size. On one end, it is drawn smaller and on the other end larger.">
367 A
368 </message>
366 369
367 <!-- TalkBack upgrade --> 370 <!-- TalkBack upgrade -->
368 <message name="IDS_OLD_TALKBACK_TITLE" desc="Title of dialog notifying use r that the version of TalkBack they're running is too old."> 371 <message name="IDS_OLD_TALKBACK_TITLE" desc="Title of dialog notifying use r that the version of TalkBack they're running is too old.">
369 You need to update TalkBack to a newer version. 372 You need to update TalkBack to a newer version.
370 </message> 373 </message>
371 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)"> 374 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)">
372 Update 375 Update
373 </message> 376 </message>
374 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog."> 377 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog.">
375 Cancel 378 Cancel
376 </message> 379 </message>
377 380
378 <!-- Data Reduction Proxy --> 381 <!-- Data Reduction Proxy -->
379 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false"> 382 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false">
380 You are part of a data reduction proxy field trial. 383 You are part of a data reduction proxy field trial.
381 </message> 384 </message>
382 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false"> 385 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false">
383 Settings 386 Settings
384 </message> 387 </message>
385 388
386 </messages> 389 </messages>
387 </release> 390 </release>
388 </grit> 391 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698