| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 <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"> | 340 <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"> |
| 338 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>". | 341 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>". |
| 339 </message> | 342 </message> |
| 340 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> | 343 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
| 341 This extension reloaded itself too frequently. | 344 This extension reloaded itself too frequently. |
| 342 </message> | 345 </message> |
| 343 | 346 |
| 344 </messages> | 347 </messages> |
| 345 </release> | 348 </release> |
| 346 </grit> | 349 </grit> |
| OLD | NEW |