1
1
{
2
2
"empty_title" : {
3
3
"title" : " Nothing to see here!" ,
4
- "note" : " Text shown where there are no remaining history items "
4
+ "note" : " Text shown where there are no remaining history entries "
5
5
},
6
6
"empty_text" : {
7
7
"title" : " Page visits will appear once you start browsing." ,
8
8
"note" : " Placeholder text when there's no results to show"
9
9
},
10
10
"delete_all" : {
11
11
"title" : " Delete All" ,
12
- "note" : " Text for a button that deletes all items or entries."
12
+ "note" : " Text for a button that deletes all items or entries. An additional confirmation dialog will be presented. "
13
13
},
14
14
"delete_some" : {
15
15
"title" : " Delete" ,
16
16
"note" : " Text for a button that deletes currently selected items"
17
17
},
18
18
"delete_none" : {
19
19
"title" : " Nothing to delete" ,
20
- "note" : " Title/tooltip text on a button that does nothing when there is no browsing history to delete"
20
+ "note" : " Title/tooltip text on a button that does nothing when there is no browsing history to delete. It's additional information shown on hover. "
21
21
},
22
22
"page_title" : {
23
23
"title" : " History" ,
24
- "note" : " "
24
+ "note" : " The main page title "
25
25
},
26
26
"search" : {
27
27
"title" : " Search" ,
28
- "note" : " "
28
+ "note" : " The placeholder text in a search input field. "
29
29
},
30
30
"show_history_all" : {
31
31
"title" : " Show all history" ,
32
- "note" : " Button text for an action that removes all filters and searches, and replaces the list will all history."
32
+ "note" : " Button text for an action that removes all filters and searches, and replaces the list with all history."
33
33
},
34
34
"show_history_older" : {
35
35
"title" : " Show older history" ,
53
53
},
54
54
"search_your_history" : {
55
55
"title" : " Search your history" ,
56
- "note" : " "
56
+ "note" : " Label text for screen readers. It's shown next to the search input field "
57
57
},
58
58
"range_all" : {
59
59
"title" : " All" ,
60
- "note" : " "
60
+ "note" : " Label on a button that shows all history entries "
61
61
},
62
62
"range_today" : {
63
63
"title" : " Today" ,
64
- "note" : " "
64
+ "note" : " Label on a button that shows history entries for today only "
65
65
},
66
66
"range_yesterday" : {
67
67
"title" : " Yesterday" ,
68
- "note" : " "
68
+ "note" : " Label on a button that shows history entries for yesterday only "
69
69
},
70
70
"range_monday" : {
71
71
"title" : " Monday" ,
72
- "note" : " "
72
+ "note" : " Label on a button that shows history entries for monday only "
73
73
},
74
74
"range_tuesday" : {
75
75
"title" : " Tuesday" ,
76
- "note" : " "
76
+ "note" : " Label on a button that shows history entries for tuesday only "
77
77
},
78
78
"range_wednesday" : {
79
79
"title" : " Wednesday" ,
80
- "note" : " "
80
+ "note" : " Label on a button that shows history entries for wednesday only "
81
81
},
82
82
"range_thursday" : {
83
83
"title" : " Thursday" ,
84
- "note" : " "
84
+ "note" : " Label on a button that shows history entries for thursday only "
85
85
},
86
86
"range_friday" : {
87
87
"title" : " Friday" ,
88
- "note" : " "
88
+ "note" : " Label on a button that shows history entries for friday only "
89
89
},
90
90
"range_saturday" : {
91
91
"title" : " Saturday" ,
92
- "note" : " "
92
+ "note" : " Label on a button that shows history entries for saturday only "
93
93
},
94
94
"range_sunday" : {
95
95
"title" : " Sunday" ,
96
- "note" : " "
96
+ "note" : " Label on a button that shows history entries for sunday only "
97
97
},
98
98
"range_older" : {
99
99
"title" : " Older" ,
100
- "note" : " "
100
+ "note" : " Label on a button that shows older history entries. "
101
101
}
102
102
}
0 commit comments