]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - _locales/en/messages.json
rewrite options page to be more chrome-like
[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"},
999b23e3
MF
6 "frameOptions": {"message": "Options"},
7 "headerTimeRange": {"message": "Time Range"},
8 "headerUserInterface": {"message": "User Interface"},
9 "headerDataSelection": {"message": "Data Selection"},
dd0e5809
MF
10 "optionsTitle": {"message": "Options for Clear History [Advance Fork]"},
11 "optionsHeader": {"message": "Clear History [Advance Fork]"},
a5409a6b 12 "optionsTimeFor": {"message": "Delete history for:"},
999b23e3
MF
13 "optionsTimeStartNewer": {"message": "Clear entries newer than the selected time"},
14 "optionsTimeStartOlder": {"message": "Clear entries older than the selected time"},
a5409a6b
MF
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"},
999b23e3 24 "optionsCookies": {"message": "Clear all cookies (sorry, selective clearing not available)"},
c8fabbc8 25 "optionsDownloads": {"message": "Clear download history"},
a5409a6b 26 "optionsSaved": {"message": "Preferences saved!"},
6565d921 27 "optionsAutoclear": {"message": "Automatically purge old entries"},
a5409a6b
MF
28 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
29 "notificationTitle": {"message": "History deleted successfully!"},
016d6547 30 "notificationTimeNewer": {
a5409a6b
MF
31 "message": "for the last $num$ $units$",
32 "placeholders": {
33 "num": {"content": "$1"},
34 "units": {"content": "$2"}
35 }
36 },
016d6547
MF
37 "notificationTimeOlder": {
38 "message": "older than $num$ $units$",
39 "placeholders": {
40 "num": {"content": "$1"},
41 "units": {"content": "$2"}
42 }
43 },
a5409a6b
MF
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}