Commit 4198089d authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Add titlecase to the sign-in-confirmation dialog.

Bug: chromium:807886
Change-Id: I2f5cad8e023c8a6f7e27a29a8579c0a5070754c7
Reviewed-on: https://chromium-review.googlesource.com/902562Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534572}
parent 724da51b
......@@ -689,9 +689,16 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
<!-- Enterprise sign-in dialog -->
<if expr="toolkit_views or is_macosx">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link your Chromium data to this account?
</message>
<if expr="use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="In Title Case: The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link Your Chromium Data to This Account?
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link your Chromium data to this account?
</message>
</if>
<message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
You are signing in with a managed account and giving its administrator control over your Chromium profile. Your Chromium data, such as your apps, bookmarks, history, passwords, and other settings will become permanently tied to <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete this data via the Google Accounts Dashboard, but you will not be able to associate this data with another account. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
</message>
......
......@@ -7115,12 +7115,22 @@ I don't think this site should be blocked!
</message>
<!-- Enterprise sign-in profile linking -->
<message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE" desc="Text of the button to create a new profile after enterprise account sign-in">
Create a new profile
</message>
<message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account">
Link data
</message>
<if expr="use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE" desc="Text of the button to create a new profile after enterprise account sign-in">
Create a New Profile
</message>
<message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account">
Link Data
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE" desc="Text of the button to create a new profile after enterprise account sign-in">
Create a new profile
</message>
<message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account">
Link data
</message>
</if>
<message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt to create a new profile after signing in to an enterprise account">
This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph>
......
......@@ -699,9 +699,16 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
<!-- Enterprise sign-in dialog -->
<if expr="toolkit_views or is_macosx">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link your Chrome data to this account?
</message>
<if expr="use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="In Title Case: The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link Your Chrome Data to This Account?
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link your Chrome data to this account?
</message>
</if>
<message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
You are signing in with a managed account and giving its administrator control over your Google Chrome profile. Your Chrome data, such as your apps, bookmarks, history, passwords, and other settings will become permanently tied to <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete this data via the Google Accounts Dashboard, but you will not be able to associate this data with another account. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
</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