]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - _locales/en/messages.json
add an option to run silently -- no notifications at all
[chrome-ext/clearhistory-advance-fork.git] / _locales / en / messages.json
index ce29f1d3b418da8931a232fe620023fad1a06904..d62529a1c2dd338eea362c30c5567bcad471c84f 100644 (file)
@@ -1,11 +1,17 @@
 {
-  "name": {"message": "Clear History"},
-  "description": {"message": "Quickly clears the browser history."},
+  "name": {"message": "Clear History [Advance Fork]"},
+  "description": {"message": "Quickly clears the browser history. This is a fork of the Google version with more advanced options."},
   "title": {"message": "Click to clear history"},
   "direction": {"message": "ltr"},
-  "optionsTitle": {"message": "Options for Clear History"},
-  "optionsHeader": {"message": "Clear History"},
+  "frameOptions": {"message": "Options"},
+  "headerTimeRange": {"message": "Time Range"},
+  "headerUserInterface": {"message": "User Interface"},
+  "headerDataSelection": {"message": "Data Selection"},
+  "optionsTitle": {"message": "Options for Clear History [Advance Fork]"},
+  "optionsHeader": {"message": "Clear History [Advance Fork]"},
   "optionsTimeFor": {"message": "Delete history for:"},
+  "optionsTimeStartNewer": {"message": "Clear entries newer than the selected time"},
+  "optionsTimeStartOlder": {"message": "Clear entries older than the selected time"},
   "optionsTime": {
     "message": "Last $num$ $units$",
     "placeholders": {
   },
   "optionsTimeAll": {"message": "Everything"},
   "optionsPrompt": {"message": "Prompt before deleting"},
+  "optionsCookies": {"message": "Clear all cookies (sorry, selective clearing not available)"},
+  "optionsDownloads": {"message": "Clear download history"},
   "optionsSaved": {"message": "Preferences saved!"},
+  "optionsAutoclear": {"message": "Automatically purge old entries"},
+  "optionsNotify": {"message": "Display a notification whenever data is cleared"},
   "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
   "notificationTitle": {"message": "History deleted successfully!"},
-  "notificationTime": {
+  "notificationTimeNewer": {
     "message": "for the last $num$ $units$",
     "placeholders": {
       "num": {"content": "$1"},
       "units": {"content": "$2"}
     }
   },
+  "notificationTimeOlder": {
+    "message": "older than $num$ $units$",
+    "placeholders": {
+      "num": {"content": "$1"},
+      "units": {"content": "$2"}
+    }
+  },
   "notificationTimeAll": {"message": "from the beginning of time"},
   "notificationBody": {
     "message": "History deleted $when$.",