]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - _locales/en/messages.json
allow people to delete *old* history rather than *new* 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
MF
20 "optionsSaved": {"message": "Preferences saved!"},
21 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
22 "notificationTitle": {"message": "History deleted successfully!"},
23 "notificationTime": {
24 "message": "for the last $num$ $units$",
25 "placeholders": {
26 "num": {"content": "$1"},
27 "units": {"content": "$2"}
28 }
29 },
30 "notificationTimeAll": {"message": "from the beginning of time"},
31 "notificationBody": {
32 "message": "History deleted $when$.",
33 "placeholders": {
34 "when": {"content": "$1"}
35 }
36 },
37 "hourString": {"message": "hour"},
38 "hoursString": {"message": "hours"},
39 "dayString": {"message": "day"},
40 "daysString": {"message": "days"}
41}