]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - _locales/en/messages.json
fix notification message when deleting old history
[chrome-ext/clearhistory-advance-fork.git] / _locales / en / messages.json
index 7ea4116e1a47a1dc23258e861e1a21a83c540a5b..13074bfa82fd44f3c95557a5e9328134a0983f76 100644 (file)
   "optionsAutoclear": {"message": "Automatically purge old entries"},
   "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$.",