| 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 10 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 </message> | 156 </message> |
| 157 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> | 157 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> |
| 158 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>'
. | 158 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>'
. |
| 159 </message> | 159 </message> |
| 160 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc=""> | 160 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc=""> |
| 161 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph>
'. | 161 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph>
'. |
| 162 </message> | 162 </message> |
| 163 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> | 163 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> |
| 164 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex
></ph>'. | 164 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex
></ph>'. |
| 165 </message> | 165 </message> |
| 166 <message name="IDS_EXTENSION_LOAD_PLUGIN_PATH_FAILED" desc=""> |
| 167 Could not load '<ph name="PLUGIN_PATH">$1<ex>/path/to/file</ex></ph>' fo
r plugin. |
| 168 </message> |
| 166 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> | 169 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> |
| 167 Localization used, but default_locale wasn't specified in the manifest. | 170 Localization used, but default_locale wasn't specified in the manifest. |
| 168 </message> | 171 </message> |
| 169 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> | 172 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> |
| 170 Manifest file is missing or unreadable. | 173 Manifest file is missing or unreadable. |
| 171 </message> | 174 </message> |
| 172 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> | 175 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> |
| 173 Manifest file is invalid. | 176 Manifest file is invalid. |
| 174 </message> | 177 </message> |
| 175 <message name="IDS_EXTENSION_PACKAGE_DIRECTORY_ERROR" desc="Message for wh
en an error occurs while trying to create the temporary directory needed to unzi
p a packaged extension or app."> | 178 <message name="IDS_EXTENSION_PACKAGE_DIRECTORY_ERROR" desc="Message for wh
en an error occurs while trying to create the temporary directory needed to unzi
p a packaged extension or app."> |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 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>". | 304 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>". |
| 302 </message> | 305 </message> |
| 303 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> | 306 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
| 304 This extension reloaded itself too frequently. | 307 This extension reloaded itself too frequently. |
| 305 </message> | 308 </message> |
| 306 | 309 |
| 307 <!-- Install related messages. Please keep alphabetized. --> | 310 <!-- Install related messages. Please keep alphabetized. --> |
| 308 <message name="IDS_EXTENSION_INSTALL_PROCESS_CRASHED" desc="Error message
in case package fails to install because a utility process crashed."> | 311 <message name="IDS_EXTENSION_INSTALL_PROCESS_CRASHED" desc="Error message
in case package fails to install because a utility process crashed."> |
| 309 Could not install package because a utility process crashed. Try restart
ing Chrome and trying again. | 312 Could not install package because a utility process crashed. Try restart
ing Chrome and trying again. |
| 310 </message> | 313 </message> |
| 314 <if expr="is_posix and not is_macosx"> |
| 315 <message name="IDS_EXTENSION_NPAPI_NOT_SUPPORTED" desc="Error message wh
en an extension has a requirement for plugins that the system does not support."
> |
| 316 NPAPI plugins are not supported. |
| 317 </message> |
| 318 </if> |
| 311 <message name="IDS_EXTENSION_PACKAGE_ERROR_CODE" desc="Error message in ca
ses where we fail to install the extension because the crx file is invalid. For
example, because the crx header or signature is invalid."> | 319 <message name="IDS_EXTENSION_PACKAGE_ERROR_CODE" desc="Error message in ca
ses where we fail to install the extension because the crx file is invalid. For
example, because the crx header or signature is invalid."> |
| 312 Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'. | 320 Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'. |
| 313 </message> | 321 </message> |
| 314 <message name="IDS_EXTENSION_PACKAGE_ERROR_MESSAGE" desc="The cases where
we get an error message string back from some other component. The message might
be in English, but these are typically developer errors, and the extension SDK
is English."> | 322 <message name="IDS_EXTENSION_PACKAGE_ERROR_MESSAGE" desc="The cases where
we get an error message string back from some other component. The message might
be in English, but these are typically developer errors, and the extension SDK
is English."> |
| 315 Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex><
/ph>'. | 323 Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex><
/ph>'. |
| 316 </message> | 324 </message> |
| 317 <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in
case package fails to install because of some problem with the filesystem."> | 325 <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in
case package fails to install because of some problem with the filesystem."> |
| 318 Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>' | 326 Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>' |
| 319 </message> | 327 </message> |
| 320 <if expr="is_win"> | 328 <if expr="is_win"> |
| 321 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss
ible to mount a disk without the root of that disk having a drive letter. The s
andbox does not support this. See crbug/49530 ."> | 329 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss
ible to mount a disk without the root of that disk having a drive letter. The s
andbox does not support this. See crbug/49530 ."> |
| 322 Can not unpack extension. To safely unpack an extension, there must b
e a path to your profile directory that starts with a drive letter and does not
contain a junction, mount point, or symlink. No such path exists for your profi
le. | 330 Can not unpack extension. To safely unpack an extension, there must b
e a path to your profile directory that starts with a drive letter and does not
contain a junction, mount point, or symlink. No such path exists for your profi
le. |
| 323 </message> | 331 </message> |
| 324 </if> | 332 </if> |
| 325 <if expr="not is_win"> | 333 <if expr="not is_win"> |
| 326 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> | 334 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> |
| 327 Can not unpack extension. To safely unpack an extension, there must b
e a path to your profile directory that does not contain a symlink. No such pat
h exists for your profile. | 335 Can not unpack extension. To safely unpack an extension, there must b
e a path to your profile directory that does not contain a symlink. No such pat
h exists for your profile. |
| 328 </message> | 336 </message> |
| 329 </if> | 337 </if> |
| 338 <message name="IDS_EXTENSION_WEBGL_NOT_SUPPORTED" desc="Error message when
an extension has a requirement for WebGL that the system does not support."> |
| 339 WebGL is not supported. |
| 340 </message> |
| 341 <if expr="not use_aura"> |
| 342 <message name="IDS_EXTENSION_WINDOW_SHAPE_NOT_SUPPORTED" desc="Error mes
sage when an extension has a requirement for shaped windows that the system does
not support."> |
| 343 Shaped windows are not supported. |
| 344 </message> |
| 345 </if> |
| 330 | 346 |
| 331 <!-- Utility process names. Please keep alphabetized. --> | 347 <!-- Utility process names. Please keep alphabetized. --> |
| 332 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> | 348 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> |
| 333 Extension Unpacker | 349 Extension Unpacker |
| 334 </message> | 350 </message> |
| 335 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> | 351 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> |
| 336 Extension Manifest Parser | 352 Extension Manifest Parser |
| 337 </message> | 353 </message> |
| 338 </messages> | 354 </messages> |
| 339 </release> | 355 </release> |
| 340 </grit> | 356 </grit> |
| OLD | NEW |