Help - Search - Members - Calendar
Full Version: All-in-One Sidebar - Ver. 0.7.14b2
BabelZilla Board > Extensions > Multi-Application
Pages: 1, 2, 3, 4, 5, 6
eXXile
Maintainer: eXXile
Creator: Ingo Wennemaring

Ext. Version: 0.7.14b2
Release date: 2011-06-18
Description: Sidebar control with award-winning user experience!
Extension is compatible to: ( 4.0 - 6.0a2)

Included locales: ar-SA be-BY cs-CZ da de el en-GB en-US es-AR es-ES et-EE fi-FI fr he hr-HR hu-HU hy-AM it ja-JP ko-KR lt-LT nb-NO nl pl pt-BR pt-PT ro ru-RU sk-SK sq-AL sr sv-SE tr-TR uk-UA vi zh-CN zh-TW

View on WTS -- Download the extension
teo
Hi,
This is pl-PL translation.
Goofy
Hello Ingo smile.gif

See attached the updated french locale for version 0.5.3+ as received by mail (to be released on sunday as 0.5.4)
Have nice holidays wink.gif
chuzo
Hi!

Spanish translation for new 0.54 version is also here happy.gif

(Removed old zip file)
Asterxx
Gert-Paul is not availeble right now, he asked me to look if I could translate it this time.

I look into it, are there a lot of changes????
Goofy
QUOTE(Asterxx @ Aug 28 2005, 12:32)
Gert-Paul is not availeble right now, he asked me to look if I could translate it this time.

I look into it, are there a lot of changes????
[right][snapback]1347[/snapback][/right]


Here I quote Ingo's message to translators for this new version :

QUOTE(exxile)
I made only changes in aios.dtd and prefs.dtd.
In the file prefs.dtd you will see the entity "gen.column1". This is for setting up the width of the first column in the options dialog (tab "General"). Please change it to the needs of your language.

My comment : a very good thing for us translators, thanks for that Ingo biggrin.gif : the idea is to allow each translator to set his own display zone according to translation's necessary space. Ingo fixed to 120 px (which is sufficent for french) but we can choose in the locale folder !

QUOTE(exxile)
In the file aios.dtd you will see the entities "aios.pageinfo.refresh.label" and "aios.pageinfo.refresh.tooltip". These are for a new button in the new PageInfo sidebar. At present it's not implemented.  :-(
eXXile
QUOTE(Asterxx @ Aug 28 2005, 11:32)
I look into it, are there a lot of changes????
[right][snapback]1347[/snapback][/right]


Hello Asterxx, many thanks for your work! smile.gif
I believe Goofy (thank you too smile.gif ) said all important.

Now the bad message to all translators wink.gif :
I decided to add a further feature to the upcoming version AIOS 0.5.4. Now that's only localized in german and english. Can you all translate this one entity until this evening? You will find the entity "aios.menu.ext.update.label" in the ext_theme_dwnl.dtd.

Or post the translation of the entity right here. The english translation is as follows

<!ENTITY aios.menu.ext.update.label "Update All Extensions And Themes">

Many thanks to all of you!
chuzo
Hi smile.gif

Spanish translation for new entity:

"Actualizar todas las extensiones y temas"

I also post updated spanish translation happy.gif

(Removed old zip file)
Goofy
this is for the french fr-FR locale :

<!ENTITY aios.menu.ext.update.label "Mise à jour de tous les thèmes et extensions">
smile.gif

[imho : I have seen it was user's request, but this is certainly an option I would not use, for fear that some of the automatic updating of extensions may produce a parsing error as usual mellow.gif for example, if the new release of the extension breaks the locale, when a new release is done without the previously updated locale. ]
eXXile
QUOTE(Goofy @ Aug 28 2005, 15:31)
[imho : I have seen it was user's request, but this is certainly an option I would not use, for fear that some of the automatic updating of extensions may produce a parsing error as usual  mellow.gif  for example, if the new release of the extension breaks the locale, when a new release is done without the previously updated locale. ]
[right][snapback]1353[/snapback][/right]


Yes, it was a request, but I like it too. I never install extension updates automatically (same reasons), but I think it's the easiest way to check which extension updates available and then visiting the homepage to download the update and try it in a duplicated profile.
teo
Hi eXXile,
This is pl_PL folder with your latest changes.
I have 2 suggests for 0.5.4 version.
1. In the aios.xul file are in line 140 and 146 the same strings. In line 140 is string for 'Sidebar' button which opens drop down menu with list of panels and tooltip 'Sidebar Panels'. In line 146 is the same name of button 'Sidebar' which show/hide sidebar and opens drop down menu list of panels and the same tooltip 'Sidebar Panels' I think it's no good idea. Main behavior this button in line 146 is 'Show/Hide sidebar.
My suggest is:
In the aios.dtd file in line 5 add entity:
CODE
<!ENTITY aios.button.toggle.label       "Toggle Sidebar">

In the aios.xul file in line 146 change string to:
CODE
label="&aios.button.toggle.label;" tooltiptext="&aios.button.toggle.tooltip;">

2. In the options dialog (tab Menus->Configure Entries...->Extensions) is list of international and national sites with extensions. What will be if national sites will be more and more? All international sites should be displayed. Insted list of national sites I suggest:
In the ext_theme_links.dtd file add entities:
CODE
<!-- For display national base of extensions change entities below -->
<!ENTITY aios.menu.ext.national   "Here input name of your national base of extensions">
<!ENTITY aios.menu.ext.national.link  "Here input URL of your national base of extensions">
and change adequate files prefs_menus.xul and extensions.xul.
eXXile
Many thanks for your work! 15 minutes ago I release 0.5.4. Sorry for that. I now update very fast the file...

5 minutes later... It's done. Everything becomes good. biggrin.gif


QUOTE(teo @ Aug 28 2005, 23:07)
1. In the aios.xul file are in line 140 and 146 the same strings. In line 140 is string for 'Sidebar' button which opens drop down menu with list of panels and tooltip 'Sidebar Panels'. In line 146 is the same name of button 'Sidebar' which show/hide sidebar and opens drop down menu list of panels and the same tooltip 'Sidebar Panels' I think it's no good idea. Main behavior this button in line 146 is 'Show/Hide sidebar.

You're right. I will change this. But now it's a suggestion for AIOS 0.5.5. mad.gif

QUOTE(teo @ Aug 28 2005, 23:07)
2. In the options dialog (tab Menus->Configure Entries...->Extensions) is list of international and national sites with extensions. What will be if national sites will be more and more? All international sites should be displayed. Insted list of national sites I suggest:
In the ext_theme_links.dtd file add entities:
CODE
<!-- For display national base of extensions change entities below -->
<!ENTITY aios.menu.ext.national   "Here input name of your national base of extensions">
<!ENTITY aios.menu.ext.national.link  "Here input URL of your national base of extensions">
and change adequate files prefs_menus.xul and exyensions.xul.
[right][snapback]1359[/snapback][/right]

That's not bad. I will think about it. Another idea from Gert-Paul (nl-NL translator): let the translators decide which links should display. Hm...

For sure the actual solution is not the very best and it will be revised.

It's ok that I add your full name to the contributors list and in the about dialog? I hope so. smile.gif

Best regards
Ingo
teo
Thanks Ingo,
I have next idea biggrin.gif In the options dialog (tab General) label don't match menulistbox. To the this rows should be added
CODE
align="center"
in the pref.xul file. I made this and my work is in the included file.
eXXile
QUOTE(teo @ Aug 29 2005, 01:01)
In the options dialog (tab General) label don't match menulistbox.

ops.gif And again you're right. Do you have the eyes of an eagle? wink.gif
I will change it in the next version. Thanks!
Asterxx
The nl-NL

Sorry if I didn't make the deadline sad.gif sad.gif
teo
QUOTE(eXXile @ Aug 29 2005, 02:13)
ops.gif And again you're right. Do you have the eyes of an eagle? wink.gif

Polish ensign is an eagle. biggrin.gif
eXXile
QUOTE(Asterxx @ Aug 29 2005, 08:29)
Sorry if I didn't make the deadline  sad.gif  sad.gif

No problem. I updated it silently and hope that at present not so much Dutchman downloaded the new version. smile.gif
However many thanks!

QUOTE(teo @ Aug 29 2005, 08:37)
Polish ensign is an eagle. biggrin.gif

German ensign too. smile.gif But I think our must be blind. sad.gif
Goofy
QUOTE(eXXile @ Aug 29 2005, 15:03)
German ensign too.  smile.gif But I think our must be blind.  sad.gif
[right][snapback]1376[/snapback][/right]


biggrin.gif biggrin.gif The solution :
user posted image
eXXile
QUOTE(Goofy @ Aug 29 2005, 14:33)
biggrin.gif  biggrin.gif The solution :
user posted image


user posted image
I'm wearing already glasses. And not only sunglasses. biggrin.gif
Goofy
QUOTE(eXXile @ Aug 29 2005, 15:42)
user posted image
I'm wearing already glasses. And not only sunglasses.  biggrin.gif
[right][snapback]1379[/snapback][/right]


laugh.gif laugh.gif laugh.gif Oh, I see, you mean this kind of glasses :
user posted image
eXXile
QUOTE(Goofy @ Aug 29 2005, 16:19)
laugh.gif  laugh.gif  laugh.gif Oh, I see, you mean this kind of glasses :

laugh.gif
The suitcases are packed: sun cream, bathing trousers, sunglasses wink.gif and what is otherwise important. In a few hours our airplane starts towards the sun. And then I hope that I have many of those glasses filled with greek wine. tongue.gif
And I believe that I'm more blind as before after some glasses of wine in the sun. laugh.gif

Bye
Ingo
Asterxx
Have a nice holiday then...............................

Enjoy
teo
QUOTE(eXXile @ Aug 29 2005, 15:03)
German ensign too.  smile.gif But I think our must be blind.  sad.gif

Yours is black (maybe blind ), my white. biggrin.gif
eXXile
QUOTE(Asterxx @ Aug 30 2005, 07:32)
Have a nice holiday then...............................

Enjoy

Thanks for your wishes. In the meantime I'm back at home and well recovered. smile.gif The work can continue...


QUOTE(teo @ Aug 30 2005, 10:51)
Yours is black (maybe blind ), my white. biggrin.gif

You're right. sad.gif On Sunday we have elections in Germany. I will vote for a new ensign. biggrin.gif

You all know "search pictures"? I don't know the correct english word for this. sad.gif However, who find the 3 differences between the old avatar and the new one will get the new version of AIOS free of charge. biggrin.gif

Old avatar: user posted image New avatar: user posted image
Goofy
blink.gif Differences ? surprise.gif
What do you mean differences ?
mellow.gif I can't see any... unsure.gif


[edited an hour later] AAAhhh I can see now ! Your avatar is tanned, he was on holidays in the sun with you I suppose dry.gif
Pedro
Have you stopped smoking? user posted image
eXXile
QUOTE(Goofy @ Sep 14 2005, 20:56)
blink.gif Differences ? surprise.gif
What do you mean differences ?
mellow.gif I can't see any...  unsure.gif
[edited an hour later] AAAhhh I can see now ! Your avatar is tanned, he was on holidays in the sun with you I suppose  dry.gif

That's right, but your first answer was not bad too. smile.gif
And that's not the reason why I'm so proud. Oh, I should say that before. rolleyes.gif

QUOTE(Pedro @ Sep 15 2005, 01:53)
Have you stopped smoking? user posted image

The winner is... PEDRO!! You've won a free edition of AIOS. biggrin.gif I will send it to you on a CD with a suitcase full of money and the stub of my last cigarette. Please give me your adress, bank account, credit card number and pin. Thank you very much! laugh.gif
Pedro
QUOTE(eXXile @ Sep 15 2005, 12:21)
The winner is... PEDRO!! You've won a free edition of AIOS. biggrin.gif I will send it to you on a CD with a suitcase full of money and the stub of my last cigarette. Please give me your adress, bank account, credit card number and pin. Thank you very much! laugh.gif
[right][snapback]1909[/snapback][/right]


user posted image... user posted image... user posted image... My credit card number and pin? user posted image

Compliments for have stopped smoking... like me!!! smile.gif
eXXile
QUOTE(Pedro @ Sep 15 2005, 15:51)
Compliments for have stopped smoking... like me!!! smile.gif

Thank you and compliments also to you! I think it was the best decision in my life. smile.gif
[girlfriend_attack ranting2.gif]Au, mmh, no, please let me live!![/girlfriend_attack ranting2.gif ] Ok, it was the second best decision in my life. rolleyes.gif
chuzo
QUOTE(eXXile)
Need to be updated :: ko-KR, nl-NL, fr-FR, cs-CZ, pt-BR, ja-JP, es-ES, ru-RU, sv-SE, it-IT, pl-PL
[right][snapback]1227[/snapback][/right]


es-ES need to be updated?? Is this correct?? user posted image

I have sent you Spanish translation for 0.5.5 by mail user posted image
eXXile
QUOTE(chuzo @ Sep 17 2005, 23:59)
es-ES need to be updated?? Is this correct?? user posted image

I have sent you Spanish translation for 0.5.5 by mail user posted image

That was not right, sorry. That's not my day. sad.gif I should go to bed.
Luana
Italian localization is updated now! biggrin.gif
(I removed my previous attachement!)
Goofy
I just mailed the french one dry.gif
here it is again anyway biggrin.gif
teo
Hi,
I have remark about display tooltips.
In the View->Sidebar menu don't show tooltips for 'Bookmarks', 'History' and all below JavaScript Console item.
In the 'Sidebar' button menu don't show or wrong show tooltips below JavaScript Console item.

And finaly file with latest pl-PL folder and more...
Ingo, change this 2 files. Now are correctly writen url and name Polish Extension Base.
Sil
Hungarian locale for All-In-One Sidebar 0.5.5 wink.gif :
eXXile
QUOTE(Sil @ Sep 25 2005, 23:05)
Hungarian locale for All-In-One Sidebar 0.5.5 wink.gif :

Thank you very much! The next version of AIOS will include hungarian language. smile.gif
Luana
From the email tongue.gif
"Like always you can also use BabelZilla to post your updated files"

IMHO, we have a fabulous Forum where all we can post updated files and questions, so I prefer this way ! biggrin.gif

Question
From about.dtd file
"(alphabetical order of the language)"

Mmm, this is correct for the English language, but when I translate in Italian it isn't correct sad.gif
Example: in English
CODE
<!ENTITY trans3.lang      "Czeck (cs-CZ)">

<!ENTITY trans4.lang      "Dutch (nl-NL)">


And in Italian...
CODE
<!ENTITY trans3.lang      "Ceco (cs-CZ)">

<!ENTITY trans4.lang      "Olandese (nl-NL)">


Suggestion: maybe coul it be a "solution" if you order by acronym of the language [(cs-CZ), (de-DE), etc]? rolleyes.gif
Or maybe it's quicker if we remove the phrase? unsure.gif
hunimini
hello!
I made 0.5.6 Korean transiation.
eXXile
QUOTE(MatrixIsAllOver @ Oct 11 2005, 10:30)
From about.dtd file
"(alphabetical order of the language)"

Mmm, this is correct for the English language, but when I translate in Italian it isn't correct sad.gif

Very smartly of me. wink.gif
It's also wrong in my language. sad.gif
QUOTE(MatrixIsAllOver @ Oct 11 2005, 10:30)
Suggestion: maybe coul it be a "solution" if you order by acronym of the language [(cs-CZ), (de-DE), etc]?  rolleyes.gif
Or maybe it's quicker if we remove the phrase?  unsure.gif

Or I order the list by the name of the translator. unsure.gif Then it's also correct.
But I think for now it's the best if we just delete this phrase. I will think about it and perhaps order the list by name in the next version.

QUOTE(Flactal @ Oct 11 2005, 10:53)
I made 0.5.6 Korean transiation.

Thanks! smile.gif

@ Goofy: I even saw that your name in the about dialog is not linked with the french extension site. I will correct this. smile.gif
chuzo
Here is Spanish (es-ES) translation wink.gif

(Attachment removed, now in WTS)
Goofy
QUOTE
@ Goofy: I even saw that your name in the about dialog is not linked with the french extension site. I will correct this


thanks smile.gif
I will provide the french updated locale within 2 days I think (- just busy now sad.gif )
Luana
QUOTE(eXXile @ Oct 11 2005, 11:56)
But I think for now it's the best if we just delete this phrase
[right][snapback]3370[/snapback][/right]

Ok! I removed the phrase wink.gif
Voilà my Italian updated localization biggrin.gif
(I removed my previous localization)

Thanks Inno, for everything !
eXXile
QUOTE(MatrixIsAllOver @ Oct 11 2005, 12:37)
Thanks Inno, for everything !

I thank you! But who is Inno? surprise.gif huh.gif biggrin.gif laugh.gif
wink.gif
Luana
QUOTE(eXXile @ Oct 11 2005, 12:45)
I thank you! But who is Inno? surprise.gif huh.gif biggrin.gif laugh.gif
wink.gif
[right][snapback]3375[/snapback][/right]


[OT]Oops, this is a M.i.a.o mistake ® laugh.gif
Thank you, Ingo
[/OT]

Well, now I'm curious to see the future transformation(s) of the 'About' window !
MorZilla
Hi, eXXile!
Do you want the es-AR locale (for Spanish of Argentina)?
I can also update the pt-BR locale if neccessary.
eXXile
QUOTE(MorZilla @ Oct 11 2005, 16:43)
Do you want the es-AR locale (for Spanish of Argentina)?

I don't know. unsure.gif Is the difference between the two dialects big enough for an extra language pack?

QUOTE(MorZilla @ Oct 11 2005, 16:43)
I can also update the pt-BR locale if neccessary.

I think that is not necessary, because I have already a translator for pt-BR. Nevertheless thank you very much for the offer! smile.gif
fishbone
   
Goofy
smile.gif Now the french locale is ready (tested successfully with FF1.5b2)
teo
Hi Ingo,
I find something like this user posted image
What is this?
I have remark about display tooltips.
In the View->Sidebar menu don't show tooltips for all items below JavaScript Console item.
In the 'Sidebar' button menu don't show or wrong show tooltips below JavaScript Console item.

Polish locale will be today.
eXXile
QUOTE(teo @ Oct 12 2005, 02:37)
I find something like this ...
What is this?

This is the accesskey in FF 1.5 Beta or the latest nightly builds (not from AIOS). FF add this hint, because there is no "w" in the word "Tools" which can be underlined. The original label is "View". I already improved this (thanks to Gert-Paul smile.gif). I will set the accesskey to a letter which is also a letter in the label. Later you can change this key. smile.gif

QUOTE(teo @ Oct 12 2005, 02:37)
I have remark about display tooltips.
In the View->Sidebar menu don't show tooltips for all itens below JavaScript Console item.
In the 'Sidebar' button menu don't show or wrong show tooltips below JavaScript Console item.

This happens, because most extension developers don't indicate a tooltip for menuitems. And FF shows the previous tooltip if there is no tooltip for the actual element. So this is a mixed issue of FF and different extensions. But I think about a workaround. smile.gif

QUOTE(teo @ Oct 12 2005, 02:37)
Polish locale will be today.

Great! Thanks!
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.