Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index e990be23b64e4868e494dd81715f9b8185b1dc69..648510773d83cd34f79f0aa3c8d5c10a012c9b8e 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -3625,6 +3625,14 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| Undo |
| </message> |
| + <!--App force stop--> |
|
Marc Treib
2016/11/14 18:18:07
nitty nit: spaces inside the tags, like
<!-- App f
lgcheng
2016/11/14 18:57:40
Done.
Add _ARC_ as force stop is for ARC app only
|
| + <message name="IDS_APP_FORCE_STOP_PROMPT_TITLE" desc="Titlebar of the app force stop prompt window"> |
| + Force stop? |
| + </message> |
| + <message name="IDS_APP_FORCE_STOP_PROMPT_HEADING" desc="First bold line in the content area of the 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. |
| @@ -3658,7 +3666,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 app uninstallation prompt window"> |
|
Marc Treib
2016/11/14 18:18:07
There's an IDS_EXTENSION_UNINSTALL_PROMPT_TITLE wh
lgcheng
2016/11/14 18:57:39
This string is not limited to ARC app.
Currently
|
| + Uninstall app? |
| + </message> |
| + <message name="IDS_APP_UNINSTALL_PROMPT_HEADING" desc="First bold line in the content area of the app uninstallation prompt. Tells the user the app will be uninstalled if confirmed."> |
|
lgcheng
2016/11/14 18:57:40
This string is for non-platform Chrome app.
Platf
|
| + "<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> |
| @@ -3716,6 +3734,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"> |
| @@ -4787,6 +4806,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 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> |