pt-BR online.

2000-12-16 Thread Daniel Augusto Fernandes


Hello people, Ken,

Here is the Brazilian portuguese translation.

http://www.gcsnet.com.br/~daftm/pt-BR

There are some typing misses, which maybe you had already corrected, in:

http://www.gcsnet.com.br/~daftm/en.diff


Good work!!
Thanks from everybody


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry




Re: New pre 0.40 release available

2000-12-15 Thread Daniel Augusto Fernandes

On Fri, 15 Dec 2000, Gabriel Ambuehl wrote:

> Friday, December 15, 2000, 4:49:15 PM, you wrote:
> > I'm looking for folks to translate the above file into
> > other languages and send it back to me. Then we can include
> > those lanugages in the 0.40 release.
>
> Look forward to my German translation.
>

As soon as I can I'll send you a portuguese translation.


------------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry




Re: HTML code incorrect

2000-10-31 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> "Francis P. Ling" wrote:
> >
> > The version 0.39 has some error on the HTML code on add_user.html
> >
> > The #C# will provide 2 code, ie "TDalign", instead of "TD align" and
> > "checked"VALUE instead of "checked" VALUE
> >
> > How can we modify the source?
> >
> > Rgds,
> 
> Could you please me more specific? I can't find any
> #C# text in any of the html files.
> 
> And I can't find any "checked"VALUE
> 
> Ken Jones

I think he was trying to point an error while showing mailing list code
in add_user page. When the code find ##c (not #C# :o) ) it has to show
the mailing list(s) check-box(es) in case you whant to sign this user to
an existent mailing list.

So, the error is not in the HTML template but in the mailinglist code.
I've pointed that in the patch I've posted last week.

diff -r qmailadmin-0.39.old/mailinglist.c qmailadmin-0.39/mailinglist.c
193c193
<   fprintf(actout,"%s@%s   fprintf(actout,"%s@%salign=center>http://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Some changes to make qmailadmin to vmoduser

2000-10-27 Thread Daniel Augusto Fernandes


Hello,

I've been trying to make some changes to qmailadmin to make it able to
change vpopmail user flags. I've tried to use the same code schemma
which exists(?) in qmailadmin.

I could change only the pt-BR templates. I had no time to change en
templates.

The code is not ready yet. But I thought I could share it for comments.

--------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry
Title: 
diff -r qmailadmin-0.39.old/command.c qmailadmin-0.39/command.c
31a32
> #include "config.h"
186c187,199
< 		show_login();
---
> 		// show_login();
> fprintf(actout,"\n\
> \n\
> 
> 
> 
> 
>   
> 
>   
> 
> .
>   
> MODIFICAR USUÁRIO
>   
> .
> 
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
>   
> 
>   
> 
> Nova Senha: 
>   
>   
> 
> 
> Nova Senha: 
>   
>   
> 
> 
> Nome Completo: 
>   
>   
> 
>   
>   
> 
>   
>   
> Sem dial-up
>   
>   
> Permite dial-up
> 
> 
>   
>   
> Usuário não pode mudar senha.
>   
>   
> Usuário pode mudar senha.
> 
> 
>   
>   
> Sem acesso POP3
>   
>   
> Permite acesso POP3
> 
> 
>   
>   
> Sem acesso Webmail
>   
>   
> Permite acesso Webmail
> 
> 
>   
>   
> Sem acesso IMAP
>   
>   
> Permite acesso IMAP
> 
> 
>   
>   
> Congelar usuário. Mensagens irão retornar aos remetentes.
>   
>   
> Recebimento normal
>

Re: removing gif image buttons

2000-10-25 Thread Daniel Augusto Fernandes


 
I agree! The text links will be better to load and use!
Just trying to see how it looks:
 



111 111



111 222



111 333



111 444





222 111



222 222



222 333



222 444





333 111



ADD NEW ALIAS



333 333



333 444




My netscape doesn't show it correctly but IE does.
 


Re: unsubscribing Was: sqwebmail+mysql+vpopmail ....

2000-10-25 Thread Daniel Augusto Fernandes

Brady Vassallie wrote:
> 
> How can I unsubscribe from this list.  I no longer need the great assistance
> from everyone.
> Have appreciated the help over the past year or two.
> 

You should try:
[EMAIL PROTECTED]

--------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: patches against Oct 19 source

2000-10-25 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> Excellent!!! I've applied the patch and uploaded a oct25 qmailadmin-0.35
> development version. This fixes almost all the problems.
> 
> After reading the line "vauth_getall bombs when there are no users to
> retrieve"
> I checked through the vpopmail auth module code for the vauth_getall
> function,
> and sure enough, you can cause it to crash with pointer errors if it's
> not called with the correct inputs. So I fixed each of the auth modules
> to have more error checking. I tested the cdb and mysql modules and it
> fixed the errors.
> 
> So with qmailadmin-0.39 Oct25 and vpopmail-4.9.5 Oct25, these bugs
> are fixed. And Hampton's code works great!
> .
> .
> .

Hello,

Thanks for the fixes!!
What about the code changes to use language dictionaries?

Congrats!!

----
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: qmailadmin pt-BR template

2000-10-19 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> .
> .
> .
> 
> That's a good idea.
> We could also make blank button gifs, with text written over the blank
> button.
> 
> Does anyone know how to code html to display a blank gif with text drawn
> over it?
> 

I think you can use a table cell background image and than put the text
in it.

--------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: qmailadmin pt-BR template

2000-10-19 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> Daniel Augusto Fernandes wrote:
> >
> > Well, here is my pt-BR template for qmailadmin:
> > http://www.gcsnet.com.br/~daftm/qmailadmin-0.39.pt-BR.zip
> >
> > Any corrections please tell me!
> 
> Do you want to create new .gif's in pt-BR too?

Yeahh... I think I should.
I'll need some time.

How would it be used in qmailadmin?

------------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



qmailadmin pt-BR template

2000-10-19 Thread Daniel Augusto Fernandes


Well, here is my pt-BR template for qmailadmin:
http://www.gcsnet.com.br/~daftm/qmailadmin-0.39.pt-BR.zip

Any corrections please tell me!


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: domain showing up at login

2000-10-18 Thread Daniel Augusto Fernandes

Troy Settle wrote:
> 
> For qmailadmin, you can simply pre-populate the domain field when displaying
> the login form.
> 
> For sqwebmail, I don't have a clue.  I've not looked at the source at all.
> Shouldn't be too difficult to track down though.
> 
> .
> .
> .

In sqwebmail it's the logindomain in the logon form.

------------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: language environment variable?

2000-10-18 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> I think I've figured it out using the printenv perl script
> that comes with apache.
> 
> HTTP_ACCEPT_LANGUAGE="en, eu"
> 

Heheh... seems that I mixed up things!

> Daniel Augusto Fernandes <[EMAIL PROTECTED]> wrote
> > Using 'Accept-Language'?
> 
> yep, that looks like the one.
> 
> I'll need to write some error checking code, but not for now.
> Like..
> 
> HTTP_ACCEPT_LANGUAGE="fr, eu"
> 
> If there is no fr translation, try eu
> if there is no eu translation, default to en
> 

A while loop would resolve it, would not?


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: domain showing up at login

2000-10-18 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> Troy Settle wrote:
> >
> > Yep.  Your httpd should be setting an environment variable HTTP_HOST,
> > which can be used for this purpose.
> 
> Interesting idea. So you are saying, in the 
> you put in the HTTP_HOST variable. What is the syntax for setting
> that in the httpd.conf file?
> 
> .
> .
> .

As in an sqwebmail example:
INSTALL.html:
> For example, with Apache:
> 
>  ServerName webmail.example.com
>  [...]
>  SetEnv SQWEBMAIL_TEMPLATEDIR /usr[...]
 SetEnf HTTP_HOST example.com
>  [...]
> 

--------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: language environment variable?

2000-10-18 Thread Daniel Augusto Fernandes

Ken Jones wrote:
> 
> Hi,
> 
> I'm working on redoing the qmailadmin code to support multiple
> languages. Instead of doing some wierd tricky code, I figured
> we can use the built in language environment variable from
> the web server.

There goes Mr. Jones!! Thank you, man! It'll be really appreciated!

> 
> Does anyone know the name of the environment variable that
> carries the language?
> 

See `man setlocale`
I think you'll choose 'LC_ALL'

> I'm removing all the hard coded english text from qmailadmin
> and putting it in a file. So no "text" is compiled in.
> 

Great!!

> Then we can do translation of the html templates and this
> one file into different languages.
> So when people connect to qmailadmin, it can automatically
> display it in the proper language based on what the user
> has set as thier language in the browser.
> 
> Ken Jones

Using 'Accept-Language'?

Great work!


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: Translation of templates]

2000-10-13 Thread Daniel Augusto Fernandes

Tim Hunter wrote:
> 
> If no one has it and only you seem to need it I doubt it will get done
> unless you do it.
> 
> just my .02
> 

Well, there are some people who showed me some interest in that.
Somebody even said he already have that.

But maybe you're right, I'll have to do it by myself.

------------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



[Fwd: Translation of templates]

2000-10-13 Thread Daniel Augusto Fernandes


Sorry for posting it again but I have had no time to do it myself.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Does anyone have translation to portuguese of the qmailadmin templates.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry





test

2000-09-28 Thread Daniel Augusto Fernandes

ping



Translation of templates

2000-09-22 Thread Daniel Augusto Fernandes


Does anyone have translation to portuguese of the qmailadmin templates.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry