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

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

Issue 2620073002: Adds the touch calibration setting behind a chrome switch (Closed)
Patch Set: Adds the touch calibration setting behind a chrome switch Created 3 years, 11 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 <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 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after
2675 </message> 2675 </message>
2676 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration."> 2676 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration.">
2677 Reset 2677 Reset
2678 </message> 2678 </message>
2679 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha t the displays are currently mirrored"> 2679 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha t the displays are currently mirrored">
2680 On 2680 On
2681 </message> 2681 </message>
2682 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th at the displays are currently not mirrored"> 2682 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th at the displays are currently not mirrored">
2683 Off 2683 Off
2684 </message> 2684 </message>
2685 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TITLE" desc="In Device Settings > Displays, the label for initiating touch calibration.">
2686 Calibrate
2687 </message>
2688 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TEXT" desc="In Device Settings > Displays, the sublabel for initiating touch calibration.">
2689 Define the boundaries of your touchscreen over the display
2690 </message>
2685 2691
2686 <!-- Storage --> 2692 <!-- Storage -->
2687 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit le for storage management."> 2693 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit le for storage management.">
2688 Storage management 2694 Storage management
2689 </message> 2695 </message>
2690 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings > Storage, label for the used storage size of Chrome OS internal storage."> 2696 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings > Storage, label for the used storage size of Chrome OS internal storage.">
2691 In use 2697 In use
2692 </message> 2698 </message>
2693 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings > Storage, label for the available storage size of Chrome OS internal storage." > 2699 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings > Storage, label for the available storage size of Chrome OS internal storage." >
2694 Available 2700 Available
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 System 2755 System
2750 </message> 2756 </message>
2751 <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."> 2757 <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.">
2752 Use hardware acceleration when available 2758 Use hardware acceleration when available
2753 </message> 2759 </message>
2754 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2760 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2755 Change proxy settings 2761 Change proxy settings
2756 </message> 2762 </message>
2757 </if> 2763 </if>
2758 </grit-part> 2764 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698