diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 23:18:03 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 23:18:03 +0000 |
commit | 3515e407e7e9ed03fe39b544862729c0953af2e5 (patch) | |
tree | b51267ce7fac0352b35446e4ba7068deb2b5c649 /chrome/app | |
parent | 0f02ca43f8db0c72ef862b92867fc48248fbe566 (diff) | |
download | chromium_src-3515e407e7e9ed03fe39b544862729c0953af2e5.zip chromium_src-3515e407e7e9ed03fe39b544862729c0953af2e5.tar.gz chromium_src-3515e407e7e9ed03fe39b544862729c0953af2e5.tar.bz2 |
Exclude notification strings for builds that dont use it.
BUG=326023
Review URL: https://codereview.chromium.org/160113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 140 |
1 files changed, 71 insertions, 69 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c744abe..3d82b95 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12901,77 +12901,79 @@ Some features may be unavailable. Please check that the profile exists and you </message> <!-- Desktop notifications --> - <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the button which dismisses the balloon."> - Dismiss - </message> - <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which labels the balloon with the source origin."> - <ph name="SOURCE_ORIGIN">$1</ph> - </message> - <message name="IDS_NOTIFICATION_PERMISSIONS" desc="Text requesting permission for desktop notifications."> - Allow <ph name="site">$1<ex>mail.google.com</ex></ph> to show desktop notifications? - </message> - <message name="IDS_NOTIFICATION_PERMISSIONS_FRAGMENT" desc="Permission sentence fragment to show following the prompt 'This site would like to:' in a permissions request"> - show desktop notifications - </message> - <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'allow' button on the notification permission infobar."> - Allow - </message> - <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar."> - Deny - </message> - <message name="IDS_NOTIFICATION_OPTIONS_MENU_LABEL" desc="Text for the menu option"> - Options - </message> - <message name="IDS_NOTIFICATION_BALLOON_REVOKE_MESSAGE" desc="Text for the menu option to revoke notification permission."> - Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> - </message> - <message name="IDS_NOTIFICATION_BALLOON_ENABLE_MESSAGE" desc="Text for the menu option to enable notification permission."> - Enable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> - </message> - <message name="IDS_NOTIFICATION_CHOOSE_POSITION" desc="Menu label for position choice submenu."> - Choose position - </message> - <message name="IDS_NOTIFICATION_POSITION_DEFAULT" desc="Menu label for positioning in default location"> - Use default - </message> - <message name="IDS_NOTIFICATION_POSITION_LOWER_LEFT" desc="Menu label for positioning in lower left corner"> - Lower left - </message> - <message name="IDS_NOTIFICATION_POSITION_LOWER_RIGHT" desc="Menu label for positioning in lower right corner"> - Lower right - </message> - <message name="IDS_NOTIFICATION_POSITION_UPPER_LEFT" desc="Menu label for positioning in upper left corner"> - Upper left - </message> - <message name="IDS_NOTIFICATION_POSITION_UPPER_RIGHT" desc="Menu label for positioning in upper right corner"> - Upper right - </message> - <message name="IDS_NOTIFICATION_WELCOME_BODY" desc="Notification body for the Welcome Notification"> - Stay connected to what you need to know, across all devices. - </message> - <message name="IDS_NOTIFICATION_WELCOME_BUTTON_LEARN_MORE" desc="Learn more button text for the Welcome Notification"> - Learn more - </message> - <message name="IDS_NOTIFICATION_WELCOME_DISPLAY_SOURCE" desc="Display source for the Welcome Notification"> - Notifications - </message> - <message name="IDS_NOTIFICATION_WELCOME_TITLE" desc="Notification title for the Welcome Notification"> - Google Now for Chrome! - </message> - <if expr="is_macosx"> - <message name="IDS_MESSAGE_CENTER_FOOTER_WITH_PRODUCT_TITLE" desc="The label in the footer of the message center tray, with the product title."> - <ph name="product_name">$1<ex>Chrome</ex></ph> Notifications + <if expr="enable_notifications"> + <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the button which dismisses the balloon."> + Dismiss + </message> + <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which labels the balloon with the source origin."> + <ph name="SOURCE_ORIGIN">$1</ph> + </message> + <message name="IDS_NOTIFICATION_PERMISSIONS" desc="Text requesting permission for desktop notifications."> + Allow <ph name="site">$1<ex>mail.google.com</ex></ph> to show desktop notifications? + </message> + <message name="IDS_NOTIFICATION_PERMISSIONS_FRAGMENT" desc="Permission sentence fragment to show following the prompt 'This site would like to:' in a permissions request"> + show desktop notifications + </message> + <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'allow' button on the notification permission infobar."> + Allow + </message> + <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar."> + Deny + </message> + <message name="IDS_NOTIFICATION_OPTIONS_MENU_LABEL" desc="Text for the menu option"> + Options + </message> + <message name="IDS_NOTIFICATION_BALLOON_REVOKE_MESSAGE" desc="Text for the menu option to revoke notification permission."> + Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> + </message> + <message name="IDS_NOTIFICATION_BALLOON_ENABLE_MESSAGE" desc="Text for the menu option to enable notification permission."> + Enable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> + </message> + <message name="IDS_NOTIFICATION_CHOOSE_POSITION" desc="Menu label for position choice submenu."> + Choose position + </message> + <message name="IDS_NOTIFICATION_POSITION_DEFAULT" desc="Menu label for positioning in default location"> + Use default + </message> + <message name="IDS_NOTIFICATION_POSITION_LOWER_LEFT" desc="Menu label for positioning in lower left corner"> + Lower left + </message> + <message name="IDS_NOTIFICATION_POSITION_LOWER_RIGHT" desc="Menu label for positioning in lower right corner"> + Lower right + </message> + <message name="IDS_NOTIFICATION_POSITION_UPPER_LEFT" desc="Menu label for positioning in upper left corner"> + Upper left + </message> + <message name="IDS_NOTIFICATION_POSITION_UPPER_RIGHT" desc="Menu label for positioning in upper right corner"> + Upper right + </message> + <message name="IDS_NOTIFICATION_WELCOME_BODY" desc="Notification body for the Welcome Notification"> + Stay connected to what you need to know, across all devices. + </message> + <message name="IDS_NOTIFICATION_WELCOME_BUTTON_LEARN_MORE" desc="Learn more button text for the Welcome Notification"> + Learn more + </message> + <message name="IDS_NOTIFICATION_WELCOME_DISPLAY_SOURCE" desc="Display source for the Welcome Notification"> + Notifications + </message> + <message name="IDS_NOTIFICATION_WELCOME_TITLE" desc="Notification title for the Welcome Notification"> + Google Now for Chrome! + </message> + <if expr="is_macosx"> + <message name="IDS_MESSAGE_CENTER_FOOTER_WITH_PRODUCT_TITLE" desc="The label in the footer of the message center tray, with the product title."> + <ph name="product_name">$1<ex>Chrome</ex></ph> Notifications + </message> + </if> + <message name="IDS_NOTIFIER_WELCOME_TITLE" desc="Notification title for when a new notifier service is introduced."> + <ph name="service_name">$1<ex>Google+</ex></ph> notifications + </message> + <message name="IDS_NOTIFIER_WELCOME_BODY" desc="Notification body for when a new notifier service is introduced."> + Now on your desktop + </message> + <message name="IDS_NOTIFIER_WELCOME_BUTTON" desc="Notification body for when a new notifier service is introduced."> + Turn off these notifications </message> </if> - <message name="IDS_NOTIFIER_WELCOME_TITLE" desc="Notification title for when a new notifier service is introduced."> - <ph name="service_name">$1<ex>Google+</ex></ph> notifications - </message> - <message name="IDS_NOTIFIER_WELCOME_BODY" desc="Notification body for when a new notifier service is introduced."> - Now on your desktop - </message> - <message name="IDS_NOTIFIER_WELCOME_BUTTON" desc="Notification body for when a new notifier service is introduced."> - Turn off these notifications - </message> <!-- Mac AppleScript --> <if expr="is_macosx"> |