| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 19885d152b19208366bc29812ed09566586d4730..e28a4d55a614f805c94dab8bebed46b1bc4a687d 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -389,10 +389,10 @@ are declared in build/common.gypi.
|
| This site might try to trick you to steal your information (examples: passwords, messages, or credit cards).
|
| </message>
|
| <message name="IDS_WEBSITE_SETTINGS_FIRST_PARTY_SITE_DATA" desc="The label of the counts for allowed and blocked cookies and site data for the top-level origin (i.e. the origin in the Omnibox).">
|
| - <ph name="COUNT">$1<ex>6</ex></ph> from this site
|
| + {NUM_COOKIES, plural, =1 {1 from this site} other {# from this site}}
|
| </message>
|
| <message name="IDS_WEBSITE_SETTINGS_THIRD_PARTY_SITE_DATA" desc="The label of the counts for allowed and blocked third party cookies and site data.">
|
| - <ph name="COUNT">$1<ex>6</ex></ph> from other sites
|
| + {NUM_COOKIES, plural, =1 {1 from other sites} other {# from other sites}}
|
| </message>
|
| <message name="IDS_WEBSITE_SETTINGS_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the menu item of a permissions menu on the Website Settings UI that resets the setting to the default setting which is allow.">
|
| Use global default (Allow)
|
| @@ -8912,23 +8912,6 @@ I don't think this site should be blocked!
|
| The identity of <ph name="ORGANIZATION">$1<ex>Google</ex></ph> at <ph name="LOCALITY">$2<ex>Mountain View, CA US</ex></ph> has been verified by <ph name="ISSUER">$3<ex>VeriSign</ex></ph>. Certificate Transparency information was supplied by the server, but it was invalid.
|
| </message>
|
|
|
| - <!-- Critical Notification Bubble -->
|
| - <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE" desc="The headline for the critical notification">
|
| - <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will restart in <ph name="SECONDS">$2<ex>10</ex></ph> seconds.
|
| - </message>
|
| - <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE_ALTERNATE" desc="The headline for the critical notification when the countdown reaches 0 (will only be seen if an onbeforeunload handler on a web page cancels the shutdown sequence.">
|
| - You should restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> now.
|
| - </message>
|
| - <message name="IDS_CRITICAL_NOTIFICATION_TEXT" desc="The text of the critical update notification">
|
| - A special security update for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was just applied; you should restart now for it to take effect (we'll restore your tabs).
|
| - </message>
|
| - <message name="IDS_CRITICAL_NOTIFICATION_RESTART" desc="The restart button label">
|
| - OK - Restart now
|
| - </message>
|
| - <message name="IDS_CRITICAL_NOTIFICATION_DISMISS" desc="The dismiss button label">
|
| - Don't restart
|
| - </message>
|
| -
|
| <!-- Screen Capture strings -->
|
| <message name="IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TITLE" desc="Title for the prompt shown when screen capturing is requrested by an app.">
|
| <ph name="APP_NAME">$1<ex>html5rocks.com</ex></ph> Screen Sharing Request
|
|
|