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

Unified Diff: chrome/app/generated_resources.grd

Issue 10806034: Ability to clear old history Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3968c8b1ae76fbab0d27bcc24f56be8a1bfaba6c..6e65250ce72718e81fdaac58d82ede27406b1bff 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6787,20 +6787,32 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_FLASH_STORAGE_SETTINGS" desc="Link for opening Adobe Flash Player storage settings">
Adobe Flash Player storage settings...
</message>
- <message name="IDS_CLEAR_DATA_HOUR" desc="deletion period combo box: hour. In English this finishes the sentence that starts with 'Delete the following items from'.">
- the past hour
+ <message name="IDS_CLEAR_DATA_OLDER_THAN_1HOUR" desc="deletion period combo box: older than one hour. In English this finishes the sentence that starts with 'Delete the following items'.">
+ older than one hour
</message>
- <message name="IDS_CLEAR_DATA_DAY" desc="deletion period combo box: day. In English this finishes the sentence that starts with 'Delete the following items from'.">
- the past day
+ <message name="IDS_CLEAR_DATA_OLDER_THAN_1DAY" desc="deletion period combo box: older than one day. In English this finishes the sentence that starts with 'Delete the following items'.">
+ older than one day
</message>
- <message name="IDS_CLEAR_DATA_WEEK" desc="deletion period combo box: week. In English this finishes the sentence that starts with 'Delete the following items from'.">
- the past week
+ <message name="IDS_CLEAR_DATA_OLDER_THAN_1WEEK" desc="deletion period combo box: older than one week. In English this finishes the sentence that starts with 'Delete the following items'.">
+ older than one week
</message>
- <message name="IDS_CLEAR_DATA_4WEEKS" desc="deletion period combo box: 4 weeks. In English this finishes the sentence that starts with 'Delete the following items from'.">
- the last 4 weeks
+ <message name="IDS_CLEAR_DATA_OLDER_THAN_4WEEKS" desc="deletion period combo box: older than one 4 weeks. In English this finishes the sentence that starts with 'Delete the following items'.">
+ older than 4 weeks
</message>
- <message name="IDS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items from'.">
- the beginning of time
+ <message name="IDS_CLEAR_DATA_HOUR" desc="deletion period combo box: hour. In English this finishes the sentence that starts with 'Delete the following items'.">
+ from the past hour
+ </message>
+ <message name="IDS_CLEAR_DATA_DAY" desc="deletion period combo box: day. In English this finishes the sentence that starts with 'Delete the following items'.">
+ from the past day
+ </message>
+ <message name="IDS_CLEAR_DATA_WEEK" desc="deletion period combo box: week. In English this finishes the sentence that starts with 'Delete the following items'.">
+ from the past week
+ </message>
+ <message name="IDS_CLEAR_DATA_4WEEKS" desc="deletion period combo box: 4 weeks. In English this finishes the sentence that starts with 'Delete the following items'.">
+ from the last 4 weeks
+ </message>
+ <message name="IDS_CLEAR_DATA_EVERYTHING" desc="deletion period combo box: everything. In English this finishes the sentence that starts with 'Delete the following items'.">
+ from the beginning of time
</message>
<message name="IDS_CLEAR_DATA_DELETING" desc="The progress message">
Clearing...
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698