Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android Java Hookup Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c5ec0b19704ba8c23802ac3bbe1aab36b38178b1..6fe79d767311832e582638fa444bb0c60d7c4858 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2324,6 +2324,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
+ </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?
+ </message>
+ <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI.">
+ 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.

Powered by Google App Engine
This is Rietveld 408576698