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

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

Issue 2589353002: MD Settings: Display > Overscan: Update text and fix focus (Closed)
Patch Set: Feedback Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/display_overscan_dialog.html » ('j') | 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 <!-- 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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
10 Detailed build information 10 Detailed build information
(...skipping 2631 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 </message> 2642 </message>
2643 <message name="IDS_SETTINGS_DISPLAY_ORIENTATION" desc="In Device Settings > Displays, the label for the control for changing a display's orientation."> 2643 <message name="IDS_SETTINGS_DISPLAY_ORIENTATION" desc="In Device Settings > Displays, the label for the control for changing a display's orientation.">
2644 Orientation 2644 Orientation
2645 </message> 2645 </message>
2646 <message name="IDS_SETTINGS_DISPLAY_ORIENTATION_STANDARD" desc="In Device Se ttings > Displays, the label for standard orientation (0 rotation)."> 2646 <message name="IDS_SETTINGS_DISPLAY_ORIENTATION_STANDARD" desc="In Device Se ttings > Displays, the label for standard orientation (0 rotation).">
2647 Standard 2647 Standard
2648 </message> 2648 </message>
2649 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_TEXT" desc="Text explaining tha t this setting is used to adjust the boundaries of the selected display."> 2649 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_TEXT" desc="Text explaining tha t this setting is used to adjust the boundaries of the selected display.">
2650 Adjust the boundaries of your desktop within the display 2650 Adjust the boundaries of your desktop within the display
2651 </message> 2651 </message>
2652 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_TITLE" desc="Name of the settin gs subpage which adjusts display overscan."> 2652 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_TITLE" desc="Title of the setti ngs subpage which adjusts display overscan.">
2653 Overscan 2653 Overscan
2654 </message> 2654 </message>
2655 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_INSTRUCTIONS" desc="Instruction s for changing the overscan calibration."> 2655 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_SUBTITLE" desc="Subtitle for th e display overscan settings subpage.">
2656 Use arrow keys to adjust picture size and alignment. 2656 Adjust the boundaries of your display.
2657 </message>
2658 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_INSTRUCTIONS" desc="Instruction s for changing the display overscan calibration.">
2659 Tap the following keys to adjust or move the cropping area.
2657 </message> 2660 </message>
2658 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESIZE" desc="Label for resizin g overscan calibration."> 2661 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESIZE" desc="Label for resizin g overscan calibration.">
2659 Shrink/expand 2662 Shrink / Expand
2660 </message> 2663 </message>
2661 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_POSITION" desc="Label for posit ioning overscan calibration."> 2664 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_POSITION" desc="Label for posit ioning overscan calibration.">
2662 Move 2665 Move
2663 </message> 2666 </message>
2664 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration."> 2667 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration.">
2665 Reset 2668 Reset
2666 </message> 2669 </message>
2667 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_SAVE" desc="Label for saving ov erscan calibration.">
2668 Save
2669 </message>
2670 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha t the displays are currently mirrored"> 2670 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha t the displays are currently mirrored">
2671 On 2671 On
2672 </message> 2672 </message>
2673 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th at the displays are currently not mirrored"> 2673 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th at the displays are currently not mirrored">
2674 Off 2674 Off
2675 </message> 2675 </message>
2676 2676
2677 <!-- Storage --> 2677 <!-- Storage -->
2678 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit le for storage management."> 2678 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit le for storage management.">
2679 Storage management 2679 Storage management
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 System 2740 System
2741 </message> 2741 </message>
2742 <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."> 2742 <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.">
2743 Use hardware acceleration when available 2743 Use hardware acceleration when available
2744 </message> 2744 </message>
2745 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2745 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2746 Change proxy settings 2746 Change proxy settings
2747 </message> 2747 </message>
2748 </if> 2748 </if>
2749 </grit-part> 2749 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/display_overscan_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698