]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - _locales/en/messages.json
fix notification message when deleting old 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"},
c8fabbc8
MF
19 "optionsCookies": {"message": "Clear all cookies"},
20 "optionsDownloads": {"message": "Clear download history"},
a5409a6b 21 "optionsSaved": {"message": "Preferences saved!"},
6565d921 22 "optionsAutoclear": {"message": "Automatically purge old entries"},
a5409a6b
MF
23 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
24 "notificationTitle": {"message": "History deleted successfully!"},
016d6547 25 "notificationTimeNewer": {
a5409a6b
MF
26 "message": "for the last $num$ $units$",
27 "placeholders": {
28 "num": {"content": "$1"},
29 "units": {"content": "$2"}
30 }
31 },
016d6547
MF
32 "notificationTimeOlder": {
33 "message": "older than $num$ $units$",
34 "placeholders": {
35 "num": {"content": "$1"},
36 "units": {"content": "$2"}
37 }
38 },
a5409a6b
MF
39 "notificationTimeAll": {"message": "from the beginning of time"},
40 "notificationBody": {
41 "message": "History deleted $when$.",
42 "placeholders": {
43 "when": {"content": "$1"}
44 }
45 },
46 "hourString": {"message": "hour"},
47 "hoursString": {"message": "hours"},
48 "dayString": {"message": "day"},
49 "daysString": {"message": "days"}
50}