Chromium Code Reviews| 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 7790bf3ac2558c8640b73f414b32b60521b9dca0..a806058fa55d8daa4bc34947e10ad04db9e7ceb1 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -2325,6 +2325,29 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr |
| <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| mobile_awsnap |
| </message> |
| + |
| + <!-- Storage Preference UI strings for clearing storage. --> |
| + <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 |
|
Finnur
2015/11/26 15:54:41
Missing the '...' suffix, as per mocks.
dmurph
2015/11/30 22:16:53
Done.
|
| + </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. To clear all app storage, reset Chrome to its factory default. |
| + </message> |
| + <message name="IDS_STORAGE_CLEAR_DIALOG_RESET_APP_OPTION" desc="Text of the button that will reset chrome to factory default settings."> |
| + Reset app |
| + </message> |
| + <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc="Text of the button that will clear website storage."> |
| + Clear site storage |
| + </message> |
| + <message name="IDS_STORAGE_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_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> |
| <!-- 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"> |