X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fclearhistory-advance-fork.git;a=blobdiff_plain;f=_locales%2Fen%2Fmessages.json;fp=_locales%2Fen%2Fmessages.json;h=13074bfa82fd44f3c95557a5e9328134a0983f76;hp=7ea4116e1a47a1dc23258e861e1a21a83c540a5b;hb=016d65473cf14e5153a497bd043cd6e1b62d860c;hpb=c8fabbc84cc9550e8d8218a05fa38f4f36600bc5 diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7ea4116..13074bf 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -22,13 +22,20 @@ "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$.",