Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7618044: Fix a crash in the Extension Creator when crx is in use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_creator.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 3783 matching lines...) Expand 10 before | Expand all | Expand 10 after
3794 </message> 3794 </message>
3795 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_OUTPUT" desc="Warning d isplayed in pack dialog when outputing a private key failed."> 3795 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_OUTPUT" desc="Warning d isplayed in pack dialog when outputing a private key failed.">
3796 Failed to output private key. 3796 Failed to output private key.
3797 </message> 3797 </message>
3798 <message name="IDS_EXTENSION_FAILED_DURING_PACKAGING" desc="Warning displa yed in pack dialog when was not possible to create a zip file."> 3798 <message name="IDS_EXTENSION_FAILED_DURING_PACKAGING" desc="Warning displa yed in pack dialog when was not possible to create a zip file.">
3799 Failed to create temporary zip file during packaging. 3799 Failed to create temporary zip file during packaging.
3800 </message> 3800 </message>
3801 <message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed in pack dialog when occurred an error while signing an extension."> 3801 <message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed in pack dialog when occurred an error while signing an extension.">
3802 Error while signing extension. 3802 Error while signing extension.
3803 </message> 3803 </message>
3804 <message name="IDS_EXTENSION_SHARING_VIOLATION" desc="Warning displayed in pack dialog when a sharing violation is found during creation of the crx.">
3805 Failed to replace crx file. Check to see if the file is in use.
3806 </message>
3804 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed."> 3807 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed.">
3805 Failed to export public key. 3808 Failed to export public key.
3806 </message> 3809 </message>
3807 <message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message w hen a user tries to install an extension with a lower version that a version tha t it already installed."> 3810 <message name="IDS_EXTENSION_CANT_DOWNGRADE_VERSION" desc="Error message w hen a user tries to install an extension with a lower version that a version tha t it already installed.">
3808 Attempted to downgrade extension. 3811 Attempted to downgrade extension.
3809 </message> 3812 </message>
3810 <message name="IDS_EXTENSION_CANT_INSTALL_BLACKLISTED" desc="Error message when a user tries to install an extension that is blacklisted."> 3813 <message name="IDS_EXTENSION_CANT_INSTALL_BLACKLISTED" desc="Error message when a user tries to install an extension that is blacklisted.">
3811 This extension is blacklisted. 3814 This extension is blacklisted.
3812 </message> 3815 </message>
3813 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLACKLIST" desc="Error me ssage when a user tries to install an extension that is blacklisted by administr ator policy."> 3816 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLACKLIST" desc="Error me ssage when a user tries to install an extension that is blacklisted by administr ator policy.">
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3962 <message name="IDS_EXTENSIONS_VERSION" desc="The version label text in fro nt of the version number."> 3965 <message name="IDS_EXTENSIONS_VERSION" desc="The version label text in fro nt of the version number.">
3963 Version: 3966 Version:
3964 </message> 3967 </message>
3965 <message name="IDS_EXTENSIONS_INSPECT_VIEWS" desc="The text for the label in front of the links to inspect active views."> 3968 <message name="IDS_EXTENSIONS_INSPECT_VIEWS" desc="The text for the label in front of the links to inspect active views.">
3966 Inspect active views: 3969 Inspect active views:
3967 </message> 3970 </message>
3968 <message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling extens ions."> 3971 <message name="IDS_EXTENSIONS_DISABLE" desc="The link for disabling extens ions.">
3969 Disable 3972 Disable
3970 </message> 3973 </message>
3971 <message name="IDS_EXTENSIONS_ENABLE" desc="The link for enabling extensio ns."> 3974 <message name="IDS_EXTENSIONS_ENABLE" desc="The link for enabling extensio ns.">
3972 Enable 3975 Enable
Finnur 2011/08/15 15:56:54 Ignore all further changes to this file. They won'
3973 </message> 3976 </message>
3977 <message name="IDS_EXTENSIONS_ON" desc="The text for enabling extensions." >
3978 On
3979 </message>
3980 <message name="IDS_EXTENSIONS_OFF" desc="The text for enabling extensions. ">
3981 Off
3982 </message>
3974 <message name="IDS_EXTENSIONS_ENABLE_INCOGNITO" desc="The checkbox for ena bling extensions in incognito."> 3983 <message name="IDS_EXTENSIONS_ENABLE_INCOGNITO" desc="The checkbox for ena bling extensions in incognito.">
3975 Allow in incognito 3984 Allow in incognito
3976 </message> 3985 </message>
3977 <message name="IDS_EXTENSIONS_ALLOW_FILE_ACCESS" desc="The checkbox for al lowing an extension access to run scripts on file URLs."> 3986 <message name="IDS_EXTENSIONS_ALLOW_FILE_ACCESS" desc="The checkbox for al lowing an extension access to run scripts on file URLs.">
3978 Allow access to file URLs 3987 Allow access to file URLs
3979 </message> 3988 </message>
3989 <message name="IDS_EXTENSIONS_VISIT_WEBSITE" desc="The link for visiting t he extension's gallery page.">
3990 Visit website
3991 </message>
3980 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode."> 3992 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode.">
3981 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> cannot prevent ext ensions from recording your browsing history. To disable this extension in incog nito mode, unselect this option. 3993 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> cannot prevent ext ensions from recording your browsing history. To disable this extension in incog nito mode, unselect this option.
3982 </message> 3994 </message>
3983 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons."> 3995 <message name="IDS_EXTENSIONS_RELOAD" desc="The link for reloading extensi ons.">
3984 Reload 3996 Reload
3985 </message> 3997 </message>
3986 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 3998 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
3987 Uninstall 3999 Uninstall
3988 </message> 4000 </message>
3989 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button."> 4001 <message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the optio ns button.">
(...skipping 13 matching lines...) Expand all
4003 </message> 4015 </message>
4004 <message name="IDS_GET_MORE_EXTENSIONS" desc="The link for getting more ex tensions. Displayed at bottom of extension management page when there is at leas t one extension installed."> 4016 <message name="IDS_GET_MORE_EXTENSIONS" desc="The link for getting more ex tensions. Displayed at bottom of extension management page when there is at leas t one extension installed.">
4005 Get more extensions >> 4017 Get more extensions >>
4006 </message> 4018 </message>
4007 <message name="IDS_EXTENSION_LOAD_FROM_DIRECTORY" desc="Title of directory browse dialog when user wants to load an extension from a directory."> 4019 <message name="IDS_EXTENSION_LOAD_FROM_DIRECTORY" desc="Title of directory browse dialog when user wants to load an extension from a directory.">
4008 Select the extension directory. 4020 Select the extension directory.
4009 </message> 4021 </message>
4010 <message name="IDS_EXTENSION_PACK_DIALOG_TITLE" desc="Title of pack extens ion dialog"> 4022 <message name="IDS_EXTENSION_PACK_DIALOG_TITLE" desc="Title of pack extens ion dialog">
4011 Pack Extension 4023 Pack Extension
4012 </message> 4024 </message>
4025 <message name="IDS_EXTENSION_PACK_BUTTON" desc="Text of the pack extension button">
4026 Pack Extension
4027 </message>
4013 <message name="IDS_EXTENSION_PACK_DIALOG_HEADING" desc="The heading of the pack extension dialog."> 4028 <message name="IDS_EXTENSION_PACK_DIALOG_HEADING" desc="The heading of the pack extension dialog.">
4014 Select the root directory of the extension to pack. To update an extensi on, also select the private key file to reuse. 4029 Select the root directory of the extension to pack. To update an extensi on, also select the private key file to reuse.
4015 </message> 4030 </message>
4016 <message name="IDS_EXTENSION_PACK_DIALOG_ROOT_DIRECTORY_LABEL" desc="Label in the pack extension dialog for the control that lets the user select the exte nsion to pack."> 4031 <message name="IDS_EXTENSION_PACK_DIALOG_ROOT_DIRECTORY_LABEL" desc="Label in the pack extension dialog for the control that lets the user select the exte nsion to pack.">
4017 Extension root directory: 4032 Extension root directory:
4018 </message> 4033 </message>
4019 <message name="IDS_EXTENSION_PACK_DIALOG_PRIVATE_KEY_LABEL" desc="Label in the pack extension dialog for the control that lets the user select the private key to use to pack the extension. The label should indicate that the input is n ot required to be filled in."> 4034 <message name="IDS_EXTENSION_PACK_DIALOG_PRIVATE_KEY_LABEL" desc="Label in the pack extension dialog for the control that lets the user select the private key to use to pack the extension. The label should indicate that the input is n ot required to be filled in.">
4020 Private key file (optional): 4035 Private key file (optional):
4021 </message> 4036 </message>
4022 <message name="IDS_EXTENSION_PACK_DIALOG_BROWSE" desc="Text on buttons in the pack extension dialog that open up file browsing UI to pick the extension to pack."> 4037 <message name="IDS_EXTENSION_PACK_DIALOG_BROWSE" desc="Text on buttons in the pack extension dialog that open up file browsing UI to pick the extension to pack.">
(...skipping 2969 matching lines...) Expand 10 before | Expand all | Expand 10 after
6992 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_TEXT_CERT_EXPORT" desc="The t ext in the dialog that prompts for security device password when using the certi ficate manager to export a client certificate."> 7007 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_TEXT_CERT_EXPORT" desc="The t ext in the dialog that prompts for security device password when using the certi ficate manager to export a client certificate.">
6993 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to export the client certificate. 7008 Please sign in to <ph name="TOKEN_NAME">$1<ex>Software Security Device</e x></ph> to export the client certificate.
6994 </message> 7009 </message>
6995 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_PASSWORD_FIELD" desc="Label f or password entry in the dialog that prompts for security device password."> 7010 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_PASSWORD_FIELD" desc="Label f or password entry in the dialog that prompts for security device password.">
6996 Password: 7011 Password:
6997 </message> 7012 </message>
6998 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_OK_BUTTON_LABEL" desc="Label for OK button in the dialog that prompts for security device password."> 7013 <message name="IDS_CRYPTO_MODULE_AUTH_DIALOG_OK_BUTTON_LABEL" desc="Label for OK button in the dialog that prompts for security device password.">
6999 Unlock 7014 Unlock
7000 </message> 7015 </message>
7001 7016
7017 <!-- Extension settings -->
7018 <message name="IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE" desc="Title th at appears in the dialogue title bar for manage extensions settings">
7019 Extensions
7020 </message>
7021
7002 <!-- Font settings --> 7022 <!-- Font settings -->
7003 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the Fonts and Encoding subpage"> 7023 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the Fonts and Encoding subpage">
7004 Fonts and Encoding 7024 Fonts and Encoding
7005 </message> 7025 </message>
7006 <if expr="pp_ifdef('use_titlecase')"> 7026 <if expr="pp_ifdef('use_titlecase')">
7007 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SELECTOR_STANDARD_LABEL" d esc="In Title Case: Label of the Standard font section of the Fonts and Encoding subpage"> 7027 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SELECTOR_STANDARD_LABEL" d esc="In Title Case: Label of the Standard font section of the Fonts and Encoding subpage">
7008 Standard Font 7028 Standard Font
7009 </message> 7029 </message>
7010 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SELECTOR_SERIF_LABEL" desc ="In Title Case: Label of the Serif font section of the Fonts and Encoding subpa ge"> 7030 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SELECTOR_SERIF_LABEL" desc ="In Title Case: Label of the Serif font section of the Fonts and Encoding subpa ge">
7011 Serif Font 7031 Serif Font
(...skipping 6343 matching lines...) Expand 10 before | Expand all | Expand 10 after
13355 </includes> 13375 </includes>
13356 <structures fallback_to_english="true"> 13376 <structures fallback_to_english="true">
13357 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13377 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13358 </structure> 13378 </structure>
13359 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13379 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13360 </structure> 13380 </structure>
13361 </structures> 13381 </structures>
13362 13382
13363 </release> 13383 </release>
13364 </grit> 13384 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698