| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 --> |
| 207 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> | 207 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> |
| 208 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. | 208 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. |
| 209 </message> | 209 </message> |
| 210 | 210 |
| 211 <!-- Page Info bubble --> | 211 <!-- Page Info --> |
| 212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th
e page info bubble when the page you are on is a chrome:// page or about:somethi
ng."> | 212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th
e page info bubble when the page you are on is a chrome:// page or about:somethi
ng."> |
| 213 You're viewing a secure Google Chrome page | 213 You're viewing a secure Google Chrome page |
| 214 </message> | 214 </message> |
| 215 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_VERIFIED" desc="
The text of the identity section when the page is secure and uses a valid certif
icate."> |
| 216 Chrome verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued t
his website's certificate. |
| 217 </message> |
| 215 | 218 |
| 219 <!-- Session Crash --> |
| 216 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> | 220 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> |
| 217 Chrome didn't shut down correctly. | 221 Chrome didn't shut down correctly. |
| 218 </message> | 222 </message> |
| 219 | 223 |
| 220 <!-- Strings describing Chrome security policy for DevTools security panel
--> | 224 <!-- Strings describing Chrome security policy for DevTools security panel
--> |
| 221 <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 <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"> |
| 222 This page includes a password or credit card input over HTTP. A warning
has been added to the URL bar. | 226 This page includes a password or credit card input over HTTP. A warning
has been added to the URL bar. |
| 223 </message> | 227 </message> |
| 224 </messages> | 228 </messages> |
| 225 </release> | 229 </release> |
| 226 </grit> | 230 </grit> |
| OLD | NEW |