Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 45483c7be5b77ad6472de91e873b9f6d3445c4b3..5e4262234a8d456e52e2d009765d89d2bbcb8330 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -187,9 +187,14 @@ are declared in build/common.gypi. |
| <!-- Media Router specific strings --> |
| <part file="media_router_strings.grdp" /> |
| - <!-- Settings specific strings --> |
| <if expr="not is_android"> |
| + <!-- Settings specific strings --> |
| <part file="settings_strings.grdp" /> |
| + |
| + <!-- MD Extensions specific strings --> |
| + <if expr="enable_extensions"> |
|
Lei Zhang
2017/07/10 21:44:08
No need for nested ifs. Just checking "enable_exte
dpapad
2017/07/10 22:16:03
Done.
|
| + <part file="md_extensions_strings.grdp" /> |
| + </if> |
| </if> |
| <!-- TODO add all of your "string table" messages here. Remember to |
| @@ -4224,156 +4229,6 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_EXTENSIONS_LOG_LEVEL_ERROR" desc="Alt-text indicating a high severity level for the error icon in the chrome://extensions page."> |
| Error |
| </message> |
| - <message name="IDS_MD_EXTENSIONS_DEVELOPER_MODE" desc="The text displayed next to the checkbox to toggle developer mode in the extensions page."> |
| - Developer mode |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ERROR_PAGE_HEADING" desc="The heading of the page displaying an extension's errors."> |
| - Errors |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_ERRORS" desc="The label of the button to bring the user to the page showing an extension's errors."> |
| - Errors |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_ID" desc="The text for the label next to the extension id."> |
| - <span>ID:</span><ph name="EXTENSION_ID">$1<ex>cfhdojbkjhnklbpkdaibdccddilifddb</ex></ph> |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS" desc="The text next to any inspectable views for an extension."> |
| - Inspect views: |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS_EXTRA" desc="The text to indicate there are additional inspectable views that aren't listed."> |
| - <ph name="NUMBER_OF_VIEWS">$1<ex>2</ex></ph> more... |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_ALLOW_INCOGNITO" desc="The text next to the checkbox to enable an extension in incognito mode."> |
| - Allow in incognito |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_DEPENDENCIES" desc="The label above a list of any extensions that depend on this extension."> |
| - The following extensions depend on this extension: |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_DEPENDENT_ENTRY" desc="An item in the list of extensions that depend on this extension. 'NAME_PH' is the name of the extension that depends on this extension, and 'ID_PH' is the id of the extension that depends on this extension"> |
| - <ph name="NAME_PH">$1<ex>AdBlock</ex></ph> (ID: <ph name="ID_PH">$2<ex>cfhdojbkjhnklbpkdaibdccddilifddb</ex></ph>) |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_DESCRIPTION" desc="The label above the description for a given item."> |
| - Description |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_DETAILS" desc="The text on the button to show more details for a given extension."> |
| - Details |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_ID_HEADING" desc="The heading above the ID of the extension."> |
| - ID |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_OFF" desc="The label to indicate that a specific extension is not currently enabled."> |
| - Off |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_ON" desc="The label to indicate that a specific extension is currently enabled."> |
| - On |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_OPTIONS" desc="The label on the button to open an extension options page."> |
| - Extension options |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_PERMISSIONS" desc="The label above the list of an extension's permissions."> |
| - Permissions |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_PERMISSIONS_EMPTY" desc="The text to indicate that an extension does not have any special permissions."> |
| - This extension requires no special permissions. |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_REMOVE" desc="The label of the button to remove an extension."> |
| - Remove |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_REMOVE_EXTENSION" desc="The label on the button to remove an extension."> |
| - Remove extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE" desc="The label above an extension's source, which indicates where the extension came from (webstore, third-party, local disk, etc)."> |
| - Source |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_POLICY" desc="The text to indicate that an extension has been added by enterprise policy."> |
| - Added by policy |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_SIDELOADED" desc="The text to indicate that an extension has been added by a third-party program on the user's machine."> |
| - Added by a third-party |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_UNPACKED" desc="The text to indicate that an extension is loaded as an unpacked extension, as is done by developers."> |
| - Unpacked extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_WEBSTORE" desc="The text to indicate that an extension is from the Chrome Web Store."> |
| - Chrome Web Store |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_ITEM_VERSION" desc="The label above an extension's version."> |
| - Version |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_HEADING" desc="The title of the dialog displaying the error when loading an unpacked extension fails."> |
| - Failed to load extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_ERROR_LABEL" desc="The label next to the error of an unpacked extension that failed to load."> |
| - Error |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_FILE_LABEL" desc="The label next to the file path of an unpacked extension that failed to load."> |
| - File |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_COULD_NOT_LOAD_MANIFEST" desc="The text to indicate that an extension's manifest could not be loaded."> |
| - Could not load manifest. |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_CANCEL" desc="The text on the button to close the dialog when an unpacked extension failed to load."> |
| - Cancel |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_RETRY" desc="The text on the button to retry loading an unpacked extension after a failed load."> |
| - Retry |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_TITLE" desc="The title of the dialog to pack an extension."> |
| - Pack extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_BROWSE_BUTTON" desc="The label of the button to browse the file system to select an extension directory or file."> |
| - Browse |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_EXTENSION_ROOT_LABEL" desc="The label of the input field for specifying the root directory to pack an extension from."> |
| - Extension root directory |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_KEY_FILE_LABEL" desc="The label of the input field for specifying the private key file for an extension being packed."> |
| - Private key file (optional) |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_CONFIRM_BUTTON" desc="The label of the button to confirm the action to pack an extension."> |
| - Pack extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_CANCEL_BUTTON" desc="The label of the button to cancel the pack extension dialog."> |
| - Cancel |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_TOOLBAR_TITLE" desc="The text displayed in the toolbar of the chrome://extensions page."> |
| - Extensions & Apps |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SEARCH" desc="The text displayed in the search box on the chrome://extensions page."> |
| - Search extensions |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SHORTCUT_NOT_SET" desc="The label to indicate that an extension has no shortcut set for a given command."> |
| - Not set |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_LABEL" desc="The label for the dropdown menu that lets the user choose the scope of an extension command (within chrome or global)."> |
| - Scope |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_GLOBAL" desc="The label to indicate that a shortcut will be triggerable globally (including outside of the Chrome application)."> |
| - Global |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SIDEBAR_APPS" desc="The text displayed in the sidebar to go to the apps section of the page."> |
| - Chrome Apps |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SIDEBAR_EXTENSIONS" desc="The text displayed in the sidebar to go to the extensions section of the page."> |
| - Extensions |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SIDEBAR_GET_MORE_EXTENSIONS" desc="The text for the link to get more extensions in the extensions page."> |
| - Get more extensions |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_SIDEBAR_KEYBOARD_SHORTCUTS" desc="The text for the link to manage keyboard shortcuts for extensions."> |
| - Keyboard shortcuts |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_TOOLBAR_LOAD_UNPACKED" desc="The text displayed in the toolbar to load an unpacked extension."> |
| - Load unpacked |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_TOOLBAR_PACK" desc="The text displayed in the toolbar to pack an extension directory."> |
| - Pack extension |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_TOOLBAR_UPDATE_NOW" desc="The text displayed in the toolbar to update existing extensions now."> |
| - Update |
| - </message> |
| - <message name="IDS_MD_EXTENSIONS_TYPE_A_SHORTCUT" desc="The prompt to the user to enter a keyboard shortcut in order to assign it to an extension."> |
| - Type a shortcut |
| - </message> |
| <if expr="not use_titlecase"> |
| <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (sentence case)."> |
| Page access |