OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of the Adblock Plus, | 4 - This file is part of the Adblock Plus, |
5 - Copyright (C) 2006-2012 Eyeo GmbH | 5 - Copyright (C) 2006-2012 Eyeo GmbH |
6 - | 6 - |
7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
10 - | 10 - |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 <button id="screenshotMarkButton" type="radio" group="selectionType" oncomma
nd="screenshotDataSource.selectionType = 'mark';" checked="true" label="&screens
hot.mark.label;" accesskey="&screenshot.mark.accesskey;"/> | 204 <button id="screenshotMarkButton" type="radio" group="selectionType" oncomma
nd="screenshotDataSource.selectionType = 'mark';" checked="true" label="&screens
hot.mark.label;" accesskey="&screenshot.mark.accesskey;"/> |
205 <button id="screenshotRemoveButton" type="radio" group="selectionType" oncom
mand="screenshotDataSource.selectionType = 'remove';" label="&screenshot.remove.
label;" accesskey="&screenshot.remove.accesskey;"/> | 205 <button id="screenshotRemoveButton" type="radio" group="selectionType" oncom
mand="screenshotDataSource.selectionType = 'remove';" label="&screenshot.remove.
label;" accesskey="&screenshot.remove.accesskey;"/> |
206 <button id="screenshotUndoButton" oncommand="screenshotDataSource.undo();" d
isabled="true" label="&screenshot.undo.label;" accesskey="&screenshot.undo.acces
skey;"/> | 206 <button id="screenshotUndoButton" oncommand="screenshotDataSource.undo();" d
isabled="true" label="&screenshot.undo.label;" accesskey="&screenshot.undo.acces
skey;"/> |
207 </hbox> | 207 </hbox> |
208 <vbox id="screenshotBox" flex="1"> | 208 <vbox id="screenshotBox" flex="1"> |
209 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo
wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource
.stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);"
onmousemove="screenshotDataSource.updateSelection(event);"/> | 209 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo
wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource
.stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);"
onmousemove="screenshotDataSource.updateSelection(event);"/> |
210 </vbox> | 210 </vbox> |
211 </wizardpage> | 211 </wizardpage> |
212 | 212 |
213 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he
ading;" onpageshow="initCommentPage();"> | 213 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he
ading;" onpageshow="initCommentPage();"> |
214 <description>&commentPage.description;</description> | 214 <description>&emailComment.label;</description> |
| 215 <hbox class="topLabel" align="baseline"> |
| 216 <label id="emailLabel" control="email" value="&email.label;" accesskey="&ema
il.accesskey;"/> |
| 217 <textbox id="email" persist="value" flex="1" maxlength="200" oninput="update
Email();"/> |
| 218 </hbox> |
| 219 <checkbox id="anonymousCheckbox" label="&anonymous.label;" accesskey="&anonymo
us.accesskey;" oncommand="updateAnonymity(this.checked);"/> |
| 220 <description id="anonymityWarning" visible="false">&anonymity.warning;</descri
ption> |
215 | 221 |
| 222 <description class="topLabel">&commentPage.description;</description> |
216 <label class="topLabel" control="comment" value="&comment.label;" accesskey="&
comment.accesskey;"/> | 223 <label class="topLabel" control="comment" value="&comment.label;" accesskey="&
comment.accesskey;"/> |
217 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> | 224 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> |
218 <hbox align="baseline"> | |
219 <label control="email" value="&email.label;" accesskey="&email.accesskey;"/> | |
220 <textbox id="email" flex="1" maxlength="200" oninput="updateEmail();"/> | |
221 </hbox> | |
222 <description id="commentLengthWarning" visible="false">&comment.lengthWarning;
</description> | 225 <description id="commentLengthWarning" visible="false">&comment.lengthWarning;
</description> |
223 | 226 |
224 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" accesskey="
&attachExtensions.accesskey;" oncommand="updateExtensions(this.checked);"/> | 227 <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" accesskey="
&attachExtensions.accesskey;" oncommand="updateExtensions(this.checked);"/> |
225 | 228 |
226 <deck id="dataDeck" selectedIndex="0" flex="2"> | 229 <deck id="dataDeck" selectedIndex="0" flex="2"> |
227 <vbox pack="start"> | 230 <vbox pack="start"> |
228 <label class="text-link" value="&showData.label;" onclick="showDataField()
;"/> | 231 <label class="text-link" value="&showData.label;" onclick="showDataField()
;"/> |
229 </vbox> | 232 </vbox> |
230 <vbox> | 233 <vbox> |
231 <label control="data" value="&data.label;" accesskey="&data.accesskey;"/> | 234 <label control="data" value="&data.label;" accesskey="&data.accesskey;"/> |
(...skipping 16 matching lines...) Expand all Loading... |
248 | 251 |
249 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink
Click(event);" | 252 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink
Click(event);" |
250 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send
Page.knownIssue;"/> | 253 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send
Page.knownIssue;"/> |
251 | 254 |
252 <hbox id="copyLinkBox" pack="end" hidden="true"> | 255 <hbox id="copyLinkBox" pack="end" hidden="true"> |
253 <button id="copyLink" disabled="true" label="©Link.label;" accesskey="&c
opyLink.accesskey;" oncommand="copyLink(this.getAttribute('url'));"/> | 256 <button id="copyLink" disabled="true" label="©Link.label;" accesskey="&c
opyLink.accesskey;" oncommand="copyLink(this.getAttribute('url'));"/> |
254 </hbox> | 257 </hbox> |
255 </wizardpage> | 258 </wizardpage> |
256 | 259 |
257 </wizard> | 260 </wizard> |
OLD | NEW |