]> git.wh0rd.org Git - chrome-ext/clearhistory-advance-fork.git/blob - _locales/en/messages.json
52b1e3c0f0fc2477ea18f01978d135105d92da51
[chrome-ext/clearhistory-advance-fork.git] / _locales / en / messages.json
1 {
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."},
4   "title": {"message": "Click to clear history"},
5   "direction": {"message": "ltr"},
6   "optionsTitle": {"message": "Options for Clear History [Advance Fork]"},
7   "optionsHeader": {"message": "Clear History [Advance Fork]"},
8   "optionsTimeFor": {"message": "Delete history for:"},
9   "optionsTimeStart": {"message": "Clear entries newer than the selected time (otherwise, entries older than the selection will be cleared)"},
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"},
19   "optionsCookies": {"message": "Clear cookies too"},
20   "optionsSaved": {"message": "Preferences saved!"},
21   "optionsAutoclear": {"message": "Automatically purge old entries"},
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 }