| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 4fa7c0895ba56d5c1c60d63e6a4d21a598025484..226152709263895bac34399172f3cf711f304dae 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -8945,6 +8945,17 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| </message>
|
| </if>
|
|
|
| + <!-- App Notifications -->
|
| + <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN" desc="Displayed when an app wants to send server push notifictions to Chrome, but the user isn't signed in to the browser (which is required for the feature to work).">
|
| + <ph name="APP_NAME">$1<ex>Google News</ex></ph> would like to send notifications, but you need to be signed in to Chrome.
|
| + </message>
|
| + <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN_ACCEPT" desc="Text shown for the button that will take you to sign in to the browser.">
|
| + Sign in now
|
| + </message>
|
| + <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN_CANCEL" desc="Text shown for the button to indicate the user is not interested in the feature.">
|
| + No thanks
|
| + </message>
|
| +
|
| <!-- Offline page -->
|
| <if expr="pp_ifdef('chromeos')">
|
| <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headline">
|
|
|