X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=_locales%2Fen%2Fmessages.json;h=d62529a1c2dd338eea362c30c5567bcad471c84f;hb=614dea955c957d58c79da346fa36fec176c59728;hp=ce29f1d3b418da8931a232fe620023fad1a06904;hpb=a5409a6b2a66bfd85a902c468b726e1e60855c71;p=chrome-ext%2Fclearhistory-advance-fork.git diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ce29f1d..d62529a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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": { @@ -15,16 +21,27 @@ }, "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$.",