Welcome to mirror list, hosted at ThFree Co, Russian Federation.

messages.json « en « _locales « chrome « dist - github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a55de73402eceea932449284315ac763a10b37a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
	"printliminatorName" : {
		"message" : "The Printliminator",
		"description" : "Extension name"
	},
	"printliminatorDescription" : {
		"message" : "A simple tool to make websites print better.",
		"description" : "Extension Description"
	},
	"commandButtons" : {
		"message" : "Other Useful Superpowers",
		"description" : "Command buttons: undo, stylize, remove graphics & print"
	},
	"clickToRemove" : {
		"message" : "Just click stuff on page to remove",
		"description" : "Click highlight to remove item"
	},
	"altClickRemove" : {
		"message" : "Alt-click to remove opposite",
		"description" : "Alt-click highlight to remove everything expect the item"
	},
	"undoLast" : {
		"message" : "Undo<br>Last",
		"description" : "Undo the last action"
	},
	"addStylize" : {
		"message" : "Add Print<br>Styles",
		"description" : "Add print stylesheet"
	},
	"removeGraphics" : {
		"message" : "Remove<br>Graphics",
		"description" : "Removes all images, iframes and video from the page"
	},
	"sendToPrint" : {
		"message" : "Send to<br>print",
		"description" : "Print the page"
	},
	"viewKeyboardCommands" : {
		"message" : "View Keyboard Commands",
		"description" : "Open a list of keyboard commands"
	},
	"keyColumn" : {
		"message" : "Key",
		"description" : "Key name column"
	},
	"descriptionColumn" : {
		"message" : "Description",
		"description" : "Description of key action"
	},
	"orText" : {
		"message" : "or",
		"description" : "or text"
	},
	"keyPageUp" : {
		"message" : "PageUp",
		"description" : "Page up key"
	},
	"keyUpArrow" : {
		"message" : "Up Arrow",
		"description" : "Up arrow key text added to title"
	},
	"upDescription" : {
		"message" : "Find wrapper of highlighted box",
		"description" : "Find parent element of current highlight"
	},
	"keyPageDown" : {
		"message" : "PageDown",
		"description" : "Page down key"
	},
	"keyDownArrow" : {
		"message" : "Down Arrow",
		"description" : "Down arrow key text added to title"
	},
	"downDescription" : {
		"message" : "Find content of highlighted box",
		"description" : "Find first visible child element of highlight"
	},
	"keyRightArrow" : {
		"message" : "Right Arrow",
		"description" : "Right arrow text added to title"
	},
	"rightDescription" : {
		"message" : "Find next box inside same wrapper",
		"description" : "Find next visible sibling element of highlight"
	},
	"keyLeftArrow" : {
		"message" : "Left Arrow",
		"description" : "Left arrow text added to title"
	},
	"leftDescription" : {
		"message" : "Find previous box inside same wrapper",
		"description" : ""
	},
	"keyEnter" : {
		"message" : "Enter",
		"description" : "Press enter to remove highlight"
	},
	"removeHighlight" : {
		"message" : "Remove the highlighted box",
		"description" : "Remove highlighted box"
	},
	"keyBackspace" : {
		"message" : "Backspace",
		"description" : "Press backspace to undo last action"
	},
	"undoAction" : {
		"message" : "Undo last action",
		"description" : "Undo last action"
	},
	"keyNumpad" : {
		"message" : "Numpad",
		"description" : "Numpad key text description"
	},
	"keyNumpadPlus" : {
		"message" : "Numpad Plus",
		"description" : "Numpad+ key"
	},
	"fontUp" : {
		"message" : "Increase font-size by 1",
		"description" : "Use keyNumpad+ to increase font size"
	},
	"keyNumpadMinus" : {
		"message" : "Numpad Minus",
		"description" : "Numpad- key"
	},
	"fontDown" : {
		"message" : "Decrease font-size by 1",
		"description" : "Use keyNumpad- to decrease font size"
	},
	"keyNumpadAsterisk" : {
		"message" : "Numpad Asterisk (Multiply)",
		"description" : ""
	},
	"fontReset" : {
		"message" : "Reset font-size",
		"description" : "Reset font size to original"
	},
	"mouseLeftClick" : {
		"message" : "left-click on mouse",
		"description" : "left mouse click"
	},
	"keyAlt" : {
		"message" : "Alt",
		"description" : "Alt-key used with mouse-click"
	},
	"removeOpposite" : {
		"message" : "Remove everything but highlighted box",
		"description" : "Remove opposite of highlight"
	},
	"keyShift" : {
		"message" : "Shift",
		"description" : "Shift-key used with mouse-click"
	},
	"fullWidth" : {
		"message" : "Set box width to 100% &amp; margins to zero (highlight turns blue)",
		"description" : "Make highlighted element full width & add blue outline"
	},
	"keyF1" : {
		"message" : "F1",
		"description" : "F1 key name"
	},
	"keyF1Title" : {
		"message" : "Function One",
		"description" : "F1 key used to toggle messages"
	},
	"toggleMessages" : {
		"message" : "Toggle action messages",
		"description" : "Action message display is toggled by the F1 key"
	},
	"keyPS" : {
		"message" : "PrtScn",
		"description" : "Print Screen key (abbreviation)"
	},
	"keyPSTitle" : {
		"message" : "Print Screen",
		"description" : "Print Screen key full name added to title"
	},
	"printPage" : {
		"message" : "Print Page",
		"description" : "Print the current page"
	},
	"keyEsc" : {
		"message" : "Esc",
		"description" : "Escape key to close Printliminator"
	},
	"keyEscTitle" : {
		"message" : "Escape",
		"description" : "Escape key full name"
	},
	"abort" : {
		"message" : "Disable Printliminator, but save undo history",
		"description" : "Disable Printliminator, but save undo history."
	}
}