]> git.wh0rd.org Git - chrome-ext/clearhistory-advance-fork.git/blob - _locales/en/messages.json
13074bfa82fd44f3c95557a5e9328134a0983f76
[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 all cookies"},
20   "optionsDownloads": {"message": "Clear download history"},
21   "optionsSaved": {"message": "Preferences saved!"},
22   "optionsAutoclear": {"message": "Automatically purge old entries"},
23   "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
24   "notificationTitle": {"message": "History deleted successfully!"},
25   "notificationTimeNewer": {
26     "message": "for the last $num$ $units$",
27     "placeholders": {
28       "num": {"content": "$1"},
29       "units": {"content": "$2"}
30     }
31   },
32   "notificationTimeOlder": {
33     "message": "older than $num$ $units$",
34     "placeholders": {
35       "num": {"content": "$1"},
36       "units": {"content": "$2"}
37     }
38   },
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 }