0

[CBD] Migrate language related to CBD from clear to delete

This CL migrates a bunch of strings related to deleting browsing data
from the 'Clear' to 'Delete'.

Bug: b:291070674

Change-Id: Ib194899264e960cfb041a457c2fa350178c7b971
Skip-Translation-Screenshots-Check: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5447632
Commit-Queue: Filipa Senra <fsenra@google.com>
Reviewed-by: Nicola Tommasi <tommasin@chromium.org>
Reviewed-by: Rainhard Findling <rainhard@chromium.org>
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Orin Jaworski <orinj@chromium.org>
Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1288160}
This commit is contained in:
Filipa Senra
2024-04-16 17:38:12 +00:00
committed by Chromium LUCI CQ
parent eb66c7a4ba
commit 954b15b89f
78 changed files with 190 additions and 163 deletions
ash
chrome
android
javatests
src
org
chromium
chrome
browser
app
browser
components
ios/chrome/app/strings

@ -4426,8 +4426,8 @@ No devices connected.
<message name="IDS_BROWSER_ACCELERATOR_DESCRIPTION_TAB_SEARCH" desc="Label for accelerator action - Search tabs.">
Search tabs
</message>
<message name="IDS_BROWSER_ACCELERATOR_DESCRIPTION_CLEAR_BROWSING_DATA" desc="Label for accelerator action - Clear browsing data.">
Clear browsing data
<message name="IDS_BROWSER_ACCELERATOR_DESCRIPTION_CLEAR_BROWSING_DATA" desc="Label for accelerator action - Delete browsing data.">
Delete browsing data
</message>
<message name="IDS_BROWSER_ACCELERATOR_DESCRIPTION_FOCUS_BOOKMARKS" desc="Label for accelerator action - Focus on or highlight bookmarks bar (if shown).">
Focus on or highlight bookmarks bar (if shown)

@ -1 +1 @@
c3983ab34017a9c14991a1823992f84784390c90
20a04dde9ae04528bb5897742bdc620bfac9a0f0

@ -784,7 +784,7 @@
Open home page
</message>
<message name="IDS_KSV_DESCRIPTION_SHOW_IDC_CLEAR_BROWSING_DATA" desc="Description of the command in keyboard shortcut viewer.">
Clear browsing data
Delete browsing data
</message>
<message name="IDS_KSV_DESCRIPTION_SHOW_IDC_SHOW_BOOKMARK_MANAGER" desc="Description of the command in keyboard shortcut viewer.">
Show bookmark manager

@ -98,7 +98,7 @@ public class AllSiteSettingsTest {
public void testAllSitesViewEmpty() throws Exception {
SettingsActivity settingsActivity =
SiteSettingsTestUtils.startAllSitesSettings(SiteSettingsCategory.Type.ALL_SITES);
onViewWaiting(withText(containsString("Clear browsing"))).check(matches(isDisplayed()));
onViewWaiting(withText(containsString("Delete browsing"))).check(matches(isDisplayed()));
View view =
TestThreadUtils.runOnUiThreadBlocking(
() -> {
@ -127,7 +127,7 @@ public class AllSiteSettingsTest {
SettingsActivity settingsActivity =
SiteSettingsTestUtils.startAllSitesSettings(SiteSettingsCategory.Type.ALL_SITES);
onViewWaiting(withText(containsString("Clear browsing"))).check(matches(isDisplayed()));
onViewWaiting(withText(containsString("Delete browsing"))).check(matches(isDisplayed()));
View view =
TestThreadUtils.runOnUiThreadBlocking(
() -> {
@ -162,7 +162,7 @@ public class AllSiteSettingsTest {
SettingsActivity settingsActivity =
SiteSettingsTestUtils.startAllSitesSettings(SiteSettingsCategory.Type.ALL_SITES);
onViewWaiting(withText(containsString("Clear browsing"))).check(matches(isDisplayed()));
onViewWaiting(withText(containsString("Delete browsing"))).check(matches(isDisplayed()));
onView(withText(A_GITHUB_IO)).check(matches(isDisplayed()));
onView(withText(B_GITHUB_IO)).check(matches(isDisplayed()));
@ -193,7 +193,7 @@ public class AllSiteSettingsTest {
SettingsActivity settingsActivity =
SiteSettingsTestUtils.startAllSitesSettingsForRws(
SiteSettingsCategory.Type.ALL_SITES, C_GITHUB_IO);
onViewWaiting(withText(containsString("Clear browsing"))).check(matches(isDisplayed()));
onViewWaiting(withText(containsString("Delete browsing"))).check(matches(isDisplayed()));
onView(withText(relatedFilter)).check(matches(isDisplayed()));
onView(withText(A_GITHUB_IO)).check(doesNotExist());
onView(withText(B_GITHUB_IO)).check(doesNotExist());
@ -236,7 +236,8 @@ public class AllSiteSettingsTest {
SettingsActivity settingsActivity =
SiteSettingsTestUtils.startAllSitesSettingsForRws(
SiteSettingsCategory.Type.ALL_SITES, C_GITHUB_IO);
onViewWaiting(withText(containsString("Clear browsing"))).check(matches(isDisplayed()));
onViewWaiting(withText(containsString("Delete browsing"))).check(matches(isDisplayed()));
onView(withText(relatedFilter)).check(matches(isDisplayed()));
onView(withText(A_GITHUB_IO)).check(matches(isDisplayed()));
onView(withText(B_GITHUB_IO)).check(matches(isDisplayed()));

@ -2028,9 +2028,9 @@ Permissions you've already given to websites and apps may apply to this account.
</if>
</if>
<!-- Clear Browsing Data -->
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_SIGNED_IN" desc="Description in the footer of the Clear Browsing Data dialog when the user is signed.">
To clear browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out of Chromium<ph name="END_LINK">&lt;/a&gt;</ph>.
<!-- Delete Browsing Data -->
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_SIGNED_IN" desc="Description in the footer of the Delete Browsing Data dialog when the user is signed.">
To delete browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out of Chromium<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
</messages>
</release>

@ -1 +1 @@
9c72884e16836968254ee61e75f2ae1a1fb70e60
40f32d91f1730b7cb346854944143a30405f977f

@ -1712,8 +1712,8 @@ are declared in tools/grit/grit_rule.gni.
<message name="IDS_FULLSCREEN" desc="Switches into fullscreen mode">
&amp;Full screen
</message>
<message name="IDS_CLEAR_BROWSING_DATA" desc="The text label for the menu item for clearing of browsing data">
&amp;Clear browsing data...
<message name="IDS_CLEAR_BROWSING_DATA" desc="The text label for the menu item for deleting of browsing data">
&amp;Delete browsing data...
</message>
<message name="IDS_SHOW_DOWNLOADS" desc="The show downloads menu in the app menu">
&amp;Downloads
@ -1768,8 +1768,8 @@ are declared in tools/grit/grit_rule.gni.
<message name="IDS_FULLSCREEN" desc="In Title Case: Switches into fullscreen mode">
&amp;Full Screen
</message>
<message name="IDS_CLEAR_BROWSING_DATA" desc="In Title Case: The text label for the menu item for clearing of browsing data">
&amp;Clear Browsing Data...
<message name="IDS_CLEAR_BROWSING_DATA" desc="In Title Case: The text label for the menu item for deleting of browsing data">
&amp;Delete Browsing Data...
</message>
<message name="IDS_SHOW_DOWNLOADS" desc="In Title Case: The show downloads menu in the app menu">
&amp;Downloads
@ -10434,15 +10434,15 @@ Check your passwords anytime in <ph name="GOOGLE_PASSWORD_MANAGER">$1<ex>Google
</message>
</if>
<!-- Clear Browsing Data -->
<!-- Delete Browsing Data -->
<message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title">
Clear browsing data
Delete browsing data
</message>
<message name="IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE" desc="A dialog informing the user that their Chrome browsing history was deleted, but other forms of history can still be found on Google My Activity.">
The selected data has been removed from Chrome and synced devices. Your Google Account may have other forms of browsing history like searches and activity from other Google services at <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>myactivity.google.com<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<message name="IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE" desc="Title of a dialog that informs the user that the deletion of Chrome's browsing data has been completed.">
Cleared Chrome data
Deleted Chrome data
</message>
<message name="IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_OK" desc="Button in a dialog that informs the user that the deletion of Chrome's browsing data has been completed.">
Ok, got it
@ -15956,9 +15956,9 @@ Please help our engineers fix this problem. Tell us what happened right before y
Close Incognito
</message>
<!-- Incognito Clear Browsing Data dialog bubble. -->
<message name="IDS_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_PRIMARY_TEXT" desc ="The primary text of the clear browsing data dialog which is shown in Incognito when users invokes a clear browsing data action in Incognito. The text describes how Incognito users can clear the browsing data by closing all Incognito windows.">
To clear data, close all Incognito windows
<!-- Incognito Delete Browsing Data dialog bubble. -->
<message name="IDS_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_PRIMARY_TEXT" desc ="The primary text of the delete browsing data dialog which is shown in Incognito when users invokes a delete browsing data action in Incognito. The text describes how Incognito users can delete the browsing data by closing all Incognito windows.">
To delete data, close all Incognito windows
</message>
<message name="IDS_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_SECONDARY_TEXT" desc ="The secondary text of the clear browsing data dialog which is shown in Incognito when users invokes a clear browsing data action in Incognito. The text describes how the clear browsing data action affects only the Incognito windows.">
This only affects Incognito windows
@ -15967,12 +15967,12 @@ Please help our engineers fix this problem. Tell us what happened right before y
Close windows
</message>
<!-- Incognito History Disclaimer dialog bubble. -->
<message name="IDS_INCOGNITO_HISTORY_BUBBLE_PRIMARY_TEXT" desc="Header in bubble view that states visited sites aren't saved in Incognito mode.">
<!-- Incognito History Disclaimer dialog bubble. -->
<message name="IDS_INCOGNITO_HISTORY_BUBBLE_PRIMARY_TEXT" desc="Header in bubble view that states visited sites aren't saved in Incognito mode.">
Sites you visit arent saved in Incognito
</message>
<message name="IDS_INCOGNITO_HISTORY_BUBBLE_SECONDARY_TEXT" desc="Description in bubble view that states closing all Incognito tabs is necessary to clear Incognito browsing history from the device,">
To clear Incognito browsing history from your device, close all Incognito tabs
<message name="IDS_INCOGNITO_HISTORY_BUBBLE_SECONDARY_TEXT" desc="Description in bubble view that states closing all Incognito tabs is necessary to delete Incognito browsing history from the device,">
To delete Incognito browsing history from your device, close all Incognito tabs
</message>
<message name="IDS_INCOGNITO_HISTORY_BUBBLE_CLOSE_INCOGNITO_BUTTON_TEXT" desc="Text of button in bubble view for calling to the close all incognito tabs action.">
Close Incognito
@ -16249,12 +16249,12 @@ Please help our engineers fix this problem. Tell us what happened right before y
<!-- App uninstall prompt for non-Google -->
<message name="IDS_APP_UNINSTALL_PROMPT_REMOVE_DATA_CHECKBOX_FOR_NON_GOOGLE" desc="Checkbox text to ask the user whether they want to remove associated data at uninstall time. Only used when uninstalling an app associated with a particular website.">
Also clear browsing data (<ph name="URL">$1<ex>pinterest.com</ex></ph>) which will sign you out of <ph name="DOMAIN">$2<ex>Pinterest.com</ex></ph>. <ph name="LEARN_MORE">$3<ex>Learn more</ex></ph>
Also delete browsing data (<ph name="URL">$1<ex>pinterest.com</ex></ph>) which will sign you out of <ph name="DOMAIN">$2<ex>Pinterest.com</ex></ph>.<ph name="LEARN_MORE">$3<ex>Learn more</ex></ph>
</message>
<!-- App uninstall prompt for Google -->
<message name="IDS_APP_UNINSTALL_PROMPT_REMOVE_DATA_CHECKBOX_FOR_GOOGLE" desc="Checkbox text to ask the user whether they want to remove associated data at uninstall time for Google hostnames. Only used when uninstalling an app associated with a Google hostname.">
Also clear browsing data (<ph name="URL">$1<ex>www.google.com</ex></ph>) which may sign you out of Google.com. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
Also delete browsing data (<ph name="URL">$1<ex>www.google.com</ex></ph>) which may sign you out of Google.com. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
</message>
<message name="IDS_APP_UNINSTALL_PROMPT_LEARN_MORE" desc="The label that the user can click to learn more about removing associated data at uninstall time.">

@ -1 +1 @@
865617cd36d305958a8fdcc5dfd10b9a5b8b84df
89e3531b690c90a6508e842bcd5d4b36777bc52b

@ -1 +1 @@
af4f462fec2194b11bcd777b8867f7e9c2a61fad
5280cece729d4e34f6dee29e33a3bda9e1f816a5

@ -0,0 +1 @@
1732abbf4ef122e6de0c03b9542d58f41a9c2c0b

@ -0,0 +1 @@
ee79b8a0aed64058ee5bb6e31df9efb1f429f48a

@ -0,0 +1 @@
0eaa623498b11a5fca8603fb4120f8657dab06c6

@ -1 +1 @@
9269352bcc153c8bf5c44cf42d47b2d1f1bd03cb
b1be3481f48810b1c100a9bae637e08aae109a81

@ -1 +1 @@
9269352bcc153c8bf5c44cf42d47b2d1f1bd03cb
b1be3481f48810b1c100a9bae637e08aae109a81

@ -1 +1 @@
1b874cc3a3f88d71fc8e3b1c3b746f3e738488aa
b1be3481f48810b1c100a9bae637e08aae109a81

@ -1 +1 @@
1b874cc3a3f88d71fc8e3b1c3b746f3e738488aa
b1be3481f48810b1c100a9bae637e08aae109a81

@ -2049,9 +2049,9 @@ Permissions you've already given to websites and apps may apply to this account.
</if>
</if>
<!-- Clear Browsing Data -->
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_SIGNED_IN" desc="Description in the footer of the Clear Browsing Data dialog when the user is signed.">
To clear browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out of Chrome<ph name="END_LINK">&lt;/a&gt;</ph>.
<!-- Delete Browsing Data -->
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_SIGNED_IN" desc="Description in the footer of the Delete Browsing Data dialog when the user is signed.">
To delete browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out of Chrome<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
</messages>
</release>

@ -1 +1 @@
7f4075b9f2506173cd557a75f270754209f76df3
fb8a67f1664afd636fc67708c5ad0f9eb56f2f66

@ -9,7 +9,7 @@
}
</message>
<message name="IDS_AVATAR_BUTTON_GUEST_TOOLTIP" desc="Tooltip for the avatar button when the user is in Guest mode.">
To clear Guest mode history, close all Guest windows.
To delete Guest mode history, close all Guest windows.
</message>
<message name="IDS_GUEST_BUBBLE_ACCESSIBLE_TITLE" desc="Accessible title of the avatar menu, opened in guest mode. The message also shows the number of open guest windows if they are more than one. [ICU Syntax]">
{0, plural,

@ -1 +1 @@
bb3f26093ae9350ed0ec2ee81d578f5b927b5022
53259ec5ef91b1df17de7ab57795c603952c7b80

@ -448,8 +448,8 @@
<message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an indicator that a setting's value is being controlled by an extension.">
<ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setting
</message>
<message name="IDS_SETTINGS_CLEAR" desc="Label used on a menu item or button to clear an item.">
Clear
<message name="IDS_SETTINGS_CLEAR" desc="Label used on a menu item or button to delete an item.">
Delete
</message>
<message name="IDS_SETTINGS_CUSTOM" desc="Label for a custom option in a dropdown menu.">
Custom
@ -1050,21 +1050,21 @@
</if>
</if>
<!-- Clear Browsing Data -->
<!-- Delete Browsing Data -->
<message name="IDS_SETTINGS_CLEAR_PERIOD_TITLE" desc="Label of the dropdown that selects the time range for which browsing data will be deleted.">
Time range
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC" desc="Description in the footer of the Clear Browsing Data dialog when the user is syncing.">
To clear browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out<ph name="END_LINK">&lt;/a&gt;</ph>.
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC" desc="Description in the footer of the Delete Browsing Data dialog when the user is syncing.">
To delete browsing data from this device only, while keeping it in your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign out<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_ERROR" desc="Description in the footer of the Clear Browsing Data dialog when there is a sync error.">
To clear browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>visit sync settings<ph name="END_LINK">&lt;/a&gt;</ph>.
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_ERROR" desc="Description in the footer of the Delete Browsing Data dialog when there is a sync error.">
To delete browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>visit sync settings<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_PASSPHRASE_ERROR" desc="Description in the footer of the Clear Browsing Data dialog when there is a sync passphrase error.">
To clear browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>enter your passphrase<ph name="END_LINK">&lt;/a&gt;</ph>.
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_PASSPHRASE_ERROR" desc="Description in the footer of the Delete Browsing Data dialog when there is a sync passphrase error.">
To delete browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>enter your passphrase<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_PAUSED" desc="Description in the footer of the Clear Browsing Data dialog when sync is paused.">
To clear browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign in<ph name="END_LINK">&lt;/a&gt;</ph>.
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA_WITH_SYNC_PAUSED" desc="Description in the footer of the Delete Browsing Data dialog when sync is paused.">
To delete browsing data from all of your synced devices and your Google Account, <ph name="BEGIN_LINK">&lt;a href="#" target=&quot;_blank&quot;&gt;</ph>sign in<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_HISTORY" desc="Checkbox for deleting Browsing History">
Browsing history
@ -1072,8 +1072,8 @@
<message name="IDS_SETTINGS_CLEAR_COOKIES_AND_SITE_DATA_SUMMARY_BASIC" desc="A summary for the 'Cookies and site data' option in the 'Clear Browsing Data' screen, explaining that deleting cookies and site data will sign the user out of most websites.">
Signs you out of most sites
</message>
<message name="IDS_SETTINGS_CLEAR_COOKIES_AND_SITE_DATA_SUMMARY_BASIC_WITH_EXCEPTION" desc="A summary for the 'Cookies and site data' option in the 'Clear Browsing Data' screen, explaining that deleting cookies and site data will sign the user out of most websites but your Google sign in will stay.">
Signs you out of most sites. You'll stay signed in to your Google Account so your synced data can be cleared.
<message name="IDS_SETTINGS_CLEAR_COOKIES_AND_SITE_DATA_SUMMARY_BASIC_WITH_EXCEPTION" desc="A summary for the 'Cookies and site data' option in the 'Delete Browsing Data' screen, explaining that deleting cookies and site data will sign the user out of most websites but your Google sign in will stay.">
Signs you out of most sites. You'll stay signed in to your Google Account so your synced data can be deleted.
</message>
<message name="IDS_SETTINGS_CLEAR_COOKIES_AND_SITE_DATA_SUMMARY_BASIC_MAIN_PROFILE" desc="A summary for the 'Cookies and site data' option in the 'Clear Browsing Data' screen, explaining that deleting cookies and site data will sign the user out of most websites but your Google sign in will stay.">
Signs you out of most sites. You won't be signed out of your Google Account.
@ -1085,10 +1085,10 @@
Signs you out of most sites. You'll stay signed in to your Google Account.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_HISTORY_SUMMARY" desc="A subtext for the basic tab explaining browsing history.">
Clears history, including in the search box
Deletes history, including in the search box
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_HISTORY_SUMMARY_SIGNED_IN_NO_LINK" desc="A description explaining from which devices history will be cleared.">
Clears history from all synced devices
<message name="IDS_SETTINGS_CLEAR_BROWSING_HISTORY_SUMMARY_SIGNED_IN_NO_LINK" desc="A description explaining from which devices history will be deleted.">
Deletes history from all synced devices
</message>
<message name="IDS_SETTINGS_CLEAR_GOOGLE_SEARCH_HISTORY_GOOGLE_DSE" desc="A description explaining that search history and other forms of activity can be cleared through the Google account.">
<ph name="BEGIN_LINK_SEARCH">&lt;a target="_blank" href="$1"&gt;</ph>Search history<ph name="END_LINK_SEARCH">&lt;/a&gt;</ph> and <ph name="BEGIN_LINK_GOOGLE">&lt;a target="_blank" href="$2"&gt;</ph>other forms of activity<ph name="END_LINK_GOOGLE">&lt;/a&gt;</ph> may be saved in your Google Account when you're signed in. You can delete them anytime.
@ -2341,20 +2341,20 @@
<message name="IDS_SETTINGS_SITE_SETTINGS_DESCRIPTION" desc="Secondary, continued explanation of what content settings in Chrome do">
Control what information websites can use and what content they can show you
</message>
<message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data button in Privacy options in the tabbed UI">
Clear data
<message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for delete browsing data button in Privacy options in the tabbed UI">
Delete data
</message>
<message name="IDS_SETTINGS_CLEARING_DATA" desc="Accessibility text for after the clear browsing data button is clicked and while the data is being cleared">
Clearing data...
<message name="IDS_SETTINGS_CLEARING_DATA" desc="Accessibility text for after the delete browsing data button is clicked and while the data is being deleted">
Deleting data...
</message>
<message name="IDS_SETTINGS_CLEARED_DATA" desc="Accessibility text for after the data has been cleared">
Data cleared.
<message name="IDS_SETTINGS_CLEARED_DATA" desc="Accessibility text for after the data has been deleted">
Data deleted.
</message>
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA" desc="Text for clear browsing data button in Privacy options">
Clear browsing data
<message name="IDS_SETTINGS_CLEAR_BROWSING_DATA" desc="Text for delete browsing data button in Privacy options">
Delete browsing data
</message>
<message name="IDS_SETTINGS_CLEAR_DATA_DESCRIPTION" desc="Description for clear browsing data button in Privacy options. 'History' refers to browsing history. 'Cookies' refers to the technical meaning of a cookie, i.e. data saved by a website on the user's computer, as in when a website saves your preferences.">
Clear history, cookies, cache, and more
<message name="IDS_SETTINGS_CLEAR_DATA_DESCRIPTION" desc="Description for delete browsing data button in Privacy options. 'History' refers to browsing history. 'Cookies' refers to the technical meaning of a cookie, i.e. data saved by a website on the user's computer, as in when a website saves your preferences.">
Delete history, cookies, cache, and more
</message>
<message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="The title of a section in the settings page with a count of the total number of items in the section">
<ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph>
@ -3574,8 +3574,8 @@
<message name="IDS_SETTINGS_SITE_SETTINGS_SITE_CLEAR_STORAGE_CONFIRMATION" desc="Text for the dialog that warns about clearing storage used by a site.">
All data stored by <ph name="SITE">$1<ex>www.example.com</ex></ph> will be deleted.
</message>
<message name="IDS_SETTINGS_SITE_SETTINGS_SITE_CLEAR_STORAGE_CONFIRMATION_NEW" desc="Text for the dialog that warns about clearing storage used by a site.">
All data and cookies stored by <ph name="SITE">$1<ex>www.example.com</ex></ph> will be cleared.
<message name="IDS_SETTINGS_SITE_SETTINGS_SITE_CLEAR_STORAGE_CONFIRMATION_NEW" desc="Text for the dialog that warns about deleting storage used by a site.">
All data and cookies stored by <ph name="SITE">$1<ex>www.example.com</ex></ph> will be deleted.
</message>
<message name="IDS_SETTINGS_SITE_SETTINGS_SITE_CLEAR_STORAGE_SIGN_OUT" desc="Text for the dialog that warns about being signed out of site when clearing storage used by a site.">
Youll be signed out of this site, including in open tabs

@ -1 +1 @@
773c91219cad9d9630b8e09b06ecfaad26394504
be729a4ebcbe6fc29809b1d4c8b172c0dfbb37fa

@ -1 +1 @@
74bbd2055e63e512ed986c83e2c7fac0c42f66e4
4505a18120ff4d3413a85ef1eaf515054426c59b

@ -0,0 +1 @@
0eaa623498b11a5fca8603fb4120f8657dab06c6

@ -0,0 +1 @@
6420c3588ef5da516b0723e597e29d17d16b824b

@ -0,0 +1 @@
aa96d6cfd5c205c6bb85019757f8dbc0b835b72a

@ -1 +1 @@
4ee79cdaf862ccf5563dd07fbd6fd188ae674a65
aa96d6cfd5c205c6bb85019757f8dbc0b835b72a

@ -1 +1 @@
a584456f78166d85997de4dfceabc09a16b0fa49
952a9de22d9ba4a98a719bb6e7ec62b6ada28746

@ -0,0 +1 @@
6420c3588ef5da516b0723e597e29d17d16b824b

@ -0,0 +1 @@
b5a38f82af599a266212f00551a0948161fe9661

@ -0,0 +1 @@
99e97dd4d097e59d0fb8dafa4389d03154d69ebe

@ -1205,14 +1205,14 @@ For example, some websites may respond to this request by showing you ads that a
Please verify that this is a valid provider or try again later
</message>
<message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Title of the Clear Browsing Data screen. [CHAR_LIMIT=32]">
Clear browsing data
<message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Title of the Delete Browsing Data screen. [CHAR_LIMIT=32]">
Delete browsing data
</message>
<message name="IDS_CLEAR_BROWSING_DATA_SUMMARY" desc="Summary of the settings item that opens the Clear Browsing Data dialog.">
Clear history, cookies, site data, cache…
<message name="IDS_CLEAR_BROWSING_DATA_SUMMARY" desc="Summary of the settings item that opens the Delete Browsing Data dialog.">
Delete history, cookies, site data, cache…
</message>
<message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_TITLE" desc="Title of a dialog that is shown after the deletion of browsing history finished.">
Cleared Chrome data
Deleted Chrome data
</message>
<message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_DATA_TEXT" desc="Text of the dialog that is shown after the deletion of browsing history items finished, indicating that the selected data has been removed, but there may be other forms of browsing history still present in user's Google account.">
The selected data has been removed from Chrome and your synced devices.
@ -1235,10 +1235,10 @@ Your Google account may have other forms of browsing history like searches and a
Signs you out of most sites. You won't be signed out of your Google Account.
</message>
<message name="IDS_CLEAR_BROWSING_HISTORY_SUMMARY" desc="A text for the basic tab explaining browsing history.">
Clears history, including in the search box
Deletes history, including in the search box
</message>
<message name="IDS_CLEAR_BROWSING_HISTORY_SUMMARY_SYNCED_NO_LINK" desc="A text for the basic tab explaining browsing history for users with history sync. This version is shown when the link to MyActivity is displayed separately.">
Clears history from all synced devices
Deletes history from all synced devices
</message>
<message name="IDS_CLEAR_SEARCH_HISTORY_LINK" desc="Text informing the user that they can clear search history and other data using MyActivity.">
<ph name="BEGIN_LINK1">&lt;link1&gt;</ph>Search history<ph name="END_LINK1">&lt;/link1&gt;</ph> and <ph name="BEGIN_LINK2">&lt;link2&gt;</ph>other forms of activity<ph name="END_LINK2">&lt;/link2&gt;</ph> may be saved in your Google Account when youre signed in. You can delete them anytime.
@ -1249,8 +1249,8 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_SIGN_OUT_OF_CHROME_LINK" desc="The text is displayed in a footer in a dialog to clear browsing data. The link sign out of Chrome opens a dialog where the user can confirm if they want to sign out of Chrome.">
To sign out of your Google Account on all websites, <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>sign out of Chrome<ph name="END_LINK1">&lt;/link1&gt;</ph>.
</message>
<message name="IDS_SIGN_OUT_OF_CHROME_LINK_ADVANCED" desc="The text is displayed in a footer in the advanced option of clear browsing data dialog. The link sign out of Chrome opens a dialog where the user can confirm if they want to sign out of Chrome.">
Clearing your browsing data doesn't sign you out of your Google Account. To do so, <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>sign out of Chrome<ph name="END_LINK1">&lt;/link1&gt;</ph>.
<message name="IDS_SIGN_OUT_OF_CHROME_LINK_ADVANCED" desc="The text is displayed in a footer in the advanced option of delete browsing data dialog. The link sign out of Chrome opens a dialog where the user can confirm if they want to sign out of Chrome.">
Deleting your browsing data doesn't sign you out of your Google Account. To do so, <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>sign out of Chrome<ph name="END_LINK1">&lt;/link1&gt;</ph>.
</message>
<message name="IDS_CLEAR_SEARCH_HISTORY_NON_GOOGLE_DSE" desc="Text informing the user about the way to clear their search history when their Default Search Engine is not Google.">
Your search engine is <ph name="dse">%1$s<ex>Bing</ex></ph>. See their instructions for deleting your search history, if applicable.
@ -1267,11 +1267,11 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_CLEAR_TABS_TITLE" desc="Title for Clear Tabs in Clear Browsing Data preference">
Tabs on this device
</message>
<message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_TITLE" desc='Title for the progress dialog used when waiting for "clear browsing data" to complete.'>
Clearing browsing data
<message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_TITLE" desc='Title for the progress dialog used when waiting for "delete browsing data" to complete.'>
Deleting browsing data
</message>
<message name="IDS_CLEAR_DATA_DELETE" desc="Button that allows the user to clear their browsing data. [CHAR_LIMIT=30]">
Clear data
<message name="IDS_CLEAR_DATA_DELETE" desc="Button that allows the user to delete their browsing data. [CHAR_LIMIT=30]">
Delete data
</message>
<message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_MESSAGE" desc='Message on the progress dialog used when waiting for "clear browsing data" to complete.'>
Please wait…
@ -1310,7 +1310,7 @@ Your Google account may have other forms of browsing history like searches and a
These sites and apps seem important to you:
</message>
<message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_BUTTON" desc="The text of the button to perform the clear action in the dialog presenting the user with 'important' sites that they can exclude from clearing.">
Clear
Delete
</message>
<message name="IDS_OPEN_CLEAR_BROWSING_DATA_DIALOG_BUTTON" desc="Title of the button that will open the clear browsing data dialog.">
Clear browsing data…
@ -3099,8 +3099,8 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
<message name="IDS_HISTORY_MANAGER_EMPTY_STATE" desc="Indicates that there are no browsing history items.">
Youll find your history here
</message>
<message name="IDS_HISTORY_MANAGER_EMPTY_STATE_VIEW_OR_CLEAR_PAGE_VISITED" desc="Indicates that users can view or clear page visited here">
You can see the pages youve visited or clear them from your history
<message name="IDS_HISTORY_MANAGER_EMPTY_STATE_VIEW_OR_CLEAR_PAGE_VISITED" desc="Indicates that users can view or delete page visited here">
You can see the pages youve visited or delete them from your history
</message>
<message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query.">
Cant find that page. Check your spelling or try a search on <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph>.
@ -3114,8 +3114,8 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
<message name="IDS_INCOGNITO_HISTORY_PLACEHOLDER_TITLE" desc="Title that states sites the users visit are not saved in Incognito mode.">
Sites you visit arent saved in Incognito
</message>
<message name="IDS_INCOGNITO_HISTORY_PLACEHOLDER_DESCRIPTION" desc="Description that states to clear Incognito browsing history from the device, users need to close all incognito tabs.">
To clear Incognito browsing history from your device, close all Incognito tabs.
<message name="IDS_INCOGNITO_HISTORY_PLACEHOLDER_DESCRIPTION" desc="Description that states to delete Incognito browsing history from the device, users need to close all incognito tabs.">
To delete Incognito browsing history from your device, close all Incognito tabs.
</message>
<!-- Close Incognito tabs notification messages -->
@ -3828,7 +3828,7 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
History
</message>
<message name="IDS_MENU_QUICK_DELETE" desc="Menu item for quick delete functionality that allows users to delete their browsing data. [CHAR_LIMIT=27]">
Clear browsing data
Delete browsing data
</message>
<message name="IDS_MENU_DOWNLOADS" desc="Menu item for opening the downloads page. [CHAR_LIMIT=27]">
Downloads
@ -4772,8 +4772,8 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
<message name="IDS_TWA_CLEAR_DATA_DIALOG_TITLE" desc="Title of the clear data dialog showing after user uninstalls or clears data of an app hosting a Trusted Web Activity">
<ph name="APP_NAME">%1$s<ex>YouTube</ex></ph> also has data in Chrome
</message>
<message name="IDS_TWA_CLEAR_DATA_DIALOG_MESSAGE" desc="Message of the clear data dialog">
You can clear the data in Chrome Settings
<message name="IDS_TWA_CLEAR_DATA_DIALOG_MESSAGE" desc="Message of the delete data dialog">
You can delete the data in Chrome Settings
</message>
<message name="IDS_TWA_CLEAR_DATA_DIALOG_KEEP_DATA" desc="Text on the negative button of the clear data dialog">
Keep Data
@ -5890,7 +5890,7 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
<!-- Quick Delete strings -->
<message name="IDS_QUICK_DELETE_DIALOG_TITLE" desc="Title of the dialog when asking users to confirm deleting browsing data.">
Clear browsing data
Delete browsing data
</message>
<message name="IDS_QUICK_DELETE_DIALOG_TABS_CLOSED_TEXT" desc="Text indicating that the tabs which a user recently used to visit a website within the specified time range would be closed.">
{NUM_TABS, plural, =1 {1 tab on this device} other {# tabs on this device}}
@ -5924,8 +5924,8 @@ To change this setting, <ph name="BEGIN_LINK">BEGIN_LINK</ph>clear the Chrome da
<message name="IDS_QUICK_DELETE_DIALOG_MORE_OPTIONS_BUTTON_TEXT" desc="Text inside the more options button which redirects users to the advanced page of 'Clear Browsing Data' where the users can customize more deletion options.">
More options
</message>
<message name="IDS_QUICK_DELETE_DIALOG_MORE_OPTIONS_BUTTON_TEXT_A11Y" desc="A11y text for Talkback, in order to give more context to the button that redirects users to the advanced page of 'Clear Browsing Data'.">
More options to clear browsing data
<message name="IDS_QUICK_DELETE_DIALOG_MORE_OPTIONS_BUTTON_TEXT_A11Y" desc="A11y text for Talkback, in order to give more context to the button that redirects users to the advanced page of 'Delete Browsing Data'.">
More options to delete browsing data
</message>
<message name="IDS_QUICK_DELETE_DIALOG_DATA_PENDING" desc="Text that is shown when data in the dialog is being fetched.">
Calculating...

@ -0,0 +1 @@
6140f01e84b3b7491857a54e5afc35197a8de721

@ -0,0 +1 @@
6140f01e84b3b7491857a54e5afc35197a8de721

@ -1 +1 @@
065b9f953fb0295a250db5632bd835b6f21b193f
92d87a75338221f3f0a3ddda467cf6e95970208f

@ -1 +1 @@
88f9ace5b5457a6c81410d4cdace2cefbb13644f
c371272392542ccbe1cb49c54d52c102ffd04bc7

@ -0,0 +1 @@
c371272392542ccbe1cb49c54d52c102ffd04bc7

@ -1 +1 @@
ccadcae0505b5f93f7e1e7633e55c7f3e79ad095
b58eb582e333907fd66263e72515367054d9f3c9

@ -1 +1 @@
4c2bc9fd0dda3470022520ac65d2877d4b7c492c
0231f34b3f978ff4688badfe84429666d765ff41

@ -1 +1 @@
ab7fe6dce6dfcc45bf84b22521d51e07f116a2c9
1b0368dbd861c9929904c840abe54f7f276e0f00

@ -1 +1 @@
4fa935a1bf16f890345a99d95f6a1add077d2dbd
aa68865a3d00ed1c5e1edfd80ba681d6ff860349

@ -1 +1 @@
71c17893d5d22171383c6ea8f290a34b9b412b1f
0b5c3a60d5114a78662062394f51cebe2760bad3

@ -1 +1 @@
a70bf843ca779f092a5294671cc95b058d68a8b0
86d734fe69145feba51ba00bf19d345fc9cece28

@ -82,7 +82,7 @@ class OmniboxSuggestionButtonRowBrowserTest : public DialogBrowserTest {
AutocompleteMatch action_match(nullptr, 500, false,
AutocompleteMatchType::SEARCH_SUGGEST);
action_match.contents = u"clear data";
action_match.contents = u"delete data";
action_match.description = u"Search";
action_match.description_class = ClassifyTermMatches(
termMatches, action_match.description.size(),
@ -143,7 +143,7 @@ class OmniboxSuggestionButtonRowBrowserTest : public DialogBrowserTest {
model->SetPopupSelection(
OmniboxPopupSelection(2, OmniboxPopupSelection::FOCUSED_BUTTON_ACTION));
if (!VerifyActiveButtonText(popup_view, 2, u"Clear")) {
if (!VerifyActiveButtonText(popup_view, 2, u"Delete")) {
return false;
}

@ -201,8 +201,8 @@
<message name="IDS_WEBSITE_SETTINGS_EMBEDDED_ON" desc="String used to indicate the embedder origin of a site">
Embedded on <ph name="WEBSITE_URL">%1$s<ex>google.com</ex></ph>
</message>
<message name="IDS_CLEAR_BROWSING_DATA_LINK" desc="Title of the button that will open the clear browsing data dialog.">
Clear browsing data…
<message name="IDS_CLEAR_BROWSING_DATA_LINK" desc="Title of the button that will open the delete browsing data dialog.">
Delete browsing data…
</message>
<message name="IDS_SUMMARY_WITH_ONE_BULLET" desc="Used to generate a summary that consists of two parts, separated by a bullet.">
<ph name="FIRST_PART">%1$s<ex>http</ex></ph> • <ph name="SECOND_PART">%2$s<ex>10 MB</ex></ph>
@ -252,8 +252,8 @@
Expires today
</message>
<message name="IDS_SITE_SETTINGS_EXPIRES_LABEL" desc="Third party cookies exception label, shown in the Third-Party cookies site settings exception list.">
{COUNT, plural,
=1 {Expires tomorrow}
{COUNT, plural,
=1 {Expires tomorrow}
other {Expires in # days}
}
</message>
@ -288,7 +288,7 @@
Select an option for <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph>
</message>
<!-- Site settings Clear Data Dialog and other ways of resetting permissions -->
<!-- Site settings Delete Data Dialog and other ways of resetting permissions -->
<message name="IDS_WEBSTORAGE_DELETE_DATA_DIALOG_TITLE" desc="Title of the confirmation dialog when the user ask to delete all data for an origin">
Delete site data?

@ -1 +1 @@
4cbdc812a8ca4cf1bdad06a83c243ee958b714f1
ba525a204482a710d6a81ce66d620ce7b1c36d44

@ -54,13 +54,13 @@
No search results found
</message>
<if expr="not use_titlecase">
<message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the clear browsing data dialog [Length: 16em].">
Clear browsing data...
<message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the delete browsing data dialog [Length: 16em].">
Delete browsing data...
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title Case: Title of the button that will open the clear browsing data dialog [Length: 16em].">
Clear Browsing Data...
<message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title Case: Title of the button that will open the delete browsing data dialog [Length: 16em].">
Delete Browsing Data...
</message>
</if>
<if expr="not is_android">

@ -0,0 +1 @@
652b0a9008750e707f193aa8ba457e38e106ad7f

@ -5,16 +5,16 @@
<!-- * Invisible screen reader text for screen readers -->
<grit-part>
<message name="IDS_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA_HINT" desc="The button text contents to suggest pedal action, CLEAR_BROWSING_DATA">
Clear browsing data
Delete browsing data
</message>
<message name="IDS_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA_SUGGESTION_CONTENTS" desc="The button hover tooltip text to describe pedal action, CLEAR_BROWSING_DATA">
Clear your browsing history, cookies, cache, and more in Chrome settings
Delete your browsing history, cookies, cache, and more in Chrome settings
</message>
<message name="IDS_ACC_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA_SUFFIX" desc="Suffix for spoken suggestion description with pedal action button, to explain keystroke used to CLEAR_BROWSING_DATA.">
<ph name="CLEAR_BROWSING_DATA_FOCUSED_FRIENDLY_MATCH_TEXT">$1<ex>The Chromium Projects http://www.chromium.org bookmark</ex></ph>, press Tab then Enter to Clear your browsing history, cookies, cache, and more in Chrome settings
<ph name="CLEAR_BROWSING_DATA_FOCUSED_FRIENDLY_MATCH_TEXT">$1<ex>The Chromium Projects http://www.chromium.org bookmark</ex></ph>, press Tab then Enter to delete your browsing history, cookies, cache, and more in Chrome settings
</message>
<message name="IDS_ACC_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA" desc="Announcement when pedal action button is focused, CLEAR_BROWSING_DATA">
Clear browsing data button, activate to clear your browsing history, cookies, cache, and more in Chrome settings
Delete browsing data button, activate to delete your browsing history, cookies, cache, and more in Chrome settings
</message>
<message name="IDS_OMNIBOX_PEDAL_MANAGE_PASSWORDS_HINT" desc="The button text contents to suggest pedal action, MANAGE_PASSWORDS">
@ -518,7 +518,7 @@
<!-- Note: iOS Omnibox Actions titles (*_HINT) use title case. -->
<!-- Same as IDS_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA_HINT, but title case instead of sentence case -->
<message name="IDS_IOS_OMNIBOX_PEDAL_CLEAR_BROWSING_DATA_HINT" desc="In Title Case: The button text contents to suggest pedal action, CLEAR_BROWSING_DATA">
Clear Browsing Data
Delete Browsing Data
</message>
<!-- Same as IDS_OMNIBOX_PEDAL_SET_CHROME_AS_DEFAULT_BROWSER_HINT, but title case instead of sentence case -->
<message name="IDS_IOS_OMNIBOX_PEDAL_SET_CHROME_AS_DEFAULT_BROWSER_HINT" desc="In Title Case: The button text contents to suggest pedal action, SET_CHROME_AS_DEFAULT_BROWSER">

@ -1 +1 @@
730ae123cb95a50d027295bc76e5ed0e358266ae
293110c98c383f708ce818033645503234c02e3e

@ -1 +1 @@
11ca073f981682cc02b2e21a7f3c623a9c7663e1
293110c98c383f708ce818033645503234c02e3e

@ -0,0 +1 @@
aee73c0ff0904560c6c7a1be5dade4d7d46a1eb6

@ -1 +1 @@
969d87bd3efe6833191692416d2afabaaadf1f1b
293110c98c383f708ce818033645503234c02e3e

@ -1 +1 @@
969d87bd3efe6833191692416d2afabaaadf1f1b
293110c98c383f708ce818033645503234c02e3e

@ -223,7 +223,7 @@
The selected data has been removed from Chromium and synced devices. Your Google Account may have other forms of browsing history like searches and activity from other Google services at history.google.com.
</message>
<message name="IDS_IOS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE" desc="Title of a dialog that informs the user that the deletion of Chromium's browsing data has been completed.">
Cleared Chromium data
Deleted Chromium data
</message>
<message name="IDS_IOS_CONSISTENCY_PROMO_DEFAULT_ACCOUNT_LABEL" desc="Dialog label to invite the user to sign-in on the web. [iOS only]">
Sign in to this site and Chromium.
@ -412,11 +412,11 @@ Things to consider:
<message name="IDS_IOS_INTENTS_ADD_READING_LIST_ITEM_TITLE" desc="Shortcut name to add a reading list item to Chrome [iOS only].">
Add Reading List Item to Chromium
</message>
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_DESCRIPTION" desc="Shortcut description to open Clear Browsing Data dialog in Chrome [iOS only].">
Clear Browsing Data in Chromium.
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_DESCRIPTION" desc="Shortcut description to open Delete Browsing Data dialog in Chrome [iOS only].">
Delete Browsing Data in Chromium.
</message>
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_TITLE" desc="Siri Shortcut for open Clear Browsing Data dialog [iOS only]">
Clear Browsing Data in Chromium
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_TITLE" desc="Siri Shortcut for open Delete Browsing Data dialog [iOS only]">
Delete Browsing Data in Chromium
</message>
<message name="IDS_IOS_INTENTS_MANAGE_PASSWORDS_DESCRIPTION" desc="Siri Shortcut description to manage passwords [iOS only]">
Opens The Password Manager in Chromium.

@ -0,0 +1 @@
7adb0dc1e1f44ba37e1f9481c9c844ceff95bd1f

@ -0,0 +1 @@
11e6e559990a1b1d104c1b2353c0f8396cef058a

@ -1 +1 @@
4591f732cc0dbc18be6fd887a31563b9886fb5fe
0c364372334bdae61e953f450a65ac77050ee608

@ -1 +1 @@
4591f732cc0dbc18be6fd887a31563b9886fb5fe
0c364372334bdae61e953f450a65ac77050ee608

@ -223,7 +223,7 @@
The selected data has been removed from Chrome and synced devices. Your Google Account may have other forms of browsing history like searches and activity from other Google services at history.google.com.
</message>
<message name="IDS_IOS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE" desc="Title of a dialog that informs the user that the deletion of Chrome's browsing data has been completed.">
Cleared Chrome data
Deleted Chrome data
</message>
<message name="IDS_IOS_CONSISTENCY_PROMO_DEFAULT_ACCOUNT_LABEL" desc="Dialog label to invite the user to sign-in on the web when account restrictions are enabled. [iOS only]">
Sign in to this site and Chrome.
@ -412,11 +412,11 @@ Things to consider:
<message name="IDS_IOS_INTENTS_ADD_READING_LIST_ITEM_TITLE" desc="Shortcut name to add a reading list item to Chrome [iOS only].">
Add Reading List Item to Chrome
</message>
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_DESCRIPTION" desc="Shortcut description to open Clear Browsing Data dialog in Chrome [iOS only].">
Clear Browsing Data in Chrome.
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_DESCRIPTION" desc="Shortcut description to open Delete Browsing Data dialog in Chrome [iOS only].">
Delete Browsing Data in Chrome.
</message>
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_TITLE" desc="Siri Shortcut for open Clear Browsing Data dialog [iOS only]">
Clear Browsing Data in Chrome
<message name="IDS_IOS_INTENTS_CLEAR_BROWSING_DATA_TITLE" desc="Siri Shortcut for open Delete Browsing Data dialog [iOS only]">
Delete Browsing Data in Chrome
</message>
<message name="IDS_IOS_INTENTS_MANAGE_PASSWORDS_DESCRIPTION" desc="Siri Shortcut description to manage passwords [iOS only]">
Opens The Password Manager in Chrome.

@ -1 +1 @@
4591f732cc0dbc18be6fd887a31563b9886fb5fe
ce78fdb4642b69cb36c7e44bf8f2e8c9acb21a43

@ -1 +1 @@
4591f732cc0dbc18be6fd887a31563b9886fb5fe
ce78fdb4642b69cb36c7e44bf8f2e8c9acb21a43

@ -820,8 +820,8 @@
<message name="IDS_IOS_CLEAR_AUTOFILL" desc="Label for the option in settings to clear form data. In titlecase. [Length: 20em] [iOS only]">
Autofill Data
</message>
<message name="IDS_IOS_CLEAR_BROWSING_DATA_ACTIVITY_MODAL" desc="Message text for the activity indicator modal during clear browsing data.">
Clearing browsing data...
<message name="IDS_IOS_CLEAR_BROWSING_DATA_ACTIVITY_MODAL" desc="Message text for the activity indicator modal during delete browsing data.">
Deleting browsing data...
</message>
<message name="IDS_IOS_CLEAR_BROWSING_DATA_FOOTER_ACCOUNT" desc="Footer message in the settings to clear browsing data that informs the user that clearing browsing data will not sign them out of Chrome.">
You won't be signed out of your Google Account.
@ -877,14 +877,14 @@ See your search engines instructions for deleting your search history, if app
<message name="IDS_IOS_CLEAR_BROWSING_DATA_TIME_RANGE_SELECTOR_TITLE" desc="Title for the view that allows the user to pick a time range. The selector is used to pick the time period for which to clear the browsing data. In titlecase. [Length: 13em] [iOS only]">
Time Range
</message>
<message name="IDS_IOS_CLEAR_BROWSING_DATA_TITLE" desc="Title for clear browsing data setting screen [Length: 10em] [iOS only]">
Clear Browsing Data
<message name="IDS_IOS_CLEAR_BROWSING_DATA_TITLE" desc="Title for delete browsing data setting screen [Length: 10em] [iOS only]">
Delete Browsing Data
</message>
<message name="IDS_IOS_CLEAR_BROWSING_HISTORY" desc="Label for the option in settings to clear browsing history. In titlecase. [Length: 20em] [iOS only]">
Browsing History
</message>
<message name="IDS_IOS_CLEAR_BUTTON" desc="Title for the button used to clear data. [Length: 20em] [iOS only]">
Clear Browsing Data
<message name="IDS_IOS_CLEAR_BUTTON" desc="Title for the button used to delete data. [Length: 20em] [iOS only]">
Delete Browsing Data
</message>
<message name="IDS_IOS_CLEAR_CACHE" desc="Label for the option in settings to clear the cache. In titlecase. [Length: 20em] [iOS only]">
Cached Images and Files
@ -916,8 +916,8 @@ See your search engines instructions for deleting your search history, if app
=1 {{COUNT} Compromised Password}
other {{COUNT} Compromised Passwords}}
</message>
<message name="IDS_IOS_CONFIRM_CLEAR_BUTTON" desc="Accessibility label for the button used to confirm clearing data. [iOS only]">
Confirm Clear Browsing Data
<message name="IDS_IOS_CONFIRM_CLEAR_BUTTON" desc="Accessibility label for the button used to confirm deleting data. [iOS only]">
Confirm Delete Browsing Data
</message>
<message name="IDS_IOS_CONFIRM_CLEAR_BUTTON_TITLE" desc="Title for the UIAlertController indicating browsing data selected will be removed. [Length: 20em] [iOS only]">
The items you selected will be removed.
@ -1879,7 +1879,7 @@ See your search engines instructions for deleting your search history, if app
Help
</message>
<message name="IDS_IOS_HISTORY_EMPTY_MESSAGE" desc="Message shown on the History screen when there are no History entries, explaining the purpose of the History screen.">
You can see the pages you've visited or clear them from your history
You can see the pages you've visited or delete them from your history
</message>
<message name="IDS_IOS_HISTORY_EMPTY_TITLE" desc="Title shown on the History screen when there are no History entries.">
You'll find your history here
@ -2128,8 +2128,8 @@ See your search engines instructions for deleting your search history, if app
<message name="IDS_IOS_KEYBOARD_BOOKMARKS" desc="Title of the menu listing bookmarks-related keyboard shortcuts." meaning="Used as a menu title in the iPad command menu.">
Bookmarks
</message>
<message name="IDS_IOS_KEYBOARD_CLEAR_BROWSING_DATA" desc="Title of the keyboard shortcut to clear the browsing data." meaning="Used as a command title in the iPad command menu.">
Clear Browsing Data…
<message name="IDS_IOS_KEYBOARD_CLEAR_BROWSING_DATA" desc="Title of the keyboard shortcut to delete the browsing data." meaning="Used as a command title in the iPad command menu.">
Delete Browsing Data…
</message>
<message name="IDS_IOS_KEYBOARD_CLOSE_ALL" desc="Title of the button in the tab grid UI that closes all the tabs in the grid." meaning="Used as a command title in the iPad command menu.">
Close All
@ -2521,8 +2521,8 @@ See your search engines instructions for deleting your search history, if app
<message name="IDS_IOS_OFFER_TO_SAVE_PASSWORDS" desc="Title for the switch item in Settings that can be toggled allowing users to be prompted if they want to save their passwords when logging into webpages. [Length: 25em] [iOS only]">
Offer to Save Passwords
</message>
<message name="IDS_IOS_OMNIBOX_PEDAL_SUBTITLE_CLEAR_BROWSING_DATA" desc="Subtitle for the Clear Browsing Data acceleration pedal in the omnibox that should correspond to the path to the Clear Browsing Data dialog in History">
Menu → History → Clear Browsing Data
<message name="IDS_IOS_OMNIBOX_PEDAL_SUBTITLE_CLEAR_BROWSING_DATA" desc="Subtitle for the Delete Browsing Data acceleration pedal in the omnibox that should correspond to the path to the Delete Browsing Data dialog in History">
Menu → History → Delete Browsing Data
</message>
<message name="IDS_IOS_OMNIBOX_PEDAL_SUBTITLE_DEFAULT_BROWSER" desc="Subtitle for the Set Default Browser acceleration pedal in the omnibox that should correspond to the path to the Default Browser dialog in Settings">
Menu → Settings → Default Browser
@ -2779,8 +2779,8 @@ While in Incognito, sites can't use cookies to see your browsing activity across
<message name="IDS_IOS_OVERFLOW_MENU_HIDE_ACTION_ADD_TO_BOOKMARKS" desc="The title for the context menu item to hide Add to Bookmarks. This should match the title of the Add to Bookmarks action in the menu." meaning="[In Title case] [iOS only] [Length: Unlimited]">
Hide Add to Bookmarks
</message>
<message name="IDS_IOS_OVERFLOW_MENU_HIDE_ACTION_CLEAR_BROWSING_DATA" desc="The title for the context menu item to hide Clear Browsing Data. This should match the title of the Clear Browsing Data action in the menu." meaning="[In Title case] [iOS only] [Length: Unlimited]">
Hide Clear Browsing Data
<message name="IDS_IOS_OVERFLOW_MENU_HIDE_ACTION_CLEAR_BROWSING_DATA" desc="The title for the context menu item to hide Delete Browsing Data. This should match the title of the Delete Browsing Data action in the menu." meaning="[In Title case] [iOS only] [Length: Unlimited]">
Hide Delete Browsing Data
</message>
<message name="IDS_IOS_OVERFLOW_MENU_HIDE_ACTION_DESKTOP_SITE" desc="The title for the context menu item to hide Request Desktop Site. This should match the title of the Request Desktop Site action in the menu." meaning="[In Title case] [iOS only] [Length: Unlimited]">
Hide Request Desktop Site
@ -4239,7 +4239,7 @@ While in Incognito, sites can't use cookies to see your browsing activity across
</message>
<message name="IDS_IOS_SETTINGS_DOWNLOADS_ACCOUNT_SELECTION_HEADER" desc="Header of Google Photos account selection section in Downloads settings. The section contains the list of accounts on the device among which the user can choose to save images to Google Photos. [iOS only]">
Accounts on this Device
</message>
</message>
<message name="IDS_IOS_SETTINGS_DOWNLOADS_SAVE_TO_PHOTOS_HEADER" desc="Header of Save to Photos settings section in Downloads settings. This should be the name of the Google branded application Google Photos. [iOS only]">
Google Photos
</message>
@ -5235,8 +5235,8 @@ While in Incognito, sites can't use cookies to see your browsing activity across
<message name="IDS_IOS_TOOLS_MENU_CELL_NEW_FEATURE_BADGE" desc="Title and accessibility label of the badge displayed on a tools menu item when it represents a new feature [Length: 20em]" meaning="A badge with this title is displayed informing the user that this feature that is new to them.">
New
</message>
<message name="IDS_IOS_TOOLS_MENU_CLEAR_BROWSING_DATA" desc="The iOS menu item to open the Clear Browsing Data screen [iOS only]" meaning="[Length: unlimited]">
Clear Browsing Data
<message name="IDS_IOS_TOOLS_MENU_CLEAR_BROWSING_DATA" desc="The iOS menu item to open the Delete Browsing Data screen [iOS only]" meaning="[Length: unlimited]">
Delete Browsing Data
</message>
<message name="IDS_IOS_TOOLS_MENU_CLOSE_ALL_INCOGNITO_TABS" desc="The iOS menu item for closing all Incognito tabs [iOS only]" meaning="[Length: unlimited]">
Close All Incognito Tabs

@ -0,0 +1 @@
3b9f3be5351bcb6578a9ecdeb0590a1cef13c02d

@ -0,0 +1 @@
60e10c714265640849e5371f639d4b71b37216c1

@ -0,0 +1 @@
60e10c714265640849e5371f639d4b71b37216c1

@ -0,0 +1 @@
11e6e559990a1b1d104c1b2353c0f8396cef058a

@ -1 +1 @@
30f46ae6bfb0081eb2c88c6a53ece4c33cb15617
f07620a4dda35ed775434876a756d94113f143fb

@ -1 +1 @@
ef06775ca1faaa18a3fa023ab69c4f9c35d2365e
7909e1e098ea4406c475dd4b4dc5076986c9ba45

@ -1 +1 @@
77791e70fdfdd52b68133905858b2b4ccbbecff8
aee73c0ff0904560c6c7a1be5dade4d7d46a1eb6

@ -1 +1 @@
278e0322024b01f7c38545726d3ee170e8617d93
83094292501ec265397911df93026bc7fb171735

@ -1 +1 @@
68766cad3eb611765cc8ba3dbbe837521d6bed9b
939131c0323bb4b0b476ae10d1941a2f85aaad3c