| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <grit latest_public_release="0" current_release="1" | 3 <grit latest_public_release="0" current_release="1" |
| 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 5 <outputs> | 5 <outputs> |
| 6 <output filename="grit/components_google_chrome_strings.h" type="rc_header"> | 6 <output filename="grit/components_google_chrome_strings.h" type="rc_header"> |
| 7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
| 8 </output> | 8 </output> |
| 9 <output filename="components_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> | 9 <output filename="components_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> |
| 10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> | 10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 > | 181 > |
| 182 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span&
gt;<ex>Change proxy settings...</ex></ph> | 182 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span&
gt;<ex>Change proxy settings...</ex></ph> |
| 183 > | 183 > |
| 184 LAN Settings | 184 LAN Settings |
| 185 and deselect "Use a proxy server for your LAN". | 185 and deselect "Use a proxy server for your LAN". |
| 186 </message> | 186 </message> |
| 187 </if> | 187 </if> |
| 188 | 188 |
| 189 <!-- About Flags UI --> | 189 <!-- About Flags UI --> |
| 190 <if expr="not chromeos"> | 190 <if expr="not chromeos"> |
| 191 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t he needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'."
> | 191 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t they need to relaunch Chrome. Shown next to a button that says 'Relaunch Now'.
"> |
| 192 Your changes will take effect the next time you relaunch Google Chrome
. | 192 Your changes will take effect the next time you relaunch Google Chrome
. |
| 193 </message> | 193 </message> |
| 194 </if> | 194 </if> |
| 195 <if expr="chromeos"> | 195 <if expr="chromeos"> |
| 196 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t he needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.
"> | 196 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t they need to restart Chrome OS. Shown next to a button that says 'Restart Now'
."> |
| 197 Your changes will take effect the next time you restart your device. | 197 Your changes will take effect the next time you restart your device. |
| 198 </message> | 198 </message> |
| 199 </if> | 199 </if> |
| 200 | 200 |
| 201 <!-- chrome://crashes strings --> | 201 <!-- chrome://crashes strings --> |
| 202 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> | 202 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> |
| 203 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://support.google.com/chrome/answer/96817"></ph
>enable crash reporting<ph name="END_LINK"></a></ph>. | 203 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://support.google.com/chrome/answer/96817"></ph
>enable crash reporting<ph name="END_LINK"></a></ph>. |
| 204 </message> | 204 </message> |
| 205 | 205 |
| 206 <!-- Version UI --> | 206 <!-- Version UI --> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 220 <!-- Strings describing Chrome security policy for DevTools security panel
--> | 220 <!-- Strings describing Chrome security policy for DevTools security panel
--> |
| 221 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr
iption of a security problem where the site collects private user data on an ins
ecure page, which will result in an omnibox warning in future versions of Chrome
." translateable="false"> | 221 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr
iption of a security problem where the site collects private user data on an ins
ecure page, which will result in an omnibox warning in future versions of Chrome
." translateable="false"> |
| 222 This page includes a password or credit card input over HTTP. A warning
will appear in the URL bar starting in Chrome 56 (Jan 2017). | 222 This page includes a password or credit card input over HTTP. A warning
will appear in the URL bar starting in Chrome 56 (Jan 2017). |
| 223 </message> | 223 </message> |
| 224 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description
of a security problem where the site collects private user data on an insecure p
age, which results in an omnibox warning." translateable="false"> | 224 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description
of a security problem where the site collects private user data on an insecure p
age, which results in an omnibox warning." translateable="false"> |
| 225 This page includes a password or credit card input over HTTP. A warning
has been added the URL bar. | 225 This page includes a password or credit card input over HTTP. A warning
has been added the URL bar. |
| 226 </message> | 226 </message> |
| 227 </messages> | 227 </messages> |
| 228 </release> | 228 </release> |
| 229 </grit> | 229 </grit> |
| OLD | NEW |