]> git.wh0rd.org Git - chrome-ext/clearhistory-advance-fork.git/blob - _locales/en/messages.json
update dist helpers
[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   "frameOptions": {"message": "Options"},
7   "headerTimeRange": {"message": "Time Range"},
8   "headerUserInterface": {"message": "User Interface"},
9   "headerDataSelection": {"message": "Data Selection"},
10   "optionsTitle": {"message": "Options for Clear History [Advance Fork]"},
11   "optionsHeader": {"message": "Clear History [Advance Fork]"},
12   "optionsTimeFor": {"message": "Delete history for:"},
13   "optionsTimeStartNewer": {"message": "Clear entries newer than the selected time"},
14   "optionsTimeStartOlder": {"message": "Clear entries older than the selected time"},
15   "optionsTime": {
16     "message": "Last $num$ $units$",
17     "placeholders": {
18       "num": {"content": "$1"},
19       "units": {"content": "$2"}
20     }
21   },
22   "optionsTimeAll": {"message": "Everything"},
23   "optionsPrompt": {"message": "Prompt before deleting"},
24   "optionsCookies": {"message": "Clear all cookies (sorry, selective clearing not available)"},
25   "optionsDownloads": {"message": "Clear download history"},
26   "optionsSaved": {"message": "Preferences saved!"},
27   "optionsAutoclear": {"message": "Automatically purge old entries"},
28   "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
29   "notificationTitle": {"message": "History deleted successfully!"},
30   "notificationTimeNewer": {
31     "message": "for the last $num$ $units$",
32     "placeholders": {
33       "num": {"content": "$1"},
34       "units": {"content": "$2"}
35     }
36   },
37   "notificationTimeOlder": {
38     "message": "older than $num$ $units$",
39     "placeholders": {
40       "num": {"content": "$1"},
41       "units": {"content": "$2"}
42     }
43   },
44   "notificationTimeAll": {"message": "from the beginning of time"},
45   "notificationBody": {
46     "message": "History deleted $when$.",
47     "placeholders": {
48       "when": {"content": "$1"}
49     }
50   },
51   "hourString": {"message": "hour"},
52   "hoursString": {"message": "hours"},
53   "dayString": {"message": "day"},
54   "daysString": {"message": "days"}
55 }