0

post-login: Update some more strings

Still waiting on a couple.

Test: manual
Bug: b/342667577
Change-Id: Id6d2b32468be121d9fa94274e629f87d695c5dee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5727137
Reviewed-by: Xiaodan Zhu <zxdan@chromium.org>
Commit-Queue: Sammie Quon <sammiequon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1330588}
This commit is contained in:
Sammie Quon
2024-07-19 23:43:44 +00:00
committed by Chromium LUCI CQ
parent be96f8955e
commit b45939e85a
6 changed files with 13 additions and 12 deletions

@ -8321,9 +8321,6 @@ To shut down the device, press and hold the power button on the device again.
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_RESTORE_BUTTON" desc="Label of the restore button for the informed restore dialog.">
Open
</message>
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_TITLE" translateable="false" desc="Title of the informed restore dialog context menu.">
Continue where you left off
</message>
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_ASK_OPTION" translateable="false" desc="Ask every time option for the informed restore dialog context menu.">
Ask every time
</message>
@ -8333,11 +8330,11 @@ To shut down the device, press and hold the power button on the device again.
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_NEVER_OPTION" translateable="false" desc="Do not restore option for the informed restore dialog context menu.">
Off
</message>
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_EXTRA_INFO" translateable="false" desc="Text in the informed restore dialog's context menu. Gives users some information about the full restore setting.">
Change will be applied next time when you sign in. You can also change settings in Settings > System preferences > On startup.
<message name="IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_EXTRA_INFO" desc="Text in the informed restore dialog's context menu. Gives users some information about the full restore setting.">
Changes will be applied the next time you sign in. Update anytime in Settings > System preferences > Startup.
</message>
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_DESCRIPTION" translateable="false" desc="Description of the onboarding message if the user had Restore set to Ask every time.">
Get started with options to resume your last opened windows and tabs along with personalized suggestions.
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_DESCRIPTION" desc="Description of the onboarding message, which shows up the first time a user has restore data.">
Easily continue where you left off by opening your previous windows and tabs. Youll also see personalized suggestions for things to do next.
</message>
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_RESTORE_ON_ACCEPT" desc="Label of the accept button if the user had Restore set to Ask every time.">
Got it
@ -8348,11 +8345,11 @@ To shut down the device, press and hold the power button on the device again.
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_RESTORE_OFF_CANCEL" desc="Label of the cancel button if the user had Restore off.">
No thanks
</message>
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_TOAST" translateable="false" desc="Label of the toast the user sees, if the user had Restore off and they clicked accept in the onboarding dialog.">
Your windows and apps will be restored next time when you sign in
<message name="IDS_ASH_INFORMED_RESTORE_ONBOARDING_TOAST" desc="Label of the toast the user sees, if the user had Restore off and they clicked accept in the onboarding dialog.">
Youll see previously opened windows and apps the next time you sign in
</message>
<message name="IDS_ASH_INFORMED_RESTORE_EDUCATION_NUDGE" translateable="false" desc="Text of the informed restore education nudge.">
You can go back to Overview at anytime to get back to suggestions
<message name="IDS_ASH_INFORMED_RESTORE_EDUCATION_NUDGE" desc="Text of the informed restore education nudge.">
To see personalized suggestions for things to do next, press the Overview key
</message>
<message name="IDS_ASH_BIRCH_CALENDAR_ONGOING_SUBTITLE" desc="Subtitle for the suggestion chip for an ongoing calendar event (e.g. a meeting that is happening right now)">
Now · Ends <ph name="END_TIME">$1<ex>11:20 AM</ex></ph>

@ -0,0 +1 @@
dfbe22df6eba9c57e4cda6d994ca90a604757df4

@ -0,0 +1 @@
cd5f6f215fd3568e2ba8e123d4b0617ae17693f5

@ -0,0 +1 @@
1c7febe3f4877d65f69906bd15bfafab6b9b7e98

@ -0,0 +1 @@
9a1a6504094f58d01e59c663f6416a49667ef2aa

@ -17,7 +17,7 @@ namespace ash {
InformedRestoreContextMenuModel::InformedRestoreContextMenuModel()
: ui::SimpleMenuModel(this) {
const int group = 0;
AddTitleWithStringId(IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_TITLE);
AddTitleWithStringId(IDS_ASH_INFORMED_RESTORE_DIALOG_TITLE);
AddRadioItemWithStringId(
static_cast<int>(full_restore::RestoreOption::kAskEveryTime),
IDS_ASH_INFORMED_RESTORE_DIALOG_CONTEXT_MENU_ASK_OPTION, group);