| 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_chromium_strings.h" type="rc_header"> | 6 <output filename="grit/components_chromium_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_chromium_strings_am.pak" type="data_package" la
ng="am" /> | 9 <output filename="components_chromium_strings_am.pak" type="data_package" la
ng="am" /> |
| 10 <output filename="components_chromium_strings_ar.pak" type="data_package" la
ng="ar" /> | 10 <output filename="components_chromium_strings_ar.pak" type="data_package" la
ng="ar" /> |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 You're viewing a secure Chromium page | 213 You're viewing a secure Chromium 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"> | 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 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued
this website's certificate. | 216 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued
this website's certificate. |
| 217 </message> | 217 </message> |
| 218 | 218 |
| 219 <!-- Session Crash --> | 219 <!-- Session Crash --> |
| 220 <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."> |
| 221 Chromium didn't shut down correctly. | 221 Chromium didn't shut down correctly. |
| 222 </message> | 222 </message> |
| 223 | |
| 224 <!-- Strings describing Chromium security policy for DevTools security pan
el --> | |
| 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"> | |
| 226 This page includes a password or credit card input over HTTP. A warning
has been added to the URL bar. | |
| 227 </message> | |
| 228 </messages> | 223 </messages> |
| 229 </release> | 224 </release> |
| 230 </grit> | 225 </grit> |
| OLD | NEW |