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

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

Issue 483183002: Add font family selector ui for distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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_SANS_SERIF" desc="Title of the selector button that wil l change the typeface of distilled pages to use a SansSerif font.">
367 Sans Serif
368 </message>
369 <message name="IDS_SERIF" desc="Title of the selector button that will cha nge the typeface of distilled pages to use a Serif font.">
370 Serif
371 </message>
372 <message name="IDS_MONOSPACE" desc="Title of the selector button that will change the typeface of distilled pages to use a Monospace font.">
373 Monospace
374 </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."> 375 <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 376 A
368 </message> 377 </message>
369 378
370 <!-- TalkBack upgrade --> 379 <!-- TalkBack upgrade -->
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."> 380 <message name="IDS_OLD_TALKBACK_TITLE" desc="Title of dialog notifying use r that the version of TalkBack they're running is too old.">
372 You need to update TalkBack to a newer version. 381 You need to update TalkBack to a newer version.
373 </message> 382 </message>
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)"> 383 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)">
375 Update 384 Update
376 </message> 385 </message>
377 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog."> 386 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog.">
378 Cancel 387 Cancel
379 </message> 388 </message>
380 389
381 <!-- Data Reduction Proxy --> 390 <!-- Data Reduction Proxy -->
382 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false"> 391 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false">
383 You are part of a data reduction proxy field trial. 392 You are part of a data reduction proxy field trial.
384 </message> 393 </message>
385 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false"> 394 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false">
386 Settings 395 Settings
387 </message> 396 </message>
388 397
389 </messages> 398 </messages>
390 </release> 399 </release>
391 </grit> 400 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698