~ubuntu-branches/debian/stretch/downthemall/stretch

« back to all changes in this revision

Viewing changes to chrome/chrome.jar!/content/about/index.xml

  • Committer: Package Import Robot
  • Author(s): Michael Meskes
  • Date: 2016-09-21 13:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20160921133355-ylst3mzzo82mghyw
Tags: upstream-3.0.6
Import upstream version 3.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE html [
3
 
        <!ENTITY % landingpageDTD SYSTEM "chrome://dta/locale/landingpage.dtd">
4
 
        %landingpageDTD;
5
 
        
6
 
        <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7
 
        %htmlDTD;       
8
 
]>
9
 
<html xmlns="http://www.w3.org/1999/xhtml" localedir="&lp.localedir;">
10
 
        <head>
11
 
                <title>&lp.title;
12
 
                </title>
13
 
        </head>
14
 
        <style type="text/css">
15
 
                html {
16
 
                max-width: 60em;
17
 
                padding: 2ex;
18
 
                }
19
 
                .alwaysleft {
20
 
                direction: ltr !important;
21
 
                background: lightgray;
22
 
                }
23
 
                .localizable {
24
 
                border: 2px dashed red;
25
 
                padding: 2ex;
26
 
                }
27
 
                html[localedir="rtl"] .localizable {
28
 
                direction: rtl;
29
 
                }
30
 
                html[localedir="rtl"] .alwaysleft {
31
 
                background: lightgray;
32
 
                }
33
 
                .player {
34
 
                width: 300px;
35
 
                height: 200px;
36
 
                color: green;
37
 
                border: 1px solid green;
38
 
                padding: 50px;
39
 
                margin-left: auto;
40
 
                margin-right: auto;
41
 
                text-align:center;
42
 
                }
43
 
 
44
 
                .info {
45
 
                font-size: large;
46
 
                }
47
 
                .remark {
48
 
                font-size: small;
49
 
                text-align: right;
50
 
                }
51
 
                .note {
52
 
                font-size: small;
53
 
                color: darkgray;
54
 
                }
55
 
                *[localedir="rtl"] .remark {
56
 
                text-align: left;
57
 
                }
58
 
</style>
59
 
 
60
 
 
61
 
        <body>
62
 
                <h1>Welcome Localizer</h1>
63
 
                <p>
64
 
                        First of all:
65
 
                        <strong>Many thanks for your past and future contributions. Without those DownThemAll! wouldn't be such a successful addons and far less usable to a lot of people.</strong>
66
 
                </p>
67
 
                <p>This is the new "landing page" designed to give babelzilla.org localizers a way to translate things that are not directly part of dTa, or at least not directly accessible from the normal user interface.</p>
68
 
                <h2>Usage</h2>
69
 
                <p>This page will let you translate the various bits for addons.mozilla.org and the new "landing page".</p>
70
 
                <p>Texts will be taken from <code>landingpage.dtd</code>.</p>
71
 
                <p>A translatable block looks like this:</p>
72
 
                <p class="localizable">Translate me
73
 
                        <div class="alwaysleft">Always left (for right-to-left locales)</div>
74
 
                </p>
75
 
                <p>
76
 
                        <em>Important</em>: If you change anything on this page after we release the next major version to the public then drop us a note in babelzilla about that.
77
 
                        Else we might miss to update those changes, as they won't be automatically packed into the extension.
78
 
                </p>
79
 
                <h2>General hints</h2>
80
 
                <ul>
81
 
                        <li>We intent not to change any string within the 2.0 series. This already worked pretty well for the 1.1 time series. That is: there shouldn't be any changes in the point releases (e.g. 2.0.1, 2.0.10).</li>
82
 
                        <li>We tried to carry over as much of the 1.1 translations as possible. We, however, deleted any updated or removed strings, so you don't have to care about those. Therefore it is strongly recommend to use the strings contained within this XPI, if you're not using the WTS.</li>
83
 
                        <li>Please stick to the correct "spelling" of DownThemAll!<ul>
84
 
                                <li>It is <strong>DownThemAll!</strong> not <del>DOWNTHEMALL!</del> or <del>downTHEMall!</del></li>
85
 
                                <li>It is <strong>dTa</strong> not <del>DTA</del> or <del>dta</del></li>
86
 
                        </ul></li>
87
 
                        <li>DownThemAll! Manager will by default now use the "Icons" mode in the toolbar. Please make sure to check the texts as well, by right-clicking the toolbar and selecting text and icons.</li>
88
 
                        <li>Please adjust the preference window width (and maybe height). See <code>prefpanes.dtd:winstyle</code>. There is currently no way to autofit-resize the window automatically, so please choose decent values to avoid cutting-off parts of the window contents.</li>
89
 
                        <li>An often missed feature is Metalink support. Please make sure to test that dialog and your translations as well. Please check out some of the <a href="http://metalinker.org/samples.html#3examples">example metalinks</a>.</li>
90
 
                </ul>
91
 
 
92
 
                <h1>addons.mozilla.org localizations</h1>
93
 
                <p>Various texts for addons.mozilla.org</p>
94
 
                <h2>Summary</h2>
95
 
                <p class="localizable">&amo.summary;</p>
96
 
 
97
 
                <h2>Description</h2>
98
 
                <div class="localizable">
99
 
                        <p>&amo.description.intro;</p>
100
 
                        <p>&amo.description.feat;</p>
101
 
                        <p>&amo.description.free;</p>
102
 
                        <p>&amo.description.more;</p>
103
 
                </div>
104
 
 
105
 
 
106
 
                <h1>Landing page</h1>
107
 
                <p>
108
 
                        The new landing page will be shown after initial installation and whenever a user upgrades a major release (e.g. 1.1 -> 2.0, but not 2.0.1 -> 2.0.2)
109
 
                        <br />
110
 
                        The landing page consists of a header and some "tabs". The header is always visible, while only one tab is visible at a time.
111
 
                </p>
112
 
                <p>
113
 
                        The real page is always accessible at
114
 
                        <a href="http://code.downthemall.net/about/2.0b2/">http://code.downthemall.net/about/2.0b2/</a>, but will later be displayed via about:downthemall.
115
 
                        <br />
116
 
                        We will try to regenerate the page on the server once you mark your localization either "testing" or "released" in the pre-release (beta) phase.
117
 
                </p>
118
 
                <p>This version of the landing page elements will not be fully themed. Browse the about URL to get an idea what the final result will look like.</p>
119
 
 
120
 
                <h2>Header</h2>
121
 
                <p>Displayed on top.</p>
122
 
                <div id="welcome" class="localizable">
123
 
                        <h1>&lp.welcome;
124
 
                        </h1>
125
 
                        <p class="info">&lp.info;
126
 
                        </p>
127
 
                        <p class="remark">&lp.moreinfo;
128
 
                        </p>
129
 
                        <p class="donate remark">&lp.donate;</p>
130
 
                </div>
131
 
                <h2>Tab headlines</h2>
132
 
                <p>The site will feature various "tabs". The following are the headlines for each tab.</p>
133
 
                <div id="pager">
134
 
                        <div class="pager pager-with-tabs pager-no-history localizable">
135
 
                                <ul class="pager-tabs">
136
 
                                        <li class="first">
137
 
                                                <a href="#tutorial">&lp.gettingstarted;
138
 
                                                </a>
139
 
                                        </li>
140
 
                                        <li>
141
 
                                                <a href="#toolbar">&lp.toolbar;
142
 
                                                </a>
143
 
                                        </li>
144
 
                                        <li>
145
 
                                                <a href="#privacy">&lp.privacy;
146
 
                                                </a>
147
 
                                        </li>
148
 
                                        <li>
149
 
                                                <a href="#license">&lp.yourrights;
150
 
                                                </a>
151
 
                                        </li>
152
 
                                        <li class="last">
153
 
                                                <a href="#contact">&lp.contact;
154
 
                                                </a>
155
 
                                        </li>
156
 
                                </ul>
157
 
                        </div>
158
 
                </div>
159
 
                <div id="content">
160
 
                        <h2>Welcome page/tutorial</h2>
161
 
                        <div id="tutorial" class="localizable">
162
 
                                <h2>&lp.tut.firsttitle;
163
 
                                </h2>
164
 
                                <div class="player" href="first-download">Video: First download</div>
165
 
                                <p>&lp.tut.fd1;
166
 
                                </p>
167
 
 
168
 
                                <h2>&lp.tut.selecttitle;
169
 
                                </h2>
170
 
                                <div class="player" href="select-window">Video: Selection window</div>
171
 
                                <p>&lp.tut.selintro;</p>
172
 
                                <p>&lp.tut.seloptions;</p>
173
 
                                <ul>
174
 
                                        <li>&lp.tut.selopthand;</li>
175
 
                                        <li>&lp.tut.seloptfilters;</li>
176
 
                                        <li>&lp.tut.seloptfast;</li>
177
 
                                </ul>
178
 
                                <p>&lp.tut.seltypes;</p>
179
 
                                <ol>
180
 
                                        <li>&lp.tut.seltypelinks;</li>
181
 
                                        <li>&lp.tut.seltypepics;</li>
182
 
                                </ol>
183
 
                                <p class="note">&lp.tut.selgalleries;</p>
184
 
                                <p>&lp.tut.seldone;</p>
185
 
 
186
 
                                <h2>&lp.tut.oneclicktitle;
187
 
                                </h2>
188
 
                                <p>&lp.tut.oneclick1;
189
 
                                </p>
190
 
                                <p>&lp.tut.oneclick2;
191
 
                                </p>
192
 
                                <p class="note">&lp.pleasenote; &lp.tut.oneclickn;
193
 
                                </p>
194
 
 
195
 
 
196
 
                                <h2>&lp.tut.batchestitle;
197
 
                                </h2>
198
 
                                <div class="player" href="batches">Video: batch downloads</div>
199
 
                                <p>&lp.tut.batches1;
200
 
                                </p>
201
 
                                <p>&lp.tut.batches2;
202
 
                                </p>
203
 
                                <p>&lp.tut.batches3;
204
 
                                </p>
205
 
                        </div>
206
 
                        <h2>Toolbar/tutorial</h2>
207
 
                        <div id="toolbar" class="localizable">
208
 
                                <p>&lp.tb.intro;
209
 
                                </p>
210
 
                                <h2>&lp.tb.add.title;</h2>
211
 
                                <div class="player" href="toolbar-add">Video: Add toolbar items</div>
212
 
                                <p>&lp.tb.add.p1;</p>
213
 
                                <ul id="tbitems">
214
 
                                        <li id="tbdta"><span>&lp.tb.add.dta;</span><br/>&lp.tb.add.dtadesc;</li>
215
 
                                        <li id="tbtdta"><span>&lp.tb.add.tdta;</span><br/>&lp.tb.add.tdtadesc;</li>
216
 
                                        <li id="tbmanager"><span>&lp.tb.add.manager;</span><br/>&lp.tb.add.managerdesc;</li>
217
 
                                        <li id="tbselector"><span>&lp.tb.add.selector;</span><br/>&lp.tb.add.selectordesc;</li>
218
 
                                </ul>
219
 
                                <p>&lp.tb.add.p2;</p>
220
 
 
221
 
                                <h3>&lp.tb.dnd.title;</h3>
222
 
                                <div class="player" href="dnd">Video: Drag'n'Drop</div>
223
 
                                <p>&lp.tb.dnd.p1;<br/>&lp.tb.dnd.p2;</p>
224
 
                                <p>&lp.tb.dnd.p3;</p>
225
 
 
226
 
                                <h3>&lp.tb.selector.title;</h3>
227
 
                                <div class="player" href="selector">Video: Selector</div>
228
 
                                <p>&lp.tb.selector.p1;</p>
229
 
                                <p>&lp.tb.selector.p2;</p>
230
 
                        </div>
231
 
                        <h2>Privacy information</h2>
232
 
                        <div id="privacy" class="localizable">
233
 
                                <h2>&lp.pr.title;</h2>
234
 
                                <p>&lp.pr.intro;</p>
235
 
                                <p>&lp.pr.settings;</p>
236
 
                                <p>&lp.pr.pbm;</p>
237
 
                                <p>&lp.pr.diag;</p>
238
 
                                <p>&lp.pr.link;</p>
239
 
                        </div>
240
 
                        <h2>License/Your rights</h2>
241
 
                        <div id="license" class="localizable">
242
 
                                <h2>&lp.yr.usagetitle;
243
 
                                </h2>
244
 
                                <p>&lp.yr.usage;
245
 
                                </p>
246
 
                                <ul id="rightsexplained">
247
 
                                        <li id="mayuse">&lp.yr.usageuse;
248
 
                                        </li>
249
 
                                        <li id="maymodify">&lp.yr.usagemod;
250
 
                                        </li>
251
 
                                        <li id="mayshare">&lp.yr.usagedist;
252
 
                                        </li>
253
 
                                </ul>
254
 
                                <p id="morelicense">&lp.yr.usagemore;
255
 
                                </p>
256
 
 
257
 
                                <h2>&lp.yr.licensetitle;
258
 
                                </h2>
259
 
 
260
 
                                <p class="alwaysleft aligntolocale">
261
 
                                        Copyright © 2004-2007 Federico Parodi and Stefano Verna
262
 
                                        <br />
263
 
                                        Copyright © 2007-2010 Nils Maier, Federico Parodi and Stefano Verna
264
 
                                </p>
265
 
 
266
 
                                <p>&lp.yr.licensed;
267
 
                                </p>
268
 
 
269
 
                                <p>&lp.yr.morelicense;
270
 
                                </p>
271
 
 
272
 
                                <p>&lp.yr.gplintro;
273
 
                                </p>
274
 
 
275
 
                                <h3 class="alwaysleft">NO WARRANTY</h3>
276
 
                                <p class="alwaysleft">11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
277
 
                                        FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
278
 
                                        OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
279
 
                                        PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
280
 
                                        OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
281
 
                                        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
282
 
                                        TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
283
 
                                        PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
284
 
                                        REPAIR OR CORRECTION.</p>
285
 
 
286
 
                                <p class="alwaysleft">12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
287
 
                                        WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
288
 
                                        REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
289
 
                                        INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
290
 
                                        OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
291
 
                                        TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
292
 
                                        YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
293
 
                                        PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
294
 
                                        POSSIBILITY OF SUCH DAMAGES.</p>
295
 
 
296
 
                                <h3>&lp.yr.icons;
297
 
                                </h3>
298
 
                                <p>&lp.yr.iconsbased;
299
 
                                </p>
300
 
                                <ul class="alwaysleft aligntolocale">
301
 
                                        <li>© Michael Matas,</li>
302
 
                                        <li>© Jakub Steiner, © Novell, Inc.</li>
303
 
                                        <li>© Mark James (famfamfam silk icons)</li>
304
 
                                        <li>Tango Project - public domain</li>
305
 
                                </ul>
306
 
 
307
 
                                <p>&lp.yr.artwork;
308
 
                                        <br />
309
 
                &lp.yr.artworklicense;
310
 
                                </p>
311
 
                                <ul class="cc alwaysleft aligntolocale">
312
 
                                        <li>
313
 
                                                <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported</a>
314
 
                                        </li>
315
 
                                </ul>
316
 
 
317
 
                                <p>&lp.yr.logo;
318
 
                                        <br />
319
 
                &lp.yr.logopermissions;
320
 
                                </p>
321
 
 
322
 
                                <h3>&lp.languagetitle;
323
 
                                </h3>
324
 
                                <p>
325
 
                                        <strong>&language; &lp.translation.by;
326
 
                                        </strong> &transAutor;
327
 
                                </p>
328
 
                        </div>
329
 
                        <h2>&lp.ct.contactstitle;</h2>
330
 
                        <div id="contacts" class="localizable">
331
 
                                <h2>&lp.ct.bugstitle;
332
 
                                </h2>
333
 
                                <p>&lp.ct.bugs;
334
 
                                </p>
335
 
 
336
 
                                <h2>&lp.ct.contactstitle;
337
 
                                </h2>
338
 
                                <p>&lp.ct.contactsfeed;
339
 
                                </p>
340
 
                                <p>&lp.ct.contacts;
341
 
                                </p>
342
 
                        </div>
343
 
                </div>
344
 
        </body>
345
 
</html>