]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - _locales/en/messages.json
add an option to automatically purge history
[chrome-ext/clearhistory-advance-fork.git] / _locales / en / messages.json
CommitLineData
a5409a6b 1{
dd0e5809
MF
2 "name": {"message": "Clear History [Advance Fork]"},
3 "description": {"message": "Quickly clears the browser history. This is a fork of the Google version with more advanced options."},
a5409a6b
MF
4 "title": {"message": "Click to clear history"},
5 "direction": {"message": "ltr"},
dd0e5809
MF
6 "optionsTitle": {"message": "Options for Clear History [Advance Fork]"},
7 "optionsHeader": {"message": "Clear History [Advance Fork]"},
a5409a6b 8 "optionsTimeFor": {"message": "Delete history for:"},
cc8be426 9 "optionsTimeStart": {"message": "Clear entries newer than the selected time (otherwise, entries older than the selection will be cleared)"},
a5409a6b
MF
10 "optionsTime": {
11 "message": "Last $num$ $units$",
12 "placeholders": {
13 "num": {"content": "$1"},
14 "units": {"content": "$2"}
15 }
16 },
17 "optionsTimeAll": {"message": "Everything"},
18 "optionsPrompt": {"message": "Prompt before deleting"},
77dffdcd 19 "optionsCookies": {"message": "Clear cookies too"},
a5409a6b 20 "optionsSaved": {"message": "Preferences saved!"},
6565d921 21 "optionsAutoclear": {"message": "Automatically purge old entries"},
a5409a6b
MF
22 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
23 "notificationTitle": {"message": "History deleted successfully!"},
24 "notificationTime": {
25 "message": "for the last $num$ $units$",
26 "placeholders": {
27 "num": {"content": "$1"},
28 "units": {"content": "$2"}
29 }
30 },
31 "notificationTimeAll": {"message": "from the beginning of time"},
32 "notificationBody": {
33 "message": "History deleted $when$.",
34 "placeholders": {
35 "when": {"content": "$1"}
36 }
37 },
38 "hourString": {"message": "hour"},
39 "hoursString": {"message": "hours"},
40 "dayString": {"message": "day"},
41 "daysString": {"message": "days"}
42}