Merge lp:~bdrung/firefox-extensions/new-upstream-release-1.1.1 into lp:~ubuntu-dev/firefox-extensions/adblock-plus.ubuntu

Proposed by Benjamin Drung
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bdrung/firefox-extensions/new-upstream-release-1.1.1
Merge into: lp:~ubuntu-dev/firefox-extensions/adblock-plus.ubuntu
Diff against target: None lines
To merge this branch: bzr merge lp:~bdrung/firefox-extensions/new-upstream-release-1.1.1
Reviewer Review Type Date Requested Status
Alexander Sack (community) Approve
Review via email: mp+10049@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) wrote :

New upstream release (1.1.1).

Revision history for this message
Alexander Sack (asac) wrote :

uploaded and merged ... had to retag so we might want to do a release commit on topic branches next time. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzr-builddeb/default.conf'
2--- .bzr-builddeb/default.conf 2009-07-25 22:22:20 +0000
3+++ .bzr-builddeb/default.conf 2009-08-12 17:40:22 +0000
4@@ -1,4 +1,4 @@
5 [BUILDDEB]
6 merge = True
7-export-upstream-revision = revid:bdrung@ubuntu.com-20090725185941-6iht196erdm4n4rh
8+export-upstream-revision = revid:bdrung@ubuntu.com-20090812172440-m1gw08ycoug7eqsi
9 export-upstream = .
10
11=== modified file 'chrome.manifest'
12--- chrome.manifest 2009-07-25 19:31:00 +0000
13+++ chrome.manifest 2009-08-12 17:31:15 +0000
14@@ -10,3 +10,6 @@
15 style chrome://adblockplus/content/ui/seamonkeyOverlay.xul chrome://adblockplus/skin/seaMonkeyHack.css application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
16 style chrome://adblockplus/content/ui/mailOverlay.xul chrome://adblockplus/skin/seaMonkeyHack.css application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
17 locale adblockplus {{LOCALE}} jar:chrome/adblockplus.jar!/locale/{{LOCALE}}/
18+
19+# Hack to prevent .Net Framework Assistant from messing up the browser
20+override chrome://dotnetassistant/content/bootstrap.xul data:text/xml,<nada/>
21
22=== modified file 'chrome/content/filterListener.js'
23--- chrome/content/filterListener.js 2009-07-25 18:59:41 +0000
24+++ chrome/content/filterListener.js 2009-08-12 17:24:40 +0000
25@@ -191,6 +191,4 @@
26 }
27 }
28 };
29-
30-filterListener.init();
31 abp.filterListener = filterListener;
32
33=== modified file 'chrome/content/mochitest/tests/test_filterListener.html'
34--- chrome/content/mochitest/tests/test_filterListener.html 2009-01-06 00:31:15 +0000
35+++ chrome/content/mochitest/tests/test_filterListener.html 2009-08-12 17:24:40 +0000
36@@ -27,6 +27,8 @@
37 enabled: true
38 };
39
40+ filterListener.init();
41+
42 filterStorage.addSubscription(Subscription.fromURL("~fl~"));
43 filterStorage.addSubscription(Subscription.fromURL("~wl~"));
44 filterStorage.addSubscription(Subscription.fromURL("~il~"));
45
46=== modified file 'chrome/content/mochitest/tests/test_synchronizer.html'
47--- chrome/content/mochitest/tests/test_synchronizer.html 2009-07-25 18:59:41 +0000
48+++ chrome/content/mochitest/tests/test_synchronizer.html 2009-08-12 17:24:40 +0000
49@@ -14,7 +14,16 @@
50 <script type="application/x-javascript;version=1.7" src="chrome://adblockplus/content/filterClasses.js"></script>
51 <script type="application/x-javascript;version=1.7" src="chrome://adblockplus/content/subscriptionClasses.js"></script>
52 <script type="application/x-javascript;version=1.7" src="chrome://adblockplus/content/filterStorage.js"></script>
53-
54+ <script type="application/x-javascript;version=1.7" src="chrome://adblockplus/content/synchronizer.js"></script>
55+
56+</head>
57+<body>
58+ <p id="display"></p>
59+ <div id="content" style="display: none">
60+
61+ </div>
62+
63+ <pre id="test">
64 <script type="application/x-javascript;version=1.7">
65 let currentTime = 20000 * 24 * 60 * 60 * 1000;
66 let startTime = 0;
67@@ -83,19 +92,10 @@
68 subscriptions_fallbackerrors: 7,
69 subscriptions_fallbackurl: "http://localhost:1234/fallback?%s"
70 };
71- </script>
72-
73- <script type="application/x-javascript;version=1.7" src="chrome://adblockplus/content/synchronizer.js"></script>
74-</head>
75-<body>
76- <p id="display"></p>
77- <div id="content" style="display: none">
78-
79- </div>
80-
81- <pre id="test">
82- <script type="application/x-javascript;version=1.7">
83+
84 {
85+ synchronizer.init();
86+
87 let timer = {__proto__: synchronizer.timer};
88 let callback = timer.callback;
89 timer.handler = function() { callback.notify(timer); };
90
91=== modified file 'chrome/content/objtabs.css'
92--- chrome/content/objtabs.css 2009-07-25 19:31:00 +0000
93+++ chrome/content/objtabs.css 2009-08-12 17:31:15 +0000
94@@ -89,3 +89,8 @@
95 /* Images still load even if invisible, unlikely to change */
96 display: none !important;
97 }
98+
99+.%%COLLAPSED%%
100+{
101+ -moz-binding: url(chrome://global/content/bindings/general.xml#asdfzxcv) !important;
102+}
103
104=== modified file 'chrome/content/policy.js'
105--- chrome/content/policy.js 2009-07-25 19:31:00 +0000
106+++ chrome/content/policy.js 2009-08-12 17:31:15 +0000
107@@ -76,6 +76,11 @@
108 * @type String
109 */
110 objtabMarker: null,
111+ /**
112+ * Randomly generated class for collapsed nodes.
113+ * @type String
114+ */
115+ collapsedClass: null,
116
117 init: function() {
118 var types = ["OTHER", "SCRIPT", "IMAGE", "STYLESHEET", "OBJECT", "SUBDOCUMENT", "DOCUMENT", "XBL", "PING", "XMLHTTPREQUEST", "OBJECT_SUBREQUEST", "DTD", "FONT", "MEDIA"];
119@@ -115,11 +120,13 @@
120 // Generate identifiers for object tabs
121 this.objtabClass = "";
122 this.objtabOnTopClass = "";
123+ this.collapsedClass = "";
124 this.objtabMarker = "abpObjTab"
125 for (let i = 0; i < 20; i++)
126 {
127 this.objtabClass += String.fromCharCode("a".charCodeAt(0) + Math.random() * 26);
128 this.objtabOnTopClass += String.fromCharCode("a".charCodeAt(0) + Math.random() * 26);
129+ this.collapsedClass += String.fromCharCode("a".charCodeAt(0) + Math.random() * 26);
130 this.objtabMarker += String.fromCharCode("a".charCodeAt(0) + Math.random() * 26);
131 }
132
133@@ -246,7 +253,6 @@
134 let nodes = this._scheduledNodes;
135 this._scheduledNodes = null;
136
137- let oldStyles = [];
138 for each (let node in nodes)
139 {
140 // adjust frameset's cols/rows for frames
141@@ -269,21 +275,7 @@
142 }
143 }
144 else
145- {
146- oldStyles.push([node, node.getAttribute("style")]);
147- node.style.MozBinding = "url(chrome://global/content/bindings/general.xml#asdfzxcv)";
148- }
149- }
150-
151- for each (let [node, oldStyle] in oldStyles)
152- node.offsetLeft; // Force reflow
153-
154- for each (let [node, oldStyle] in oldStyles)
155- {
156- if (oldStyle == null)
157- node.removeAttribute("style")
158- else
159- node.setAttribute("style", oldStyle);
160+ node.className += " " + this.collapsedClass;
161 }
162 },
163
164@@ -383,8 +375,13 @@
165 }
166 catch (e)
167 {
168- // EffectiveTLDService throws on IP addresses
169- return location.host != docDomain;
170+ // EffectiveTLDService throws on IP addresses, just compare the host name
171+ let host = "";
172+ try
173+ {
174+ host = location.host;
175+ } catch (e) {}
176+ return host != docDomain;
177 }
178 },
179
180@@ -435,7 +432,7 @@
181 onStartRequest: function() {},
182 onStopRequest: function()
183 {
184- let data = this.data.replace(/%%CLASSNAME%%/g, policy.objtabClass).replace(/%%ONTOP%%/g, policy.objtabOnTopClass);
185+ let data = this.data.replace(/%%CLASSNAME%%/g, policy.objtabClass).replace(/%%ONTOP%%/g, policy.objtabOnTopClass).replace(/%%COLLAPSED%%/g, policy.collapsedClass);
186 let objtabsCSS = makeURL("data:text/css," + encodeURIComponent(data));
187 Cc["@mozilla.org/content/style-sheet-service;1"].getService(Ci.nsIStyleSheetService)
188 .loadAndRegisterSheet(objtabsCSS, styleService.USER_SHEET);
189
190=== modified file 'chrome/content/prefs.js'
191--- chrome/content/prefs.js 2009-07-25 19:31:00 +0000
192+++ chrome/content/prefs.js 2009-08-12 17:31:15 +0000
193@@ -97,6 +97,9 @@
194 this.currentVersion = abp.getInstalledVersion();
195 this.save();
196 }
197+
198+ // Add observers for pref changes
199+ prefs.addObservers();
200 },
201
202 // Loads a pref and stores it as a property of the object
203@@ -121,8 +124,8 @@
204 // Reloads the preferences
205 reload: function() {
206 // Load data from prefs.js
207- for each (var pref in this.prefList)
208- this.loadPref(pref);
209+ for (let i = 0; i < this.prefList.length; i++)
210+ this.loadPref(this.prefList[i]);
211
212 elemhide.apply();
213
214@@ -135,8 +138,8 @@
215 save: function() {
216 this.disableObserver = true;
217
218- for each (var pref in this.prefList)
219- this.savePref(pref);
220+ for (let i = 0; i < this.prefList.length; i++)
221+ this.savePref(this.prefList[i]);
222
223 this.disableObserver = false;
224
225@@ -176,5 +179,4 @@
226 QueryInterface: XPCOMUtils.generateQI([Ci.nsISupportsWeakReference, Ci.nsIObserver])
227 };
228
229-prefs.addObservers();
230 abp.prefs = prefs;
231
232=== modified file 'chrome/content/requests.js'
233--- chrome/content/requests.js 2009-07-25 18:59:41 +0000
234+++ chrome/content/requests.js 2009-08-12 17:24:40 +0000
235@@ -30,6 +30,8 @@
236 const dataSeed = Math.random(); // Make sure our properties have randomized names
237 const docDataProp = "abpDocData" + dataSeed;
238 const nodeDataProp = "abpNodeData" + dataSeed;
239+const nodeIndexProp = "abpNodeIndex" + dataSeed;
240+var nodeIndex = 0;
241
242 function RequestList(wnd) {
243 this.entries = {__proto__: null};
244@@ -56,6 +58,11 @@
245 * @type Integer
246 */
247 _compactCounter: 0,
248+ /**
249+ * Time in milliseconds of the last list cleanup, makes sure cleanup isn't triggered too often.
250+ * @type Integer
251+ */
252+ _lastCompact: 0,
253
254 /**
255 * Attaches this request list to a window.
256@@ -141,7 +148,8 @@
257 if (isNew)
258 this.topList.notifyListeners("add", this.entries[key]);
259
260- if (isNew && ++this._compactCounter >= 20)
261+ // Compact the list of entries after 100 additions but at most once every 5 seconds
262+ if (isNew && ++this._compactCounter >= 100 && Date.now() - this._lastCompact > 5000)
263 this.getAllLocations();
264
265 return entry;
266@@ -171,9 +179,16 @@
267
268 getAllLocations: function(results, hadOutdated)
269 {
270- this._compactCounter = 0;
271-
272 let now = Date.now();
273+
274+ // Accessing wnd.frames will flush outstanding content policy requests in Gecko 1.9.0/1.9.1.
275+ // Access it now to make sure we return the correct result even if more nodes are added here.
276+ let wnd = getReferencee(this.window);
277+ let frames = wnd.frames;
278+
279+ this._compactCounter = 0;
280+ this._lastCompact = now;
281+
282 if (typeof results == "undefined")
283 results = [];
284
285@@ -198,11 +213,10 @@
286 }
287 }
288
289- let wnd = getReferencee(this.window);
290- let numFrames = (wnd ? wnd.frames.length : -1);
291+ let numFrames = (wnd ? frames.length : -1);
292 for (let i = 0; i < numFrames; i++)
293 {
294- let frameData = RequestList.getDataForWindow(wnd.frames[i], true);
295+ let frameData = RequestList.getDataForWindow(frames[i], true);
296 if (frameData && !frameData.detached)
297 frameData.getAllLocations(results, hadOutdated);
298 }
299@@ -296,6 +310,7 @@
300 function RequestEntry(key, contentType, docDomain, thirdParty, location)
301 {
302 this._nodes = [];
303+ this._indexes = [];
304 this.key = key;
305 this.type = contentType;
306 this.docDomain = docDomain;
307@@ -310,6 +325,11 @@
308 */
309 _nodes: null,
310 /**
311+ * Nodes indexes corresponding with the nodes - used to recognize outdated entries.
312+ * @type Array of Integer
313+ */
314+ _indexes: null,
315+ /**
316 * Will be set to true if the entry is associated with other nodes besides the
317 * ones listed in the nodes property - used if obtaining a weak reference to
318 * some nodes isn't possible.
319@@ -322,6 +342,11 @@
320 */
321 _compactCounter: 0,
322 /**
323+ * Time in milliseconds of the last list cleanup, makes sure cleanup isn't triggered too often.
324+ * @type Integer
325+ */
326+ _lastCompact: 0,
327+ /**
328 * Time out last node addition or compact operation (used to find outdated entries).
329 * @type Integer
330 */
331@@ -363,37 +388,26 @@
332 get nodes()
333 {
334 this._compactCounter = 0;
335- this.lastUpdate = Date.now();
336+ this.lastUpdate = this._lastCompact = Date.now();
337
338 let result = [];
339 for (let i = 0; i < this._nodes.length; i++)
340 {
341 let node = getReferencee(this._nodes[i]);
342- if (node)
343+
344+ // Remove node if associated with a different weak reference - this node was added to a different list already
345+ if (node && node.getUserData(nodeIndexProp) == this._indexes[i])
346 result.push(node);
347 else
348- this._nodes.splice(i--, 1);
349+ {
350+ this._nodes.splice(i, 1);
351+ this._indexes.splice(i, 1);
352+ i--;
353+ }
354 }
355 return result;
356 },
357 /**
358- * Document elements associated with this entry
359- * @type Iterator of Element
360- */
361- get nodesIterator()
362- {
363- this._compactCounter = 0;
364-
365- for (let i = 0; i < this._nodes.length; i++)
366- {
367- let node = getReferencee(this._nodes[i]);
368- if (node)
369- yield node;
370- else
371- this._nodes.splice(i--, 1);
372- }
373- },
374- /**
375 * String representation of the content type, e.g. "subdocument"
376 * @type String
377 */
378@@ -409,17 +423,8 @@
379 */
380 addNode: function(/**Node*/ node)
381 {
382- // If we had this node already - remove it from its old data entry first
383- let oldEntry = RequestList.getDataForNode(node, true);
384- if (oldEntry)
385- {
386- oldEntry = oldEntry[1];
387- let index = oldEntry.nodes.indexOf(node);
388- if (index >= 0)
389- oldEntry._nodes.splice(index, 1);
390- }
391-
392- if (++this._compactCounter >= 20) // Compact the list of nodes after 20 additions
393+ // Compact the list of nodes after 100 additions but at most once every 5 seconds
394+ if (++this._compactCounter >= 100 && Date.now() - this._lastCompact > 5000)
395 this.nodes;
396 else
397 this.lastUpdate = Date.now();
398@@ -428,7 +433,13 @@
399
400 let weakRef = getWeakReference(node);
401 if (weakRef)
402+ {
403 this._nodes.push(weakRef);
404+
405+ ++nodeIndex;
406+ node.setUserData(nodeIndexProp, nodeIndex, null);
407+ this._indexes.push(nodeIndex);
408+ }
409 else
410 this.hasAdditionalNodes = true;
411 },
412@@ -441,6 +452,7 @@
413 {
414 let result = this.nodes;
415 this._nodes = [];
416+ this._indexes = [];
417 return result;
418 }
419 };
420
421=== modified file 'chrome/content/synchronizer.js'
422--- chrome/content/synchronizer.js 2009-07-25 19:31:00 +0000
423+++ chrome/content/synchronizer.js 2009-08-12 17:31:15 +0000
424@@ -365,6 +365,4 @@
425 }
426 }
427 };
428-
429-synchronizer.init();
430 abp.synchronizer = synchronizer;
431
432=== modified file 'chrome/content/ui/about.xul'
433--- chrome/content/ui/about.xul 2009-07-25 18:59:41 +0000
434+++ chrome/content/ui/about.xul 2009-08-12 17:24:40 +0000
435@@ -78,6 +78,7 @@
436 <description value="edo248 - Armenian translation"/>
437 <description value="Finn Sørensen - Danish translation"/>
438 <description value="Gárdonyi László - Hungarian translation"/>
439+ <description value="Gythialy - &quot;ChinaList&quot; filter subscription"/>
440 <description value="Hatul - Hebrew translation"/>
441 <description value="Hrvoje Majer - Croatian translation"/>
442 <description value="Humberto Sartini - Brazilian Portuguese translation of the Element Hiding Helper extension"/>
443@@ -130,6 +131,7 @@
444 <description value="Toni Barrera - Catalan translation"/>
445 <description value="Tony Nguyen - Vietnamese translation"/>
446 <description value="ultravioletu - Romanian translation"/>
447+ <description value="Wang Congming - &quot;ChinaList&quot; filter subscription"/>
448 <description value="Владо Дакић - Serbian translation of the Element Hiding Helper extension"/>
449 <description value="znaya - Portuguese translation"/>
450 <spacer height="5"/>
451
452=== modified file 'chrome/content/ui/settings.js'
453--- chrome/content/ui/settings.js 2009-07-25 18:59:41 +0000
454+++ chrome/content/ui/settings.js 2009-08-12 17:24:40 +0000
455@@ -1714,6 +1714,8 @@
456 let newIndex = (subscription.filters == subscription._sortedFilters || newSortedIndex >= subscription._sortedFilters.length ? newSortedIndex : subscription.filters.indexOf(subscription._sortedFilters[newSortedIndex]));
457 if (oldIndex < 0 || newIndex < 0)
458 return;
459+ if (oldSubscription == subscription && (newIndex == oldIndex || newIndex == oldIndex + 1))
460+ return;
461
462 {
463 if (!oldSubscription.hasOwnProperty("filters"))
464@@ -1779,6 +1781,8 @@
465
466 treeView.selectRow(newRow);
467 }
468+
469+ onChange();
470 },
471
472 getCellValue: function() {return null},
473
474=== modified file 'chrome/content/ui/sidebar.js'
475--- chrome/content/ui/sidebar.js 2009-07-25 18:59:41 +0000
476+++ chrome/content/ui/sidebar.js 2009-08-12 17:24:40 +0000
477@@ -609,7 +609,7 @@
478 if (item.filter && !item.filter.disabled && item.filter instanceof abp.BlockingFilter)
479 return null;
480
481- for each (let node in item.nodesIterator)
482+ for each (let node in item.nodes)
483 {
484 if (node instanceof HTMLImageElement && (node.naturalWidth || node.naturalHeight))
485 return [node.naturalWidth, node.naturalHeight];
486
487=== modified file 'chrome/content/ui/subscriptions.xml'
488--- chrome/content/ui/subscriptions.xml 2009-07-25 18:59:41 +0000
489+++ chrome/content/ui/subscriptions.xml 2009-08-12 17:24:40 +0000
490@@ -10,6 +10,9 @@
491 <subscription title="Liste FR (France) + EasyList"
492 url="https://easylist.adblockplus.org/liste_fr+easylist.txt"
493 homepage="http://forums.lanik.us/viewforum.php?f=91"/>
494+ <subscription title="ChinaList (中国)"
495+ url="http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt"
496+ homepage="http://code.google.com/p/adblock-chinalist/"/>
497 <subscription title="Filter von Dr.Evil (Deutschland)"
498 url="http://maltekraus.de/Firefox/adblock.txt"
499 homepage="http://www.camp-firefox.de/forum/viewtopic.php?t=58194"/>
500
501=== modified file 'chrome/locale/ar/settings.dtd'
502--- chrome/locale/ar/settings.dtd 2009-07-25 19:31:00 +0000
503+++ chrome/locale/ar/settings.dtd 2009-08-12 17:31:15 +0000
504@@ -64,7 +64,7 @@
505 <!ENTITY filterdoc.url "http://adblockplus.org/en/filters">
506 <!ENTITY about.label "عن آدبلوك بلاس">
507 <!ENTITY about.accesskey "ع">
508-<!ENTITY description "أضف العناوين التي ترغب بحجبها، و للاقتراحات انظر القائمة المنسدلة.
509+<!ENTITY description "أضف العناوين التي ترغب بحجبها، و للاقتراحات انظر القائمة المنسدلة.
510 يمكنك أن تستعمل الرمز * لإنشاء فلاتر عامة. المستخدمين المتقدمين يمكنهم استخدام بعض التعبيرات النظامية مثل /banner\d+\.gif$/">
511 <!ENTITY filter.column "قانون الفلتر">
512 <!ENTITY filter.accesskey "ف">
513
514=== modified file 'chrome/locale/cs-CZ/composer.dtd'
515--- chrome/locale/cs-CZ/composer.dtd 2009-03-17 01:48:13 +0000
516+++ chrome/locale/cs-CZ/composer.dtd 2009-08-12 17:24:40 +0000
517@@ -2,9 +2,12 @@
518 <!ENTITY accept.label "Přidat filtr">
519 <!ENTITY advanced.label "Rozšířené zobrazení">
520 <!ENTITY basic.label "Základní zobrazení">
521-<!ENTITY disabled.warning.beforeLink "Adblock Plus je momentálně zakázát. Můžete stále přidávat filtry, ale nebudou aplikovány dokud">
522+<!ENTITY disabled.warning.beforeLink "Adblock Plus je momentálně zakázán. Můžete stále přidávat filtry, ale nebudou aplikovány dokud">
523 <!ENTITY disabled.warning.link "nepovolíte Adblock Plus">
524 <!ENTITY disabled.warning.afterLink ".">
525+<!ENTITY groupDisabled.warning.beforeLink "Skupina filtrů &quot;&#x25;S&quot;, do které chcete přidat tento filtr, je momentálně zakázaná. Filtr můžete přidat, ale nebude aplikován, dokud">
526+<!ENTITY groupDisabled.warning.link "nepovolíte skupinu filtrů">
527+<!ENTITY groupDisabled.warning.afterLink ".">
528 <!ENTITY filter.label "Nový filtr:">
529 <!ENTITY filter.accesskey "f">
530 <!ENTITY preferences.label "Zobrazit existující filtry...">
531@@ -22,6 +25,8 @@
532 <!ENTITY anchors.label "Povolit vzor pouze:">
533 <!ENTITY anchor.start.label "na začátku adresy">
534 <!ENTITY anchor.start.accesskey "z">
535+<!ENTITY anchor.start.flexible.label "na začátku názvu domény">
536+<!ENTITY anchor.start.flexible.accesskey "z">
537 <!ENTITY anchor.end.label "na konci adresy">
538 <!ENTITY anchor.end.accesskey "k">
539 <!ENTITY options.label "Možnosti">
540
541=== modified file 'chrome/locale/cs-CZ/global.properties'
542--- chrome/locale/cs-CZ/global.properties 2009-07-25 19:31:00 +0000
543+++ chrome/locale/cs-CZ/global.properties 2009-08-12 17:31:15 +0000
544@@ -64,3 +64,4 @@
545 type_label_object_subrequest=Subpožadavek objektu
546 type_label_dtd=DTD
547 type_label_media=audio/video
548+type_label_font=Písmo
549
550=== modified file 'chrome/locale/cs-CZ/overlay.dtd'
551--- chrome/locale/cs-CZ/overlay.dtd 2009-07-25 19:31:00 +0000
552+++ chrome/locale/cs-CZ/overlay.dtd 2009-08-12 17:31:15 +0000
553@@ -8,6 +8,7 @@
554 <!ENTITY context.image.label "Blokovat obrázek">
555 <!ENTITY context.object.label "Blokovat objekt">
556 <!ENTITY context.frame.label "Blokovat rámec">
557+<!ENTITY context.removeWhitelist.label "Adblock Plus: Znovu povolit na této stránce">
558 <!ENTITY sidebar.title "Adblock Plus: Blokovatelné objekty na zobrazené stránce">
559 <!ENTITY settings.label "Předvolby">
560 <!ENTITY settings.accesskey "d">
561
562=== modified file 'chrome/locale/cs-CZ/settings.dtd'
563--- chrome/locale/cs-CZ/settings.dtd 2009-03-17 02:33:41 +0000
564+++ chrome/locale/cs-CZ/settings.dtd 2009-08-12 17:31:15 +0000
565@@ -67,6 +67,8 @@
566 <!ENTITY description "Následující filtry rozhodují, které adresy budou blokovány a které budou povoleny:">
567 <!ENTITY filter.column "Pravidlo filtru">
568 <!ENTITY filter.accesskey "P">
569+<!ENTITY slow.column "Pomalé filtry">
570+<!ENTITY slow.accesskey "m">
571 <!ENTITY enabled.column "Aktivní">
572 <!ENTITY enabled.accesskey "k">
573 <!ENTITY hitcount.column "Zásahy">
574
575=== modified file 'chrome/locale/cs-CZ/sidebar.dtd'
576--- chrome/locale/cs-CZ/sidebar.dtd 2009-07-25 19:31:00 +0000
577+++ chrome/locale/cs-CZ/sidebar.dtd 2009-08-12 17:31:15 +0000
578@@ -8,6 +8,7 @@
579 <!ENTITY filter.label "Filtr">
580 <!ENTITY state.label "Stav">
581 <!ENTITY size.label "Velikost">
582+<!ENTITY docDomain.label "Zdroj dokumentu">
583 <!ENTITY noitems.label "Nic nebylo zablokováno">
584 <!ENTITY whitelisted.label "Adresa je na bílé listině">
585 <!ENTITY tooltip.address.label "Adresa:">
586@@ -15,6 +16,7 @@
587 <!ENTITY tooltip.type.blocked "(blokováno)">
588 <!ENTITY tooltip.type.whitelisted "(na bílé listině)">
589 <!ENTITY tooltip.size.label "Velikost:">
590+<!ENTITY tooltip.docDomain.label "Zdroj dokumentu:">
591 <!ENTITY tooltip.filter.label "Použité filtry:">
592 <!ENTITY tooltip.filterSource.label "Zdroj filtru:">
593 <!ENTITY context.block.label "Blokovat tento objekt">
594
595=== modified file 'chrome/locale/de-DE/about.dtd'
596--- chrome/locale/de-DE/about.dtd 2009-07-25 19:31:00 +0000
597+++ chrome/locale/de-DE/about.dtd 2009-08-12 17:31:15 +0000
598@@ -1,27 +1,3 @@
599-<!-- ***** BEGIN LICENSE BLOCK *****
600- - Version: MPL 1.1
601- -
602- - The contents of this file are subject to the Mozilla Public License Version
603- - 1.1 (the "License"); you may not use this file except in compliance with
604- - the License. You may obtain a copy of the License at
605- - http://www.mozilla.org/MPL/
606- -
607- - Software distributed under the License is distributed on an "AS IS" basis,
608- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
609- - for the specific language governing rights and limitations under the
610- - License.
611- -
612- - The Original Code is Adblock Plus.
613- -
614- - The Initial Developer of the Original Code is
615- - Wladimir Palant.
616- - Portions created by the Initial Developer are Copyright (C) 2006-2009
617- - the Initial Developer. All Rights Reserved.
618- -
619- - Contributor(s):
620- -
621- - ***** END LICENSE BLOCK ***** -->
622-
623 <!ENTITY dialog.title "Über Adblock Plus">
624
625 <!ENTITY caption.title "Adblock Plus">
626
627=== modified file 'chrome/locale/de-DE/composer.dtd'
628--- chrome/locale/de-DE/composer.dtd 2009-07-25 18:59:41 +0000
629+++ chrome/locale/de-DE/composer.dtd 2009-08-12 17:24:40 +0000
630@@ -1,27 +1,3 @@
631-<!-- ***** BEGIN LICENSE BLOCK *****
632- - Version: MPL 1.1
633- -
634- - The contents of this file are subject to the Mozilla Public License Version
635- - 1.1 (the "License"); you may not use this file except in compliance with
636- - the License. You may obtain a copy of the License at
637- - http://www.mozilla.org/MPL/
638- -
639- - Software distributed under the License is distributed on an "AS IS" basis,
640- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
641- - for the specific language governing rights and limitations under the
642- - License.
643- -
644- - The Original Code is Adblock Plus.
645- -
646- - The Initial Developer of the Original Code is
647- - Wladimir Palant.
648- - Portions created by the Initial Developer are Copyright (C) 2006-2009
649- - the Initial Developer. All Rights Reserved.
650- -
651- - Contributor(s):
652- -
653- - ***** END LICENSE BLOCK ***** -->
654-
655 <!ENTITY dialog.title "Neuen Filter hinzufügen">
656 <!ENTITY accept.label "Filter hinzufügen">
657 <!ENTITY advanced.label "Erweiterte Ansicht">
658
659=== modified file 'chrome/locale/de-DE/global.properties'
660--- chrome/locale/de-DE/global.properties 2009-07-25 19:31:00 +0000
661+++ chrome/locale/de-DE/global.properties 2009-08-12 17:31:15 +0000
662@@ -1,27 +1,3 @@
663-# ***** BEGIN LICENSE BLOCK *****
664-# Version: MPL 1.1
665-#
666-# The contents of this file are subject to the Mozilla Public License Version
667-# 1.1 (the "License"); you may not use this file except in compliance with
668-# the License. You may obtain a copy of the License at
669-# http://www.mozilla.org/MPL/
670-#
671-# Software distributed under the License is distributed on an "AS IS" basis,
672-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
673-# for the specific language governing rights and limitations under the
674-# License.
675-#
676-# The Original Code is Adblock Plus.
677-#
678-# The Initial Developer of the Original Code is
679-# Wladimir Palant.
680-# Portions created by the Initial Developer are Copyright (C) 2006-2009
681-# the Initial Developer. All Rights Reserved.
682-#
683-# Contributor(s):
684-#
685-# ***** END LICENSE BLOCK *****
686-
687 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=Werbung war gestern!
688
689 status_active_label=Adblock
690
691=== modified file 'chrome/locale/de-DE/overlay.dtd'
692--- chrome/locale/de-DE/overlay.dtd 2009-07-25 19:31:00 +0000
693+++ chrome/locale/de-DE/overlay.dtd 2009-08-12 17:31:15 +0000
694@@ -1,27 +1,3 @@
695-<!-- ***** BEGIN LICENSE BLOCK *****
696- - Version: MPL 1.1
697- -
698- - The contents of this file are subject to the Mozilla Public License Version
699- - 1.1 (the "License"); you may not use this file except in compliance with
700- - the License. You may obtain a copy of the License at
701- - http://www.mozilla.org/MPL/
702- -
703- - Software distributed under the License is distributed on an "AS IS" basis,
704- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
705- - for the specific language governing rights and limitations under the
706- - License.
707- -
708- - The Original Code is Adblock Plus.
709- -
710- - The Initial Developer of the Original Code is
711- - Wladimir Palant.
712- - Portions created by the Initial Developer are Copyright (C) 2006-2009
713- - the Initial Developer. All Rights Reserved.
714- -
715- - Contributor(s):
716- -
717- - ***** END LICENSE BLOCK ***** -->
718-
719 <!ENTITY status.tooltip "Status:">
720 <!ENTITY blocked.tooltip "Blockierte Elemente auf dieser Seite:">
721 <!ENTITY filters.tooltip "Am meisten angewandte Filter:">
722
723=== modified file 'chrome/locale/de-DE/settings.dtd'
724--- chrome/locale/de-DE/settings.dtd 2009-07-25 19:31:00 +0000
725+++ chrome/locale/de-DE/settings.dtd 2009-08-12 17:31:15 +0000
726@@ -1,27 +1,3 @@
727-<!-- ***** BEGIN LICENSE BLOCK *****
728- - Version: MPL 1.1
729- -
730- - The contents of this file are subject to the Mozilla Public License Version
731- - 1.1 (the "License"); you may not use this file except in compliance with
732- - the License. You may obtain a copy of the License at
733- - http://www.mozilla.org/MPL/
734- -
735- - Software distributed under the License is distributed on an "AS IS" basis,
736- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
737- - for the specific language governing rights and limitations under the
738- - License.
739- -
740- - The Original Code is Adblock Plus.
741- -
742- - The Initial Developer of the Original Code is
743- - Wladimir Palant.
744- - Portions created by the Initial Developer are Copyright (C) 2006-2009
745- - the Initial Developer. All Rights Reserved.
746- -
747- - Contributor(s):
748- -
749- - ***** END LICENSE BLOCK ***** -->
750-
751 <!ENTITY dialog.title "Adblock Plus - Einstellungen">
752
753 <!ENTITY filters.label "Filter">
754
755=== modified file 'chrome/locale/de-DE/sidebar.dtd'
756--- chrome/locale/de-DE/sidebar.dtd 2009-07-25 19:31:00 +0000
757+++ chrome/locale/de-DE/sidebar.dtd 2009-08-12 17:31:15 +0000
758@@ -1,27 +1,3 @@
759-<!-- ***** BEGIN LICENSE BLOCK *****
760- - Version: MPL 1.1
761- -
762- - The contents of this file are subject to the Mozilla Public License Version
763- - 1.1 (the "License"); you may not use this file except in compliance with
764- - the License. You may obtain a copy of the License at
765- - http://www.mozilla.org/MPL/
766- -
767- - Software distributed under the License is distributed on an "AS IS" basis,
768- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
769- - for the specific language governing rights and limitations under the
770- - License.
771- -
772- - The Original Code is Adblock Plus.
773- -
774- - The Initial Developer of the Original Code is
775- - Wladimir Palant.
776- - Portions created by the Initial Developer are Copyright (C) 2006-2009
777- - the Initial Developer. All Rights Reserved.
778- -
779- - Contributor(s):
780- -
781- - ***** END LICENSE BLOCK ***** -->
782-
783 <!ENTITY detached.title "Adblock Plus: Elemente der geöffneten Seite (abgekoppelt)">
784
785 <!ENTITY detach.label "Abkoppeln">
786
787=== modified file 'chrome/locale/de-DE/subscription.dtd'
788--- chrome/locale/de-DE/subscription.dtd 2009-07-25 19:31:00 +0000
789+++ chrome/locale/de-DE/subscription.dtd 2009-08-12 17:31:15 +0000
790@@ -1,27 +1,3 @@
791-<!-- ***** BEGIN LICENSE BLOCK *****
792- - Version: MPL 1.1
793- -
794- - The contents of this file are subject to the Mozilla Public License Version
795- - 1.1 (the "License"); you may not use this file except in compliance with
796- - the License. You may obtain a copy of the License at
797- - http://www.mozilla.org/MPL/
798- -
799- - Software distributed under the License is distributed on an "AS IS" basis,
800- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
801- - for the specific language governing rights and limitations under the
802- - License.
803- -
804- - The Original Code is Adblock Plus.
805- -
806- - The Initial Developer of the Original Code is
807- - Wladimir Palant.
808- - Portions created by the Initial Developer are Copyright (C) 2006-2009
809- - the Initial Developer. All Rights Reserved.
810- -
811- - Contributor(s):
812- -
813- - ***** END LICENSE BLOCK ***** -->
814-
815 <!ENTITY dialog.title "Filter-Abonnement bearbeiten">
816 <!ENTITY dialog.newtitle "Filter-Abonnement hinzufügen">
817
818
819=== modified file 'chrome/locale/de-DE/tip_subscriptions.dtd'
820--- chrome/locale/de-DE/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
821+++ chrome/locale/de-DE/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
822@@ -1,27 +1,3 @@
823-<!-- ***** BEGIN LICENSE BLOCK *****
824- - Version: MPL 1.1
825- -
826- - The contents of this file are subject to the Mozilla Public License Version
827- - 1.1 (the "License"); you may not use this file except in compliance with
828- - the License. You may obtain a copy of the License at
829- - http://www.mozilla.org/MPL/
830- -
831- - Software distributed under the License is distributed on an "AS IS" basis,
832- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
833- - for the specific language governing rights and limitations under the
834- - License.
835- -
836- - The Original Code is Adblock Plus.
837- -
838- - The Initial Developer of the Original Code is
839- - Wladimir Palant.
840- - Portions created by the Initial Developer are Copyright (C) 2006-2009
841- - the Initial Developer. All Rights Reserved.
842- -
843- - Contributor(s):
844- -
845- - ***** END LICENSE BLOCK ***** -->
846-
847 <!ENTITY dialog.title "Filterabonnement für Adblock Plus hinzufügen">
848
849 <!ENTITY description.par1 "
850
851=== modified file 'chrome/locale/en-US/about.dtd'
852--- chrome/locale/en-US/about.dtd 2009-07-25 19:31:00 +0000
853+++ chrome/locale/en-US/about.dtd 2009-08-12 17:31:15 +0000
854@@ -1,27 +1,3 @@
855-<!-- ***** BEGIN LICENSE BLOCK *****
856- - Version: MPL 1.1
857- -
858- - The contents of this file are subject to the Mozilla Public License Version
859- - 1.1 (the "License"); you may not use this file except in compliance with
860- - the License. You may obtain a copy of the License at
861- - http://www.mozilla.org/MPL/
862- -
863- - Software distributed under the License is distributed on an "AS IS" basis,
864- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
865- - for the specific language governing rights and limitations under the
866- - License.
867- -
868- - The Original Code is Adblock Plus.
869- -
870- - The Initial Developer of the Original Code is
871- - Wladimir Palant.
872- - Portions created by the Initial Developer are Copyright (C) 2006-2009
873- - the Initial Developer. All Rights Reserved.
874- -
875- - Contributor(s):
876- -
877- - ***** END LICENSE BLOCK ***** -->
878-
879 <!ENTITY dialog.title "About Adblock Plus">
880
881 <!ENTITY caption.title "Adblock Plus">
882
883=== modified file 'chrome/locale/en-US/composer.dtd'
884--- chrome/locale/en-US/composer.dtd 2009-07-25 18:59:41 +0000
885+++ chrome/locale/en-US/composer.dtd 2009-08-12 17:24:40 +0000
886@@ -1,27 +1,3 @@
887-<!-- ***** BEGIN LICENSE BLOCK *****
888- - Version: MPL 1.1
889- -
890- - The contents of this file are subject to the Mozilla Public License Version
891- - 1.1 (the "License"); you may not use this file except in compliance with
892- - the License. You may obtain a copy of the License at
893- - http://www.mozilla.org/MPL/
894- -
895- - Software distributed under the License is distributed on an "AS IS" basis,
896- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
897- - for the specific language governing rights and limitations under the
898- - License.
899- -
900- - The Original Code is Adblock Plus.
901- -
902- - The Initial Developer of the Original Code is
903- - Wladimir Palant.
904- - Portions created by the Initial Developer are Copyright (C) 2006-2009
905- - the Initial Developer. All Rights Reserved.
906- -
907- - Contributor(s):
908- -
909- - ***** END LICENSE BLOCK ***** -->
910-
911 <!ENTITY dialog.title "Add Adblock Plus filter rule">
912 <!ENTITY accept.label "Add filter">
913 <!ENTITY advanced.label "Advanced view">
914
915=== modified file 'chrome/locale/en-US/global.properties'
916--- chrome/locale/en-US/global.properties 2009-07-25 19:31:00 +0000
917+++ chrome/locale/en-US/global.properties 2009-08-12 17:31:15 +0000
918@@ -1,27 +1,3 @@
919-# ***** BEGIN LICENSE BLOCK *****
920-# Version: MPL 1.1
921-#
922-# The contents of this file are subject to the Mozilla Public License Version
923-# 1.1 (the "License"); you may not use this file except in compliance with
924-# the License. You may obtain a copy of the License at
925-# http://www.mozilla.org/MPL/
926-#
927-# Software distributed under the License is distributed on an "AS IS" basis,
928-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
929-# for the specific language governing rights and limitations under the
930-# License.
931-#
932-# The Original Code is Adblock Plus.
933-#
934-# The Initial Developer of the Original Code is
935-# Wladimir Palant.
936-# Portions created by the Initial Developer are Copyright (C) 2006-2009
937-# the Initial Developer. All Rights Reserved.
938-#
939-# Contributor(s):
940-#
941-# ***** END LICENSE BLOCK *****
942-
943 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=Ads were yesterday!
944
945 status_active_label=Adblock
946
947=== modified file 'chrome/locale/en-US/overlay.dtd'
948--- chrome/locale/en-US/overlay.dtd 2009-07-25 19:31:00 +0000
949+++ chrome/locale/en-US/overlay.dtd 2009-08-12 17:31:15 +0000
950@@ -1,27 +1,3 @@
951-<!-- ***** BEGIN LICENSE BLOCK *****
952- - Version: MPL 1.1
953- -
954- - The contents of this file are subject to the Mozilla Public License Version
955- - 1.1 (the "License"); you may not use this file except in compliance with
956- - the License. You may obtain a copy of the License at
957- - http://www.mozilla.org/MPL/
958- -
959- - Software distributed under the License is distributed on an "AS IS" basis,
960- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
961- - for the specific language governing rights and limitations under the
962- - License.
963- -
964- - The Original Code is Adblock Plus.
965- -
966- - The Initial Developer of the Original Code is
967- - Wladimir Palant.
968- - Portions created by the Initial Developer are Copyright (C) 2006-2009
969- - the Initial Developer. All Rights Reserved.
970- -
971- - Contributor(s):
972- -
973- - ***** END LICENSE BLOCK ***** -->
974-
975 <!ENTITY status.tooltip "Status:">
976 <!ENTITY blocked.tooltip "Blocked items on this page:">
977 <!ENTITY filters.tooltip "Most active filters:">
978
979=== modified file 'chrome/locale/en-US/settings.dtd'
980--- chrome/locale/en-US/settings.dtd 2009-07-25 19:31:00 +0000
981+++ chrome/locale/en-US/settings.dtd 2009-08-12 17:31:15 +0000
982@@ -1,27 +1,3 @@
983-<!-- ***** BEGIN LICENSE BLOCK *****
984- - Version: MPL 1.1
985- -
986- - The contents of this file are subject to the Mozilla Public License Version
987- - 1.1 (the "License"); you may not use this file except in compliance with
988- - the License. You may obtain a copy of the License at
989- - http://www.mozilla.org/MPL/
990- -
991- - Software distributed under the License is distributed on an "AS IS" basis,
992- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
993- - for the specific language governing rights and limitations under the
994- - License.
995- -
996- - The Original Code is Adblock Plus.
997- -
998- - The Initial Developer of the Original Code is
999- - Wladimir Palant.
1000- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1001- - the Initial Developer. All Rights Reserved.
1002- -
1003- - Contributor(s):
1004- -
1005- - ***** END LICENSE BLOCK ***** -->
1006-
1007 <!ENTITY dialog.title "Adblock Plus Preferences">
1008
1009 <!ENTITY filters.label "Filters">
1010
1011=== modified file 'chrome/locale/en-US/sidebar.dtd'
1012--- chrome/locale/en-US/sidebar.dtd 2009-07-25 19:31:00 +0000
1013+++ chrome/locale/en-US/sidebar.dtd 2009-08-12 17:31:15 +0000
1014@@ -1,27 +1,3 @@
1015-<!-- ***** BEGIN LICENSE BLOCK *****
1016- - Version: MPL 1.1
1017- -
1018- - The contents of this file are subject to the Mozilla Public License Version
1019- - 1.1 (the "License"); you may not use this file except in compliance with
1020- - the License. You may obtain a copy of the License at
1021- - http://www.mozilla.org/MPL/
1022- -
1023- - Software distributed under the License is distributed on an "AS IS" basis,
1024- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1025- - for the specific language governing rights and limitations under the
1026- - License.
1027- -
1028- - The Original Code is Adblock Plus.
1029- -
1030- - The Initial Developer of the Original Code is
1031- - Wladimir Palant.
1032- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1033- - the Initial Developer. All Rights Reserved.
1034- -
1035- - Contributor(s):
1036- -
1037- - ***** END LICENSE BLOCK ***** -->
1038-
1039 <!ENTITY detached.title "Adblock Plus: Blockable items (detached)">
1040
1041 <!ENTITY detach.label "Detach">
1042
1043=== modified file 'chrome/locale/en-US/subscription.dtd'
1044--- chrome/locale/en-US/subscription.dtd 2009-07-25 19:31:00 +0000
1045+++ chrome/locale/en-US/subscription.dtd 2009-08-12 17:31:15 +0000
1046@@ -1,27 +1,3 @@
1047-<!-- ***** BEGIN LICENSE BLOCK *****
1048- - Version: MPL 1.1
1049- -
1050- - The contents of this file are subject to the Mozilla Public License Version
1051- - 1.1 (the "License"); you may not use this file except in compliance with
1052- - the License. You may obtain a copy of the License at
1053- - http://www.mozilla.org/MPL/
1054- -
1055- - Software distributed under the License is distributed on an "AS IS" basis,
1056- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1057- - for the specific language governing rights and limitations under the
1058- - License.
1059- -
1060- - The Original Code is Adblock Plus.
1061- -
1062- - The Initial Developer of the Original Code is
1063- - Wladimir Palant.
1064- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1065- - the Initial Developer. All Rights Reserved.
1066- -
1067- - Contributor(s):
1068- -
1069- - ***** END LICENSE BLOCK ***** -->
1070-
1071 <!ENTITY dialog.title "Edit filter subscription">
1072 <!ENTITY dialog.newtitle "Add filter subscription">
1073
1074
1075=== modified file 'chrome/locale/en-US/tip_subscriptions.dtd'
1076--- chrome/locale/en-US/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
1077+++ chrome/locale/en-US/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
1078@@ -1,27 +1,3 @@
1079-<!-- ***** BEGIN LICENSE BLOCK *****
1080- - Version: MPL 1.1
1081- -
1082- - The contents of this file are subject to the Mozilla Public License Version
1083- - 1.1 (the "License"); you may not use this file except in compliance with
1084- - the License. You may obtain a copy of the License at
1085- - http://www.mozilla.org/MPL/
1086- -
1087- - Software distributed under the License is distributed on an "AS IS" basis,
1088- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1089- - for the specific language governing rights and limitations under the
1090- - License.
1091- -
1092- - The Original Code is Adblock Plus.
1093- -
1094- - The Initial Developer of the Original Code is
1095- - Wladimir Palant.
1096- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1097- - the Initial Developer. All Rights Reserved.
1098- -
1099- - Contributor(s):
1100- -
1101- - ***** END LICENSE BLOCK ***** -->
1102-
1103 <!ENTITY dialog.title "Add Adblock Plus filter subscription">
1104
1105 <!ENTITY description.par1 "
1106
1107=== modified file 'chrome/locale/es-ES/tip_subscriptions.dtd'
1108--- chrome/locale/es-ES/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
1109+++ chrome/locale/es-ES/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
1110@@ -1,24 +1,24 @@
1111 <!ENTITY dialog.title "Añadir suscripción de filtros para Adblock Plus">
1112-<!ENTITY description.par1 "Gracias por instalar Adblock Plus. Este complemento puede
1113- eliminar el 99&#x25; de los anuncios que ve en la web. Sin
1114- embargo, para filtrar eficazmente los anuncios tiene que
1115- definir unos buenos filtros. Puede hacerlo usted mismo,
1116- o puede suscribirse simplemente a las listas de filtros
1117- que otros mantienen para usted. Y seguirá pudiendo añadir
1118- sus propios filtros o desactivar/eliminar las suscripciones
1119+<!ENTITY description.par1 "Gracias por instalar Adblock Plus. Este complemento puede
1120+ eliminar el 99&#x25; de los anuncios que ve en la web. Sin
1121+ embargo, para filtrar eficazmente los anuncios tiene que
1122+ definir unos buenos filtros. Puede hacerlo usted mismo,
1123+ o puede suscribirse simplemente a las listas de filtros
1124+ que otros mantienen para usted. Y seguirá pudiendo añadir
1125+ sus propios filtros o desactivar/eliminar las suscripciones
1126 siempre que lo desee.">
1127-<!ENTITY description.par2 "Puede elegir una suscripción de la lista de suscripciones
1128- recomendadas más abajo (puede añadir posteriormente otras
1129- suscripciones en la ventana de Preferencias de Adblock Plus,
1130+<!ENTITY description.par2 "Puede elegir una suscripción de la lista de suscripciones
1131+ recomendadas más abajo (puede añadir posteriormente otras
1132+ suscripciones en la ventana de Preferencias de Adblock Plus,
1133 aunque no suele ser necesario):">
1134-<!ENTITY note "Nota: Una lista de filtros suele ser más eficaz cuando se aplica
1135+<!ENTITY note "Nota: Una lista de filtros suele ser más eficaz cuando se aplica
1136 a sitios web de la región para la que ha sido desarrollada.">
1137-<!ENTITY adblock.warning "Adblock Plus ha detectado que está instalado Adblock o una versión antigua de
1138-Adblock Plus. Utilizar Adblock y Adblock Plus de forma simultánea puede causar
1139+<!ENTITY adblock.warning "Adblock Plus ha detectado que está instalado Adblock o una versión antigua de
1140+Adblock Plus. Utilizar Adblock y Adblock Plus de forma simultánea puede causar
1141 problemas y está totalmente desaconsejado. Le recomendamos que desinstale Adblock ahora.">
1142 <!ENTITY adblock.uninstall "Desinstalar Adblock">
1143-<!ENTITY filterset.g.warning "Parece que usted utiliza Filterset.G. Esta lista de filtros apenas ha
1144-tenido mantenimiento en los últimos años y suele causar problemas con
1145+<!ENTITY filterset.g.warning "Parece que usted utiliza Filterset.G. Esta lista de filtros apenas ha
1146+tenido mantenimiento en los últimos años y suele causar problemas con
1147 diversos sitios web. Le recomendamos que desinstale Filterset.G ahora.">
1148 <!ENTITY filterset.g.moreinfo "Más información">
1149 <!ENTITY filterset.g.moreinfo.url "http://adblockplus.org/en/faq_project#filterset.g">
1150
1151=== modified file 'chrome/locale/fi-FI/composer.dtd'
1152--- chrome/locale/fi-FI/composer.dtd 2009-07-25 18:59:41 +0000
1153+++ chrome/locale/fi-FI/composer.dtd 2009-08-12 17:24:40 +0000
1154@@ -5,8 +5,8 @@
1155 <!ENTITY disabled.warning.beforeLink "Adblock Plus on tällä hetkellä poistettu käytöstä. Voit silti lisätä suodattimia mutta ne otetaan käyttöön vasta kun,">
1156 <!ENTITY disabled.warning.link "otat Adblockin Plussan käyttöön">
1157 <!ENTITY disabled.warning.afterLink ".">
1158-<!ENTITY groupDisabled.warning.beforeLink "Suodatinryhmä &quot;&#37;S&quot;, johon tämä suodatin lisätään on poistettu käytöstä. Voit silti lisätä tämän suodattimen mutta sitä ei käytetä ellet">
1159-<!ENTITY groupDisabled.warning.link "ota suodatin ryhmää käyttöön">
1160+<!ENTITY groupDisabled.warning.beforeLink "Suodatinryhmä &quot;&#x25;S&quot;, johon tämä suodatin tulisi lisätä on poistettu käytöstä. Voit silti lisätä tämän suodattimen mutta sitä ei oteta käyttöön ellet">
1161+<!ENTITY groupDisabled.warning.link "ota suodatinryhmää käyttöön">
1162 <!ENTITY groupDisabled.warning.afterLink ".">
1163 <!ENTITY filter.label "Uusi suodatin:">
1164 <!ENTITY filter.accesskey "U">
1165@@ -25,7 +25,7 @@
1166 <!ENTITY anchors.label "Hyväksy merkkijono vain:">
1167 <!ENTITY anchor.start.label "osoitteen alussa">
1168 <!ENTITY anchor.start.accesskey "t">
1169-<!ENTITY anchor.start.flexible.label "vain verkkotunnuksen alussa">
1170+<!ENTITY anchor.start.flexible.label "verkkotunnuksen alussa.">
1171 <!ENTITY anchor.start.flexible.accesskey "t">
1172 <!ENTITY anchor.end.label "osoitteen lopussa">
1173 <!ENTITY anchor.end.accesskey "l">
1174
1175=== modified file 'chrome/locale/fi-FI/overlay.dtd'
1176--- chrome/locale/fi-FI/overlay.dtd 2009-07-25 19:31:00 +0000
1177+++ chrome/locale/fi-FI/overlay.dtd 2009-08-12 17:31:15 +0000
1178@@ -8,7 +8,7 @@
1179 <!ENTITY context.image.label "Estä kuva Adblockilla">
1180 <!ENTITY context.object.label "Estä kohde Adblockilla">
1181 <!ENTITY context.frame.label "Estä kehys Adblockilla">
1182-<!ENTITY context.removeWhitelist.label "Adblock Plus: Ota tämä sivu uudelleen käyttöön">
1183+<!ENTITY context.removeWhitelist.label "Adblock Plus: Ota tämä sivu uudestaan käyttöön">
1184 <!ENTITY sidebar.title "Estettävät elementit avoimella sivulla">
1185 <!ENTITY settings.label "Asetukset">
1186 <!ENTITY settings.accesskey "A">
1187
1188=== modified file 'chrome/locale/fi-FI/sidebar.dtd'
1189--- chrome/locale/fi-FI/sidebar.dtd 2009-07-25 19:31:00 +0000
1190+++ chrome/locale/fi-FI/sidebar.dtd 2009-08-12 17:31:15 +0000
1191@@ -8,7 +8,7 @@
1192 <!ENTITY filter.label "Suodatin">
1193 <!ENTITY state.label "Tila">
1194 <!ENTITY size.label "Koko">
1195-<!ENTITY docDomain.label "Asiakirjan alkuperä">
1196+<!ENTITY docDomain.label "Dokumentin lähde">
1197 <!ENTITY noitems.label "Ei estettäviä elementtejä">
1198 <!ENTITY whitelisted.label "Sallittu sivu">
1199 <!ENTITY tooltip.address.label "Osoite:">
1200@@ -16,7 +16,7 @@
1201 <!ENTITY tooltip.type.blocked "(estetty)">
1202 <!ENTITY tooltip.type.whitelisted "(sallittu)">
1203 <!ENTITY tooltip.size.label "Koko:">
1204-<!ENTITY tooltip.docDomain.label "Asiakirjan alkuperä">
1205+<!ENTITY tooltip.docDomain.label "Dokumentin lähde:">
1206 <!ENTITY tooltip.filter.label "Vaikuttava suodatin:">
1207 <!ENTITY tooltip.filterSource.label "Suodattimen lähde:">
1208 <!ENTITY context.block.label "Estä elementti">
1209
1210=== modified file 'chrome/locale/fy-NL/composer.dtd'
1211--- chrome/locale/fy-NL/composer.dtd 2009-07-25 18:59:41 +0000
1212+++ chrome/locale/fy-NL/composer.dtd 2009-08-12 17:24:40 +0000
1213@@ -5,7 +5,7 @@
1214 <!ENTITY disabled.warning.beforeLink "Adblock Plus is op dit stuit útskeakele. Jo kinne noch hieltyd filters tafoegje, mar dy sille net earder aktyf wêze as jo">
1215 <!ENTITY disabled.warning.link "Adblock Plus ynskeakelje">
1216 <!ENTITY disabled.warning.afterLink ".">
1217-<!ENTITY groupDisabled.warning.beforeLink "De filtergroep &quot;&#x25;S&quot;wêr&apos;t dit filter oan tafoege wurde soe is op dit stuit útskeakele. Jo kinne noch hieltyd it filter tafoegje, mar it sil net tapast wurde útsein as jo">
1218+<!ENTITY groupDisabled.warning.beforeLink "De filtergroep &quot;&#x25;S&quot; wêr&apos;t dit filter oan tafoege wurde soe is op dit stuit útskeakele. Jo kinne it filter noch hieltyd tafoegje, mar it sil net tapast wurde, allinnich as jo">
1219 <!ENTITY groupDisabled.warning.link "de filtergroep ynskeakelje">
1220 <!ENTITY groupDisabled.warning.afterLink ".">
1221 <!ENTITY filter.label "Nij filter:">
1222
1223=== modified file 'chrome/locale/fy-NL/global.properties'
1224--- chrome/locale/fy-NL/global.properties 2009-07-25 19:31:00 +0000
1225+++ chrome/locale/fy-NL/global.properties 2009-08-12 17:31:15 +0000
1226@@ -64,4 +64,4 @@
1227 type_label_object_subrequest=objekt subfersyk
1228 type_label_dtd=DTD
1229 type_label_media=audio/fideo
1230-type_label_font=font
1231+type_label_font=lettertype
1232
1233=== modified file 'chrome/locale/fy-NL/overlay.dtd'
1234--- chrome/locale/fy-NL/overlay.dtd 2009-07-25 19:31:00 +0000
1235+++ chrome/locale/fy-NL/overlay.dtd 2009-08-12 17:31:15 +0000
1236@@ -8,7 +8,7 @@
1237 <!ENTITY context.image.label "Ofbylding blokkearje">
1238 <!ENTITY context.object.label "Objekt blokkearje">
1239 <!ENTITY context.frame.label "Dielfinster blokkearje">
1240-<!ENTITY context.removeWhitelist.label "Adblock Plus: Opnij ynskeakelje op dizze side">
1241+<!ENTITY context.removeWhitelist.label "Adblock Plus: opnij ynskeakelje op dizze side">
1242 <!ENTITY sidebar.title "Blokkearbere ûnderdelen op dizze side">
1243 <!ENTITY settings.label "Foarkarren">
1244 <!ENTITY settings.accesskey "F">
1245
1246=== modified file 'chrome/locale/he-IL/about.dtd'
1247--- chrome/locale/he-IL/about.dtd 2009-07-25 19:31:00 +0000
1248+++ chrome/locale/he-IL/about.dtd 2009-08-12 17:31:15 +0000
1249@@ -1,7 +1,7 @@
1250 <!ENTITY dialog.title "Adblock Plus אודות">
1251 <!ENTITY caption.title "Adblock Plus">
1252 <!ENTITY version.title "גירסה">
1253-<!ENTITY description "Adblock Plus מאפשר להחליט מה רוצים לראות ברשת.
1254+<!ENTITY description "Adblock Plus מאפשר להחליט מה רוצים לראות ברשת.
1255 אין צורך יותר להוריד את כל הפרסומות והבאנרים יותר, אם לא רוצים אותם - ספר ל-Adblock Plus!">
1256 <!ENTITY homepage.label "עמוד הבית של Adblock Plus">
1257 <!ENTITY homepage.url "http://adblockplus.org/">
1258
1259=== modified file 'chrome/locale/he-IL/tip_subscriptions.dtd'
1260--- chrome/locale/he-IL/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
1261+++ chrome/locale/he-IL/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
1262@@ -1,9 +1,9 @@
1263 <!ENTITY dialog.title "ברוכים הבאים ל-Adblock Plus">
1264-<!ENTITY description.par1 "תודה שהתקנתם את Adblock Plus. ההרחבה הזאת יכולה
1265- לחסל 99&#37; מהפרסומות שרואים ברשת. למרות זאת,
1266-סינון פרסומות יעיל דורש ממך להגדיר מערכת טובה של
1267-מסננים. ניתן לעשות זאת לבד, או פשוט להרשם
1268-לרשימות מסננים שאחרים מתחזקים עבורך. עדיין ניתן להוסיף
1269+<!ENTITY description.par1 "תודה שהתקנתם את Adblock Plus. ההרחבה הזאת יכולה
1270+ לחסל 99&#37; מהפרסומות שרואים ברשת. למרות זאת,
1271+סינון פרסומות יעיל דורש ממך להגדיר מערכת טובה של
1272+מסננים. ניתן לעשות זאת לבד, או פשוט להרשם
1273+לרשימות מסננים שאחרים מתחזקים עבורך. עדיין ניתן להוסיף
1274 מסננים משלך או לנטרל/להסיר הרשמות בכל זמן שיהיה צורך.">
1275 <!ENTITY description.par2 "ניתן לבחור הרשמה אחת מהרשימה של ההרשמות המומלצות (אפשר להוסיף עוד הרשמות אחר כך בהגדרות של Adblock Plus, אבל בדרך כלל אין צורך בכך):">
1276 <!ENTITY note "הערה: בדרך הטבע, רשימת המסננים יותר יעילה כשהיא משמשת לסוג האתרים עבורו היא נכתבה.">
1277
1278=== modified file 'chrome/locale/hu-HU/composer.dtd'
1279--- chrome/locale/hu-HU/composer.dtd 2009-07-25 18:59:41 +0000
1280+++ chrome/locale/hu-HU/composer.dtd 2009-08-12 17:24:40 +0000
1281@@ -2,11 +2,11 @@
1282 <!ENTITY accept.label "Szűrő hozzáadása">
1283 <!ENTITY advanced.label "Haladó nézet">
1284 <!ENTITY basic.label "Alap nézet">
1285-<!ENTITY disabled.warning.beforeLink "Az Adblock Plus jelenleg le van tiltva. Szűrőket hozzáadhat, de azok nem lesznek elérhetőek,">
1286+<!ENTITY disabled.warning.beforeLink "Az Adblock Plus jelenleg le van tiltva. Szűrőket hozzáadhat, de azok nem fognak működni,">
1287 <!ENTITY disabled.warning.link "amíg az Adblock Plus nincs engedélyezve">
1288 <!ENTITY disabled.warning.afterLink ".">
1289-<!ENTITY groupDisabled.warning.beforeLink "A &quot;&#x25;S&quot; szűrőcsoport jelenleg le van tiltva. Hozzáadhatja a szűrőt, de az nem lesz használatban">
1290-<!ENTITY groupDisabled.warning.link "amíg nem engedélyezi a szűrőcsoportot">
1291+<!ENTITY groupDisabled.warning.beforeLink "A szűrőcsoport, amelyhez hozzá szeretné adni a szűrőt le van tiltva. Hozzáadás után a szűrő csak akkor fog működni, ha">
1292+<!ENTITY groupDisabled.warning.link "engedélyezi a csoportot">
1293 <!ENTITY groupDisabled.warning.afterLink ".">
1294 <!ENTITY filter.label "Új szűrő:">
1295 <!ENTITY filter.accesskey "j">
1296@@ -26,6 +26,7 @@
1297 <!ENTITY anchor.start.label "a cím elején">
1298 <!ENTITY anchor.start.accesskey "e">
1299 <!ENTITY anchor.start.flexible.label "a tartománynév elején">
1300+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1301 <!ENTITY anchor.start.flexible.accesskey "e">
1302 <!ENTITY anchor.end.label "a cím végén">
1303 <!ENTITY anchor.end.accesskey "v">
1304
1305=== modified file 'chrome/locale/hu-HU/overlay.dtd'
1306--- chrome/locale/hu-HU/overlay.dtd 2009-07-25 19:31:00 +0000
1307+++ chrome/locale/hu-HU/overlay.dtd 2009-08-12 17:31:15 +0000
1308@@ -8,13 +8,14 @@
1309 <!ENTITY context.image.label "Kép blokkolása">
1310 <!ENTITY context.object.label "Objektum blokkolása">
1311 <!ENTITY context.frame.label "Keret blokkolása">
1312-<!ENTITY context.removeWhitelist.label "Adblock Plus: Újra-aktiválás ezen az oldalon">
1313+<!ENTITY context.removeWhitelist.label "Adblock Plus: Újra-engedélyezés ezen az oldalon">
1314 <!ENTITY sidebar.title "Blokkolható objektumok">
1315 <!ENTITY settings.label "Beállítások">
1316 <!ENTITY settings.accesskey "B">
1317 <!ENTITY opensidebar.label "Blokkolható objektumok megjelenítése">
1318 <!ENTITY opensidebar.accesskey "j">
1319 <!ENTITY closesidebar.label "Blokkolható objektumok elrejtése">
1320+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
1321 <!ENTITY closesidebar.accesskey "j">
1322 <!ENTITY whitelist.site.label "Szűrés tiltása itt: --">
1323 <!ENTITY whitelist.page.label "Szűrés tiltása csak ezen az aloldalon">
1324
1325=== modified file 'chrome/locale/hu-HU/sidebar.dtd'
1326--- chrome/locale/hu-HU/sidebar.dtd 2009-07-25 19:31:00 +0000
1327+++ chrome/locale/hu-HU/sidebar.dtd 2009-08-12 17:31:15 +0000
1328@@ -8,7 +8,7 @@
1329 <!ENTITY filter.label "Szűrő">
1330 <!ENTITY state.label "Állapot">
1331 <!ENTITY size.label "Méret">
1332-<!ENTITY docDomain.label "Dokumentum forrása">
1333+<!ENTITY docDomain.label "Dokumentum forrás">
1334 <!ENTITY noitems.label "Nincs blokkolható objektum">
1335 <!ENTITY whitelisted.label "A cím &apos;fehér listán&apos; van">
1336 <!ENTITY tooltip.address.label "Cím:">
1337@@ -16,7 +16,7 @@
1338 <!ENTITY tooltip.type.blocked "(blokkolva)">
1339 <!ENTITY tooltip.type.whitelisted "(fehér listán)">
1340 <!ENTITY tooltip.size.label "Méret:">
1341-<!ENTITY tooltip.docDomain.label "Dokumentum forrása:">
1342+<!ENTITY tooltip.docDomain.label "Dokumentum forrás:">
1343 <!ENTITY tooltip.filter.label "Alkalmazott szűrők:">
1344 <!ENTITY tooltip.filterSource.label "Szűrő forrása:">
1345 <!ENTITY context.block.label "Objektum blokkolása">
1346
1347=== modified file 'chrome/locale/hy-AM/about.dtd'
1348--- chrome/locale/hy-AM/about.dtd 2009-07-25 18:59:41 +0000
1349+++ chrome/locale/hy-AM/about.dtd 2009-08-12 17:24:40 +0000
1350@@ -1,28 +1,3 @@
1351-<!-- ***** BEGIN LICENSE BLOCK *****
1352- - Version: MPL 1.1
1353- -
1354- - The contents of this file are subject to the Mozilla Public License Version
1355- - 1.1 (the "License"); you may not use this file except in compliance with
1356- - the License. You may obtain a copy of the License at
1357- - http://www.mozilla.org/MPL/
1358- -
1359- - Software distributed under the License is distributed on an "AS IS" basis,
1360- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1361- - for the specific language governing rights and limitations under the
1362- - License.
1363- -
1364- - The Original Code is Adblock Plus.
1365- -
1366- - The Initial Developer of the Original Code is
1367- - Wladimir Palant.
1368- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1369- - the Initial Developer. All Rights Reserved.
1370- -
1371- - Contributor(s):
1372- -
1373- - ***** END LICENSE BLOCK *****
1374-
1375- -->
1376 <!ENTITY dialog.title "«Adblock Plus»ի մասին">
1377 <!ENTITY caption.title "Adblock Plus">
1378 <!ENTITY version.title "Տարբերակ.">
1379
1380=== modified file 'chrome/locale/hy-AM/composer.dtd'
1381--- chrome/locale/hy-AM/composer.dtd 2009-07-25 18:59:41 +0000
1382+++ chrome/locale/hy-AM/composer.dtd 2009-08-12 17:24:40 +0000
1383@@ -1,28 +1,3 @@
1384-<!-- ***** BEGIN LICENSE BLOCK *****
1385- - Version: MPL 1.1
1386- -
1387- - The contents of this file are subject to the Mozilla Public License Version
1388- - 1.1 (the "License"); you may not use this file except in compliance with
1389- - the License. You may obtain a copy of the License at
1390- - http://www.mozilla.org/MPL/
1391- -
1392- - Software distributed under the License is distributed on an "AS IS" basis,
1393- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1394- - for the specific language governing rights and limitations under the
1395- - License.
1396- -
1397- - The Original Code is Adblock Plus.
1398- -
1399- - The Initial Developer of the Original Code is
1400- - Wladimir Palant.
1401- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1402- - the Initial Developer. All Rights Reserved.
1403- -
1404- - Contributor(s):
1405- -
1406- - ***** END LICENSE BLOCK *****
1407-
1408- -->
1409 <!ENTITY dialog.title "Ավելացնել «Adblock Plus» ֆիլտրման կանոն">
1410 <!ENTITY accept.label "Ավելացնել ֆիլտր">
1411 <!ENTITY advanced.label "Ընդլայնված տեսք">
1412@@ -49,10 +24,10 @@
1413 <!ENTITY custom.pattern.accesskey "փ">
1414 <!ENTITY anchors.label "Շաբլոններն ընդունել միայն.">
1415 <!ENTITY anchor.start.label "հասցեի սկզբում">
1416-<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1417+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1418 <!ENTITY anchor.start.accesskey "ս">
1419 <!ENTITY anchor.start.flexible.label "դոմեյնի անվան սկզբում">
1420-<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1421+<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1422 <!ENTITY anchor.start.flexible.accesskey "ս">
1423 <!ENTITY anchor.end.label "հասցեի վերջում">
1424 <!ENTITY anchor.end.accesskey "վ">
1425
1426=== modified file 'chrome/locale/hy-AM/global.properties'
1427--- chrome/locale/hy-AM/global.properties 2009-07-25 18:59:41 +0000
1428+++ chrome/locale/hy-AM/global.properties 2009-08-12 17:24:40 +0000
1429@@ -1,49 +1,3 @@
1430-# ***** BEGIN LICENSE BLOCK *****
1431-
1432-# Version: MPL 1.1
1433-
1434-#
1435-
1436-# The contents of this file are subject to the Mozilla Public License Version
1437-
1438-# 1.1 (the "License"); you may not use this file except in compliance with
1439-
1440-# the License. You may obtain a copy of the License at
1441-
1442-# http://www.mozilla.org/MPL/
1443-
1444-#
1445-
1446-# Software distributed under the License is distributed on an "AS IS" basis,
1447-
1448-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1449-
1450-# for the specific language governing rights and limitations under the
1451-
1452-# License.
1453-
1454-#
1455-
1456-# The Original Code is Adblock Plus.
1457-
1458-#
1459-
1460-# The Initial Developer of the Original Code is
1461-
1462-# Wladimir Palant.
1463-
1464-# Portions created by the Initial Developer are Copyright (C) 2006-2009
1465-
1466-# the Initial Developer. All Rights Reserved.
1467-
1468-#
1469-
1470-# Contributor(s):
1471-
1472-#
1473-
1474-# ***** END LICENSE BLOCK *****
1475-
1476 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=Գովազդները երեկ էին!
1477 status_active_label=Adblock
1478 status_disabled_label=Անջատված է
1479
1480=== modified file 'chrome/locale/hy-AM/overlay.dtd'
1481--- chrome/locale/hy-AM/overlay.dtd 2009-07-25 18:59:41 +0000
1482+++ chrome/locale/hy-AM/overlay.dtd 2009-08-12 17:24:40 +0000
1483@@ -1,28 +1,3 @@
1484-<!-- ***** BEGIN LICENSE BLOCK *****
1485- - Version: MPL 1.1
1486- -
1487- - The contents of this file are subject to the Mozilla Public License Version
1488- - 1.1 (the "License"); you may not use this file except in compliance with
1489- - the License. You may obtain a copy of the License at
1490- - http://www.mozilla.org/MPL/
1491- -
1492- - Software distributed under the License is distributed on an "AS IS" basis,
1493- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1494- - for the specific language governing rights and limitations under the
1495- - License.
1496- -
1497- - The Original Code is Adblock Plus.
1498- -
1499- - The Initial Developer of the Original Code is
1500- - Wladimir Palant.
1501- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1502- - the Initial Developer. All Rights Reserved.
1503- -
1504- - Contributor(s):
1505- -
1506- - ***** END LICENSE BLOCK *****
1507-
1508- -->
1509 <!ENTITY status.tooltip "Վիճակը.">
1510 <!ENTITY blocked.tooltip "Այս էջի ֆիլտրված տարրերը`">
1511 <!ENTITY filters.tooltip "Ամենաակտիվ ֆիլտրերը`">
1512@@ -33,15 +8,15 @@
1513 <!ENTITY context.image.label "Adblock` Ֆիլտրել Նկարը">
1514 <!ENTITY context.object.label "Adblock` Ֆիլտրել Օբյեկտը">
1515 <!ENTITY context.frame.label "Adblock` Ֆիլտրել Ֆրեյմը">
1516-<!ENTITY context.removeWhitelist.label "Adblock Plus` Վերակտիվացնել այս էջում">
1517+<!ENTITY context.removeWhitelist.label "Adblock Plus: Վերակտիվացնել այս էջում">
1518 <!ENTITY sidebar.title "Այս էջի ֆիլտրվող տարրերը">
1519 <!ENTITY settings.label "Նախընտրանքներ">
1520 <!ENTITY settings.accesskey "Ն">
1521 <!ENTITY opensidebar.label "Բացել ֆիլտրվող տարրերը">
1522-<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
1523+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
1524 <!ENTITY opensidebar.accesskey "տ">
1525 <!ENTITY closesidebar.label "Փակել ֆիլտրվող տարրերը">
1526-<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
1527+<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
1528 <!ENTITY closesidebar.accesskey "տ">
1529 <!ENTITY whitelist.site.label "Անջատել այս կայքում">
1530 <!ENTITY whitelist.page.label "Անջատել միայն այս էջի համար">
1531
1532=== modified file 'chrome/locale/hy-AM/settings.dtd'
1533--- chrome/locale/hy-AM/settings.dtd 2009-07-25 18:59:41 +0000
1534+++ chrome/locale/hy-AM/settings.dtd 2009-08-12 17:24:40 +0000
1535@@ -1,28 +1,3 @@
1536-<!-- ***** BEGIN LICENSE BLOCK *****
1537- - Version: MPL 1.1
1538- -
1539- - The contents of this file are subject to the Mozilla Public License Version
1540- - 1.1 (the "License"); you may not use this file except in compliance with
1541- - the License. You may obtain a copy of the License at
1542- - http://www.mozilla.org/MPL/
1543- -
1544- - Software distributed under the License is distributed on an "AS IS" basis,
1545- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1546- - for the specific language governing rights and limitations under the
1547- - License.
1548- -
1549- - The Original Code is Adblock Plus.
1550- -
1551- - The Initial Developer of the Original Code is
1552- - Wladimir Palant.
1553- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1554- - the Initial Developer. All Rights Reserved.
1555- -
1556- - Contributor(s):
1557- -
1558- - ***** END LICENSE BLOCK *****
1559-
1560- -->
1561 <!ENTITY dialog.title "Adblock Plus - Նախընտրանքներ">
1562 <!ENTITY filters.label "Ֆիլտրեր">
1563 <!ENTITY filters.accesskey "տ">
1564
1565=== modified file 'chrome/locale/hy-AM/sidebar.dtd'
1566--- chrome/locale/hy-AM/sidebar.dtd 2009-07-25 18:59:41 +0000
1567+++ chrome/locale/hy-AM/sidebar.dtd 2009-08-12 17:24:40 +0000
1568@@ -1,28 +1,3 @@
1569-<!-- ***** BEGIN LICENSE BLOCK *****
1570- - Version: MPL 1.1
1571- -
1572- - The contents of this file are subject to the Mozilla Public License Version
1573- - 1.1 (the "License"); you may not use this file except in compliance with
1574- - the License. You may obtain a copy of the License at
1575- - http://www.mozilla.org/MPL/
1576- -
1577- - Software distributed under the License is distributed on an "AS IS" basis,
1578- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1579- - for the specific language governing rights and limitations under the
1580- - License.
1581- -
1582- - The Original Code is Adblock Plus.
1583- -
1584- - The Initial Developer of the Original Code is
1585- - Wladimir Palant.
1586- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1587- - the Initial Developer. All Rights Reserved.
1588- -
1589- - Contributor(s):
1590- -
1591- - ***** END LICENSE BLOCK *****
1592-
1593- -->
1594 <!ENTITY detached.title "Adblock Plus - Ֆիլտրվվող տարրեր (Անջատ)">
1595 <!ENTITY detach.label "Անջատ պատուհան">
1596 <!ENTITY reattach.label "Ամրացնել">
1597
1598=== modified file 'chrome/locale/hy-AM/subscription.dtd'
1599--- chrome/locale/hy-AM/subscription.dtd 2009-07-25 18:59:41 +0000
1600+++ chrome/locale/hy-AM/subscription.dtd 2009-08-12 17:24:40 +0000
1601@@ -1,28 +1,3 @@
1602-<!-- ***** BEGIN LICENSE BLOCK *****
1603- - Version: MPL 1.1
1604- -
1605- - The contents of this file are subject to the Mozilla Public License Version
1606- - 1.1 (the "License"); you may not use this file except in compliance with
1607- - the License. You may obtain a copy of the License at
1608- - http://www.mozilla.org/MPL/
1609- -
1610- - Software distributed under the License is distributed on an "AS IS" basis,
1611- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1612- - for the specific language governing rights and limitations under the
1613- - License.
1614- -
1615- - The Original Code is Adblock Plus.
1616- -
1617- - The Initial Developer of the Original Code is
1618- - Wladimir Palant.
1619- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1620- - the Initial Developer. All Rights Reserved.
1621- -
1622- - Contributor(s):
1623- -
1624- - ***** END LICENSE BLOCK *****
1625-
1626- -->
1627 <!ENTITY dialog.title "Խմբագրել բաժանորդագրությունները">
1628 <!ENTITY dialog.newtitle "Նոր բաժանորդագրություն">
1629 <!ENTITY new.description "
1630
1631=== modified file 'chrome/locale/hy-AM/tip_subscriptions.dtd'
1632--- chrome/locale/hy-AM/tip_subscriptions.dtd 2009-07-25 18:59:41 +0000
1633+++ chrome/locale/hy-AM/tip_subscriptions.dtd 2009-08-12 17:24:40 +0000
1634@@ -1,28 +1,3 @@
1635-<!-- ***** BEGIN LICENSE BLOCK *****
1636- - Version: MPL 1.1
1637- -
1638- - The contents of this file are subject to the Mozilla Public License Version
1639- - 1.1 (the "License"); you may not use this file except in compliance with
1640- - the License. You may obtain a copy of the License at
1641- - http://www.mozilla.org/MPL/
1642- -
1643- - Software distributed under the License is distributed on an "AS IS" basis,
1644- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1645- - for the specific language governing rights and limitations under the
1646- - License.
1647- -
1648- - The Original Code is Adblock Plus.
1649- -
1650- - The Initial Developer of the Original Code is
1651- - Wladimir Palant.
1652- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1653- - the Initial Developer. All Rights Reserved.
1654- -
1655- - Contributor(s):
1656- -
1657- - ***** END LICENSE BLOCK *****
1658-
1659- -->
1660 <!ENTITY dialog.title "Բարի գալուստ Adblock Plus">
1661 <!ENTITY description.par1 "
1662 Շնորհակալություն «Adblock Plus» տեղադրելու համար: Այն կօգնի Ձեզ
1663
1664=== modified file 'chrome/locale/is-IS/composer.dtd'
1665--- chrome/locale/is-IS/composer.dtd 2009-07-25 18:59:41 +0000
1666+++ chrome/locale/is-IS/composer.dtd 2009-08-12 17:24:40 +0000
1667@@ -2,11 +2,11 @@
1668 <!ENTITY accept.label "Bæta við síu">
1669 <!ENTITY advanced.label "Ítarleg sýn">
1670 <!ENTITY basic.label "Einföld sýn">
1671-<!ENTITY disabled.warning.beforeLink "Adblock Plus er óvirtk eins og er. Þú getur samt bætt við síum en síurnar munu ekki vera virkar nema þú">
1672-<!ENTITY disabled.warning.link "virkja Adblock Plus">
1673+<!ENTITY disabled.warning.beforeLink "Adblock Plus er óvirkt eins og er. Þú getur samt bætt við síum en síurnar munu ekki vera virkar nema þú">
1674+<!ENTITY disabled.warning.link "virkjir Adblock Plus">
1675 <!ENTITY disabled.warning.afterLink ".">
1676-<!ENTITY groupDisabled.warning.beforeLink "Síu hópurinn &quot;&#37;S&quot; sem þessi sía ætti að bætast við er óvirkur. Þú getur samt sem áður bætt síunni við en hún mun ekki verða virk nema þú">
1677-<!ENTITY groupDisabled.warning.link "gerir síu hópinn virkan">
1678+<!ENTITY groupDisabled.warning.beforeLink "Síuhópurinn &quot;&#37;S&quot; sem þessi sía á að bætast við er ekki virkur. Þú getur bætt síunni við en hún mun ekki verða virkjuð nema þú">
1679+<!ENTITY groupDisabled.warning.link "virkjir síðuhópinn">
1680 <!ENTITY groupDisabled.warning.afterLink ".">
1681 <!ENTITY filter.label "Ný sía:">
1682 <!ENTITY filter.accesskey "s">
1683@@ -25,7 +25,7 @@
1684 <!ENTITY anchors.label "Aðeins samþykkja mynstur:">
1685 <!ENTITY anchor.start.label "í byrjun netfangs">
1686 <!ENTITY anchor.start.accesskey "b">
1687-<!ENTITY anchor.start.flexible.label "í byrjun léns">
1688+<!ENTITY anchor.start.flexible.label "í byrjun lénsins">
1689 <!ENTITY anchor.start.flexible.accesskey "b">
1690 <!ENTITY anchor.end.label "í enda netfangs">
1691 <!ENTITY anchor.end.accesskey "d">
1692
1693=== modified file 'chrome/locale/is-IS/global.properties'
1694--- chrome/locale/is-IS/global.properties 2009-07-25 18:59:41 +0000
1695+++ chrome/locale/is-IS/global.properties 2009-08-12 17:24:40 +0000
1696@@ -7,7 +7,7 @@
1697 action3_tooltip=Smelltu til að virkja/gera óvirkt Adblock Plus.
1698 active_tooltip=Adblock Plus er virkur.
1699 disabled_tooltip=Adblock Plus er óvirkur.
1700-whitelisted_tooltip=Adblock Plus er í gangi en óvirkt á núverandi síðu.
1701+whitelisted_tooltip=Adblock Plus er í gangi en er óvirkur á núverandi síðu.
1702 blocked_count_tooltip=-- af --
1703 no_blocking_suggestions=Engir lokaðir hlutir á núverandi síðu
1704 whitelisted_page=Búið er að gera Adblock Plus óvirkt fyrir núverandi síðu
1705@@ -36,7 +36,7 @@
1706 resethitcounts_warning=Viltu örugglega endurstilla talningar fyrir síur á núll? Ekki er hægt að afturkalla þessa aðgerð!
1707 resethitcounts_selected_warning=Viltu örugglega endurstilla talningar fyrir valdar síur á núll? Ekki er hægt að afturkalla þessa aðgerð!
1708 filter_regexp_tooltip=Sían er annaðhvort regluleg segð eða of stutt til að hægt sé að nota. Of margar af svona síum gætu hægt á vöfrun.
1709-filter_elemhide_duplicate_id=Aðeins er hægt að skrilgreina eitt auðkenni fyrir hlut sem á að fela
1710+filter_elemhide_duplicate_id=Aðeins er hægt að skilgreina eitt auðkenni fyrir hlut sem á að fela
1711 filter_elemhide_nocriteria=Engin viðmiðun skilgreind til þess að bera kennsl á hlut til að fela
1712 subscription_no_location=Sláðu inn staðsetningu til þess að niðurhala síur frá.
1713 subscription_invalid_location=Staðsetning síu er ekki gilt URL eða gilt skráarnafn.
1714
1715=== modified file 'chrome/locale/is-IS/overlay.dtd'
1716--- chrome/locale/is-IS/overlay.dtd 2009-07-25 18:59:41 +0000
1717+++ chrome/locale/is-IS/overlay.dtd 2009-08-12 17:24:40 +0000
1718@@ -8,7 +8,7 @@
1719 <!ENTITY context.image.label "Loka auglýsingamynd">
1720 <!ENTITY context.object.label "Loka auglýsingahlut">
1721 <!ENTITY context.frame.label "Loka auglýsingaramma">
1722-<!ENTITY context.removeWhitelist.label "Adblock Plus: Virkja aftur á þessari síðu">
1723+<!ENTITY context.removeWhitelist.label "Adblock Plus: Endurvirkja á þessari síðu">
1724 <!ENTITY sidebar.title "Hlutir á núverandi síðu sem hægt er að loka á">
1725 <!ENTITY settings.label "Stillingar">
1726 <!ENTITY settings.accesskey "S">
1727
1728=== modified file 'chrome/locale/is-IS/settings.dtd'
1729--- chrome/locale/is-IS/settings.dtd 2009-07-25 18:59:41 +0000
1730+++ chrome/locale/is-IS/settings.dtd 2009-08-12 17:24:40 +0000
1731@@ -47,7 +47,7 @@
1732 <!ENTITY showintoolbar.accesskey "t">
1733 <!ENTITY showinstatusbar.label "Sýna í stöðuslá">
1734 <!ENTITY showinstatusbar.accesskey "S">
1735-<!ENTITY objecttabs.label "Sýna flipa fyrir Flash og Java">
1736+<!ENTITY objecttabs.label "Sýna flipa fyrir Flass og Java">
1737 <!ENTITY objecttabs.accesskey "f">
1738 <!ENTITY collapse.label "Fella saman lokaða hluti">
1739 <!ENTITY collapse.accesskey "L">
1740@@ -67,8 +67,8 @@
1741 <!ENTITY description "Eftirfarandi síur ákvarða hvaða netföng á að loka á og hvaða netföng eigi að leyfa:">
1742 <!ENTITY filter.column "Síu regla">
1743 <!ENTITY filter.accesskey "g">
1744-<!ENTITY slow.column "Hægvirkar síur">
1745-<!ENTITY slow.accesskey "i">
1746+<!ENTITY slow.column "hægar síur">
1747+<!ENTITY slow.accesskey "æ">
1748 <!ENTITY enabled.column "Virkt">
1749 <!ENTITY enabled.accesskey "V">
1750 <!ENTITY hitcount.column "Notkun">
1751
1752=== modified file 'chrome/locale/is-IS/sidebar.dtd'
1753--- chrome/locale/is-IS/sidebar.dtd 2009-07-25 18:59:41 +0000
1754+++ chrome/locale/is-IS/sidebar.dtd 2009-08-12 17:24:40 +0000
1755@@ -8,7 +8,7 @@
1756 <!ENTITY filter.label "Sía">
1757 <!ENTITY state.label "Ríki">
1758 <!ENTITY size.label "Stærð">
1759-<!ENTITY docDomain.label "Uppruni skjals">
1760+<!ENTITY docDomain.label "Frumkóði síðu">
1761 <!ENTITY noitems.label "Engir hlutir til að loka á">
1762 <!ENTITY whitelisted.label "Síða fyrir hvítlista">
1763 <!ENTITY tooltip.address.label "Netfang:">
1764@@ -16,7 +16,7 @@
1765 <!ENTITY tooltip.type.blocked "(stöðvað)">
1766 <!ENTITY tooltip.type.whitelisted "(hvítlisti)">
1767 <!ENTITY tooltip.size.label "Stærð:">
1768-<!ENTITY tooltip.docDomain.label "Upprunir skjals:">
1769+<!ENTITY tooltip.docDomain.label "Frumkóði síðu:">
1770 <!ENTITY tooltip.filter.label "Sía í notkun:">
1771 <!ENTITY tooltip.filterSource.label "Sía frumkóða:">
1772 <!ENTITY context.block.label "Loka á þennan hlut">
1773@@ -27,6 +27,6 @@
1774 <!ENTITY context.disablefilteronsite.label "Aftengja síu fyrir --">
1775 <!ENTITY context.open.label "Opna í nýjum flipa">
1776 <!ENTITY context.flash.label "Rammi Flash hlutar">
1777-<!ENTITY context.copy.label "Afrita netfang hluts">
1778+<!ENTITY context.copy.label "Afrita netfang hlutar">
1779 <!ENTITY context.copyFilter.label "Afrita síu">
1780 <!ENTITY context.selectAll.label "Velja allt">
1781
1782=== modified file 'chrome/locale/is-IS/subscription.dtd'
1783--- chrome/locale/is-IS/subscription.dtd 2009-03-17 01:48:13 +0000
1784+++ chrome/locale/is-IS/subscription.dtd 2009-08-12 17:24:40 +0000
1785@@ -1,24 +1,16 @@
1786 <!ENTITY dialog.title "Breyta síuáskrift">
1787 <!ENTITY dialog.newtitle "Bæta við síuáskrift">
1788-<!ENTITY new.description "
1789- Sláðu inn netfang eða skráarnafn sem inniheldur lista af
1790- Adblock Plus síum.
1791-">
1792-<!ENTITY edit.description "
1793- Síulistinn fyrir þessa áskrift verður niðurhalað
1794- frá gefinni staðsetningu.
1795-">
1796-<!ENTITY external.description "
1797- Áskrift þessi er ytri síuáskrfit, síulistinn
1798+<!ENTITY new.description "Sláðu inn netfang eða skráarnafn sem inniheldur lista af
1799+ Adblock Plus síum.">
1800+<!ENTITY edit.description "Síulistinn fyrir þessa áskrift verður niðurhalað
1801+ frá gefinni staðsetningu.">
1802+<!ENTITY external.description "Áskrift þessi er ytri síuáskrift, síulistinn
1803 verður uppfærður af viðbótinni sem bjó til þessa
1804- áskrift.
1805-">
1806-<!ENTITY autodownload.description "
1807- Ef þú velur að &apos;Uppfæra sjálfvirkt&apos; mun þessi staðsetning verða
1808+ áskrift.">
1809+<!ENTITY autodownload.description "Ef þú velur að &apos;Uppfæra sjálfvirkt&apos; mun þessi staðsetning verða
1810 athuguð daglega fyrir uppfærslur. Ef þessi valmöguleiki er óvirkur
1811 geturðu samt uppfært handvirkt frá
1812- áskriftarvalmdynd.
1813-">
1814+ áskriftarvalmynd.">
1815 <!ENTITY location.label "Staðsetning síulista:">
1816 <!ENTITY location.accesskey "L">
1817 <!ENTITY title.label "Áskriftartitill:">
1818
1819=== modified file 'chrome/locale/is-IS/tip_subscriptions.dtd'
1820--- chrome/locale/is-IS/tip_subscriptions.dtd 2009-03-17 01:48:13 +0000
1821+++ chrome/locale/is-IS/tip_subscriptions.dtd 2009-08-12 17:24:40 +0000
1822@@ -1,41 +1,31 @@
1823 <!ENTITY dialog.title "Bæta við Adblock Plus síu áskrift">
1824-<!ENTITY description.par1 "
1825- Þakka þér fyrir að setja inn Adblock Plus. Þessi viðbót getur
1826- fjarlægt 99&#x25; af öllum auglýsingum sem þú sérð á vefnum. Hinsvegar,
1827- til þess að ná þessum árangri þarftu að skrilgreina góðar
1828+<!ENTITY description.par1 "Þakka þér fyrir að setja inn Adblock Plus. Þessi viðbót getur
1829+ fjarlægt 99&#37; af öllum auglýsingum sem þú sérð á vefnum. Hinsvegar,
1830+ til þess að ná þessum árangri þarftu að skilgreina góðar
1831 síur. Þú getur skilgreint svoleiðis sjálfur, eða þú getur einfaldlega gerst áskrifandi
1832 að síulistum sem aðrir sjá um að viðhalda fyrir þig. Það er samt alltaf hægt að
1833 bæta við þínum eigin síum eða gera óvirkar/fjarlægja áskriftir
1834- hvenær sem er.
1835-">
1836-<!ENTITY description.par2 "
1837- Þú getur valið eina áskrift af áskriftarlistum sem mælt er með
1838+ hvenær sem er.">
1839+<!ENTITY description.par2 "Þú getur valið eina áskrift af áskriftarlistunum sem mælt er með
1840 hér fyrir neðan (fleiri áskriftir er hægt að
1841 bæta við seinna í Adblock Plus stillingaglugganum þótt venjulega sé það ekki
1842- nauðsynlegt):
1843-">
1844-<!ENTITY note "
1845- Athugið: Síulisti er venjulega árangursríkastur þegar honum er beitt
1846- á þau vefsvæði sem eru frá því svæði sem listinn var búinn til fyrir.
1847-">
1848-<!ENTITY adblock.warning "
1849- Adblock Plus hefur uppgötvað að Adblock eða gömul útgáfa af Adblock Plus er
1850+ nauðsynlegt):">
1851+<!ENTITY note "Athugið: Síulisti er venjulega árangursríkastur þegar honum er beitt
1852+ á þau vefsvæði sem eru frá því svæði sem listinn var búinn til fyrir.">
1853+<!ENTITY adblock.warning "Adblock Plus hefur uppgötvað að Adblock eða gömul útgáfa af Adblock Plus er
1854 uppsett. Ef þú keyrir bæði Adblock og Adblock Plus samsíða getur það valdið
1855- vandræðum og ætti að forðast í lengstu lög. Mælt er með að þú takir út Adblock strax.
1856-">
1857+ vandræðum og ætti að forðast í lengstu lög. Mælt er með að þú takir út Adblock strax.">
1858 <!ENTITY adblock.uninstall "Taka út Adblock">
1859-<!ENTITY filterset.g.warning "
1860- Svo virðist sem þú sért að nota Filterset.G. Þessum síulista hefur ekki verið
1861+<!ENTITY filterset.g.warning "Svo virðist sem þú sért að nota Filterset.G. Þessum síulista hefur ekki verið
1862 viðhaldið seinustu árin og er algeng ástæða fyrir vandamálum á
1863- vefsíðum. Mælt er með að þú takir út Filterset.G strax.
1864-">
1865+ vefsíðum. Mælt er með að þú takir út Filterset.G strax.">
1866 <!ENTITY filterset.g.moreinfo "Starfsupplýsingar">
1867 <!ENTITY filterset.g.moreinfo.url "http://adblockplus.org/en/faq_project#filterset.g">
1868 <!ENTITY filterset.g.uninstall "Taka út Filterset.G">
1869 <!ENTITY homepage.label "Heimasíða">
1870 <!ENTITY subscribe.label "Gerast áskrifandi">
1871 <!ENTITY subscribe.accesskey "G">
1872-<!ENTITY other.label "Add another subscription">
1873+<!ENTITY other.label "Bæta við öðruvísi áskrift">
1874 <!ENTITY other.accesskey "T">
1875 <!ENTITY full-list.url "http://adblockplus.org/en/subscriptions">
1876 <!ENTITY full-list.label "Skoða allar áskriftir">
1877
1878=== modified file 'chrome/locale/it-IT/composer.dtd'
1879--- chrome/locale/it-IT/composer.dtd 2009-07-25 18:59:41 +0000
1880+++ chrome/locale/it-IT/composer.dtd 2009-08-12 17:24:40 +0000
1881@@ -1,28 +1,3 @@
1882-<!-- ***** BEGIN LICENSE BLOCK *****
1883- - Version: MPL 1.1
1884- -
1885- - The contents of this file are subject to the Mozilla Public License Version
1886- - 1.1 (the "License"); you may not use this file except in compliance with
1887- - the License. You may obtain a copy of the License at
1888- - http://www.mozilla.org/MPL/
1889- -
1890- - Software distributed under the License is distributed on an "AS IS" basis,
1891- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1892- - for the specific language governing rights and limitations under the
1893- - License.
1894- -
1895- - The Original Code is Adblock Plus.
1896- -
1897- - The Initial Developer of the Original Code is
1898- - Wladimir Palant.
1899- - Portions created by the Initial Developer are Copyright (C) 2006-2009
1900- - the Initial Developer. All Rights Reserved.
1901- -
1902- - Contributor(s):
1903- -
1904- - ***** END LICENSE BLOCK *****
1905-
1906- -->
1907 <!ENTITY dialog.title "Nuovo filtro di Adblock Plus">
1908 <!ENTITY accept.label "Aggiungi filtro">
1909 <!ENTITY advanced.label "Avanzate &gt;&gt;">
1910@@ -49,10 +24,10 @@
1911 <!ENTITY custom.pattern.accesskey "P">
1912 <!ENTITY anchors.label "Accetta modelli solo:">
1913 <!ENTITY anchor.start.label "all&apos;inizio dell&apos;indirizzo web">
1914-<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1915+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1916 <!ENTITY anchor.start.accesskey "i">
1917 <!ENTITY anchor.start.flexible.label "all&apos;inizio del nome del dominio">
1918-<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1919+<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
1920 <!ENTITY anchor.start.flexible.accesskey "i">
1921 <!ENTITY anchor.end.label "alla fine dell&apos;indirizzo web">
1922 <!ENTITY anchor.end.accesskey "f">
1923
1924=== modified file 'chrome/locale/it-IT/global.properties'
1925--- chrome/locale/it-IT/global.properties 2009-07-25 19:31:00 +0000
1926+++ chrome/locale/it-IT/global.properties 2009-08-12 17:31:15 +0000
1927@@ -1,49 +1,3 @@
1928-# ***** BEGIN LICENSE BLOCK *****
1929-
1930-# Version: MPL 1.1
1931-
1932-#
1933-
1934-# The contents of this file are subject to the Mozilla Public License Version
1935-
1936-# 1.1 (the "License"); you may not use this file except in compliance with
1937-
1938-# the License. You may obtain a copy of the License at
1939-
1940-# http://www.mozilla.org/MPL/
1941-
1942-#
1943-
1944-# Software distributed under the License is distributed on an "AS IS" basis,
1945-
1946-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1947-
1948-# for the specific language governing rights and limitations under the
1949-
1950-# License.
1951-
1952-#
1953-
1954-# The Original Code is Adblock Plus.
1955-
1956-#
1957-
1958-# The Initial Developer of the Original Code is
1959-
1960-# Wladimir Palant.
1961-
1962-# Portions created by the Initial Developer are Copyright (C) 2006-2009
1963-
1964-# the Initial Developer. All Rights Reserved.
1965-
1966-#
1967-
1968-# Contributor(s):
1969-
1970-#
1971-
1972-# ***** END LICENSE BLOCK *****
1973-
1974 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=Permette di dire 'no' alla pubblicità presente nelle pagine web!
1975 status_active_label=Adblock Plus
1976 status_disabled_label=Inattiva
1977
1978=== modified file 'chrome/locale/it-IT/overlay.dtd'
1979--- chrome/locale/it-IT/overlay.dtd 2009-07-25 19:31:00 +0000
1980+++ chrome/locale/it-IT/overlay.dtd 2009-08-12 17:31:15 +0000
1981@@ -1,28 +1,3 @@
1982-<!-- ***** BEGIN LICENSE BLOCK *****
1983- - Version: MPL 1.1
1984- -
1985- - The contents of this file are subject to the Mozilla Public License Version
1986- - 1.1 (the "License"); you may not use this file except in compliance with
1987- - the License. You may obtain a copy of the License at
1988- - http://www.mozilla.org/MPL/
1989- -
1990- - Software distributed under the License is distributed on an "AS IS" basis,
1991- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1992- - for the specific language governing rights and limitations under the
1993- - License.
1994- -
1995- - The Original Code is Adblock Plus.
1996- -
1997- - The Initial Developer of the Original Code is
1998- - Wladimir Palant.
1999- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2000- - the Initial Developer. All Rights Reserved.
2001- -
2002- - Contributor(s):
2003- -
2004- - ***** END LICENSE BLOCK *****
2005-
2006- -->
2007 <!ENTITY status.tooltip "Stato:">
2008 <!ENTITY blocked.tooltip "Elementi bloccati nella pagina attuale:">
2009 <!ENTITY filters.tooltip "Filtri maggiormente attivi:">
2010@@ -38,10 +13,10 @@
2011 <!ENTITY settings.label "Impostazioni">
2012 <!ENTITY settings.accesskey "I">
2013 <!ENTITY opensidebar.label "Apri gli elementi bloccabili">
2014-<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2015+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2016 <!ENTITY opensidebar.accesskey "b">
2017 <!ENTITY closesidebar.label "Chiudi gli elementi bloccabili">
2018-<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2019+<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2020 <!ENTITY closesidebar.accesskey "b">
2021 <!ENTITY whitelist.site.label "Disattiva per --">
2022 <!ENTITY whitelist.page.label "Disattiva solo per la pagina attuale">
2023
2024=== modified file 'chrome/locale/it-IT/settings.dtd'
2025--- chrome/locale/it-IT/settings.dtd 2009-07-25 19:31:00 +0000
2026+++ chrome/locale/it-IT/settings.dtd 2009-08-12 17:31:15 +0000
2027@@ -1,28 +1,3 @@
2028-<!-- ***** BEGIN LICENSE BLOCK *****
2029- - Version: MPL 1.1
2030- -
2031- - The contents of this file are subject to the Mozilla Public License Version
2032- - 1.1 (the "License"); you may not use this file except in compliance with
2033- - the License. You may obtain a copy of the License at
2034- - http://www.mozilla.org/MPL/
2035- -
2036- - Software distributed under the License is distributed on an "AS IS" basis,
2037- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2038- - for the specific language governing rights and limitations under the
2039- - License.
2040- -
2041- - The Original Code is Adblock Plus.
2042- -
2043- - The Initial Developer of the Original Code is
2044- - Wladimir Palant.
2045- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2046- - the Initial Developer. All Rights Reserved.
2047- -
2048- - Contributor(s):
2049- -
2050- - ***** END LICENSE BLOCK *****
2051-
2052- -->
2053 <!ENTITY dialog.title "Impostazioni di Adblock Plus">
2054 <!ENTITY filters.label "Filtri">
2055 <!ENTITY filters.accesskey "F">
2056
2057=== modified file 'chrome/locale/it-IT/sidebar.dtd'
2058--- chrome/locale/it-IT/sidebar.dtd 2009-07-25 19:31:00 +0000
2059+++ chrome/locale/it-IT/sidebar.dtd 2009-08-12 17:31:15 +0000
2060@@ -1,28 +1,3 @@
2061-<!-- ***** BEGIN LICENSE BLOCK *****
2062- - Version: MPL 1.1
2063- -
2064- - The contents of this file are subject to the Mozilla Public License Version
2065- - 1.1 (the "License"); you may not use this file except in compliance with
2066- - the License. You may obtain a copy of the License at
2067- - http://www.mozilla.org/MPL/
2068- -
2069- - Software distributed under the License is distributed on an "AS IS" basis,
2070- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2071- - for the specific language governing rights and limitations under the
2072- - License.
2073- -
2074- - The Original Code is Adblock Plus.
2075- -
2076- - The Initial Developer of the Original Code is
2077- - Wladimir Palant.
2078- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2079- - the Initial Developer. All Rights Reserved.
2080- -
2081- - Contributor(s):
2082- -
2083- - ***** END LICENSE BLOCK *****
2084-
2085- -->
2086 <!ENTITY detached.title "Elementi bloccabili con Adblock Plus (separati)">
2087 <!ENTITY detach.label "Separa">
2088 <!ENTITY reattach.label "Riunisci">
2089
2090=== modified file 'chrome/locale/ja-JP/about.dtd'
2091--- chrome/locale/ja-JP/about.dtd 2009-07-25 19:31:00 +0000
2092+++ chrome/locale/ja-JP/about.dtd 2009-08-12 17:31:15 +0000
2093@@ -7,6 +7,6 @@
2094 -- Adblock Plus にアドレスを追加するだけです!
2095 ">
2096 <!ENTITY homepage.label "Adblock Plus ホームページ:">
2097-<!ENTITY homepage.url "http://adblockplus.org/en/">
2098+<!ENTITY homepage.url "http://adblockplus.org/">
2099 <!ENTITY author.label "製作者:">
2100 <!ENTITY contributors.label "貢献者:">
2101
2102=== modified file 'chrome/locale/ja-JP/composer.dtd'
2103--- chrome/locale/ja-JP/composer.dtd 2009-07-25 18:59:41 +0000
2104+++ chrome/locale/ja-JP/composer.dtd 2009-08-12 17:24:40 +0000
2105@@ -1,4 +1,3 @@
2106-<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2107 <!ENTITY dialog.title "Adblock Plus フィルタを追加">
2108 <!ENTITY accept.label "フィルタ追加">
2109 <!ENTITY advanced.label "詳細表示">
2110@@ -25,9 +24,10 @@
2111 <!ENTITY custom.pattern.accesskey "C">
2112 <!ENTITY anchors.label "パターン限定対応:">
2113 <!ENTITY anchor.start.label "アドレスの先頭">
2114-<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2115+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter.-->
2116 <!ENTITY anchor.start.accesskey "g">
2117 <!ENTITY anchor.start.flexible.label "ドメインの先頭">
2118+<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter.-->
2119 <!ENTITY anchor.start.flexible.accesskey "g">
2120 <!ENTITY anchor.end.label "アドレスの最後">
2121 <!ENTITY anchor.end.accesskey "n">
2122
2123=== modified file 'chrome/locale/ja-JP/global.properties'
2124--- chrome/locale/ja-JP/global.properties 2009-07-25 19:31:00 +0000
2125+++ chrome/locale/ja-JP/global.properties 2009-08-12 17:31:15 +0000
2126@@ -1,5 +1,3 @@
2127-# strings used by the Find bar, copied from findbar.properties
2128-
2129 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=広告は過去の遺物です!
2130 status_active_label=Adblock
2131 status_disabled_label=停止中
2132
2133=== modified file 'chrome/locale/ja-JP/overlay.dtd'
2134--- chrome/locale/ja-JP/overlay.dtd 2009-07-25 19:31:00 +0000
2135+++ chrome/locale/ja-JP/overlay.dtd 2009-08-12 17:31:15 +0000
2136@@ -13,8 +13,10 @@
2137 <!ENTITY settings.label "設定">
2138 <!ENTITY settings.accesskey "F">
2139 <!ENTITY opensidebar.label "ブロック要素一覧を開く">
2140+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open.-->
2141 <!ENTITY opensidebar.accesskey "B">
2142 <!ENTITY closesidebar.label "ブロック要素一覧を閉じる">
2143+<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open.-->
2144 <!ENTITY closesidebar.accesskey "B">
2145 <!ENTITY whitelist.site.label "-- をホワイトリストに追加">
2146 <!ENTITY whitelist.page.label "現在のページをホワイトリストに追加">
2147
2148=== modified file 'chrome/locale/ja-JP/settings.dtd'
2149--- chrome/locale/ja-JP/settings.dtd 2009-07-25 19:31:00 +0000
2150+++ chrome/locale/ja-JP/settings.dtd 2009-08-12 17:31:15 +0000
2151@@ -64,7 +64,9 @@
2152 <!ENTITY filterdoc.url "http://adblockplus.org/en/filters">
2153 <!ENTITY about.label "Adblock Plus について">
2154 <!ENTITY about.accesskey "B">
2155-<!ENTITY description "以下のフィルタはどのアドレスがブロックされるか、またどれが許可されるかを決定します。">
2156+<!ENTITY description "ドロップダウンリストの中からブロックしたいアドレスを追加してください。
2157+ 汎用的なフィルタを作成する場合はワイルドカードとして * (アスタリスク)が使用できます。
2158+ 上級ユーザは /banner\d+\.gif$/ のような正規表現を使用することができます。">
2159 <!ENTITY filter.column "フィルタのルール">
2160 <!ENTITY filter.accesskey "F">
2161 <!ENTITY slow.column "低速フィルタ">
2162
2163=== modified file 'chrome/locale/kk-KZ/composer.dtd'
2164--- chrome/locale/kk-KZ/composer.dtd 2009-07-25 18:59:41 +0000
2165+++ chrome/locale/kk-KZ/composer.dtd 2009-08-12 17:24:40 +0000
2166@@ -5,8 +5,8 @@
2167 <!ENTITY disabled.warning.beforeLink "Adblock Plus қазір сөндірулі. Фильтрлерді қазір де қоса аласыз, бірақ олар жұмыс істемейді, сіз">
2168 <!ENTITY disabled.warning.link "Adblock Plus қосқанға дейін">
2169 <!ENTITY disabled.warning.afterLink ".">
2170-<!ENTITY groupDisabled.warning.beforeLink "Осы фильтрді &quot;&#37;S&quot; фильтрлер тобына қосқыңыз келеді, бірақ ол топ сөндірілген. Фильтрді қоса аласыз, бірақ топты іске қоспағанша">
2171-<!ENTITY groupDisabled.warning.link "фильтр іске қосылмайды">
2172+<!ENTITY groupDisabled.warning.beforeLink "Осы фильтр қосылатын &quot;&#37;S&quot; фильтрлер тобы қазір сөндірулі. Сіз фильтрді қоса аласыз, бірақ фильтрлер тобы қосылған">
2173+<!ENTITY groupDisabled.warning.link "кезде ғана іске асады">
2174 <!ENTITY groupDisabled.warning.afterLink ".">
2175 <!ENTITY filter.label "Жаңа фильтр:">
2176 <!ENTITY filter.accesskey "ф">
2177@@ -24,14 +24,14 @@
2178 <!ENTITY custom.pattern.accesskey "з">
2179 <!ENTITY anchors.label "Шаблонды тек келесіде қолдану:">
2180 <!ENTITY anchor.start.label "адрес басында">
2181-<!ENTITY anchor.start.accesskey "н">
2182-<!ENTITY anchor.start.flexible.label "домен аты басында">
2183-<!ENTITY anchor.start.flexible.accesskey "н">
2184+<!ENTITY anchor.start.accesskey "д">
2185+<!ENTITY anchor.start.flexible.label "домен атынын басында">
2186+<!ENTITY anchor.start.flexible.accesskey "д">
2187 <!ENTITY anchor.end.label "адрес соңында">
2188 <!ENTITY anchor.end.accesskey "ы">
2189 <!ENTITY options.label "Баптаулар">
2190 <!ENTITY domainRestriction.label "Доменмен шектеу:">
2191-<!ENTITY domainRestriction.accesskey "Д">
2192+<!ENTITY domainRestriction.accesskey "т">
2193 <!ENTITY domainRestriction.help "Бір немесе &quot;|&quot; таңбасымен ажыратылған бірнеше доменді көрсетіңіз, фильтр тек осы домендер үшін орындалады. Домен атының алдыңдағы &quot;~&quot; таңбасы осы доменде фильтр орындалмайтынын көрсетеді.">
2194 <!ENTITY firstParty.label "Тек сол сайт өз құрамасы үшін">
2195 <!ENTITY firstParty.accesskey "ш">
2196
2197=== modified file 'chrome/locale/kk-KZ/overlay.dtd'
2198--- chrome/locale/kk-KZ/overlay.dtd 2009-07-25 18:59:41 +0000
2199+++ chrome/locale/kk-KZ/overlay.dtd 2009-08-12 17:24:40 +0000
2200@@ -2,13 +2,13 @@
2201 <!ENTITY blocked.tooltip "Бұл парақтағы блокталған құрама:">
2202 <!ENTITY filters.tooltip "Көп қолданылатын фильтрлер:">
2203 <!ENTITY menuitem.label "Adblock Plus баптаулары">
2204-<!ENTITY menuitem.accesskey "б">
2205+<!ENTITY menuitem.accesskey "п">
2206 <!ENTITY toolbarbutton.label "Adblock Plus">
2207 <!ENTITY view.blockableItems.label "Adblock Plus: Парақ құрамасы">
2208 <!ENTITY context.image.label "Adblock Plus: Суретті блоктау">
2209 <!ENTITY context.object.label "Adblock Plus: Объектті блоктау">
2210 <!ENTITY context.frame.label "Adblock Plus: Фреймді блоктау">
2211-<!ENTITY context.removeWhitelist.label "Adblock Plus: Бұл парақта қайта қосу">
2212+<!ENTITY context.removeWhitelist.label "Adblock Plus: Осы парақта қайта қосу">
2213 <!ENTITY sidebar.title "Ағымдағы парақ құрамасы">
2214 <!ENTITY settings.label "Баптаулары">
2215 <!ENTITY settings.accesskey "т">
2216
2217=== modified file 'chrome/locale/kk-KZ/settings.dtd'
2218--- chrome/locale/kk-KZ/settings.dtd 2009-07-25 18:59:41 +0000
2219+++ chrome/locale/kk-KZ/settings.dtd 2009-08-12 17:24:40 +0000
2220@@ -79,8 +79,8 @@
2221 <!ENTITY context.resethitcount.label "Фильтр үшін хит статистикасын тастау">
2222 <!ENTITY context.synchsubscription.label "Жазылуды қазір жаңарту">
2223 <!ENTITY context.editsubscription.label "Жазылуды жаңарту">
2224-<!ENTITY context.moveup.label "Фильтрді жоғары көтеру">
2225-<!ENTITY context.movedown.label "Фильтрді төмен түсіру">
2226+<!ENTITY context.moveup.label "Фильтрі жоғары көтеру">
2227+<!ENTITY context.movedown.label "Фильтрі төмен түсіру">
2228 <!ENTITY context.movegroupup.label "Топты жоғары көтеру">
2229 <!ENTITY context.movegroupdown.label "Топты төмен түсіру">
2230 <!ENTITY context.enable.label "Қосу">
2231
2232=== modified file 'chrome/locale/kk-KZ/sidebar.dtd'
2233--- chrome/locale/kk-KZ/sidebar.dtd 2009-07-25 18:59:41 +0000
2234+++ chrome/locale/kk-KZ/sidebar.dtd 2009-08-12 17:24:40 +0000
2235@@ -8,7 +8,7 @@
2236 <!ENTITY filter.label "Фильтр">
2237 <!ENTITY state.label "Күйі">
2238 <!ENTITY size.label "Көлемі">
2239-<!ENTITY docDomain.label "Құжат шыққан көзі">
2240+<!ENTITY docDomain.label "Құжат көзі">
2241 <!ENTITY noitems.label "Блокталатын құрама жоқ">
2242 <!ENTITY whitelisted.label "Ережеден тыс парақ">
2243 <!ENTITY tooltip.address.label "Адресі:">
2244@@ -16,7 +16,7 @@
2245 <!ENTITY tooltip.type.blocked "(блокталған)">
2246 <!ENTITY tooltip.type.whitelisted "(ережеден тыс)">
2247 <!ENTITY tooltip.size.label "Көлемі:">
2248-<!ENTITY tooltip.docDomain.label "Құжат шыққан көзі:">
2249+<!ENTITY tooltip.docDomain.label "Құжат көзі:">
2250 <!ENTITY tooltip.filter.label "Қолданудағы фильтр:">
2251 <!ENTITY tooltip.filterSource.label "Фильтр көзі:">
2252 <!ENTITY context.block.label "Бұл элементті блоктау">
2253
2254=== modified file 'chrome/locale/ko-KR/settings.dtd'
2255--- chrome/locale/ko-KR/settings.dtd 2009-07-25 19:31:00 +0000
2256+++ chrome/locale/ko-KR/settings.dtd 2009-08-12 17:31:15 +0000
2257@@ -64,8 +64,8 @@
2258 <!ENTITY filterdoc.url "http://adblockplus.org/en/filters">
2259 <!ENTITY about.label "Adblock Plus에 대하여">
2260 <!ENTITY about.accesskey "B">
2261-<!ENTITY description "차단하고자 하는 주소를 추가하십시오.
2262- 일반적인 필터는 &apos;*&apos;을 사용할 수 있습니다.
2263+<!ENTITY description "차단하고자 하는 주소를 추가하십시오.
2264+ 일반적인 필터는 &apos;*&apos;을 사용할 수 있습니다.
2265 고급 사용자는 정규표현식을 사용할 수 있습니다.(예: /banner\d+\.gif$/)">
2266 <!ENTITY filter.column "필터 규칙">
2267 <!ENTITY filter.accesskey "F">
2268
2269=== modified file 'chrome/locale/nl-NL/composer.dtd'
2270--- chrome/locale/nl-NL/composer.dtd 2009-07-25 18:59:41 +0000
2271+++ chrome/locale/nl-NL/composer.dtd 2009-08-12 17:24:40 +0000
2272@@ -5,7 +5,7 @@
2273 <!ENTITY disabled.warning.beforeLink "Adblock Plus is uitgeschakeld. U kunt nog wel filters toevoegen, maar ze worden niet toegepast tot u">
2274 <!ENTITY disabled.warning.link "Adblock Plus weer inschakelen">
2275 <!ENTITY disabled.warning.afterLink ".">
2276-<!ENTITY groupDisabled.warning.beforeLink "De filtergroep &quot;&#37;S&quot; waar dit filter aan wordt toegevoegd is momenteel uitgeschakeld. U kunt het filter nog wel toevoegen maar het wordt niet gebruikt totdat u">
2277+<!ENTITY groupDisabled.warning.beforeLink "De filtergroep &quot;&#x25;S&quot; aan wordt toegevoegd is momenteel uitgeschakeld. U kunt het filter nog wel toevoegen maar het wordt niet toegepast tenzij u">
2278 <!ENTITY groupDisabled.warning.link "de filtergroep inschakeld">
2279 <!ENTITY groupDisabled.warning.afterLink ".">
2280 <!ENTITY filter.label "Nieuw filter">
2281@@ -24,8 +24,10 @@
2282 <!ENTITY custom.pattern.accesskey "A">
2283 <!ENTITY anchors.label "Accepteer alleen patronen:">
2284 <!ENTITY anchor.start.label "aan het begin van het adres">
2285+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2286 <!ENTITY anchor.start.accesskey "h">
2287 <!ENTITY anchor.start.flexible.label "aan het begin van de domeinnaam">
2288+<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2289 <!ENTITY anchor.start.flexible.accesskey "h">
2290 <!ENTITY anchor.end.label "aan het eind van het adres">
2291 <!ENTITY anchor.end.accesskey "e">
2292
2293=== modified file 'chrome/locale/nl-NL/overlay.dtd'
2294--- chrome/locale/nl-NL/overlay.dtd 2009-07-25 19:31:00 +0000
2295+++ chrome/locale/nl-NL/overlay.dtd 2009-08-12 17:31:15 +0000
2296@@ -13,8 +13,10 @@
2297 <!ENTITY settings.label "Voorkeuren">
2298 <!ENTITY settings.accesskey "V">
2299 <!ENTITY opensidebar.label "Blokkeerbare onderdelen open">
2300+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2301 <!ENTITY opensidebar.accesskey "B">
2302 <!ENTITY closesidebar.label "Blokkeerbare onderdelen sluiten">
2303+<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2304 <!ENTITY closesidebar.accesskey "B">
2305 <!ENTITY whitelist.site.label "Uitschakelen op --">
2306 <!ENTITY whitelist.page.label "Alleen op deze pagina uitschakelen">
2307
2308=== modified file 'chrome/locale/pl-PL/composer.dtd'
2309--- chrome/locale/pl-PL/composer.dtd 2009-07-25 18:59:41 +0000
2310+++ chrome/locale/pl-PL/composer.dtd 2009-08-12 17:24:40 +0000
2311@@ -24,8 +24,10 @@
2312 <!ENTITY custom.pattern.accesskey "D">
2313 <!ENTITY anchors.label "Akceptuj wzorzec tylko:">
2314 <!ENTITY anchor.start.label "na początku adresu">
2315+<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2316 <!ENTITY anchor.start.accesskey "o">
2317 <!ENTITY anchor.start.flexible.label "na początku nazwy domeny">
2318+<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter. -->
2319 <!ENTITY anchor.start.flexible.accesskey "o">
2320 <!ENTITY anchor.end.label "na końcu adresu">
2321 <!ENTITY anchor.end.accesskey "k">
2322
2323=== modified file 'chrome/locale/pl-PL/overlay.dtd'
2324--- chrome/locale/pl-PL/overlay.dtd 2009-07-25 19:31:00 +0000
2325+++ chrome/locale/pl-PL/overlay.dtd 2009-08-12 17:31:15 +0000
2326@@ -1,28 +1,3 @@
2327-<!-- ***** BEGIN LICENSE BLOCK *****
2328- - Version: MPL 1.1
2329- -
2330- - The contents of this file are subject to the Mozilla Public License Version
2331- - 1.1 (the "License"); you may not use this file except in compliance with
2332- - the License. You may obtain a copy of the License at
2333- - http://www.mozilla.org/MPL/
2334- -
2335- - Software distributed under the License is distributed on an "AS IS" basis,
2336- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2337- - for the specific language governing rights and limitations under the
2338- - License.
2339- -
2340- - The Original Code is Adblock Plus.
2341- -
2342- - The Initial Developer of the Original Code is
2343- - Wladimir Palant.
2344- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2345- - the Initial Developer. All Rights Reserved.
2346- -
2347- - Contributor(s):
2348- -
2349- - ***** END LICENSE BLOCK *****
2350-
2351- -->
2352 <!ENTITY status.tooltip "Status:">
2353 <!ENTITY blocked.tooltip "Zablokowane elementy na tej stronie:">
2354 <!ENTITY filters.tooltip "Najczęściej stosowane filtry:">
2355@@ -38,10 +13,10 @@
2356 <!ENTITY settings.label "Ustawienia">
2357 <!ENTITY settings.accesskey "U">
2358 <!ENTITY opensidebar.label "Otwórz listę blokowalnych elementów">
2359-<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2360+<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2361 <!ENTITY opensidebar.accesskey "B">
2362 <!ENTITY closesidebar.label "Zamknij listę blokowalnych elementów">
2363-<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2364+<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open. -->
2365 <!ENTITY closesidebar.accesskey "B">
2366 <!ENTITY whitelist.site.label "Wyłącz blokowanie na --">
2367 <!ENTITY whitelist.page.label "Wyłącz blokowanie tylko na tej stronie">
2368
2369=== modified file 'chrome/locale/pt-BR/composer.dtd'
2370--- chrome/locale/pt-BR/composer.dtd 2009-07-25 18:59:41 +0000
2371+++ chrome/locale/pt-BR/composer.dtd 2009-08-12 17:24:40 +0000
2372@@ -5,7 +5,7 @@
2373 <!ENTITY disabled.warning.beforeLink "O Adblock Plus está atualmente desativado. Você ainda pode adicionar filtro mas eles não serão aplicados enquanto você não">
2374 <!ENTITY disabled.warning.link "ativar o Adblock Plus">
2375 <!ENTITY disabled.warning.afterLink ".">
2376-<!ENTITY groupDisabled.warning.beforeLink "O grupo de filtros &quot;&#x25;S&quot; a que esse filtro deveria ser adicionado está atualmente desativada. Você ainda pode adicionar o filtro, mas ele não será aplicado até que">
2377+<!ENTITY groupDisabled.warning.beforeLink "O grupo de filtros &quot;&#x25;S&quot;a que esse filtro foi adicionado está atualmente desativado. Você ainda pode adicionar o filtro, mas ele não será aplicado até que você">
2378 <!ENTITY groupDisabled.warning.link "ative o grupo de filtros">
2379 <!ENTITY groupDisabled.warning.afterLink ".">
2380 <!ENTITY filter.label "Novo filtro:">
2381
2382=== modified file 'chrome/locale/pt-BR/overlay.dtd'
2383--- chrome/locale/pt-BR/overlay.dtd 2009-07-25 19:31:00 +0000
2384+++ chrome/locale/pt-BR/overlay.dtd 2009-08-12 17:31:15 +0000
2385@@ -8,7 +8,7 @@
2386 <!ENTITY context.image.label "Adblock Imagem">
2387 <!ENTITY context.object.label "Adblock Objeto">
2388 <!ENTITY context.frame.label "Adblock Frame">
2389-<!ENTITY context.removeWhitelist.label "Adblock Plus: Reativa nessa página">
2390+<!ENTITY context.removeWhitelist.label "Adblock Plus: Reativar nessa página">
2391 <!ENTITY sidebar.title "Itens bloqueáveis na página atual.">
2392 <!ENTITY settings.label "Preferências">
2393 <!ENTITY settings.accesskey "F">
2394
2395=== modified file 'chrome/locale/pt-BR/settings.dtd'
2396--- chrome/locale/pt-BR/settings.dtd 2009-07-25 19:31:00 +0000
2397+++ chrome/locale/pt-BR/settings.dtd 2009-08-12 17:31:15 +0000
2398@@ -68,7 +68,7 @@
2399 <!ENTITY filter.column "Regra de Filtro">
2400 <!ENTITY filter.accesskey "R">
2401 <!ENTITY slow.column "Filtros lentos">
2402-<!ENTITY slow.accesskey "i">
2403+<!ENTITY slow.accesskey "e">
2404 <!ENTITY enabled.column "Ativado">
2405 <!ENTITY enabled.accesskey "A">
2406 <!ENTITY hitcount.column "Acertos">
2407
2408=== modified file 'chrome/locale/ru-RU/about.dtd'
2409--- chrome/locale/ru-RU/about.dtd 2009-07-25 19:31:00 +0000
2410+++ chrome/locale/ru-RU/about.dtd 2009-08-12 17:31:15 +0000
2411@@ -1,27 +1,3 @@
2412-<!-- ***** BEGIN LICENSE BLOCK *****
2413- - Version: MPL 1.1
2414- -
2415- - The contents of this file are subject to the Mozilla Public License Version
2416- - 1.1 (the "License"); you may not use this file except in compliance with
2417- - the License. You may obtain a copy of the License at
2418- - http://www.mozilla.org/MPL/
2419- -
2420- - Software distributed under the License is distributed on an "AS IS" basis,
2421- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2422- - for the specific language governing rights and limitations under the
2423- - License.
2424- -
2425- - The Original Code is Adblock Plus.
2426- -
2427- - The Initial Developer of the Original Code is
2428- - Wladimir Palant.
2429- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2430- - the Initial Developer. All Rights Reserved.
2431- -
2432- - Contributor(s):
2433- -
2434- - ***** END LICENSE BLOCK ***** -->
2435-
2436 <!ENTITY dialog.title "О Adblock Plus">
2437
2438 <!ENTITY caption.title "Adblock Plus">
2439
2440=== modified file 'chrome/locale/ru-RU/composer.dtd'
2441--- chrome/locale/ru-RU/composer.dtd 2009-07-25 18:59:41 +0000
2442+++ chrome/locale/ru-RU/composer.dtd 2009-08-12 17:24:40 +0000
2443@@ -1,27 +1,3 @@
2444-<!-- ***** BEGIN LICENSE BLOCK *****
2445- - Version: MPL 1.1
2446- -
2447- - The contents of this file are subject to the Mozilla Public License Version
2448- - 1.1 (the "License"); you may not use this file except in compliance with
2449- - the License. You may obtain a copy of the License at
2450- - http://www.mozilla.org/MPL/
2451- -
2452- - Software distributed under the License is distributed on an "AS IS" basis,
2453- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2454- - for the specific language governing rights and limitations under the
2455- - License.
2456- -
2457- - The Original Code is Adblock Plus.
2458- -
2459- - The Initial Developer of the Original Code is
2460- - Wladimir Palant.
2461- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2462- - the Initial Developer. All Rights Reserved.
2463- -
2464- - Contributor(s):
2465- -
2466- - ***** END LICENSE BLOCK ***** -->
2467-
2468 <!ENTITY dialog.title "Составление фильтра для Adblock Plus">
2469 <!ENTITY accept.label "Добавить фильтр">
2470 <!ENTITY advanced.label "Расширенный вид">
2471
2472=== modified file 'chrome/locale/ru-RU/global.properties'
2473--- chrome/locale/ru-RU/global.properties 2009-07-25 19:31:00 +0000
2474+++ chrome/locale/ru-RU/global.properties 2009-08-12 17:31:15 +0000
2475@@ -1,27 +1,3 @@
2476-# ***** BEGIN LICENSE BLOCK *****
2477-# Version: MPL 1.1
2478-#
2479-# The contents of this file are subject to the Mozilla Public License Version
2480-# 1.1 (the "License"); you may not use this file except in compliance with
2481-# the License. You may obtain a copy of the License at
2482-# http://www.mozilla.org/MPL/
2483-#
2484-# Software distributed under the License is distributed on an "AS IS" basis,
2485-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2486-# for the specific language governing rights and limitations under the
2487-# License.
2488-#
2489-# The Original Code is Adblock Plus.
2490-#
2491-# The Initial Developer of the Original Code is
2492-# Wladimir Palant.
2493-# Portions created by the Initial Developer are Copyright (C) 2006-2009
2494-# the Initial Developer. All Rights Reserved.
2495-#
2496-# Contributor(s):
2497-#
2498-# ***** END LICENSE BLOCK *****
2499-
2500 extensions.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.description=Скажи "нет" рекламе!
2501
2502 status_active_label=Adblock
2503
2504=== modified file 'chrome/locale/ru-RU/overlay.dtd'
2505--- chrome/locale/ru-RU/overlay.dtd 2009-07-25 19:31:00 +0000
2506+++ chrome/locale/ru-RU/overlay.dtd 2009-08-12 17:31:15 +0000
2507@@ -1,27 +1,3 @@
2508-<!-- ***** BEGIN LICENSE BLOCK *****
2509- - Version: MPL 1.1
2510- -
2511- - The contents of this file are subject to the Mozilla Public License Version
2512- - 1.1 (the "License"); you may not use this file except in compliance with
2513- - the License. You may obtain a copy of the License at
2514- - http://www.mozilla.org/MPL/
2515- -
2516- - Software distributed under the License is distributed on an "AS IS" basis,
2517- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2518- - for the specific language governing rights and limitations under the
2519- - License.
2520- -
2521- - The Original Code is Adblock Plus.
2522- -
2523- - The Initial Developer of the Original Code is
2524- - Wladimir Palant.
2525- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2526- - the Initial Developer. All Rights Reserved.
2527- -
2528- - Contributor(s):
2529- -
2530- - ***** END LICENSE BLOCK ***** -->
2531-
2532 <!ENTITY status.tooltip "Статус:">
2533 <!ENTITY blocked.tooltip "Заблокированные элементы на этой странице:">
2534 <!ENTITY filters.tooltip "Наиболее часто примененные фильтры:">
2535
2536=== modified file 'chrome/locale/ru-RU/settings.dtd'
2537--- chrome/locale/ru-RU/settings.dtd 2009-07-25 19:31:00 +0000
2538+++ chrome/locale/ru-RU/settings.dtd 2009-08-12 17:31:15 +0000
2539@@ -1,27 +1,3 @@
2540-<!-- ***** BEGIN LICENSE BLOCK *****
2541- - Version: MPL 1.1
2542- -
2543- - The contents of this file are subject to the Mozilla Public License Version
2544- - 1.1 (the "License"); you may not use this file except in compliance with
2545- - the License. You may obtain a copy of the License at
2546- - http://www.mozilla.org/MPL/
2547- -
2548- - Software distributed under the License is distributed on an "AS IS" basis,
2549- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2550- - for the specific language governing rights and limitations under the
2551- - License.
2552- -
2553- - The Original Code is Adblock Plus.
2554- -
2555- - The Initial Developer of the Original Code is
2556- - Wladimir Palant.
2557- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2558- - the Initial Developer. All Rights Reserved.
2559- -
2560- - Contributor(s):
2561- -
2562- - ***** END LICENSE BLOCK ***** -->
2563-
2564 <!ENTITY dialog.title "Установки Adblock Plus">
2565
2566 <!ENTITY filters.label "Фильтры">
2567
2568=== modified file 'chrome/locale/ru-RU/sidebar.dtd'
2569--- chrome/locale/ru-RU/sidebar.dtd 2009-07-25 19:31:00 +0000
2570+++ chrome/locale/ru-RU/sidebar.dtd 2009-08-12 17:31:15 +0000
2571@@ -1,27 +1,3 @@
2572-<!-- ***** BEGIN LICENSE BLOCK *****
2573- - Version: MPL 1.1
2574- -
2575- - The contents of this file are subject to the Mozilla Public License Version
2576- - 1.1 (the "License"); you may not use this file except in compliance with
2577- - the License. You may obtain a copy of the License at
2578- - http://www.mozilla.org/MPL/
2579- -
2580- - Software distributed under the License is distributed on an "AS IS" basis,
2581- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2582- - for the specific language governing rights and limitations under the
2583- - License.
2584- -
2585- - The Original Code is Adblock Plus.
2586- -
2587- - The Initial Developer of the Original Code is
2588- - Wladimir Palant.
2589- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2590- - the Initial Developer. All Rights Reserved.
2591- -
2592- - Contributor(s):
2593- -
2594- - ***** END LICENSE BLOCK ***** -->
2595-
2596 <!ENTITY detached.title "Adblock Plus: элементы открытой страницы (отсоединены)">
2597
2598 <!ENTITY detach.label "Отсоединить">
2599
2600=== modified file 'chrome/locale/ru-RU/subscription.dtd'
2601--- chrome/locale/ru-RU/subscription.dtd 2009-07-25 19:31:00 +0000
2602+++ chrome/locale/ru-RU/subscription.dtd 2009-08-12 17:31:15 +0000
2603@@ -1,27 +1,3 @@
2604-<!-- ***** BEGIN LICENSE BLOCK *****
2605- - Version: MPL 1.1
2606- -
2607- - The contents of this file are subject to the Mozilla Public License Version
2608- - 1.1 (the "License"); you may not use this file except in compliance with
2609- - the License. You may obtain a copy of the License at
2610- - http://www.mozilla.org/MPL/
2611- -
2612- - Software distributed under the License is distributed on an "AS IS" basis,
2613- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2614- - for the specific language governing rights and limitations under the
2615- - License.
2616- -
2617- - The Original Code is Adblock Plus.
2618- -
2619- - The Initial Developer of the Original Code is
2620- - Wladimir Palant.
2621- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2622- - the Initial Developer. All Rights Reserved.
2623- -
2624- - Contributor(s):
2625- -
2626- - ***** END LICENSE BLOCK ***** -->
2627-
2628 <!ENTITY dialog.title "Редактировать подписку">
2629 <!ENTITY dialog.newtitle "Добавить подписку">
2630
2631
2632=== modified file 'chrome/locale/ru-RU/tip_subscriptions.dtd'
2633--- chrome/locale/ru-RU/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
2634+++ chrome/locale/ru-RU/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
2635@@ -1,27 +1,3 @@
2636-<!-- ***** BEGIN LICENSE BLOCK *****
2637- - Version: MPL 1.1
2638- -
2639- - The contents of this file are subject to the Mozilla Public License Version
2640- - 1.1 (the "License"); you may not use this file except in compliance with
2641- - the License. You may obtain a copy of the License at
2642- - http://www.mozilla.org/MPL/
2643- -
2644- - Software distributed under the License is distributed on an "AS IS" basis,
2645- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
2646- - for the specific language governing rights and limitations under the
2647- - License.
2648- -
2649- - The Original Code is Adblock Plus.
2650- -
2651- - The Initial Developer of the Original Code is
2652- - Wladimir Palant.
2653- - Portions created by the Initial Developer are Copyright (C) 2006-2009
2654- - the Initial Developer. All Rights Reserved.
2655- -
2656- - Contributor(s):
2657- -
2658- - ***** END LICENSE BLOCK ***** -->
2659-
2660 <!ENTITY dialog.title "Добавить подписку для Adblock Plus">
2661
2662 <!ENTITY description.par1 "
2663
2664=== modified file 'chrome/locale/sk-SK/about.dtd'
2665--- chrome/locale/sk-SK/about.dtd 2009-07-25 19:31:00 +0000
2666+++ chrome/locale/sk-SK/about.dtd 2009-08-12 17:31:15 +0000
2667@@ -1,7 +1,7 @@
2668 <!ENTITY dialog.title "O rozšírení Adblock Plus">
2669 <!ENTITY caption.title "Adblock Plus">
2670 <!ENTITY version.title "Verzia">
2671-<!ENTITY description "Adblock Plus vám umožní rozhodnúť sa, čo si neprajete zobrazovať na stránkach.
2672+<!ENTITY description "Adblock Plus vám umožní rozhodnúť sa, čo si neprajete zobrazovať na stránkach.
2673 Nepotrebujete preberať všetky reklamy a titulky, ak ich nechcete - povedzte to Adblock Plus!">
2674 <!ENTITY homepage.label "Domovská stránka Adblock Plus:">
2675 <!ENTITY homepage.url "http://adblockplus.org/">
2676
2677=== modified file 'chrome/locale/sk-SK/settings.dtd'
2678--- chrome/locale/sk-SK/settings.dtd 2009-07-25 19:31:00 +0000
2679+++ chrome/locale/sk-SK/settings.dtd 2009-08-12 17:31:15 +0000
2680@@ -64,8 +64,8 @@
2681 <!ENTITY filterdoc.url "http://adblockplus.org/en/filters">
2682 <!ENTITY about.label "O rozšírení Adblock Plus">
2683 <!ENTITY about.accesskey "O">
2684-<!ENTITY description "Pridať adresu,ktorú chcete blokovať, návrhy skontrolujte v rozbaľovacej ponuke.
2685- Môžete použiť * ako divokú kartu na vytvorenie všeobecných filtrov. Pokročilí používatelia môžu
2686+<!ENTITY description "Pridať adresu,ktorú chcete blokovať, návrhy skontrolujte v rozbaľovacej ponuke.
2687+ Môžete použiť * ako divokú kartu na vytvorenie všeobecných filtrov. Pokročilí používatelia môžu
2688 použiť regulárne výrazy ako /banner\d+\.gif$/.">
2689 <!ENTITY filter.column "Pravidlo filtra">
2690 <!ENTITY filter.accesskey "f">
2691
2692=== modified file 'chrome/locale/sr-RS/composer.dtd'
2693--- chrome/locale/sr-RS/composer.dtd 2009-07-25 18:59:41 +0000
2694+++ chrome/locale/sr-RS/composer.dtd 2009-08-12 17:24:40 +0000
2695@@ -32,8 +32,8 @@
2696 <!ENTITY options.label "Опције">
2697 <!ENTITY domainRestriction.label "Ограничи на домен:">
2698 <!ENTITY domainRestriction.accesskey "д">
2699-<!ENTITY domainRestriction.help "Наведите један или више домена раздвојених знаком &quot;|&quot;.
2700-Филтер ће бити употребљен једино за ове домене.
2701+<!ENTITY domainRestriction.help "Наведите један или више домена раздвојених знаком &quot;|&quot;.
2702+Филтер ће бити употребљен једино за ове домене.
2703 Знак &quot;~&quot; испред домена значи да ће домен бити изузет од филтрирања.">
2704 <!ENTITY firstParty.label "Само са ове адресе">
2705 <!ENTITY firstParty.accesskey "в">
2706
2707=== modified file 'chrome/locale/sv-SE/composer.dtd'
2708--- chrome/locale/sv-SE/composer.dtd 2009-07-25 18:59:41 +0000
2709+++ chrome/locale/sv-SE/composer.dtd 2009-08-12 17:24:40 +0000
2710@@ -5,8 +5,8 @@
2711 <!ENTITY disabled.warning.beforeLink "Adblock Plus är inaktiverad. Du kan lägga till filter men kan inte användas förrän du">
2712 <!ENTITY disabled.warning.link "aktiverar Adblock Plus">
2713 <!ENTITY disabled.warning.afterLink ".">
2714-<!ENTITY groupDisabled.warning.beforeLink "Filtergruppen &quot;&#37;S&quot; som detta filter skulle läggas till i är f.n. avaktiverat. Du kan fortfarande lägga till det men kommer fungera">
2715-<!ENTITY groupDisabled.warning.link "först när du aktiverar gruppen">
2716+<!ENTITY groupDisabled.warning.beforeLink "Filtergruppen &quot;&#x25;S&quot; som detta filter skall läggas till i är f.n. inaktiverat. Du kan lägga till det men kommer inte att användas förrän du">
2717+<!ENTITY groupDisabled.warning.link "aktiverar denna filtergrupp.">
2718 <!ENTITY groupDisabled.warning.afterLink ".">
2719 <!ENTITY filter.label "Nytt filter:">
2720 <!ENTITY filter.accesskey "N">
2721@@ -24,9 +24,9 @@
2722 <!ENTITY custom.pattern.accesskey "E">
2723 <!ENTITY anchors.label "Acceptera endast mönster:">
2724 <!ENTITY anchor.start.label "i början av adresser">
2725-<!ENTITY anchor.start.accesskey "ö">
2726+<!ENTITY anchor.start.accesskey "b">
2727 <!ENTITY anchor.start.flexible.label "i början av domännamnet">
2728-<!ENTITY anchor.start.flexible.accesskey "ö">
2729+<!ENTITY anchor.start.flexible.accesskey "b">
2730 <!ENTITY anchor.end.label "i slutet av adresser">
2731 <!ENTITY anchor.end.accesskey "t">
2732 <!ENTITY options.label "Inställningar">
2733
2734=== modified file 'chrome/locale/sv-SE/settings.dtd'
2735--- chrome/locale/sv-SE/settings.dtd 2009-07-25 19:31:00 +0000
2736+++ chrome/locale/sv-SE/settings.dtd 2009-08-12 17:31:15 +0000
2737@@ -68,7 +68,7 @@
2738 <!ENTITY filter.column "Filterregler">
2739 <!ENTITY filter.accesskey "F">
2740 <!ENTITY slow.column "Långsamma filter">
2741-<!ENTITY slow.accesskey "i">
2742+<!ENTITY slow.accesskey "l">
2743 <!ENTITY enabled.column "På">
2744 <!ENTITY enabled.accesskey "å">
2745 <!ENTITY hitcount.column "Träffar">
2746
2747=== modified file 'chrome/locale/tr-TR/composer.dtd'
2748--- chrome/locale/tr-TR/composer.dtd 2009-07-25 18:59:41 +0000
2749+++ chrome/locale/tr-TR/composer.dtd 2009-08-12 17:24:40 +0000
2750@@ -5,9 +5,9 @@
2751 <!ENTITY disabled.warning.beforeLink "Adblock Plus şu an devre dışı. Yine de süzgeç ekleyebilirsiniz, ancak bunlar">
2752 <!ENTITY disabled.warning.link "Adblock Plus etkinleştirilene kadar">
2753 <!ENTITY disabled.warning.afterLink "uygulanmayacaktır.">
2754-<!ENTITY groupDisabled.warning.beforeLink "Bu süzgecin eklenmesi gereken &quot;&#x25;S&quot; süzgeç grubu şu anda devre dışı. Süzgeci yine de ekleyebilirsiniz ancak">
2755-<!ENTITY groupDisabled.warning.link "süzgeç grubunu devreye sokana kadar">
2756-<!ENTITY groupDisabled.warning.afterLink "bu süzgeç kullanılmayacaktır.">
2757+<!ENTITY groupDisabled.warning.beforeLink "Süzgecin eklenmesi gereken &quot;&#x25;S&quot; süzgeç grubu şu an devre dışı. Süzgeci şu an ekleyebilirsiniz ancak">
2758+<!ENTITY groupDisabled.warning.link "süzgeç grubunu devreye soktuğunuzda">
2759+<!ENTITY groupDisabled.warning.afterLink "kullanılabilecektir.">
2760 <!ENTITY filter.label "Yeni süzgeç:">
2761 <!ENTITY filter.accesskey "y">
2762 <!ENTITY preferences.label "Mevcut süzgeçleri göster...">
2763
2764=== modified file 'chrome/locale/tr-TR/settings.dtd'
2765--- chrome/locale/tr-TR/settings.dtd 2009-07-25 19:31:00 +0000
2766+++ chrome/locale/tr-TR/settings.dtd 2009-08-12 17:31:15 +0000
2767@@ -67,8 +67,8 @@
2768 <!ENTITY description "Engellemek istediğiniz adresleri yazın. Öneriler için açılır menüye bakın. Daha genel süzgeçler tanımlamak için * işaretini kullanabilirsiniz. İleri düzeyde bilgiye sahip kullanıcılar düzenli ifadelere de (ör. /reklam\d+\.gif$/) başvurabilirler.">
2769 <!ENTITY filter.column "Süzgeç kuralı">
2770 <!ENTITY filter.accesskey "k">
2771-<!ENTITY slow.column "Yavaş süzgeçler">
2772-<!ENTITY slow.accesskey "v">
2773+<!ENTITY slow.column "Süzgeçleri göster">
2774+<!ENTITY slow.accesskey "g">
2775 <!ENTITY enabled.column "Etkinlik">
2776 <!ENTITY enabled.accesskey "n">
2777 <!ENTITY hitcount.column "İsabet">
2778
2779=== modified file 'chrome/locale/uk-UA/tip_subscriptions.dtd'
2780--- chrome/locale/uk-UA/tip_subscriptions.dtd 2009-07-25 19:31:00 +0000
2781+++ chrome/locale/uk-UA/tip_subscriptions.dtd 2009-08-12 17:31:15 +0000
2782@@ -1,15 +1,15 @@
2783 <!ENTITY dialog.title "Додати підписку на фільтри Adblock Plus">
2784-<!ENTITY description.par1 "Дякую за встановлення Adblock Plus. Це розширення може
2785- відфільтровувати 99&#x25; інтернет-реклами. Проте, для забезпечення
2786- ефективності фільтрації ви повинні встановити хороший набір фільтрів.
2787- Ви можете зробити це самостійно, чи просто підписатися на списки
2788- фільтрів, складені іншими користувачами. Але в разі потреби ви завжди
2789- можете додати ваші власні фільтри або вимкнути/вилучити підписки
2790+<!ENTITY description.par1 "Дякую за встановлення Adblock Plus. Це розширення може
2791+ відфільтровувати 99&#x25; інтернет-реклами. Проте, для забезпечення
2792+ ефективності фільтрації ви повинні встановити хороший набір фільтрів.
2793+ Ви можете зробити це самостійно, чи просто підписатися на списки
2794+ фільтрів, складені іншими користувачами. Але в разі потреби ви завжди
2795+ можете додати ваші власні фільтри або вимкнути/вилучити підписки
2796 на списки фільтрів.">
2797-<!ENTITY description.par2 "Ви можете вибрати одну підписку список рекомендованих підписок нижче
2798- (більше підписок можна додати у налаштуваннях Adblock Plus пізніше,
2799+<!ENTITY description.par2 "Ви можете вибрати одну підписку список рекомендованих підписок нижче
2800+ (більше підписок можна додати у налаштуваннях Adblock Plus пізніше,
2801 проте зазвичай потреби в цьому не виникає):">
2802-<!ENTITY note "Примітка: Список фільтрів, як правило, найбільш ефективний на сторінках
2803+<!ENTITY note "Примітка: Список фільтрів, як правило, найбільш ефективний на сторінках
2804 того регіону, для якого він створювався.">
2805 <!ENTITY adblock.warning "Adblock Plus помітив що встановлено Adblock чи стару версію Adblock Plus. Паралельне використання Adblock та Adblock Plus может спричинити проблеми ти тому цього слід уникати. Рекомендуємо вам зараз вилучити Adblock.">
2806 <!ENTITY adblock.uninstall "Вилучити Adblock">
2807
2808=== modified file 'components/AdblockPlus.js'
2809--- components/AdblockPlus.js 2009-07-25 18:59:41 +0000
2810+++ components/AdblockPlus.js 2009-08-12 17:24:40 +0000
2811@@ -98,9 +98,6 @@
2812 if (outer)
2813 throw Cr.NS_ERROR_NO_AGGREGATION;
2814
2815- if (!abp.initialized)
2816- throw Cr.NS_ERROR_NOT_INITIALIZED;
2817-
2818 return abp.QueryInterface(iid);
2819 }
2820 },
2821@@ -324,21 +321,12 @@
2822 return;
2823 this.initialized = true;
2824
2825- loader.loadSubScript('chrome://adblockplus/content/utils.js');
2826- loader.loadSubScript('chrome://adblockplus/content/filterClasses.js');
2827- loader.loadSubScript('chrome://adblockplus/content/subscriptionClasses.js');
2828- loader.loadSubScript('chrome://adblockplus/content/filterStorage.js');
2829- loader.loadSubScript('chrome://adblockplus/content/matcher.js');
2830- loader.loadSubScript('chrome://adblockplus/content/elemhide.js');
2831- loader.loadSubScript('chrome://adblockplus/content/filterListener.js');
2832- loader.loadSubScript('chrome://adblockplus/content/policy.js');
2833- loader.loadSubScript('chrome://adblockplus/content/requests.js');
2834- loader.loadSubScript('chrome://adblockplus/content/prefs.js');
2835- loader.loadSubScript('chrome://adblockplus/content/synchronizer.js');
2836-
2837 timeLine.log("calling prefs.init()");
2838 prefs.init();
2839
2840+ timeLine.log("calling filterListener.init()");
2841+ filterListener.init();
2842+
2843 timeLine.log("calling filterStorage.init()");
2844 filterStorage.init();
2845
2846@@ -348,6 +336,9 @@
2847 timeLine.log("calling elemhide.init()");
2848 elemhide.init();
2849
2850+ timeLine.log("calling synchronizer.init()");
2851+ synchronizer.init();
2852+
2853 timeLine.leave("abp.init() done");
2854 },
2855
2856@@ -481,6 +472,21 @@
2857 var NSGetModule = XPCOMUtils.generateNSGetModule([Initializer, ABPComponent]);
2858
2859 /*
2860+ * Loading additional files
2861+ */
2862+loader.loadSubScript('chrome://adblockplus/content/utils.js');
2863+loader.loadSubScript('chrome://adblockplus/content/filterClasses.js');
2864+loader.loadSubScript('chrome://adblockplus/content/subscriptionClasses.js');
2865+loader.loadSubScript('chrome://adblockplus/content/filterStorage.js');
2866+loader.loadSubScript('chrome://adblockplus/content/matcher.js');
2867+loader.loadSubScript('chrome://adblockplus/content/elemhide.js');
2868+loader.loadSubScript('chrome://adblockplus/content/filterListener.js');
2869+loader.loadSubScript('chrome://adblockplus/content/policy.js');
2870+loader.loadSubScript('chrome://adblockplus/content/requests.js');
2871+loader.loadSubScript('chrome://adblockplus/content/prefs.js');
2872+loader.loadSubScript('chrome://adblockplus/content/synchronizer.js');
2873+
2874+/*
2875 * Core Routines
2876 */
2877
2878
2879=== modified file 'debian/changelog'
2880--- debian/changelog 2009-07-25 22:23:03 +0000
2881+++ debian/changelog 2009-08-12 17:55:01 +0000
2882@@ -1,3 +1,13 @@
2883+adblock-plus (1.1.1-0ubuntu1) karmic; urgency=low
2884+
2885+ * New upstream release.
2886+ * Update maintainer field to new policy.
2887+ * Use new features of mozilla-devscripts 0.14
2888+ - simplify debian/rules
2889+ - reduce Depends to a simple ${xpi:Depends}
2890+
2891+ -- Benjamin Drung <bdrung@ubuntu.com> Wed, 12 Aug 2009 19:54:01 +0200
2892+
2893 adblock-plus (1.1-0ubuntu1) karmic; urgency=low
2894
2895 * New upstream release.
2896
2897=== modified file 'debian/control'
2898--- debian/control 2009-07-25 19:47:12 +0000
2899+++ debian/control 2009-08-12 17:52:28 +0000
2900@@ -1,18 +1,18 @@
2901 Source: adblock-plus
2902 Section: web
2903 Priority: optional
2904-Maintainer: Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
2905+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
2906 XSBC-Original-Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com>
2907 Homepage: http://adblockplus.org/
2908 Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-dev/firefox-extensions/adblock-plus.ubuntu
2909 Vcs-Browser: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/adblock-plus.ubuntu
2910-Build-Depends: cdbs, debhelper (>= 5), mozilla-devscripts (>= 0.05)
2911+Build-Depends: cdbs, debhelper (>= 5), mozilla-devscripts (>= 0.14~)
2912 Build-Depends-Indep: perl, zip
2913 Standards-Version: 3.8.2
2914
2915 Package: adblock-plus
2916 Architecture: all
2917-Depends: firefox | abrowser | firefox-3.0 | firefox-3.5 | seamonkey-browser (>= 1.0) | midbrowser (>= 0.2), ${misc:Depends}
2918+Depends: ${xpi:Depends}, ${misc:Depends}
2919 Conflicts: mozilla-firefox-adblock (<= 0.5.3.043-4ubuntu1)
2920 Replaces: mozilla-firefox-adblock (<= 0.5.3.043-4ubuntu1)
2921 Description: advertisement blocking extension for web browsers
2922
2923=== modified file 'debian/rules'
2924--- debian/rules 2009-07-25 21:20:06 +0000
2925+++ debian/rules 2009-08-12 17:52:28 +0000
2926@@ -1,8 +1,6 @@
2927 #!/usr/bin/make -f
2928
2929-MOZ_EXTENSION_PKG := adblock-plus
2930 MOZ_XPI_BUILD_COMMAND := perl ./create_xpi.pl adblockplus.xpi
2931-MOZ_XPI_MOZILLA_DIRS := firefox firefox-addons seamonkey midbrowser
2932
2933 include /usr/share/cdbs/1/rules/debhelper.mk
2934 include /usr/share/mozilla-devscripts/xpi.mk
2935
2936=== modified file 'install.rdf'
2937--- install.rdf 2009-07-25 18:59:41 +0000
2938+++ install.rdf 2009-08-12 17:24:40 +0000
2939@@ -16,7 +16,7 @@
2940 <Description>
2941 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2942 <em:minVersion>3.0.9</em:minVersion>
2943- <em:maxVersion>3.6a1pre</em:maxVersion>
2944+ <em:maxVersion>3.6b1pre</em:maxVersion>
2945 </Description>
2946 </em:targetApplication>
2947
2948
2949=== modified file 'version'
2950--- version 2009-07-25 19:31:00 +0000
2951+++ version 2009-08-12 17:31:15 +0000
2952@@ -1,1 +1,1 @@
2953-1.1
2954\ No newline at end of file
2955+1.1.1
2956\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: