 Chromium Code Reviews
 Chromium Code Reviews Issue 2010653003:
  MD Settings: About page, implementing channel switcher dialog.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 2010653003:
  MD Settings: About page, implementing channel switcher dialog.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| OLD | NEW | 
|---|---|
| 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 21 matching lines...) Expand all Loading... | |
| 32 </message> | 32 </message> | 
| 33 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la bel: Updating ChromiumOS/ChromeOS to a specified channel"> | 33 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la bel: Updating ChromiumOS/ChromeOS to a specified channel"> | 
| 34 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha nnel | 34 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha nnel | 
| 35 </message> | 35 </message> | 
| 36 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on ChromiumOS/ChromeOS"> | 36 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on ChromiumOS/ChromeOS"> | 
| 37 Channel changed. Restart your device to apply changes. | 37 Channel changed. Restart your device to apply changes. | 
| 38 </message> | 38 </message> | 
| 39 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (ChromiumOS/ChromeOS)"> | 39 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (ChromiumOS/ChromeOS)"> | 
| 40 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. | 40 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. | 
| 41 </message> | 41 </message> | 
| 42 | |
| 43 <!-- About Page: Channel switcher dialog --> | |
| 44 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANGE_CHANNEL" desc="Button label fo r channel switch."> | |
| 45 Change channel | |
| 46 </message> | |
| 47 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANGE_CHANNEL_AND_POWERWASH" desc="B utton label for channel switch and powerwash."> | |
| 48 Change channel and Powerwash | |
| 49 </message> | |
| 50 <message name="IDS_SETTINGS_ABOUT_PAGE_DELAYED_WARNING_MESSAGE" desc="Messag e that notifies user that channel change will be applied later."> | |
| 51 You are changing to a channel with an older version of <ph name="PRODUCT_N AME">$1<ex>Chrome OS</ex></ph>. The channel change will be applied when the chan nel version matches the version currently installed on your device. | |
| 52 </message> | |
| 53 <message name="IDS_SETTINGS_ABOUT_PAGE_DELAYED_WARNING_TITLE" desc="Title fo r the message that the channel change will be applied later."> | |
| 54 Channel change will be applied later. | |
| 55 </message> | |
| 56 <message name="IDS_SETTINGS_ABOUT_PAGE_POWERWASH_WARNING_MESSAGE" desc="Mess age that warns user about powerwash."> | |
| 57 This will remove all local users, files, data, and other settings after yo ur next restart. All users will need to sign in again. | |
| 58 </message> | |
| 59 <message name="IDS_SETTINGS_ABOUT_PAGE_POWERWASH_WARNING_TITLE" desc="The ti tle for the message that warns user about powerwash."> | |
| 60 Powerwash required on next reboot | |
| 61 </message> | |
| 62 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_MESSAGE" desc="Warni ng about switching to developer (unstable) channel."> | |
| 63 You are updating to an unstable version of <ph name="PRODUCT_NAME">$1<ex>C hrome OS</ex></ph> which contains features that are in progress. Crashes and une xpected bugs will occur. Please proceed with caution. | |
| 64 </message> | |
| 65 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_TITLE" desc="The tit le of the warning about switching to developer (unstable) channel."> | |
| 66 Warning: you are switching to developer channel | |
| 67 </message> | |
| 42 </if> | 68 </if> | 
| 43 <if expr="not chromeos"> | 69 <if expr="not chromeos"> | 
| 44 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> | 70 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> | 
| 45 Relaunch | 71 Relaunch | 
| 46 </message> | 72 </message> | 
| 47 </if> | 73 </if> | 
| 48 <if expr="_google_chrome"> | 74 <if expr="_google_chrome"> | 
| 49 <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the bu tton which allows the user to report an issue with Chrome."> | 75 <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the bu tton which allows the user to report an issue with Chrome."> | 
| 50 Report an issue | 76 Report an issue | 
| 51 </message> | 77 </message> | 
| (...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 761 </message> | 787 </message> | 
| 762 <message name="IDS_SETTINGS_WAKE_ON_WIFI_DESCRIPTION" desc="In the settings ta b, the text next to the checkbox for enabling quickly reconnecting to known Wi-F i SSIDs."> | 788 <message name="IDS_SETTINGS_WAKE_ON_WIFI_DESCRIPTION" desc="In the settings ta b, the text next to the checkbox for enabling quickly reconnecting to known Wi-F i SSIDs."> | 
| 763 Keep Wi-Fi on during sleep | 789 Keep Wi-Fi on during sleep | 
| 764 </message> | 790 </message> | 
| 765 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options"> | 791 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certifi cates button in Privacy options"> | 
| 766 Manage Certificates | 792 Manage Certificates | 
| 767 </message> | 793 </message> | 
| 768 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES_DESCRIPTION" desc="Secondary, continued explanation of how to manage SSL certificates and settings in Privacy options"> | 794 <message name="IDS_SETTINGS_MANAGE_CERTIFICATES_DESCRIPTION" desc="Secondary, continued explanation of how to manage SSL certificates and settings in Privacy options"> | 
| 769 Manage your SSL certificates and settings | 795 Manage your SSL certificates and settings | 
| 770 </message> | 796 </message> | 
| 771 <message name="IDS_SETTINGS_SITE_SETTINGS" desc="Text of the button that takes a user to settings page thats allows users to modify site settings. Also the ti tle of that settings page."> | 797 <message name="IDS_SETTINGS_SITE_SETTINGS" desc="Text of the button that takes a user to settings page thats allows users to modify site settings. Also the ti tle of that settings page."> | 
| 
dschuyler
2016/05/26 23:32:09
Optional: s/thats/that/
(do feel free to skip this
 | |
| 772 Site Settings | 798 Site Settings | 
| 773 </message> | 799 </message> | 
| 774 <message name="IDS_SETTINGS_SITE_SETTINGS_DESCRIPTION" desc="Secondary, contin ued explanation of what content settings in Chrome do"> | 800 <message name="IDS_SETTINGS_SITE_SETTINGS_DESCRIPTION" desc="Secondary, contin ued explanation of what content settings in Chrome do"> | 
| 775 Control what content websites can show you and what information they can use as you browse | 801 Control what content websites can show you and what information they can use as you browse | 
| 776 </message> | 802 </message> | 
| 777 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options"> | 803 <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data but ton in Privacy options"> | 
| 778 Clear browsing data | 804 Clear browsing data | 
| 779 </message> | 805 </message> | 
| 780 <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="The title of a section in t he settings page with a count of the total number of items in the section"> | 806 <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="The title of a section in t he settings page with a count of the total number of items in the section"> | 
| 781 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph> | 807 <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph> | 
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1377 System | 1403 System | 
| 1378 </message> | 1404 </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."> | 1405 <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 | 1406 Use hardware acceleration when available | 
| 1381 </message> | 1407 </message> | 
| 1382 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 1408 <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 | 1409 Change proxy settings | 
| 1384 </message> | 1410 </message> | 
| 1385 </if> | 1411 </if> | 
| 1386 </grit-part> | 1412 </grit-part> | 
| OLD | NEW |