| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 Strings for the extensions module. Used mostly for low-level error messages. | 4 Strings for the extensions module. Used mostly for low-level error messages. |
| 5 Where possible new strings should be kept in Chrome and the extensions module | 5 Where possible new strings should be kept in Chrome and the extensions module |
| 6 should return an error code, message flag, etc. | 6 should return an error code, message flag, etc. |
| 7 --> | 7 --> |
| 8 | 8 |
| 9 <grit latest_public_release="0" current_release="1" | 9 <grit latest_public_release="0" current_release="1" |
| 10 source_lang_id="en" enc_check="möl"> | 10 source_lang_id="en" enc_check="möl"> |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 </message> | 325 </message> |
| 326 <message name="IDS_EXTENSION_WARNINGS_CREDENTIALS_CONFLICT" desc="Warning
message which indicates that two or more extensions tried to modify a network re
quest in a conflicting way and the modification of this extension was ignored"> | 326 <message name="IDS_EXTENSION_WARNINGS_CREDENTIALS_CONFLICT" desc="Warning
message which indicates that two or more extensions tried to modify a network re
quest in a conflicting way and the modification of this extension was ignored"> |
| 327 This extension failed to provide credentials to a network request becaus
e another extension (<ph name="EXTENSION_NAME">$1<ex>My Cool Extension</ex></ph>
) provided different credentials. | 327 This extension failed to provide credentials to a network request becaus
e another extension (<ph name="EXTENSION_NAME">$1<ex>My Cool Extension</ex></ph>
) provided different credentials. |
| 328 </message> | 328 </message> |
| 329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa
rning message which indicates that two or more extensions tried to determine the
filename of a downloaded file in a conflicting way and the modification of this
extension was ignored"> | 329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa
rning message which indicates that two or more extensions tried to determine the
filename of a downloaded file in a conflicting way and the modification of this
extension was ignored"> |
| 330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME
">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME
">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name="
ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". | 330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME
">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME
">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name="
ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". |
| 331 </message> | 331 </message> |
| 332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> | 332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
| 333 This extension reloaded itself too frequently. | 333 This extension reloaded itself too frequently. |
| 334 </message> | 334 </message> |
| 335 | 335 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes
sage which indicates that an extension has access to Universal 2nd Factor device
s."> |
| 336 Access your Universal 2nd Factor devices |
| 337 </message> |
| 336 </messages> | 338 </messages> |
| 337 </release> | 339 </release> |
| 338 </grit> | 340 </grit> |
| OLD | NEW |