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 <!-- Main Page --> | 4 <!-- Main Page --> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> | 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> |
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. | 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. |
8 </message> | 8 </message> |
9 </if> | 9 </if> |
10 | 10 |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
100 </message> | 100 </message> |
101 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_STABLE" desc="The stab le option in the channel select."> | 101 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_STABLE" desc="The stab le option in the channel select."> |
102 Stable | 102 Stable |
103 </message> | 103 </message> |
104 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_BETA" desc="The beta o ption in the channel select."> | 104 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_BETA" desc="The beta o ption in the channel select."> |
105 Beta | 105 Beta |
106 </message> | 106 </message> |
107 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_DEV" desc="The develop ment option in the channel select."> | 107 <message name="IDS_SETTINGS_ABOUT_PAGE_DIALOG_CHANNEL_DEV" desc="The develop ment option in the channel select."> |
108 Developer - unstable | 108 Developer - unstable |
109 </message> | 109 </message> |
110 | |
111 <!-- About Page: Update warning dialog --> | |
112 <message name="IDS_SETTINGS_ABOUT_PAGE_UPDATE_WARNING_MESSAGE" desc="Warning about update over mobile data."> | |
michaelpg
2017/04/04 00:44:52
nit: "..., specifying the size in megabytes."
weidongg
2017/04/04 04:25:10
Done.
| |
113 Update will be downloaded using <ph name="UPDATE_SIZE_MB">$1<ex>0</ex></ph > MB of mobile data. Would you like to continue? | |
114 </message> | |
115 <message name="IDS_SETTINGS_ABOUT_PAGE_UPDATE_WARNING_TITLE" desc="The title of the warning about update over mobile data."> | |
116 Download update using mobile data | |
117 </message> | |
118 <message name="IDS_SETTINGS_ABOUT_PAGE_UPDATE_WARNING_CONTINUE_BUTTON" desc= "A button that accepts downloading the update over mobile data."> | |
119 Continue | |
120 </message> | |
110 </if> | 121 </if> |
111 <if expr="not chromeos"> | 122 <if expr="not chromeos"> |
112 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> | 123 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> |
113 Relaunch | 124 Relaunch |
114 </message> | 125 </message> |
115 </if> | 126 </if> |
116 <if expr="_google_chrome"> | 127 <if expr="_google_chrome"> |
117 <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."> | 128 <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."> |
118 Report an issue | 129 Report an issue |
119 </message> | 130 </message> |
(...skipping 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2957 System | 2968 System |
2958 </message> | 2969 </message> |
2959 <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."> | 2970 <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."> |
2960 Use hardware acceleration when available | 2971 Use hardware acceleration when available |
2961 </message> | 2972 </message> |
2962 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 2973 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
2963 Change proxy settings | 2974 Change proxy settings |
2964 </message> | 2975 </message> |
2965 </if> | 2976 </if> |
2966 </grit-part> | 2977 </grit-part> |
OLD | NEW |