| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 </message> | 195 </message> |
| 196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> | 196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> |
| 197 Localization used, but default_locale wasn't specified in the manifest. | 197 Localization used, but default_locale wasn't specified in the manifest. |
| 198 </message> | 198 </message> |
| 199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> | 199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> |
| 200 Manifest file is missing or unreadable. | 200 Manifest file is missing or unreadable. |
| 201 </message> | 201 </message> |
| 202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> | 202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> |
| 203 Manifest file is invalid. | 203 Manifest file is invalid. |
| 204 </message> | 204 </message> |
| 205 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_
LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab
le is the extension name."> |
| 206 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> |
| 207 </message> |
| 205 | 208 |
| 206 <!-- Bluetooth access permissions. Please keep alphabetized. --> | 209 <!-- Bluetooth access permissions. Please keep alphabetized. --> |
| 207 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission st
ring for general access to the Bluetooth API."> | 210 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission st
ring for general access to the Bluetooth API."> |
| 208 Access information about Bluetooth devices paired with your system and d
iscover nearby Bluetooth devices. | 211 Access information about Bluetooth devices paired with your system and d
iscover nearby Bluetooth devices. |
| 209 </message> | 212 </message> |
| 210 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_DEVICES" desc="Permi
ssion string for implementing Bluetooth profiles."> | 213 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_DEVICES" desc="Permi
ssion string for implementing Bluetooth profiles."> |
| 211 Send messages to and receive messages from Bluetooth devices. | 214 Send messages to and receive messages from Bluetooth devices. |
| 212 </message> | 215 </message> |
| 213 | 216 |
| 214 <!-- Host access permissions. Please keep alphabetized. --> | 217 <!-- Host access permissions. Please keep alphabetized. --> |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 </message> | 348 </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."> | 349 <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. | 350 This extension reloaded itself too frequently. |
| 348 </message> | 351 </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."> | 352 <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 | 353 Access your Universal 2nd Factor devices |
| 351 </message> | 354 </message> |
| 352 </messages> | 355 </messages> |
| 353 </release> | 356 </release> |
| 354 </grit> | 357 </grit> |
| OLD | NEW |