Commit 1801b020 authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Add titlecase to global-error bubble.

Bug: chromium:807886
Change-Id: I1050d89178fb6682cafa3a03327a9c1245203b26
Reviewed-on: https://chromium-review.googlesource.com/900064Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534218}
parent b4ee33c7
...@@ -3392,15 +3392,25 @@ are declared in build/common.gypi. ...@@ -3392,15 +3392,25 @@ are declared in build/common.gypi.
<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."> <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.">
To re-enable it, accept the new permissions: To re-enable it, accept the new permissions:
</message> </message>
<message name="IDS_EXTENSION_DISABLED_ERROR_TITLE" desc="Title of the notification that an extension or app was disabled due to a new upgrade requiring an explicit permission check from the user.">
<ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> is disabled
</message>
<message name="IDS_EXTENSION_IS_BLACKLISTED" desc="Text displayed in an infobar when an extension is blacklisted and prevented from being installed."> <message name="IDS_EXTENSION_IS_BLACKLISTED" desc="Text displayed in an infobar when an extension is blacklisted and prevented from being installed.">
Google has flagged "<ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph>" as malicious and installation has been prevented Google has flagged "<ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph>" as malicious and installation has been prevented
</message> </message>
<message name="IDS_EXTENSION_DISABLED_REMOTE_INSTALL_ERROR_TITLE" desc="Title of the notification that an extension or app was disabled due to it being installed server side, requiring an explicit permission check from the user."> <if expr="use_titlecase">
<ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> was added remotely <message name="IDS_EXTENSION_DISABLED_REMOTE_INSTALL_ERROR_TITLE" desc="In Title Case: Title of the notification that an extension or app was disabled due to it being installed server side, requiring an explicit permission check from the user.">
</message> <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> Was Added Remotely
</message>
<message name="IDS_EXTENSION_DISABLED_ERROR_TITLE" desc="In Title Case: Title of the notification that an extension or app was disabled due to a new upgrade requiring an explicit permission check from the user.">
<ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> is Disabled
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_EXTENSION_DISABLED_REMOTE_INSTALL_ERROR_TITLE" desc="Title of the notification that an extension or app was disabled due to it being installed server side, requiring an explicit permission check from the user.">
<ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> was added remotely
</message>
<message name="IDS_EXTENSION_DISABLED_ERROR_TITLE" desc="Title of the notification that an extension or app was disabled due to a new upgrade requiring an explicit permission check from the user.">
<ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> is disabled
</message>
</if>
<if expr="enable_extensions"> <if expr="enable_extensions">
<!-- Extension blocked action bubble --> <!-- Extension blocked action bubble -->
...@@ -4474,9 +4484,16 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -4474,9 +4484,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_THEME" desc="The wrench menu item indicating that a new external extension was installed."> <message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_THEME" desc="The wrench menu item indicating that a new external extension was installed.">
New theme added (<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>) New theme added (<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>)
</message> </message>
<message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_BUBBLE_TITLE" desc="The title for the bubble that alerts the user that a new external extension was installed."> <if expr="use_titlecase">
"<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>" added <message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_BUBBLE_TITLE" desc="In Title Case: The title for the bubble that alerts the user that a new external extension was installed.">
</message> "<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>" Added
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_BUBBLE_TITLE" desc="The title for the bubble that alerts the user that a new external extension was installed.">
"<ph name="EXTENSION_NAME">$1<ex>Babylon Toolbar</ex></ph>" added
</message>
</if>
<message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_BUBBLE_HEADING_APP" desc="The heading text (below the title) for the bubble that alerts the user that a new external app was installed."> <message name="IDS_EXTENSION_EXTERNAL_INSTALL_ALERT_BUBBLE_HEADING_APP" desc="The heading text (below the title) for the bubble that alerts the user that a new external app was installed.">
Another program on your computer added an app that may change the way Chrome works. Another program on your computer added an app that may change the way Chrome works.
</message> </message>
...@@ -8191,9 +8208,16 @@ Please help our engineers fix this problem. Tell us what happened right before y ...@@ -8191,9 +8208,16 @@ Please help our engineers fix this problem. Tell us what happened right before y
<message name="IDS_SIGNIN_ERROR_DISPLAY_SOURCE" desc="Context title shown in the notification header of sign-in error notification."> <message name="IDS_SIGNIN_ERROR_DISPLAY_SOURCE" desc="Context title shown in the notification header of sign-in error notification.">
Sign In Sign In
</message> </message>
<message name="IDS_SIGNIN_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sign-in error bubble view/notification."> <if expr="use_titlecase">
Sign-in Error <message name="IDS_SIGNIN_ERROR_BUBBLE_VIEW_TITLE" desc="In Title Case: Title in the sign-in error bubble view/notification.">
</message> Sign-in Error
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_SIGNIN_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sign-in error bubble view/notification.">
Sign-in error
</message>
</if>
<message name="IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sync error bubble view/notification."> <message name="IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sync error bubble view/notification.">
Sync Error Sync Error
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment