Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Babel » How to know which translation plug-in is missing?
How to know which translation plug-in is missing? [message #18283] Mon, 25 August 2008 09:21 Go to next message
Eclipse UserFriend
Originally posted by: antispam.domain.invalid

Hello,

Some parts of my RCP application are not translated.
For example, buttons (OK/Cancel) are still in English.
How can I know which Babel plug-in I should add to have them translated?

And also, is there any hope to have some day the NL plug-ins
automatically added to the RCP product? This is very painful to add them
manually...

Thanks in advance.

--
Patrick
Re: How to know which translation plug-in is missing? [message #18350 is a reply to message #18283] Tue, 26 August 2008 18:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Patrick Godeau wrote:
> Hello,
>
> Some parts of my RCP application are not translated.
> For example, buttons (OK/Cancel) are still in English.
> How can I know which Babel plug-in I should add to have them translated?
This is difficult. PDE developed a tool named Plugin Spy. That would
make a nice enhancement to their tool to be able to locate the source of
the text.

Here is the page for Plugin Spy:
http://www.eclipse.org/pde/incubator/spy/

If you think this is interesting, please file an enhancement request
against PDE, and reply with the bug number here!

>
> And also, is there any hope to have some day the NL plug-ins
> automatically added to the RCP product? This is very painful to add them
> manually...
You can install language packs through the update system.

More than that requires that you get a build system that would
incorporate the nl fragments.
>
> Thanks in advance.
>
Re: How to know which translation plug-in is missing? [message #18367 is a reply to message #18350] Wed, 27 August 2008 01:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Antoine,

I really like your idea of using Plugin Spy to locate the text's source
plug-in.

I've gone ahead and opened the enhancement request here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320

Patrick, I think that you would have valuable info to contribute in any
discussion that happens in that Bugzilla entry. To get automatically
notified when anyone comments on that entry, please go to that link and
add your Bugzilla id on cc.

Thanks!
Lee Anne

Antoine Toulme wrote:
> Patrick Godeau wrote:
>> Hello,
>>
>> Some parts of my RCP application are not translated.
>> For example, buttons (OK/Cancel) are still in English.
>> How can I know which Babel plug-in I should add to have them translated?
> This is difficult. PDE developed a tool named Plugin Spy. That would
> make a nice enhancement to their tool to be able to locate the source of
> the text.
>
> Here is the page for Plugin Spy:
> http://www.eclipse.org/pde/incubator/spy/
>
> If you think this is interesting, please file an enhancement request
> against PDE, and reply with the bug number here!
>
>>
>> And also, is there any hope to have some day the NL plug-ins
>> automatically added to the RCP product? This is very painful to add them
>> manually...
> You can install language packs through the update system.
>
> More than that requires that you get a build system that would
> incorporate the nl fragments.
>>
>> Thanks in advance.
>>
Re: How to know which translation plug-in is missing? [message #18384 is a reply to message #18367] Sat, 30 August 2008 17:02 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Hi Antoine/Lee,

Thanks for the valuable discussion.
In fact some of that I noticed would help products like IBM RAD, too !
I have not deep-tested 7.5 yet, but in a few cases I noticed during a
recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
ToolTips were not fully translated, while the visible UI usually is.

Of course other Plugins I added like Mylyn are not translated either.

I proposed the general idea of having a Translation Context in Mylyn,
too. And where tools like Spy should work on that basis, it would be
cool to have a list of missing translations somewhat similar to errors
or warnings in Eclipse today.

The simple form of that by showing the messages not fully translated yet
are of course covered by Babel Message Translation Plugin already, but
what you discussed goes more into "introspection" of a live Plugin
during runtime.

I know there is a Babel feature for Live Translation out there, too, but
I cannot say, whether it is out yet?

Please check in Bugzilla. I am pretty certain that particular one would
be the best companion for Spy. Sure both might wanna talk to Mylyn if
used, but that is further "Candy"

Werner

Lee Anne wrote:
> Hi Antoine,
>
> I really like your idea of using Plugin Spy to locate the text's source
> plug-in.
>
> I've gone ahead and opened the enhancement request here:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320
>
> Patrick, I think that you would have valuable info to contribute in any
> discussion that happens in that Bugzilla entry. To get automatically
> notified when anyone comments on that entry, please go to that link and
> add your Bugzilla id on cc.
>
> Thanks!
> Lee Anne
>
> Antoine Toulme wrote:
>> Patrick Godeau wrote:
>>> Hello,
>>>
>>> Some parts of my RCP application are not translated.
>>> For example, buttons (OK/Cancel) are still in English.
>>> How can I know which Babel plug-in I should add to have them translated?
>> This is difficult. PDE developed a tool named Plugin Spy. That would
>> make a nice enhancement to their tool to be able to locate the source
>> of the text.
>>
>> Here is the page for Plugin Spy:
>> http://www.eclipse.org/pde/incubator/spy/
>>
>> If you think this is interesting, please file an enhancement request
>> against PDE, and reply with the bug number here!
>>
>>>
>>> And also, is there any hope to have some day the NL plug-ins
>>> automatically added to the RCP product? This is very painful to add them
>>> manually...
>> You can install language packs through the update system.
>>
>> More than that requires that you get a build system that would
>> incorporate the nl fragments.
>>>
>>> Thanks in advance.
>>>
Re: How to know which translation plug-in is missing? [message #19262 is a reply to message #18384] Mon, 01 September 2008 17:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Hi Werner, some comments inline:

Werner Keil wrote:
> Hi Antoine/Lee,
>
> Thanks for the valuable discussion.
> In fact some of that I noticed would help products like IBM RAD, too !
> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
> ToolTips were not fully translated, while the visible UI usually is.
Of course this type of help would benefit any Eclipse based product that
uses the NLS mechanism to bind Strings.
>
> Of course other Plugins I added like Mylyn are not translated either.
>
> I proposed the general idea of having a Translation Context in Mylyn,
> too. And where tools like Spy should work on that basis, it would be
> cool to have a list of missing translations somewhat similar to errors
> or warnings in Eclipse today.
I don't know how Mylyn would fit in there. I would think that Plugin Spy
could help by pointing the user to the URL of the missing String, so
that he can click on it, enter Babel, and enter the new translation.
>
> The simple form of that by showing the messages not fully translated yet
> are of course covered by Babel Message Translation Plugin already, but
> what you discussed goes more into "introspection" of a live Plugin
> during runtime.
Yes.
>
> I know there is a Babel feature for Live Translation out there, too, but
> I cannot say, whether it is out yet?
I don't know about that, sorry.
>
> Please check in Bugzilla. I am pretty certain that particular one would
> be the best companion for Spy. Sure both might wanna talk to Mylyn if
> used, but that is further "Candy"
>
> Werner
>
> Lee Anne wrote:
>> Hi Antoine,
>>
>> I really like your idea of using Plugin Spy to locate the text's source
>> plug-in.
>>
>> I've gone ahead and opened the enhancement request here:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320
>>
>> Patrick, I think that you would have valuable info to contribute in any
>> discussion that happens in that Bugzilla entry. To get automatically
>> notified when anyone comments on that entry, please go to that link and
>> add your Bugzilla id on cc.
>>
>> Thanks!
>> Lee Anne
>>
>> Antoine Toulme wrote:
>>> Patrick Godeau wrote:
>>>> Hello,
>>>>
>>>> Some parts of my RCP application are not translated.
>>>> For example, buttons (OK/Cancel) are still in English.
>>>> How can I know which Babel plug-in I should add to have them translated?
>>> This is difficult. PDE developed a tool named Plugin Spy. That would
>>> make a nice enhancement to their tool to be able to locate the source
>>> of the text.
>>>
>>> Here is the page for Plugin Spy:
>>> http://www.eclipse.org/pde/incubator/spy/
>>>
>>> If you think this is interesting, please file an enhancement request
>>> against PDE, and reply with the bug number here!
>>>
>>>> And also, is there any hope to have some day the NL plug-ins
>>>> automatically added to the RCP product? This is very painful to add them
>>>> manually...
>>> You can install language packs through the update system.
>>>
>>> More than that requires that you get a build system that would
>>> incorporate the nl fragments.
>>>> Thanks in advance.
>>>>
Re: How to know which translation plug-in is missing? [message #19400 is a reply to message #19262] Wed, 03 September 2008 18:03 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Antoine Toulme wrote:
> Hi Werner, some comments inline:
>
> Werner Keil wrote:
>> Hi Antoine/Lee,
>>
>> Thanks for the valuable discussion.
>> In fact some of that I noticed would help products like IBM RAD, too !
>> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
>> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
>> ToolTips were not fully translated, while the visible UI usually is.
> Of course this type of help would benefit any Eclipse based product that
> uses the NLS mechanism to bind Strings.
>>
>> Of course other Plugins I added like Mylyn are not translated either.
>>
>> I proposed the general idea of having a Translation Context in Mylyn,
>> too. And where tools like Spy should work on that basis, it would be
>> cool to have a list of missing translations somewhat similar to errors
>> or warnings in Eclipse today.
> I don't know how Mylyn would fit in there. I would think that Plugin Spy
> could help by pointing the user to the URL of the missing String, so
> that he can click on it, enter Babel, and enter the new translation.
>>
Mylyn has its own list of open tasks or issues. I cannot tell for sure,
if it was possible and easy enough to plug into that, or rather try
showing a list of missing translations some other way?

Current Babel Message Editor Plugin also uses the standard Eclipse
warnings/tasks instead.
Re: How to know which translation plug-in is missing? [message #19491 is a reply to message #19400] Fri, 05 September 2008 11:32 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Werner Keil wrote:
> Antoine Toulme wrote:
>> Hi Werner, some comments inline:
>>
>> Werner Keil wrote:
>>> Hi Antoine/Lee,
>>>
>>> Thanks for the valuable discussion.
>>> In fact some of that I noticed would help products like IBM RAD, too !
>>> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
>>> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
>>> ToolTips were not fully translated, while the visible UI usually is.
>> Of course this type of help would benefit any Eclipse based product that
>> uses the NLS mechanism to bind Strings.
>>> Of course other Plugins I added like Mylyn are not translated either.
>>>
>>> I proposed the general idea of having a Translation Context in Mylyn,
>>> too. And where tools like Spy should work on that basis, it would be
>>> cool to have a list of missing translations somewhat similar to errors
>>> or warnings in Eclipse today.
>> I don't know how Mylyn would fit in there. I would think that Plugin Spy
>> could help by pointing the user to the URL of the missing String, so
>> that he can click on it, enter Babel, and enter the new translation.
> Mylyn has its own list of open tasks or issues. I cannot tell for sure,
> if it was possible and easy enough to plug into that, or rather try
> showing a list of missing translations some other way?
>
> Current Babel Message Editor Plugin also uses the standard Eclipse
> warnings/tasks instead.
I helped a bit with that. My colleague Hugues had a lot of fun doing
most of it though :)
The problem is to bring the value entered by the user for the
translation to the Babel DB. The shortest path to make it work is to
provide a link to the exact URL in the Babel webapp so people go and
contribute over there. If you feel like hacking something that connects
the dot between Mylyn, the Message Editor and the Babel DB, that would
certainly ease up the process a bit more.

On the other hand, this solution is quite heavy and would be only
devoted to people who intend to translate: you don't install Mylyn, the
message editor and Plugin Spy together by accident.

With just Plugin Spy, the adoption barrier is lower imo.
Re: How to know which translation plug-in is missing? [message #573314 is a reply to message #18283] Tue, 26 August 2008 18:08 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Patrick Godeau wrote:
> Hello,
>
> Some parts of my RCP application are not translated.
> For example, buttons (OK/Cancel) are still in English.
> How can I know which Babel plug-in I should add to have them translated?
This is difficult. PDE developed a tool named Plugin Spy. That would
make a nice enhancement to their tool to be able to locate the source of
the text.

Here is the page for Plugin Spy:
http://www.eclipse.org/pde/incubator/spy/

If you think this is interesting, please file an enhancement request
against PDE, and reply with the bug number here!

>
> And also, is there any hope to have some day the NL plug-ins
> automatically added to the RCP product? This is very painful to add them
> manually...
You can install language packs through the update system.

More than that requires that you get a build system that would
incorporate the nl fragments.
>
> Thanks in advance.
>
Re: How to know which translation plug-in is missing? [message #573359 is a reply to message #18350] Wed, 27 August 2008 01:10 Go to previous message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Antoine,

I really like your idea of using Plugin Spy to locate the text's source
plug-in.

I've gone ahead and opened the enhancement request here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320

Patrick, I think that you would have valuable info to contribute in any
discussion that happens in that Bugzilla entry. To get automatically
notified when anyone comments on that entry, please go to that link and
add your Bugzilla id on cc.

Thanks!
Lee Anne

Antoine Toulme wrote:
> Patrick Godeau wrote:
>> Hello,
>>
>> Some parts of my RCP application are not translated.
>> For example, buttons (OK/Cancel) are still in English.
>> How can I know which Babel plug-in I should add to have them translated?
> This is difficult. PDE developed a tool named Plugin Spy. That would
> make a nice enhancement to their tool to be able to locate the source of
> the text.
>
> Here is the page for Plugin Spy:
> http://www.eclipse.org/pde/incubator/spy/
>
> If you think this is interesting, please file an enhancement request
> against PDE, and reply with the bug number here!
>
>>
>> And also, is there any hope to have some day the NL plug-ins
>> automatically added to the RCP product? This is very painful to add them
>> manually...
> You can install language packs through the update system.
>
> More than that requires that you get a build system that would
> incorporate the nl fragments.
>>
>> Thanks in advance.
>>
Re: How to know which translation plug-in is missing? [message #573384 is a reply to message #18367] Sat, 30 August 2008 17:02 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Hi Antoine/Lee,

Thanks for the valuable discussion.
In fact some of that I noticed would help products like IBM RAD, too !
I have not deep-tested 7.5 yet, but in a few cases I noticed during a
recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
ToolTips were not fully translated, while the visible UI usually is.

Of course other Plugins I added like Mylyn are not translated either.

I proposed the general idea of having a Translation Context in Mylyn,
too. And where tools like Spy should work on that basis, it would be
cool to have a list of missing translations somewhat similar to errors
or warnings in Eclipse today.

The simple form of that by showing the messages not fully translated yet
are of course covered by Babel Message Translation Plugin already, but
what you discussed goes more into "introspection" of a live Plugin
during runtime.

I know there is a Babel feature for Live Translation out there, too, but
I cannot say, whether it is out yet?

Please check in Bugzilla. I am pretty certain that particular one would
be the best companion for Spy. Sure both might wanna talk to Mylyn if
used, but that is further "Candy"

Werner

Lee Anne wrote:
> Hi Antoine,
>
> I really like your idea of using Plugin Spy to locate the text's source
> plug-in.
>
> I've gone ahead and opened the enhancement request here:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320
>
> Patrick, I think that you would have valuable info to contribute in any
> discussion that happens in that Bugzilla entry. To get automatically
> notified when anyone comments on that entry, please go to that link and
> add your Bugzilla id on cc.
>
> Thanks!
> Lee Anne
>
> Antoine Toulme wrote:
>> Patrick Godeau wrote:
>>> Hello,
>>>
>>> Some parts of my RCP application are not translated.
>>> For example, buttons (OK/Cancel) are still in English.
>>> How can I know which Babel plug-in I should add to have them translated?
>> This is difficult. PDE developed a tool named Plugin Spy. That would
>> make a nice enhancement to their tool to be able to locate the source
>> of the text.
>>
>> Here is the page for Plugin Spy:
>> http://www.eclipse.org/pde/incubator/spy/
>>
>> If you think this is interesting, please file an enhancement request
>> against PDE, and reply with the bug number here!
>>
>>>
>>> And also, is there any hope to have some day the NL plug-ins
>>> automatically added to the RCP product? This is very painful to add them
>>> manually...
>> You can install language packs through the update system.
>>
>> More than that requires that you get a build system that would
>> incorporate the nl fragments.
>>>
>>> Thanks in advance.
>>>
Re: How to know which translation plug-in is missing? [message #573438 is a reply to message #18384] Mon, 01 September 2008 17:11 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Hi Werner, some comments inline:

Werner Keil wrote:
> Hi Antoine/Lee,
>
> Thanks for the valuable discussion.
> In fact some of that I noticed would help products like IBM RAD, too !
> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
> ToolTips were not fully translated, while the visible UI usually is.
Of course this type of help would benefit any Eclipse based product that
uses the NLS mechanism to bind Strings.
>
> Of course other Plugins I added like Mylyn are not translated either.
>
> I proposed the general idea of having a Translation Context in Mylyn,
> too. And where tools like Spy should work on that basis, it would be
> cool to have a list of missing translations somewhat similar to errors
> or warnings in Eclipse today.
I don't know how Mylyn would fit in there. I would think that Plugin Spy
could help by pointing the user to the URL of the missing String, so
that he can click on it, enter Babel, and enter the new translation.
>
> The simple form of that by showing the messages not fully translated yet
> are of course covered by Babel Message Translation Plugin already, but
> what you discussed goes more into "introspection" of a live Plugin
> during runtime.
Yes.
>
> I know there is a Babel feature for Live Translation out there, too, but
> I cannot say, whether it is out yet?
I don't know about that, sorry.
>
> Please check in Bugzilla. I am pretty certain that particular one would
> be the best companion for Spy. Sure both might wanna talk to Mylyn if
> used, but that is further "Candy"
>
> Werner
>
> Lee Anne wrote:
>> Hi Antoine,
>>
>> I really like your idea of using Plugin Spy to locate the text's source
>> plug-in.
>>
>> I've gone ahead and opened the enhancement request here:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=245320
>>
>> Patrick, I think that you would have valuable info to contribute in any
>> discussion that happens in that Bugzilla entry. To get automatically
>> notified when anyone comments on that entry, please go to that link and
>> add your Bugzilla id on cc.
>>
>> Thanks!
>> Lee Anne
>>
>> Antoine Toulme wrote:
>>> Patrick Godeau wrote:
>>>> Hello,
>>>>
>>>> Some parts of my RCP application are not translated.
>>>> For example, buttons (OK/Cancel) are still in English.
>>>> How can I know which Babel plug-in I should add to have them translated?
>>> This is difficult. PDE developed a tool named Plugin Spy. That would
>>> make a nice enhancement to their tool to be able to locate the source
>>> of the text.
>>>
>>> Here is the page for Plugin Spy:
>>> http://www.eclipse.org/pde/incubator/spy/
>>>
>>> If you think this is interesting, please file an enhancement request
>>> against PDE, and reply with the bug number here!
>>>
>>>> And also, is there any hope to have some day the NL plug-ins
>>>> automatically added to the RCP product? This is very painful to add them
>>>> manually...
>>> You can install language packs through the update system.
>>>
>>> More than that requires that you get a build system that would
>>> incorporate the nl fragments.
>>>> Thanks in advance.
>>>>
Re: How to know which translation plug-in is missing? [message #573543 is a reply to message #19262] Wed, 03 September 2008 18:03 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Antoine Toulme wrote:
> Hi Werner, some comments inline:
>
> Werner Keil wrote:
>> Hi Antoine/Lee,
>>
>> Thanks for the valuable discussion.
>> In fact some of that I noticed would help products like IBM RAD, too !
>> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
>> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
>> ToolTips were not fully translated, while the visible UI usually is.
> Of course this type of help would benefit any Eclipse based product that
> uses the NLS mechanism to bind Strings.
>>
>> Of course other Plugins I added like Mylyn are not translated either.
>>
>> I proposed the general idea of having a Translation Context in Mylyn,
>> too. And where tools like Spy should work on that basis, it would be
>> cool to have a list of missing translations somewhat similar to errors
>> or warnings in Eclipse today.
> I don't know how Mylyn would fit in there. I would think that Plugin Spy
> could help by pointing the user to the URL of the missing String, so
> that he can click on it, enter Babel, and enter the new translation.
>>
Mylyn has its own list of open tasks or issues. I cannot tell for sure,
if it was possible and easy enough to plug into that, or rather try
showing a list of missing translations some other way?

Current Babel Message Editor Plugin also uses the standard Eclipse
warnings/tasks instead.
Re: How to know which translation plug-in is missing? [message #573632 is a reply to message #19400] Fri, 05 September 2008 11:32 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Werner Keil wrote:
> Antoine Toulme wrote:
>> Hi Werner, some comments inline:
>>
>> Werner Keil wrote:
>>> Hi Antoine/Lee,
>>>
>>> Thanks for the valuable discussion.
>>> In fact some of that I noticed would help products like IBM RAD, too !
>>> I have not deep-tested 7.5 yet, but in a few cases I noticed during a
>>> recent article on RAD 7 vs. Oracle WebLogic that hidden spots like
>>> ToolTips were not fully translated, while the visible UI usually is.
>> Of course this type of help would benefit any Eclipse based product that
>> uses the NLS mechanism to bind Strings.
>>> Of course other Plugins I added like Mylyn are not translated either.
>>>
>>> I proposed the general idea of having a Translation Context in Mylyn,
>>> too. And where tools like Spy should work on that basis, it would be
>>> cool to have a list of missing translations somewhat similar to errors
>>> or warnings in Eclipse today.
>> I don't know how Mylyn would fit in there. I would think that Plugin Spy
>> could help by pointing the user to the URL of the missing String, so
>> that he can click on it, enter Babel, and enter the new translation.
> Mylyn has its own list of open tasks or issues. I cannot tell for sure,
> if it was possible and easy enough to plug into that, or rather try
> showing a list of missing translations some other way?
>
> Current Babel Message Editor Plugin also uses the standard Eclipse
> warnings/tasks instead.
I helped a bit with that. My colleague Hugues had a lot of fun doing
most of it though :)
The problem is to bring the value entered by the user for the
translation to the Babel DB. The shortest path to make it work is to
provide a link to the exact URL in the Babel webapp so people go and
contribute over there. If you feel like hacking something that connects
the dot between Mylyn, the Message Editor and the Babel DB, that would
certainly ease up the process a bit more.

On the other hand, this solution is quite heavy and would be only
devoted to people who intend to translate: you don't install Mylyn, the
message editor and Plugin Spy together by accident.

With just Plugin Spy, the adoption barrier is lower imo.
Previous Topic:Context is needed in translations
Next Topic:Navigation string - Menu item which appears under Windows
Goto Forum:
  


Current Time: Sat Apr 27 03:40:33 GMT 2024

Powered by FUDForum. Page generated in 0.04133 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top