Commit 67848cdb authored by Jeremy Klein's avatar Jeremy Klein Committed by Commit Bot

Update Better Together Setup/Settings strings for Messages.

R=khorimoto@chromium.org

Bug: 850823
Change-Id: Ibca38ed4f647bfae91a692664709beffb7d41623
Reviewed-on: https://chromium-review.googlesource.com/1179070Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Jeremy Klein <jlklein@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583910}
parent eef40154
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
Better Together may: Better Together may:
</message> </message>
<message name="IDS_MULTIDEVICE_SETUP_START_SETUP_PAGE_AWM_DESCRIPTION" desc="Description of a feature that shows text messages received by the user's phone as notification on their Chromebook."> <message name="IDS_MULTIDEVICE_SETUP_START_SETUP_PAGE_AWM_DESCRIPTION" desc="Description of a feature that shows text messages received by the user's phone as notification on their Chromebook.">
Send you notifications from Android Web Messages Send you notifications and default to remembering this computer for Messages
</message> </message>
<message name="IDS_MULTIDEVICE_SETUP_START_SETUP_PAGE_INSTALL_APPS_DESCRIPTION" desc="Tell the user that Better Together can install apps on their Chromebook"> <message name="IDS_MULTIDEVICE_SETUP_START_SETUP_PAGE_INSTALL_APPS_DESCRIPTION" desc="Tell the user that Better Together can install apps on their Chromebook">
Install apps on your Chromebook Install apps on your Chromebook
......
...@@ -4256,16 +4256,16 @@ ...@@ -4256,16 +4256,16 @@
Better Together is off Better Together is off
</message> </message>
<message name="IDS_SETTINGS_MULTIDEVICE_SMART_LOCK_SUMMARY" desc="Description of for the 'Smart Lock' setting. This feature automatically unlocks the user's Chromebook if their phone is nearby and unlocked."> <message name="IDS_SETTINGS_MULTIDEVICE_SMART_LOCK_SUMMARY" desc="Description of for the 'Smart Lock' setting. This feature automatically unlocks the user's Chromebook if their phone is nearby and unlocked.">
Unlock your Chromebook with your phone. <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://google.com/</ex>"&gt;</ph>Learn more.<ph name="LINK_END">&lt;/a&gt;</ph> Unlock your Chromebook with your phone. <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://google.com/</ex>"&gt;</ph>Learn more<ph name="LINK_END">&lt;/a&gt;</ph>
</message> </message>
<message name="IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING" desc="Name of a feature. This feature automatically offers the user to tether to their phone if their Chromebook is offline and their phone supports tethering."> <message name="IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING" desc="Name of a feature. This feature automatically offers the user to tether to their phone if their Chromebook is offline and their phone supports tethering.">
Instant Tethering Instant Tethering
</message> </message>
<message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES" desc="Name of a feature. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications."> <message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES" desc="Name of a feature. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
Android Messages Messages
</message> </message>
<message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY" desc="Description of for the 'Android Messages' setting. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications."> <message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY" desc="Description of for the 'Android Messages' setting. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
Send and receive text messages from your Chromebook Send and receive text messages from your Chromebook. <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://google.com/</ex>"&gt;</ph>Learn more<ph name="LINK_END">&lt;/a&gt;</ph>
</message> </message>
<message name="IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE" desc="Header for a clickable menu item that makes the Chromebook forget the user's phone. This means they will no longer have access to multidevice features."> <message name="IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE" desc="Header for a clickable menu item that makes the Chromebook forget the user's phone. This means they will no longer have access to multidevice features.">
Forget this device Forget this device
......
...@@ -2595,8 +2595,6 @@ void AddMultideviceStrings(content::WebUIDataSource* html_source) { ...@@ -2595,8 +2595,6 @@ void AddMultideviceStrings(content::WebUIDataSource* html_source) {
IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING}, IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING},
{"multideviceAndroidMessagesItemTitle", {"multideviceAndroidMessagesItemTitle",
IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES}, IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES},
{"multideviceAndroidMessagesItemSummary",
IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY},
{"multideviceForgetDevice", IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE}, {"multideviceForgetDevice", IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE},
{"multideviceForgetDeviceSummary", {"multideviceForgetDeviceSummary",
IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE_EXPLANATION}, IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE_EXPLANATION},
...@@ -2628,6 +2626,11 @@ void AddMultideviceStrings(content::WebUIDataSource* html_source) { ...@@ -2628,6 +2626,11 @@ void AddMultideviceStrings(content::WebUIDataSource* html_source) {
l10n_util::GetStringFUTF16( l10n_util::GetStringFUTF16(
IDS_SETTINGS_MULTIDEVICE_SMART_LOCK_SUMMARY, IDS_SETTINGS_MULTIDEVICE_SMART_LOCK_SUMMARY,
GetHelpUrlWithBoard(chrome::kEasyUnlockLearnMoreUrl))); GetHelpUrlWithBoard(chrome::kEasyUnlockLearnMoreUrl)));
html_source->AddString(
"multideviceAndroidMessagesItemSummary",
l10n_util::GetStringFUTF16(
IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY,
GetHelpUrlWithBoard(chrome::kAndroidMessagesLearnMoreURL)));
} }
#endif #endif
......
...@@ -270,6 +270,9 @@ const char kInstantTetheringLearnMoreURL[] = ...@@ -270,6 +270,9 @@ const char kInstantTetheringLearnMoreURL[] =
const char kMultiDeviceLearnMoreURL[] = const char kMultiDeviceLearnMoreURL[] =
"https://support.google.com/chromebook?p=multidevice-placeholder"; "https://support.google.com/chromebook?p=multidevice-placeholder";
const char kAndroidMessagesLearnMoreURL[] =
"https://support.google.com/chromebook?p=messages-for-web-placeholder";
const char kLanguageSettingsLearnMoreUrl[] = const char kLanguageSettingsLearnMoreUrl[] =
"https://support.google.com/chromebook/answer/1059490"; "https://support.google.com/chromebook/answer/1059490";
......
...@@ -225,6 +225,9 @@ extern const char kInstantTetheringLearnMoreURL[]; ...@@ -225,6 +225,9 @@ extern const char kInstantTetheringLearnMoreURL[];
// The URL for the "Learn more" link in the connected devices. // The URL for the "Learn more" link in the connected devices.
extern const char kMultiDeviceLearnMoreURL[]; extern const char kMultiDeviceLearnMoreURL[];
// The URL for the "Learn more" link for Android Messages.
extern const char kAndroidMessagesLearnMoreURL[];
// The URL for the "Learn more" link in the language settings. // The URL for the "Learn more" link in the language settings.
extern const char kLanguageSettingsLearnMoreUrl[]; extern const char kLanguageSettingsLearnMoreUrl[];
......
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