Help - Search - Members - Calendar
Full Version: Adblock Plus - Ver. 0.5.11+
BabelZilla Board > Extensions > Multi-Application
mcm
Creator: The Adblock Plus Crew
Ext. Version: 0.5.11+

Extension is compatible to:
Firefox: 0.7 - 1.6
Mozilla Suite: 1.4 - 1.8
Netscape: 8.0 - 8.0.4
Flock: 1.0+ - 1.0+
Included locales: cs-CZ,de-DE,en-US,es-ES,fi-FI,fr-FR,hu-HU,it-IT,ja-JP,nl-NL,pl-PL,pt-BR,ru-RU,sk-SK,tr-TR,zh-CN,zh-TW
Description: Filters ads from web-pages. Now with whitelisting and synchronization.

View on WTS -- Download the extension
Luana
Please Michael,
may you invite here on BabelZilla those translators not yet joined?
Obviously, without any forcing biggrin.gif

@ Translators
Please, could you register as official translators ?
This would be really helpful for the update(s) of the List of extensions & localizations
Many thanks in advance
Calain
I have updated my local.

Just one question:

What is the meaning of "deep" in the context?
Could not find, where it is used.
Fenix-TX
Hi! i'm spanish translation of this extension.
Luana
QUOTE(Fenix-TX @ Jan 14 2006, 19:55)
Hi! i'm spanish translation of this extension.
[right][snapback]8401[/snapback][/right]

Sorry for the delay, welcome biggrin.gif

In case of curiosities/doubts/other about the WTS, I suggest you this link! wink.gif
jojaba
QUOTE(Calain @ Jan 13 2006, 08:21)
Just one question:

What is the meaning of "deep" in the context?
Could not find, where it is used.
[right][snapback]8283[/snapback][/right]


Good question calain !

I had the same problems with that translation.
I found the source where you can see what this feature make ("if (frameLevel > 1) frameFilter.label =... "):
CODE
// iframe depth-counter
   var topmostFrame = target.ownerDocument.defaultView.frameElement;
   if (topmostFrame)
       if (topmostFrame.nodeName.toLowerCase() == "iframe") {
           frameLevel = 1; // depth-counter -- begins with current
           while (topmostFrame.ownerDocument.defaultView.frameElement) {
               topmostFrame = topmostFrame.ownerDocument.defaultView.frameElement;
               if (topmostFrame.tagName.toLowerCase() == "iframe")
                   frameLevel++; // only for iframes, increment the counter -- we crawl up all frames
           }
           if (frameLevel > 1) frameFilter.label = "Adblock iFrame (" + frameLevel + " deep)";
           else frameFilter.label = "Adblock iFrame";
       }


I hope this could be useful wink.gif
Ich wünche dir eine gute übersetzung !
ArtLonger
Russian locale (18 january). None changes in comparison with current dev-build.

Attachment removed
Luana
QUOTE(ArtLonger @ Jan 18 2006, 08:43)
Russian locale (18 january). None changes in comparison with current dev-build.
[right][snapback]8549[/snapback][/right]

Hi biggrin.gif
Thanks for your contribution
Fortunately you don't need anymore to attach your zipped localization wink.gif
Please, see here:
What is the Web Translation System (WTS) ?
How to add a translation ?
How to upload the locale files I already have on my computer ?
How to register as official translator if the extension already contains my localization ?
How to register as official translator if the extension is without my localization ?

Thanks
jojaba
@ mcm :

For this line (in Adblock.js previous version of AdBlockPlus and Adblock) :
CODE
if (frameLevel > 1) frameFilter.label = "Adblock iFrame (" + frameLevel + " deep)";


In my language, it would be better to put first the "deep" translation, than the frame level (" + frameLevel + "). It would look like this :
CODE
if (frameLevel > 1) frameFilter.label = "Bloquer le cadre (niveau " + frameLevel + ")";


Thanks in advance for your reply. smile.gif
Calain
QUOTE(jojaba @ Jan 17 2006, 18:12)
Good question calain !

I had the same problems with that translation.
I found the source where you can see what this feature make ("if (frameLevel > 1) frameFilter.label =... "):

I hope this could be useful  wink.gif
Ich wünche dir eine gute übersetzung !
[right][snapback]8523[/snapback][/right]

Thanks! That helped. wink.gif biggrin.gif
ArtLonger
MatrixIsAllOver
Sorry.
Adblock ru-RU locale has published in WTS.
(Tab Mix Plus too smile.gif)
Luana
QUOTE(ArtLonger @ Jan 18 2006, 11:09)
MatrixIsAllOver
Sorry.
Adblock ru-RU locale has published in WTS.
(Tab Mix Plus too smile.gif)
[right][snapback]8560[/snapback][/right]

Don't worry tongue.gif
And really many many thanks!!! biggrin.gif

The previous attached localizations have been removed wink.gif
Slovak_Team
Please explain:
Adblock Plus 0.6 from https://addons.mozilla.org/extensions/morei...firefox&id=1865
(included EN only!) or
Adblock Plus 0.5.11.2 from this forum
???
jojaba
QUOTE(SlovakSoft @ Jan 18 2006, 13:23)
Please explain:
Adblock Plus 0.6 from https://addons.mozilla.org/extensions/morei...firefox&id=1865
(included EN only!) or
Adblock Plus 0.5.11.2 from this forum
???
[right][snapback]8570[/snapback][/right]


+1 surprise.gif
ArtLonger
SlovakSoft
Absolutely other project. Modification of old Adblock, from which this project is started also.
Unfortunately, with the same name...
mcm
Jojaba, I see your point but the only way to handle it is to have a translated string before and after the integer. I may look at making that change in the future.

Regarding Adblock Plus 0.6, I do apologise that I didn't get a chance to communicate what's happening with the future of Adblock especially with the work you guys have put in to make Adblock Plus successful. Hopefully this post best explains what has happened:
http://p2.forumforfree.com/adblock-plus-06...dblockplus.html

Note I will probably look at maintaining Adblock Plus 0.5 to work with future verisons of Firefox so will continue to accept translation changes here.
ultravioletu
Hi mcm,

Romanian translation's just been released.

Cheers,
uv
jojaba
QUOTE(mcm @ Jan 19 2006, 00:47)
Note I will probably look at maintaining Adblock Plus 0.5 to work with future verisons of Firefox so will continue to accept translation changes here.
[right][snapback]8602[/snapback][/right]

Good ! wink.gif

What about renaming Adblock Plus 0.5 instead of changing the name of Adblock Plus 0.6 ?
One thing is sure, it will be hard for people who want to get a good Adblocker to make a choice beetween 3 releases ! I am very sad of what happens here especially for you mcm !
Luana
QUOTE(jojaba @ Jan 19 2006, 21:28)
Good !  wink.gif

What about renaming Adblock Plus 0.5 instead of changing the name of Adblock Plus 0.6 ?
[right][snapback]8641[/snapback][/right]

+1
I agree! biggrin.gif

Dear Michael,
what about "Adblock Ultra"? tongue.gif wink.gif
Goofy
laugh.gif or AdBlockAllOver ? laugh.gif
Tibox
So, this Adblock plus "version" is definitively over ? sad.gif
mcm
Yeah, I'm afraid so. I have very little time to work on personal projects. Just received an email mentioning that a translator has just joined and I see they've spent some time working on this translation. Is there a way to indicate that this extension is no longer being developed?
Goofy
By request of mcm this extension has been removed from the WTS

QUOTE
Can the Adblock Filterset.G Updater extension be removed. The extension is now defunct with no Adblock 0.5 and no Filterset.G, and just got notifications of new translations being added.

Thanks,
Michael


Just in case some parts can be re-used in the future, I attach here the no longer maintained extension and its locales
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.