| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 </message> | 183 </message> |
| 184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> | 184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> |
| 185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht
ml</ex></ph>'. | 185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht
ml</ex></ph>'. |
| 186 </message> | 186 </message> |
| 187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> | 187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> |
| 188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>'
. | 188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>'
. |
| 189 </message> | 189 </message> |
| 190 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc=""> | 190 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc=""> |
| 191 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph>
'. | 191 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph>
'. |
| 192 </message> | 192 </message> |
| 193 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> |
| 194 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex
></ph>'. |
| 195 </message> |
| 193 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> | 196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> |
| 194 Localization used, but default_locale wasn't specified in the manifest. | 197 Localization used, but default_locale wasn't specified in the manifest. |
| 195 </message> | 198 </message> |
| 196 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> | 199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> |
| 197 Manifest file is missing or unreadable. | 200 Manifest file is missing or unreadable. |
| 198 </message> | 201 </message> |
| 199 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> | 202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> |
| 200 Manifest file is invalid. | 203 Manifest file is invalid. |
| 201 </message> | 204 </message> |
| 202 | 205 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 </message> | 345 </message> |
| 343 <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."> |
| 344 This extension reloaded itself too frequently. | 347 This extension reloaded itself too frequently. |
| 345 </message> | 348 </message> |
| 346 <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."> |
| 347 Access your Universal 2nd Factor devices | 350 Access your Universal 2nd Factor devices |
| 348 </message> | 351 </message> |
| 349 </messages> | 352 </messages> |
| 350 </release> | 353 </release> |
| 351 </grit> | 354 </grit> |
| OLD | NEW |