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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2017283002: MD Settings: implement printing page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 <message name="IDS_SETTINGS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items from'."> 544 <message name="IDS_SETTINGS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items from'.">
545 the beginning of time 545 the beginning of time
546 </message> 546 </message>
547 <message name="IDS_SETTINGS_CLEAR_DATA_SOME_STUFF_REMAINS" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that some da ta types will not be cleared."> 547 <message name="IDS_SETTINGS_CLEAR_DATA_SOME_STUFF_REMAINS" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that some da ta types will not be cleared.">
548 Some settings that may reflect browsing habits will not be cleared. 548 Some settings that may reflect browsing habits will not be cleared.
549 </message> 549 </message>
550 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices."> 550 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices.">
551 This clears synced data from all devices. 551 This clears synced data from all devices.
552 </message> 552 </message>
553 553
554 <!-- Cloud Print --> 554 <!-- Printing -->
555 <message name="IDS_SETTINGS_GOOGLE_CLOUD_PRINT" desc="Label for the Google clo ud print page and menu option."> 555 <message name="IDS_SETTINGS_PRINTING" desc="Title of the printing page and nav igation item to get there.">
556 Google cloud print 556 Printing
557 </message>
558 <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINT_LEARN_MORE_LABEL" desc="Label for the link that teaches users how to use Google Cloud Print">
559 Set up or manage printers in Google Cloud Print.
560 </message>
561 <message name="IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL" desc="Label for the checkbox which enabled notifications when new printers are added to the user's n etwork">
562 Show notifications when new printers are detected on the network
563 </message>
564 <message name="IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES" desc="Text fo r the button which allows users to manager their Google Cloud Print devices">
565 Manage Cloud Print devices
557 </message> 566 </message>
558 567
559 <!-- Downloads Page --> 568 <!-- Downloads Page -->
560 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences."> 569 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences.">
561 Downloads 570 Downloads
562 </message> 571 </message>
563 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory."> 572 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory.">
564 Location 573 Location
565 </message> 574 </message>
566 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory."> 575 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory.">
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 System 1386 System
1378 </message> 1387 </message>
1379 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 1388 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
1380 Use hardware acceleration when available 1389 Use hardware acceleration when available
1381 </message> 1390 </message>
1382 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1391 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1383 Change proxy settings 1392 Change proxy settings
1384 </message> 1393 </message>
1385 </if> 1394 </if>
1386 </grit-part> 1395 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698