Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index d052790231b00c53f0609bc2ff280c70ae3131b6..4e403af0760106b9217c84941e5455ba33ed4710 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -498,6 +498,12 @@ Your Google account may have other forms of browsing history like searches and a |
<message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing data from the beginning of time. This is the direct object of the sentence 'Clear data from the beginning of time'."> |
beginning of time |
</message> |
+ <message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_TITLE" desc="The title of the dialog presenting the user with 'important' sites that they can exclude from clearing."> |
+ Clear site storage? |
+ </message> |
+ <message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_TEXT" desc="The text of the dialog presenting the user with 'important' sites that they can exclude from clearing."> |
+ This will clear cookies and cache for all sites, including: |
+ </message> |
<message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage and crash reports' preference"> |
Usage and crash reports |
@@ -2246,6 +2252,66 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr |
Close tab |
</message> |
+ <!-- Storage Preference UI strings for clearing storage. --> |
+ <message name="IDS_STORAGE_MANAGEMENT_ACTIVITY_LABEL" desc="Title for Chrome's Manage Space Activity."> |
+ Google Chrome storage |
Theresa
2016/04/27 21:11:00
There's probably not a great way to do this, but i
dmurph
2016/04/29 23:53:49
Done.
Theresa
2016/05/03 00:04:27
Thanks for figuring this out. I learned something
|
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_DESCRIPTIVE_TEXT" desc="Text to describe the data stored by unimportant or infrequent sites."> |
+ Site storage Chrome doesn't think is important (e.g. sites with no saved settings or that you don't visit often) |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_SIZE_LABEL" desc="Label for the data usage of site data for unimportant sites (followed by a number of megabytes). [CHAR-LIMIT=30]"> |
+ Unimportant storage |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_SITE_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]"> |
+ Free up space |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TITLE" desc="Title of the clear unimportant site data dialog in the storage UI. [CHAR-LIMIT=24]"> |
+ Clear site storage? |
Theresa
2016/04/27 21:11:00
This string exists twice. Condense to one shared s
dmurph
2016/04/29 23:53:49
Done.
|
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI."> |
Theresa
2016/04/27 21:11:00
Is "reset app dialog" correct? Maybe "delete app d
dmurph
2016/04/29 23:53:49
Done.
|
+ This will clear cookies, cache, and other data of sites Chrome doesn't think is important. |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_DESCRIPTIVE_TEXT" desc="Text to describe the data stored on the phone by websites."> |
+ All site storage, including cookies and other locally stored data |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_COMPUTING_SIZE" desc="String shown in place of the data usage while it's being calculated. [CHAR-LIMIT=30]"> |
+ Computing... |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_SIZE_LABEL" desc="Label for the data usage of site data (followed by a number of megabytes). [CHAR-LIMIT=30]"> |
+ Site storage |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_MANAGE_SITE_DATA_BUTTON" desc="Text on the button allowing users to manage the space used by websites. [CHAR LIMIT=30]"> |
+ Manage |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_ALL_STORAGE_DESCRIPTIVE_TEXT" desc="Text used to describe all storage space used by Chrome."> |
+ Total data used by Chrome, including accounts, bookmarks, and saved settings |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_TOTAL_SIZE_LABEL" desc="The total amount of storage space used (followed by a number of megabytes). [CHAR LIMIT=25]"> |
+ Total Storage |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_CLEAR_ALL_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]"> |
+ Clear All Data |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TITLE" desc="Title of the reset app dialog in the storage UI used to reset the app. [CHAR-LIMIT=24]"> |
+ Delete app data? |
+ </message> |
+ <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI."> |
+ All Chrome's app data will be deleted permanently. This includes all files, settings, accounts, databases, etc. |
+ </message> |
+ |
+ <message name="IDS_STORAGE_CLEAR_BUTTON_TITLE" desc="Title of a button in the storage UI used to clear all storage data. [CHAR-LIMIT=24]"> |
+ Clear All |
+ </message> |
+ <message name="IDS_STORAGE_CLEAR_DIALOG_TITLE" desc="Title of the clear storage dialog in the storage UI used to clear all site storage data. [CHAR-LIMIT=24]"> |
+ Clear site storage |
+ </message> |
+ <message name="IDS_STORAGE_CLEAR_DIALOG_TEXT" desc="Text of the clear storage dialog which give the user a choice to reset the app or delete site storage data."> |
+ This will clear all <ph name="SIZE_IN_KB">%1$s<ex>101kb</ex></ph> of website storage. |
+ </message> |
+ <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc="Text of the button that will clear website storage."> |
+ Clear |
+ </message> |
+ |
<!-- Client certificate selection failure strings. --> |
<message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate selection"> |
Unable to select certificate. |