]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blob - _locales/en/messages.json
clearhistory-1.5
[chrome-ext/clearhistory-advance-fork.git] / _locales / en / messages.json
1 {
2 "name": {"message": "Clear History"},
3 "description": {"message": "Quickly clears the browser history."},
4 "title": {"message": "Click to clear history"},
5 "direction": {"message": "ltr"},
6 "optionsTitle": {"message": "Options for Clear History"},
7 "optionsHeader": {"message": "Clear History"},
8 "optionsTimeFor": {"message": "Delete history for:"},
9 "optionsTime": {
10 "message": "Last $num$ $units$",
11 "placeholders": {
12 "num": {"content": "$1"},
13 "units": {"content": "$2"}
14 }
15 },
16 "optionsTimeAll": {"message": "Everything"},
17 "optionsPrompt": {"message": "Prompt before deleting"},
18 "optionsSaved": {"message": "Preferences saved!"},
19 "confirmPrompt": {"message": "Are you sure you want to delete the history?"},
20 "notificationTitle": {"message": "History deleted successfully!"},
21 "notificationTime": {
22 "message": "for the last $num$ $units$",
23 "placeholders": {
24 "num": {"content": "$1"},
25 "units": {"content": "$2"}
26 }
27 },
28 "notificationTimeAll": {"message": "from the beginning of time"},
29 "notificationBody": {
30 "message": "History deleted $when$.",
31 "placeholders": {
32 "when": {"content": "$1"}
33 }
34 },
35 "hourString": {"message": "hour"},
36 "hoursString": {"message": "hours"},
37 "dayString": {"message": "day"},
38 "daysString": {"message": "days"}
39 }