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

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

Issue 2563143002: MD Settings: About: Fixes to channel switcher dialog (Closed)
Patch Set: 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </message> 79 </message>
80 <message name="IDS_SETTINGS_ABOUT_PAGE_POWERWASH_WARNING_TITLE" desc="The ti tle for the message that warns user about powerwash."> 80 <message name="IDS_SETTINGS_ABOUT_PAGE_POWERWASH_WARNING_TITLE" desc="The ti tle for the message that warns user about powerwash.">
81 Powerwash required on next reboot 81 Powerwash required on next reboot
82 </message> 82 </message>
83 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_MESSAGE" desc="Warni ng about switching to developer (unstable) channel."> 83 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_MESSAGE" desc="Warni ng about switching to developer (unstable) channel.">
84 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. 84 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.
85 </message> 85 </message>
86 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_TITLE" desc="The tit le of the warning about switching to developer (unstable) channel."> 86 <message name="IDS_SETTINGS_ABOUT_PAGE_UNSTABLE_WARNING_TITLE" desc="The tit le of the warning about switching to developer (unstable) channel.">
87 Warning: you are switching to developer channel 87 Warning: you are switching to developer channel
88 </message> 88 </message>
89 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_STABLE" desc="The stab le option in the channel select.">
90 Stable
91 </message>
92 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_BETA" desc="The beta o ption in the channel select.">
93 Beta
94 </message>
95 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_DEV" desc="The develop ment option in the channel select.">
96 Developer - unstable
97 </message>
89 </if> 98 </if>
90 <if expr="not chromeos"> 99 <if expr="not chromeos">
91 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> 100 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete">
92 Relaunch 101 Relaunch
93 </message> 102 </message>
94 </if> 103 </if>
95 <if expr="_google_chrome"> 104 <if expr="_google_chrome">
96 <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."> 105 <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.">
97 Report an issue 106 Report an issue
98 </message> 107 </message>
(...skipping 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 System 2732 System
2724 </message> 2733 </message>
2725 <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."> 2734 <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.">
2726 Use hardware acceleration when available 2735 Use hardware acceleration when available
2727 </message> 2736 </message>
2728 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2737 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2729 Change proxy settings 2738 Change proxy settings
2730 </message> 2739 </message>
2731 </if> 2740 </if>
2732 </grit-part> 2741 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698