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

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

Issue 1663983003: Add a time period dropdown to the CBD dialog on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 10299ad5f899bfa427d215321e8912899f2f0af7..b2c176d868c64d9d8d21014c4185a2c75123c511 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -457,6 +457,25 @@ For example, some websites may respond to this request by showing you ads that a
<message name="IDS_CAN_NOT_CLEAR_BROWSING_HISTORY_TOAST" desc="Message on the toast explaining that child account users can not clear their browsing history.">
Browsing history can’t be cleared with accounts for kids
</message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_TITLE" desc="Label of the dropdown that selects the time period for which browsing data will be deleted. This sentence can be followed by any option, such as 'Clear data from the past day' or 'Clear data from the past hour'.">
+ Clear data from the
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_HOUR" desc="The option to delete browsing from the past hour. This is the direct object of the sentence 'Clear data from the past hour'. Keep the first letter capitalized, as the options are shown standalone.">
Bernhard Bauer 2016/02/08 16:15:05 The first letter in this message isn't capitalized
msramek 2016/02/09 10:39:54 Thanks for catching :) This is an illustration of
+ past hour
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_DAY" desc="The option to delete browsing from the past day. This is the direct object of the sentence 'Clear data from the past day'. Keep the first letter capitalized, as the options are shown standalone.">
+ past day
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_WEEK" desc="The option to delete browsing from the past week. This is the direct object of the sentence 'Clear data from the past week'. Keep the first letter capitalized, as the options are shown standalone.">
+ past week
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_FOUR_WEEKS" desc="The option to delete browsing from the last 4 weeks. This is the direct object of the sentence 'Clear data from the last 4 weeks'. Keep the first letter capitalized, as the options are shown standalone.">
+ last 4 weeks
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing from the beginning of time. This is the direct object of the sentence 'Clear data from the beginning of time'. Keep the first letter capitalized, as the options are shown standalone.">
+ beginning of time
+ </message>
+
<message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage and crash reports' preference">
Usage and crash reports
</message>

Powered by Google App Engine
This is Rietveld 408576698