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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 </message> | 342 </message> |
343 <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"> | 343 <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"> |
344 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>". | 344 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>". |
345 </message> | 345 </message> |
346 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> | 346 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
347 This extension reloaded itself too frequently. | 347 This extension reloaded itself too frequently. |
348 </message> | 348 </message> |
349 <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."> | 349 <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."> |
350 Access your Universal 2nd Factor devices | 350 Access your Universal 2nd Factor devices |
351 </message> | 351 </message> |
| 352 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> |
| 353 Communicate with cooperating websites |
| 354 </message> |
| 355 |
352 </messages> | 356 </messages> |
353 </release> | 357 </release> |
354 </grit> | 358 </grit> |
OLD | NEW |