| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 97dd997bb5d0046ebef7437088e09de131948a4c..e876e6247f92020e966908542c7c5696eae3fb1a 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -3655,6 +3655,14 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
|
| Undo
|
| </message>
|
|
|
| + <!-- ARC app force stop -->
|
| + <message name="IDS_ARC_APP_FORCE_STOP_PROMPT_TITLE" desc="Titlebar of the ARC(App Runtime for Chrome) app force stop prompt window">
|
| + Force stop?
|
| + </message>
|
| + <message name="IDS_ARC_APP_FORCE_STOP_PROMPT_HEADING" desc="First bold line in the content area of the ARC(App Runtime for Chrome) app force stop prompt. Tells the user the app may mishehave if confirmed.">
|
| + If you force stop an app, it may misbehave.
|
| + </message>
|
| +
|
| <!-- Extension/App disabled notification -->
|
| <message name="IDS_EXTENSION_DISABLED_ERROR_LABEL" desc="Text displayed when an extension was disabled due to a new upgrade requiring an explicit permission check from the user.">
|
| The newest version of the extension "<ph name="EXTENSION_NAME">$1<ex>Flashblock</ex></ph>" requires more permissions, so it has been disabled.
|
| @@ -3688,7 +3696,17 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
|
| </message>
|
| </if>
|
|
|
| - <!-- Extension install prompt -->
|
| + <!-- Extension/App install prompt -->
|
| + <message name="IDS_APP_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the non-platform app and ARC(App Runtime for Chrome) app uninstallation prompt window">
|
| + Uninstall app?
|
| + </message>
|
| + <message name="IDS_NON_PLATFORM_APP_UNINSTALL_PROMPT_HEADING" desc="First bold line in the content area of the non-platform app uninstallation prompt. Tells the user the app will be uninstalled if confirmed.">
|
| + "<ph name="APP_NAME">$1<ex>Gmail Checker</ex></ph>" will be uninstalled.
|
| + </message>
|
| + <message name="IDS_ARC_APP_UNINSTALL_PROMPT_HEADING" desc="Bold line in the content area of the ARC(App Runtime for Chrome) app uninstallation prompt. Tells the user that local data associated with the app will be removed from this device.">
|
| + "<ph name="APP_NAME">$1<ex>Gmail Checker</ex></ph>" will be uninstalled.
|
| +Data associated with this app will be removed from this device.
|
| + </message>
|
| <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app uninstallation prompt window">
|
| Confirm Removal
|
| </message>
|
| @@ -3746,6 +3764,7 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
|
| <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_TITLE_APP" desc="Titlebar of the prompt window for an externally installed app">
|
| Another program on your computer added an app that may change the way Chrome works.
|
|
|
| +
|
| <ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>
|
| </message>
|
| <message name="IDS_EXTENSION_EXTERNAL_INSTALL_PROMPT_TITLE_EXTENSION" desc="Titlebar of the prompt window for an externally installed extension">
|
| @@ -4820,6 +4839,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_EXTENSION_PROMPT_UNINSTALL_REPORT_ABUSE" desc="Message to indicate the user can report abuse for the extension about to be uninstalled.">
|
| Report abuse
|
| </message>
|
| + <message name="IDS_EXTENSION_PROMPT_UNINSTALL_APP_BUTTON" desc="Text for the uninstall button on the non-platform app and ARC(App Runtime for Chrome) app uninstall prompt">
|
| + Uninstall
|
| + </message>
|
| <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the enable button on the extension re-enable prompt">
|
| Re-enable
|
| </message>
|
|
|