Hi there! I'm translating the photos module, by the way, the only one string that I can't translate is the button of the "Upload" images, because the button is make it in Flash. The question is: Where can I find the string? I did find it in all the files in the photos, ajax, upload and include path, but I can't find it. Please help me, where can I find it? Thanks a lot. Regards. Gustavo.-
I could be wrong but unless you have the original Flash .fla file I believe you would need to somehow decompile the .swf file. I would suggest getting in contact with the modules maintainer and asking for the original .fla file. - Frederik 2009/8/4 Gustavo Cabral <gmcabral@gmail.com>
Hi there! I'm translating the photos module, by the way, the only one string that I can't translate is the button of the "Upload" images, because the button is make it in Flash. The question is: Where can I find the string? I did find it in all the files in the photos, ajax, upload and include path, but I can't find it. Please help me, where can I find it?
Thanks a lot. Regards.
Gustavo.-
On Ubuntu, for example, you can decompose flash files without the original .fla file, using the swftools package: http://www.swftools.org/ Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com On Tue, Aug 4, 2009 at 5:55 AM, Frederik Grunta <fgrunta@gmail.com> wrote:
I could be wrong but unless you have the original Flash .fla file I believe you would need to somehow decompile the .swf file. I would suggest getting in contact with the modules maintainer and asking for the original .fla file.
- Frederik
2009/8/4 Gustavo Cabral <gmcabral@gmail.com>
Hi there!
I'm translating the photos module, by the way, the only one string that I can't translate is the button of the "Upload" images, because the button is make it in Flash. The question is: Where can I find the string? I did find it in all the files in the photos, ajax, upload and include path, but I can't find it. Please help me, where can I find it?
Thanks a lot. Regards.
Gustavo.-
Well, ideally the .swf would take that string from a resource file or via GET arguments, so it can be translated without shipping Flash files per language. Gábor On Tue, Aug 4, 2009 at 10:55 AM, Frederik Grunta<fgrunta@gmail.com> wrote:
I could be wrong but unless you have the original Flash .fla file I believe you would need to somehow decompile the .swf file. I would suggest getting in contact with the modules maintainer and asking for the original .fla file.
- Frederik
2009/8/4 Gustavo Cabral <gmcabral@gmail.com>
Hi there! I'm translating the photos module, by the way, the only one string that I can't translate is the button of the "Upload" images, because the button is make it in Flash. The question is: Where can I find the string? I did find it in all the files in the photos, ajax, upload and include path, but I can't find it. Please help me, where can I find it?
Thanks a lot. Regards.
Gustavo.-
2009/8/4 Gábor Hojtsy <gabor@hojtsy.hu>:
Well, ideally the .swf would take that string from a resource file or via GET arguments, so it can be translated without shipping Flash files per language.
Gábor
On Tue, Aug 4, 2009 at 10:55 AM, Frederik Grunta<fgrunta@gmail.com> wrote:
I could be wrong but unless you have the original Flash .fla file I believe you would need to somehow decompile the .swf file. I would suggest getting in contact with the modules maintainer and asking for the original .fla file.
- Frederik
Hi! thanks to all, but the .fla or .swf file don't exist in any path of the module. Maby the button is make it on .js; I'm really don't know.
Looking at the module, it uses SWFUpload. The upload button is actually a skin made in PNG. Look in photos/photos_swfu/simpledemo and you will see XPButtonUploadText_61x22.png. Just edit that to change the language. Jamie Holly http://www.intoxination.net http://www.hollyit.net Gábor Hojtsy wrote:
Well, ideally the .swf would take that string from a resource file or via GET arguments, so it can be translated without shipping Flash files per language.
Gábor
On Tue, Aug 4, 2009 at 10:55 AM, Frederik Grunta<fgrunta@gmail.com> wrote:
I could be wrong but unless you have the original Flash .fla file I believe you would need to somehow decompile the .swf file. I would suggest getting in contact with the modules maintainer and asking for the original .fla file.
- Frederik
2009/8/4 Gustavo Cabral <gmcabral@gmail.com>
Hi there! I'm translating the photos module, by the way, the only one string that I can't translate is the button of the "Upload" images, because the button is make it in Flash. The question is: Where can I find the string? I did find it in all the files in the photos, ajax, upload and include path, but I can't find it. Please help me, where can I find it?
Thanks a lot. Regards.
Gustavo.-
2009/8/4 Jamie Holly <hovercrafter@earthlink.net>:
Looking at the module, it uses SWFUpload. The upload button is actually a skin made in PNG. Look in photos/photos_swfu/simpledemo and you will see XPButtonUploadText_61x22.png. Just edit that to change the language.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
Yes! Jaime, that's the answer, deam, Thanks! Thanks a lot.
participants (5)
-
Frederik Grunta -
Gustavo Cabral -
Gábor Hojtsy -
Jamie Holly -
Victor Kane