]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blame - _locales/en/messages.json
add an option to run silently -- no notifications at all
[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"},
614dea95 28 "optionsNotify": {"message": "Display a notification whenever data is cleared"},
a5409a6b
MF
29 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
30 "notificationTitle": {"message": "History deleted successfully!"},
016d6547 31 "notificationTimeNewer": {
a5409a6b
MF
32 "message": "for the last $num$ $units$",
33 "placeholders": {
34 "num": {"content": "$1"},
35 "units": {"content": "$2"}
36 }
37 },
016d6547
MF
38 "notificationTimeOlder": {
39 "message": "older than $num$ $units$",
40 "placeholders": {
41 "num": {"content": "$1"},
42 "units": {"content": "$2"}
43 }
44 },
a5409a6b
MF
45 "notificationTimeAll": {"message": "from the beginning of time"},
46 "notificationBody": {
47 "message": "History deleted $when$.",
48 "placeholders": {
49 "when": {"content": "$1"}
50 }
51 },
52 "hourString": {"message": "hour"},
53 "hoursString": {"message": "hours"},
54 "dayString": {"message": "day"},
55 "daysString": {"message": "days"}
56}