Page 1 of 1

french translation

Posted: Mon Mar 23, 2009 9:43 pm
by mchinfa
Hello,

I've translate two files.
One for bulletproof template and another to pluin forum.
how can I send it to introduce in plugin and template.

Thanks for your answers

Bye

Mchinfa

Re: french translation

Posted: Tue Mar 24, 2009 11:14 am
by garvinhicking
Hi!

You can attach the language files here in the forum, then I can put them online!

Regards,
Garvin

Re: french translation

Posted: Tue Mar 24, 2009 1:47 pm
by mchinfa
Here is the two file for french translation.
I've change the extension because .php is not allowed to upload.
I'hope it's ok for you.

I've change the présentation of forum buttons.
In code I've introduce table and td an put an image on background td and introduce mor text in language file.
With this option it's more esier to change the button value with language file.

If you want to see it here is the website I've made with this .
http://www.dieteticienbenguigui.fr/site ... &boardid=1
So you can see it and tell me if you want me to send you the modified files.

Bye
Mchinfa

Re: french translation

Posted: Tue Mar 24, 2009 2:21 pm
by garvinhicking
Hi!

Thanks a lot, I committed those files! I also like the button approach, so yes, I would like to commit that!

Regards,
Garvin

Re: french translation

Posted: Tue Mar 24, 2009 3:12 pm
by mchinfa
Hello garvin,

For Forum

I think thre is one thing I should change.
Yet the css file for forum buttons is on my template bulletproof.

Can I put a css file in plugin forum directory ?

Or should I change the default css template ?

Thanks for your anwser
Mchinfa

Re: french translation

Posted: Tue Mar 24, 2009 3:59 pm
by garvinhicking
Hi!

The default css code of the plugin comes from the serendipity_event_forum.php file (at around line 2843) so I could change it there, if you tell me what needs changing...?

Regards,
Garvin

Re: french translation

Posted: Tue Mar 24, 2009 4:27 pm
by mchinfa
Garvin
I add some code into serendipity_event_forum.php and add a css class.
I've put this class in my templace to define the style of TD

I think it'll be easier to add a css file in puglin forum but I don't know if it's possible.
I put the serendipity_event_forum.txt in this message you'll see my change.

So if adding css file in plugin forum it's impossible I could change serendipity_event_forum.php to include the style of td.

Can you tell me what it's possible ?


edit :
grrrrr I've an error message and I can't upload the file

Re: french translation

Posted: Tue Mar 24, 2009 4:43 pm
by mchinfa
So I try to change the css styl ein serendipity_event_forum.php

I've a problem for the path of the background image.
I put this code
.serendipityForum {
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
letter-spacing: -1px;
color: #496302;
padding: 8px 5px 8px 5px;
border-left: 1px solid #496302;
border-right: 1px solid #496302;
border-top: 1px solid #496302;
background: #B4F20B url('img/SideBarTitle.gif') repeat-x;

margin: 0;
}


But there is not background image.
Perhaps I've made a mistake about the file path. I've copied the file in img folder.

Re: french translation

Posted: Wed Mar 25, 2009 11:35 am
by garvinhicking
Hi!

Maybe for the URL you could try to use an absolute path?

Regards,
Garvin